@pipe0/base 0.1.0 → 0.1.2
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/CHANGELOG.md +16 -0
- package/dist/index.d.mts +770 -479
- package/dist/index.mjs +6 -6
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -378,14 +378,14 @@ declare const StoreOptionWidgetSchema: z.ZodObject<{
|
|
|
378
378
|
}, z.core.$strip>>;
|
|
379
379
|
icon: z.ZodOptional<z.ZodObject<{
|
|
380
380
|
key: z.ZodEnum<{
|
|
381
|
+
language: "language";
|
|
381
382
|
output: "output";
|
|
382
|
-
text: "text";
|
|
383
383
|
input: "input";
|
|
384
|
+
text: "text";
|
|
384
385
|
code: "code";
|
|
385
386
|
filter: "filter";
|
|
386
387
|
search: "search";
|
|
387
388
|
location: "location";
|
|
388
|
-
language: "language";
|
|
389
389
|
workflow: "workflow";
|
|
390
390
|
activity: "activity";
|
|
391
391
|
linkedin: "linkedin";
|
|
@@ -458,7 +458,7 @@ declare const PipesEnvironmentSchema: z.ZodEnum<{
|
|
|
458
458
|
production: "production";
|
|
459
459
|
sandbox: "sandbox";
|
|
460
460
|
}>;
|
|
461
|
-
declare const PIPE_IDS: readonly ["prompt:run@1", "company:newssummary:website@1", "company:newssummary:domain@1", "company:techstack:builtwith@1", "company:techstack:builtwith@2", "company:websiteurl:email@1", "company:domain:workemail@1", "company:funding:leadmagic@1", "company:funding:leadmagic@2", "people:workemail:waterfall@1", "person:workemail:waterfall@1", "people:email:iswork@1", "email:iswork@1", "people:name:split@1", "person:name:split@1", "person:name:join@1", "people:validate:email:zerobounce@1", "people:email:validate:zerobounce@2", "email:validate:zerobounce@1", "people:mobilenumber:workemail:waterfall@1", "company:overview@1", "company:overview@2", "company:overview@3", "json:extract:multi@1", "email:write@1", "message:write@1", "email:send:resend@1", "email:send:gmail@1", "message:send:slack@1", "template:fill@1", "contact:create:resend@1", "people:match:role:waterfall@1", "person:match:role:waterfall@1", "person:identity:amplemarket@1", "company:identity@2", "company:identity@3", "person:match:amplemarket@1", "people:phone:profile:waterfall@1", "person:mobile:profileurl:waterfall@1", "people:personalemail:profile:waterfall@1", "person:personalemail:profileurl:waterfall@1", "people:profile:waterfall@1", "person:profile:waterfall@1", "people:profileurl:email:waterfall@1", "person:profileurl:email:waterfall@1", "person:profileurl:name@1", "people:email:validate:zerobounce@1", "person:email:validate:millionverifier@1", "people:phone:workemail:waterfall@1", "person:mobile:workemail:waterfall@1", "fields:merge@1", "field:slugify@1", "field:domainify@1", "website:scrape:firecrawl@1", "website:scrapelist:firecrawl@1", "website:extract:firecrawl@1", "website:maplinks:firecrawl@1", "sheet:row:append@1", "sheet:row:expandappend@1", "company:lookalikes:companyenrich@1", "company:lookalikes:companyenrich@2", "company:match:logodev@1", "company:match:logodev@2", "person:posts:crustdata@1", "company:match:crustdata@1", "company:match:crustdata@2", "people:profile:workemail:crustdata@1", "person:profile:workemail:crustdata@1", "people:workemail:profileurl:waterfall@1", "person:workemail:profileurl:waterfall@1", "people:identity:email:waterfall@1", "person:identity:email:waterfall@1", "http:request@1", "company:identity@1", "people:professionalprofile:waterfall@1", "people:professionalprofileurl:name@1", "people:professionalprofileurl:email:waterfall@1", "people:mobilenumber:professionalprofile:waterfall@1"];
|
|
461
|
+
declare const PIPE_IDS: readonly ["prompt:run@1", "company:newssummary:website@1", "company:newssummary:domain@1", "company:techstack:builtwith@1", "company:techstack:builtwith@2", "company:websiteurl:email@1", "company:domain:workemail@1", "company:funding:leadmagic@1", "company:funding:leadmagic@2", "people:workemail:waterfall@1", "person:workemail:waterfall@1", "people:email:iswork@1", "email:iswork@1", "people:name:split@1", "person:name:split@1", "person:name:join@1", "people:validate:email:zerobounce@1", "people:email:validate:zerobounce@2", "email:validate:zerobounce@1", "people:mobilenumber:workemail:waterfall@1", "company:overview@1", "company:overview@2", "company:overview@3", "json:extract:multi@1", "email:write@1", "message:write@1", "email:send:resend@1", "email:send:gmail@1", "message:send:slack@1", "template:fill@1", "contact:create:resend@1", "people:match:role:waterfall@1", "person:match:role:waterfall@1", "person:identity:amplemarket@1", "company:identity@2", "company:identity@3", "person:match:amplemarket@1", "people:phone:profile:waterfall@1", "person:mobile:profileurl:waterfall@1", "people:personalemail:profile:waterfall@1", "person:personalemail:profileurl:waterfall@1", "people:profile:waterfall@1", "person:profile:waterfall@1", "people:profileurl:email:waterfall@1", "person:profileurl:email:waterfall@1", "person:profileurl:name@1", "people:email:validate:zerobounce@1", "person:email:validate:millionverifier@1", "people:phone:workemail:waterfall@1", "person:mobile:workemail:waterfall@1", "fields:merge@1", "field:slugify@1", "field:domainify@1", "website:scrape:firecrawl@1", "website:scrapelist:firecrawl@1", "website:extract:firecrawl@1", "website:maplinks:firecrawl@1", "sheet:row:append@1", "sheet:row:expandappend@1", "company:lookalikes:companyenrich@1", "company:lookalikes:companyenrich@2", "company:match:logodev@1", "company:match:logodev@2", "person:posts:crustdata@1", "company:match:crustdata@1", "company:match:crustdata@2", "people:profile:workemail:crustdata@1", "person:profile:workemail:crustdata@1", "people:workemail:profileurl:waterfall@1", "person:workemail:profileurl:waterfall@1", "people:identity:email:waterfall@1", "person:identity:email:waterfall@1", "person:devprofileurl:profileurl:waterfall@1", "http:request@1", "company:identity@1", "people:professionalprofile:waterfall@1", "people:professionalprofileurl:name@1", "people:professionalprofileurl:email:waterfall@1", "people:mobilenumber:professionalprofile:waterfall@1"];
|
|
462
462
|
declare const PipeIdSchema: z.ZodEnum<{
|
|
463
463
|
"prompt:run@1": "prompt:run@1";
|
|
464
464
|
"company:newssummary:website@1": "company:newssummary:website@1";
|
|
@@ -532,6 +532,7 @@ declare const PipeIdSchema: z.ZodEnum<{
|
|
|
532
532
|
"person:workemail:profileurl:waterfall@1": "person:workemail:profileurl:waterfall@1";
|
|
533
533
|
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
534
534
|
"person:identity:email:waterfall@1": "person:identity:email:waterfall@1";
|
|
535
|
+
"person:devprofileurl:profileurl:waterfall@1": "person:devprofileurl:profileurl:waterfall@1";
|
|
535
536
|
"http:request@1": "http:request@1";
|
|
536
537
|
"company:identity@1": "company:identity@1";
|
|
537
538
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
@@ -545,8 +546,8 @@ declare const RecordFieldTypeSchema: z.ZodEnum<{
|
|
|
545
546
|
string: "string";
|
|
546
547
|
number: "number";
|
|
547
548
|
boolean: "boolean";
|
|
548
|
-
json: "json";
|
|
549
549
|
unknown: "unknown";
|
|
550
|
+
json: "json";
|
|
550
551
|
}>;
|
|
551
552
|
type RecordFieldType = z.infer<typeof RecordFieldTypeSchema>;
|
|
552
553
|
type DerivedInputFields = Record<string, {
|
|
@@ -709,10 +710,12 @@ declare const FieldReasonSchema: z.ZodObject<{
|
|
|
709
710
|
type FieldReason = z.infer<typeof FieldReasonSchema>;
|
|
710
711
|
declare const RECORD_FIELD_FORMATS: readonly ["json_object", "json_list", "json_list_string", "url", "website_url", "profile_url", "email", "datetime", "currency", "date", "phone", "markdown", "text", "int", "decimal", "address_line_1", "zip_code", "percent"];
|
|
711
712
|
declare const RecordFieldFormatSchema: z.ZodEnum<{
|
|
713
|
+
profile_url: "profile_url";
|
|
714
|
+
int: "int";
|
|
715
|
+
date: "date";
|
|
712
716
|
email: "email";
|
|
713
717
|
address_line_1: "address_line_1";
|
|
714
718
|
zip_code: "zip_code";
|
|
715
|
-
profile_url: "profile_url";
|
|
716
719
|
phone: "phone";
|
|
717
720
|
website_url: "website_url";
|
|
718
721
|
markdown: "markdown";
|
|
@@ -722,17 +725,17 @@ declare const RecordFieldFormatSchema: z.ZodEnum<{
|
|
|
722
725
|
url: "url";
|
|
723
726
|
datetime: "datetime";
|
|
724
727
|
currency: "currency";
|
|
725
|
-
date: "date";
|
|
726
728
|
text: "text";
|
|
727
|
-
int: "int";
|
|
728
729
|
decimal: "decimal";
|
|
729
730
|
percent: "percent";
|
|
730
731
|
}>;
|
|
731
732
|
declare const NullableRecordFieldFormatSchema: z.ZodNullable<z.ZodEnum<{
|
|
733
|
+
profile_url: "profile_url";
|
|
734
|
+
int: "int";
|
|
735
|
+
date: "date";
|
|
732
736
|
email: "email";
|
|
733
737
|
address_line_1: "address_line_1";
|
|
734
738
|
zip_code: "zip_code";
|
|
735
|
-
profile_url: "profile_url";
|
|
736
739
|
phone: "phone";
|
|
737
740
|
website_url: "website_url";
|
|
738
741
|
markdown: "markdown";
|
|
@@ -742,9 +745,7 @@ declare const NullableRecordFieldFormatSchema: z.ZodNullable<z.ZodEnum<{
|
|
|
742
745
|
url: "url";
|
|
743
746
|
datetime: "datetime";
|
|
744
747
|
currency: "currency";
|
|
745
|
-
date: "date";
|
|
746
748
|
text: "text";
|
|
747
|
-
int: "int";
|
|
748
749
|
decimal: "decimal";
|
|
749
750
|
percent: "percent";
|
|
750
751
|
}>>;
|
|
@@ -754,15 +755,17 @@ declare const FieldAnnotationSchema: z.ZodObject<{
|
|
|
754
755
|
string: "string";
|
|
755
756
|
number: "number";
|
|
756
757
|
boolean: "boolean";
|
|
757
|
-
json: "json";
|
|
758
758
|
unknown: "unknown";
|
|
759
|
+
json: "json";
|
|
759
760
|
}>;
|
|
760
761
|
label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
761
762
|
format: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
763
|
+
profile_url: "profile_url";
|
|
764
|
+
int: "int";
|
|
765
|
+
date: "date";
|
|
762
766
|
email: "email";
|
|
763
767
|
address_line_1: "address_line_1";
|
|
764
768
|
zip_code: "zip_code";
|
|
765
|
-
profile_url: "profile_url";
|
|
766
769
|
phone: "phone";
|
|
767
770
|
website_url: "website_url";
|
|
768
771
|
markdown: "markdown";
|
|
@@ -772,9 +775,7 @@ declare const FieldAnnotationSchema: z.ZodObject<{
|
|
|
772
775
|
url: "url";
|
|
773
776
|
datetime: "datetime";
|
|
774
777
|
currency: "currency";
|
|
775
|
-
date: "date";
|
|
776
778
|
text: "text";
|
|
777
|
-
int: "int";
|
|
778
779
|
decimal: "decimal";
|
|
779
780
|
percent: "percent";
|
|
780
781
|
}>>>;
|
|
@@ -789,15 +790,17 @@ declare const FieldAnnotationsSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
789
790
|
string: "string";
|
|
790
791
|
number: "number";
|
|
791
792
|
boolean: "boolean";
|
|
792
|
-
json: "json";
|
|
793
793
|
unknown: "unknown";
|
|
794
|
+
json: "json";
|
|
794
795
|
}>;
|
|
795
796
|
label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
796
797
|
format: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
798
|
+
profile_url: "profile_url";
|
|
799
|
+
int: "int";
|
|
800
|
+
date: "date";
|
|
797
801
|
email: "email";
|
|
798
802
|
address_line_1: "address_line_1";
|
|
799
803
|
zip_code: "zip_code";
|
|
800
|
-
profile_url: "profile_url";
|
|
801
804
|
phone: "phone";
|
|
802
805
|
website_url: "website_url";
|
|
803
806
|
markdown: "markdown";
|
|
@@ -807,9 +810,7 @@ declare const FieldAnnotationsSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
807
810
|
url: "url";
|
|
808
811
|
datetime: "datetime";
|
|
809
812
|
currency: "currency";
|
|
810
|
-
date: "date";
|
|
811
813
|
text: "text";
|
|
812
|
-
int: "int";
|
|
813
814
|
decimal: "decimal";
|
|
814
815
|
percent: "percent";
|
|
815
816
|
}>>>;
|
|
@@ -894,6 +895,7 @@ declare const RecordClaimedBySchema: z.ZodObject<{
|
|
|
894
895
|
"person:workemail:profileurl:waterfall@1": "person:workemail:profileurl:waterfall@1";
|
|
895
896
|
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
896
897
|
"person:identity:email:waterfall@1": "person:identity:email:waterfall@1";
|
|
898
|
+
"person:devprofileurl:profileurl:waterfall@1": "person:devprofileurl:profileurl:waterfall@1";
|
|
897
899
|
"http:request@1": "http:request@1";
|
|
898
900
|
"company:identity@1": "company:identity@1";
|
|
899
901
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
@@ -979,6 +981,7 @@ declare const RecordResolvedBySchema: z.ZodObject<{
|
|
|
979
981
|
"person:workemail:profileurl:waterfall@1": "person:workemail:profileurl:waterfall@1";
|
|
980
982
|
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
981
983
|
"person:identity:email:waterfall@1": "person:identity:email:waterfall@1";
|
|
984
|
+
"person:devprofileurl:profileurl:waterfall@1": "person:devprofileurl:profileurl:waterfall@1";
|
|
982
985
|
"http:request@1": "http:request@1";
|
|
983
986
|
"company:identity@1": "company:identity@1";
|
|
984
987
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
@@ -1002,8 +1005,8 @@ declare const RecordFieldSchema: z.ZodObject<{
|
|
|
1002
1005
|
string: "string";
|
|
1003
1006
|
number: "number";
|
|
1004
1007
|
boolean: "boolean";
|
|
1005
|
-
json: "json";
|
|
1006
1008
|
unknown: "unknown";
|
|
1009
|
+
json: "json";
|
|
1007
1010
|
}>;
|
|
1008
1011
|
reason: z.ZodNullable<z.ZodObject<{
|
|
1009
1012
|
code: z.ZodString;
|
|
@@ -1085,6 +1088,7 @@ declare const RecordFieldSchema: z.ZodObject<{
|
|
|
1085
1088
|
"person:workemail:profileurl:waterfall@1": "person:workemail:profileurl:waterfall@1";
|
|
1086
1089
|
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
1087
1090
|
"person:identity:email:waterfall@1": "person:identity:email:waterfall@1";
|
|
1091
|
+
"person:devprofileurl:profileurl:waterfall@1": "person:devprofileurl:profileurl:waterfall@1";
|
|
1088
1092
|
"http:request@1": "http:request@1";
|
|
1089
1093
|
"company:identity@1": "company:identity@1";
|
|
1090
1094
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
@@ -1169,6 +1173,7 @@ declare const RecordFieldSchema: z.ZodObject<{
|
|
|
1169
1173
|
"person:workemail:profileurl:waterfall@1": "person:workemail:profileurl:waterfall@1";
|
|
1170
1174
|
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
1171
1175
|
"person:identity:email:waterfall@1": "person:identity:email:waterfall@1";
|
|
1176
|
+
"person:devprofileurl:profileurl:waterfall@1": "person:devprofileurl:profileurl:waterfall@1";
|
|
1172
1177
|
"http:request@1": "http:request@1";
|
|
1173
1178
|
"company:identity@1": "company:identity@1";
|
|
1174
1179
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
@@ -1308,10 +1313,12 @@ declare const RecordFieldSchema: z.ZodObject<{
|
|
|
1308
1313
|
}, z.core.$strip>>>;
|
|
1309
1314
|
}, z.core.$strip>>;
|
|
1310
1315
|
format: z.ZodNullable<z.ZodEnum<{
|
|
1316
|
+
profile_url: "profile_url";
|
|
1317
|
+
int: "int";
|
|
1318
|
+
date: "date";
|
|
1311
1319
|
email: "email";
|
|
1312
1320
|
address_line_1: "address_line_1";
|
|
1313
1321
|
zip_code: "zip_code";
|
|
1314
|
-
profile_url: "profile_url";
|
|
1315
1322
|
phone: "phone";
|
|
1316
1323
|
website_url: "website_url";
|
|
1317
1324
|
markdown: "markdown";
|
|
@@ -1321,9 +1328,7 @@ declare const RecordFieldSchema: z.ZodObject<{
|
|
|
1321
1328
|
url: "url";
|
|
1322
1329
|
datetime: "datetime";
|
|
1323
1330
|
currency: "currency";
|
|
1324
|
-
date: "date";
|
|
1325
1331
|
text: "text";
|
|
1326
|
-
int: "int";
|
|
1327
1332
|
decimal: "decimal";
|
|
1328
1333
|
percent: "percent";
|
|
1329
1334
|
}>>;
|
|
@@ -1341,14 +1346,16 @@ declare const ExpandedFieldValueSchema: z.ZodObject<{
|
|
|
1341
1346
|
string: "string";
|
|
1342
1347
|
number: "number";
|
|
1343
1348
|
boolean: "boolean";
|
|
1344
|
-
json: "json";
|
|
1345
1349
|
unknown: "unknown";
|
|
1350
|
+
json: "json";
|
|
1346
1351
|
}>>;
|
|
1347
1352
|
format: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1353
|
+
profile_url: "profile_url";
|
|
1354
|
+
int: "int";
|
|
1355
|
+
date: "date";
|
|
1348
1356
|
email: "email";
|
|
1349
1357
|
address_line_1: "address_line_1";
|
|
1350
1358
|
zip_code: "zip_code";
|
|
1351
|
-
profile_url: "profile_url";
|
|
1352
1359
|
phone: "phone";
|
|
1353
1360
|
website_url: "website_url";
|
|
1354
1361
|
markdown: "markdown";
|
|
@@ -1358,9 +1365,7 @@ declare const ExpandedFieldValueSchema: z.ZodObject<{
|
|
|
1358
1365
|
url: "url";
|
|
1359
1366
|
datetime: "datetime";
|
|
1360
1367
|
currency: "currency";
|
|
1361
|
-
date: "date";
|
|
1362
1368
|
text: "text";
|
|
1363
|
-
int: "int";
|
|
1364
1369
|
decimal: "decimal";
|
|
1365
1370
|
percent: "percent";
|
|
1366
1371
|
}>>>;
|
|
@@ -1439,6 +1444,7 @@ declare const ExpandedFieldValueSchema: z.ZodObject<{
|
|
|
1439
1444
|
"person:workemail:profileurl:waterfall@1": "person:workemail:profileurl:waterfall@1";
|
|
1440
1445
|
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
1441
1446
|
"person:identity:email:waterfall@1": "person:identity:email:waterfall@1";
|
|
1447
|
+
"person:devprofileurl:profileurl:waterfall@1": "person:devprofileurl:profileurl:waterfall@1";
|
|
1442
1448
|
"http:request@1": "http:request@1";
|
|
1443
1449
|
"company:identity@1": "company:identity@1";
|
|
1444
1450
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
@@ -1523,6 +1529,7 @@ declare const ExpandedFieldValueSchema: z.ZodObject<{
|
|
|
1523
1529
|
"person:workemail:profileurl:waterfall@1": "person:workemail:profileurl:waterfall@1";
|
|
1524
1530
|
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
1525
1531
|
"person:identity:email:waterfall@1": "person:identity:email:waterfall@1";
|
|
1532
|
+
"person:devprofileurl:profileurl:waterfall@1": "person:devprofileurl:profileurl:waterfall@1";
|
|
1526
1533
|
"http:request@1": "http:request@1";
|
|
1527
1534
|
"company:identity@1": "company:identity@1";
|
|
1528
1535
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
@@ -1675,14 +1682,16 @@ declare const PipesInputSchema: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.
|
|
|
1675
1682
|
string: "string";
|
|
1676
1683
|
number: "number";
|
|
1677
1684
|
boolean: "boolean";
|
|
1678
|
-
json: "json";
|
|
1679
1685
|
unknown: "unknown";
|
|
1686
|
+
json: "json";
|
|
1680
1687
|
}>>;
|
|
1681
1688
|
format: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1689
|
+
profile_url: "profile_url";
|
|
1690
|
+
int: "int";
|
|
1691
|
+
date: "date";
|
|
1682
1692
|
email: "email";
|
|
1683
1693
|
address_line_1: "address_line_1";
|
|
1684
1694
|
zip_code: "zip_code";
|
|
1685
|
-
profile_url: "profile_url";
|
|
1686
1695
|
phone: "phone";
|
|
1687
1696
|
website_url: "website_url";
|
|
1688
1697
|
markdown: "markdown";
|
|
@@ -1692,9 +1701,7 @@ declare const PipesInputSchema: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.
|
|
|
1692
1701
|
url: "url";
|
|
1693
1702
|
datetime: "datetime";
|
|
1694
1703
|
currency: "currency";
|
|
1695
|
-
date: "date";
|
|
1696
1704
|
text: "text";
|
|
1697
|
-
int: "int";
|
|
1698
1705
|
decimal: "decimal";
|
|
1699
1706
|
percent: "percent";
|
|
1700
1707
|
}>>>;
|
|
@@ -1773,6 +1780,7 @@ declare const PipesInputSchema: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.
|
|
|
1773
1780
|
"person:workemail:profileurl:waterfall@1": "person:workemail:profileurl:waterfall@1";
|
|
1774
1781
|
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
1775
1782
|
"person:identity:email:waterfall@1": "person:identity:email:waterfall@1";
|
|
1783
|
+
"person:devprofileurl:profileurl:waterfall@1": "person:devprofileurl:profileurl:waterfall@1";
|
|
1776
1784
|
"http:request@1": "http:request@1";
|
|
1777
1785
|
"company:identity@1": "company:identity@1";
|
|
1778
1786
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
@@ -1857,6 +1865,7 @@ declare const PipesInputSchema: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.
|
|
|
1857
1865
|
"person:workemail:profileurl:waterfall@1": "person:workemail:profileurl:waterfall@1";
|
|
1858
1866
|
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
1859
1867
|
"person:identity:email:waterfall@1": "person:identity:email:waterfall@1";
|
|
1868
|
+
"person:devprofileurl:profileurl:waterfall@1": "person:devprofileurl:profileurl:waterfall@1";
|
|
1860
1869
|
"http:request@1": "http:request@1";
|
|
1861
1870
|
"company:identity@1": "company:identity@1";
|
|
1862
1871
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
@@ -2006,8 +2015,8 @@ declare const RecordSchema: z.ZodObject<{
|
|
|
2006
2015
|
string: "string";
|
|
2007
2016
|
number: "number";
|
|
2008
2017
|
boolean: "boolean";
|
|
2009
|
-
json: "json";
|
|
2010
2018
|
unknown: "unknown";
|
|
2019
|
+
json: "json";
|
|
2011
2020
|
}>;
|
|
2012
2021
|
reason: z.ZodNullable<z.ZodObject<{
|
|
2013
2022
|
code: z.ZodString;
|
|
@@ -2089,6 +2098,7 @@ declare const RecordSchema: z.ZodObject<{
|
|
|
2089
2098
|
"person:workemail:profileurl:waterfall@1": "person:workemail:profileurl:waterfall@1";
|
|
2090
2099
|
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
2091
2100
|
"person:identity:email:waterfall@1": "person:identity:email:waterfall@1";
|
|
2101
|
+
"person:devprofileurl:profileurl:waterfall@1": "person:devprofileurl:profileurl:waterfall@1";
|
|
2092
2102
|
"http:request@1": "http:request@1";
|
|
2093
2103
|
"company:identity@1": "company:identity@1";
|
|
2094
2104
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
@@ -2173,6 +2183,7 @@ declare const RecordSchema: z.ZodObject<{
|
|
|
2173
2183
|
"person:workemail:profileurl:waterfall@1": "person:workemail:profileurl:waterfall@1";
|
|
2174
2184
|
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
2175
2185
|
"person:identity:email:waterfall@1": "person:identity:email:waterfall@1";
|
|
2186
|
+
"person:devprofileurl:profileurl:waterfall@1": "person:devprofileurl:profileurl:waterfall@1";
|
|
2176
2187
|
"http:request@1": "http:request@1";
|
|
2177
2188
|
"company:identity@1": "company:identity@1";
|
|
2178
2189
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
@@ -2312,10 +2323,12 @@ declare const RecordSchema: z.ZodObject<{
|
|
|
2312
2323
|
}, z.core.$strip>>>;
|
|
2313
2324
|
}, z.core.$strip>>;
|
|
2314
2325
|
format: z.ZodNullable<z.ZodEnum<{
|
|
2326
|
+
profile_url: "profile_url";
|
|
2327
|
+
int: "int";
|
|
2328
|
+
date: "date";
|
|
2315
2329
|
email: "email";
|
|
2316
2330
|
address_line_1: "address_line_1";
|
|
2317
2331
|
zip_code: "zip_code";
|
|
2318
|
-
profile_url: "profile_url";
|
|
2319
2332
|
phone: "phone";
|
|
2320
2333
|
website_url: "website_url";
|
|
2321
2334
|
markdown: "markdown";
|
|
@@ -2325,9 +2338,7 @@ declare const RecordSchema: z.ZodObject<{
|
|
|
2325
2338
|
url: "url";
|
|
2326
2339
|
datetime: "datetime";
|
|
2327
2340
|
currency: "currency";
|
|
2328
|
-
date: "date";
|
|
2329
2341
|
text: "text";
|
|
2330
|
-
int: "int";
|
|
2331
2342
|
decimal: "decimal";
|
|
2332
2343
|
percent: "percent";
|
|
2333
2344
|
}>>;
|
|
@@ -2344,8 +2355,8 @@ declare const PipesFieldDefinitionSchema: z.ZodObject<{
|
|
|
2344
2355
|
string: "string";
|
|
2345
2356
|
number: "number";
|
|
2346
2357
|
boolean: "boolean";
|
|
2347
|
-
json: "json";
|
|
2348
2358
|
unknown: "unknown";
|
|
2359
|
+
json: "json";
|
|
2349
2360
|
}>;
|
|
2350
2361
|
label: z.ZodString;
|
|
2351
2362
|
added_by: z.ZodObject<{
|
|
@@ -2422,6 +2433,7 @@ declare const PipesFieldDefinitionSchema: z.ZodObject<{
|
|
|
2422
2433
|
"person:workemail:profileurl:waterfall@1": "person:workemail:profileurl:waterfall@1";
|
|
2423
2434
|
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
2424
2435
|
"person:identity:email:waterfall@1": "person:identity:email:waterfall@1";
|
|
2436
|
+
"person:devprofileurl:profileurl:waterfall@1": "person:devprofileurl:profileurl:waterfall@1";
|
|
2425
2437
|
"http:request@1": "http:request@1";
|
|
2426
2438
|
"company:identity@1": "company:identity@1";
|
|
2427
2439
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
@@ -2433,10 +2445,12 @@ declare const PipesFieldDefinitionSchema: z.ZodObject<{
|
|
|
2433
2445
|
pipe_index: z.ZodNullable<z.ZodNumber>;
|
|
2434
2446
|
}, z.core.$strip>;
|
|
2435
2447
|
format: z.ZodNullable<z.ZodEnum<{
|
|
2448
|
+
profile_url: "profile_url";
|
|
2449
|
+
int: "int";
|
|
2450
|
+
date: "date";
|
|
2436
2451
|
email: "email";
|
|
2437
2452
|
address_line_1: "address_line_1";
|
|
2438
2453
|
zip_code: "zip_code";
|
|
2439
|
-
profile_url: "profile_url";
|
|
2440
2454
|
phone: "phone";
|
|
2441
2455
|
website_url: "website_url";
|
|
2442
2456
|
markdown: "markdown";
|
|
@@ -2446,9 +2460,7 @@ declare const PipesFieldDefinitionSchema: z.ZodObject<{
|
|
|
2446
2460
|
url: "url";
|
|
2447
2461
|
datetime: "datetime";
|
|
2448
2462
|
currency: "currency";
|
|
2449
|
-
date: "date";
|
|
2450
2463
|
text: "text";
|
|
2451
|
-
int: "int";
|
|
2452
2464
|
decimal: "decimal";
|
|
2453
2465
|
percent: "percent";
|
|
2454
2466
|
}>>;
|
|
@@ -2463,8 +2475,8 @@ declare const PipesFieldDefinitionsSchema: z.ZodRecord<z.ZodString, z.ZodObject<
|
|
|
2463
2475
|
string: "string";
|
|
2464
2476
|
number: "number";
|
|
2465
2477
|
boolean: "boolean";
|
|
2466
|
-
json: "json";
|
|
2467
2478
|
unknown: "unknown";
|
|
2479
|
+
json: "json";
|
|
2468
2480
|
}>;
|
|
2469
2481
|
label: z.ZodString;
|
|
2470
2482
|
added_by: z.ZodObject<{
|
|
@@ -2541,6 +2553,7 @@ declare const PipesFieldDefinitionsSchema: z.ZodRecord<z.ZodString, z.ZodObject<
|
|
|
2541
2553
|
"person:workemail:profileurl:waterfall@1": "person:workemail:profileurl:waterfall@1";
|
|
2542
2554
|
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
2543
2555
|
"person:identity:email:waterfall@1": "person:identity:email:waterfall@1";
|
|
2556
|
+
"person:devprofileurl:profileurl:waterfall@1": "person:devprofileurl:profileurl:waterfall@1";
|
|
2544
2557
|
"http:request@1": "http:request@1";
|
|
2545
2558
|
"company:identity@1": "company:identity@1";
|
|
2546
2559
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
@@ -2552,10 +2565,12 @@ declare const PipesFieldDefinitionsSchema: z.ZodRecord<z.ZodString, z.ZodObject<
|
|
|
2552
2565
|
pipe_index: z.ZodNullable<z.ZodNumber>;
|
|
2553
2566
|
}, z.core.$strip>;
|
|
2554
2567
|
format: z.ZodNullable<z.ZodEnum<{
|
|
2568
|
+
profile_url: "profile_url";
|
|
2569
|
+
int: "int";
|
|
2570
|
+
date: "date";
|
|
2555
2571
|
email: "email";
|
|
2556
2572
|
address_line_1: "address_line_1";
|
|
2557
2573
|
zip_code: "zip_code";
|
|
2558
|
-
profile_url: "profile_url";
|
|
2559
2574
|
phone: "phone";
|
|
2560
2575
|
website_url: "website_url";
|
|
2561
2576
|
markdown: "markdown";
|
|
@@ -2565,9 +2580,7 @@ declare const PipesFieldDefinitionsSchema: z.ZodRecord<z.ZodString, z.ZodObject<
|
|
|
2565
2580
|
url: "url";
|
|
2566
2581
|
datetime: "datetime";
|
|
2567
2582
|
currency: "currency";
|
|
2568
|
-
date: "date";
|
|
2569
2583
|
text: "text";
|
|
2570
|
-
int: "int";
|
|
2571
2584
|
decimal: "decimal";
|
|
2572
2585
|
percent: "percent";
|
|
2573
2586
|
}>>;
|
|
@@ -2581,10 +2594,12 @@ declare const JSONExtractSchema: z.ZodObject<{
|
|
|
2581
2594
|
output_field: z.ZodObject<{
|
|
2582
2595
|
name: z.ZodString;
|
|
2583
2596
|
format: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
2597
|
+
profile_url: "profile_url";
|
|
2598
|
+
int: "int";
|
|
2599
|
+
date: "date";
|
|
2584
2600
|
email: "email";
|
|
2585
2601
|
address_line_1: "address_line_1";
|
|
2586
2602
|
zip_code: "zip_code";
|
|
2587
|
-
profile_url: "profile_url";
|
|
2588
2603
|
phone: "phone";
|
|
2589
2604
|
website_url: "website_url";
|
|
2590
2605
|
markdown: "markdown";
|
|
@@ -2594,9 +2609,7 @@ declare const JSONExtractSchema: z.ZodObject<{
|
|
|
2594
2609
|
url: "url";
|
|
2595
2610
|
datetime: "datetime";
|
|
2596
2611
|
currency: "currency";
|
|
2597
|
-
date: "date";
|
|
2598
2612
|
text: "text";
|
|
2599
|
-
int: "int";
|
|
2600
2613
|
decimal: "decimal";
|
|
2601
2614
|
percent: "percent";
|
|
2602
2615
|
}>>>;
|
|
@@ -2605,8 +2618,8 @@ declare const JSONExtractSchema: z.ZodObject<{
|
|
|
2605
2618
|
string: "string";
|
|
2606
2619
|
number: "number";
|
|
2607
2620
|
boolean: "boolean";
|
|
2608
|
-
json: "json";
|
|
2609
2621
|
unknown: "unknown";
|
|
2622
|
+
json: "json";
|
|
2610
2623
|
}>;
|
|
2611
2624
|
}, z.core.$strip>;
|
|
2612
2625
|
}, z.core.$strip>>;
|
|
@@ -2729,9 +2742,18 @@ type PipeRunIf = z.infer<typeof PipeRunIfSchema>;
|
|
|
2729
2742
|
//#endregion
|
|
2730
2743
|
//#region src/utils/schemas.d.ts
|
|
2731
2744
|
declare const FieldNameSchema: z.ZodEnum<{
|
|
2745
|
+
name: "name";
|
|
2746
|
+
profile_url: "profile_url";
|
|
2747
|
+
skills: "skills";
|
|
2748
|
+
job_title: "job_title";
|
|
2749
|
+
company_name: "company_name";
|
|
2750
|
+
company_social_url: "company_social_url";
|
|
2751
|
+
job_description: "job_description";
|
|
2752
|
+
headcount: "headcount";
|
|
2753
|
+
company_industry: "company_industry";
|
|
2754
|
+
message: "message";
|
|
2732
2755
|
company_description: "company_description";
|
|
2733
2756
|
cleaned_company_name: "cleaned_company_name";
|
|
2734
|
-
company_industry: "company_industry";
|
|
2735
2757
|
company_region: "company_region";
|
|
2736
2758
|
location_hint: "location_hint";
|
|
2737
2759
|
estimated_revenue: "estimated_revenue";
|
|
@@ -2745,16 +2767,12 @@ declare const FieldNameSchema: z.ZodEnum<{
|
|
|
2745
2767
|
alternate_personal_emails: "alternate_personal_emails";
|
|
2746
2768
|
company_news_summary: "company_news_summary";
|
|
2747
2769
|
work_email: "work_email";
|
|
2748
|
-
headcount: "headcount";
|
|
2749
2770
|
company_website_url: "company_website_url";
|
|
2750
2771
|
company_domain: "company_domain";
|
|
2751
|
-
company_name: "company_name";
|
|
2752
2772
|
first_name: "first_name";
|
|
2753
2773
|
addressee_name: "addressee_name";
|
|
2754
2774
|
address_line_1: "address_line_1";
|
|
2755
2775
|
address_line_2: "address_line_2";
|
|
2756
|
-
job_title: "job_title";
|
|
2757
|
-
job_description: "job_description";
|
|
2758
2776
|
profile_headline: "profile_headline";
|
|
2759
2777
|
address_city: "address_city";
|
|
2760
2778
|
address_country: "address_country";
|
|
@@ -2764,13 +2782,12 @@ declare const FieldNameSchema: z.ZodEnum<{
|
|
|
2764
2782
|
is_work_email: "is_work_email";
|
|
2765
2783
|
companyenrich_match: "companyenrich_match";
|
|
2766
2784
|
companyenrich_matches: "companyenrich_matches";
|
|
2767
|
-
name: "name";
|
|
2768
2785
|
ip_address: "ip_address";
|
|
2769
|
-
skills: "skills";
|
|
2770
2786
|
avatar_url: "avatar_url";
|
|
2771
2787
|
estimated_salary: "estimated_salary";
|
|
2772
2788
|
is_email_valid: "is_email_valid";
|
|
2773
|
-
|
|
2789
|
+
developer_profile_url: "developer_profile_url";
|
|
2790
|
+
alternative_developer_profile_urls: "alternative_developer_profile_urls";
|
|
2774
2791
|
company_profile_url: "company_profile_url";
|
|
2775
2792
|
profile_posts: "profile_posts";
|
|
2776
2793
|
clado_person_match: "clado_person_match";
|
|
@@ -2785,7 +2802,6 @@ declare const FieldNameSchema: z.ZodEnum<{
|
|
|
2785
2802
|
mobile: "mobile";
|
|
2786
2803
|
landline: "landline";
|
|
2787
2804
|
phone: "phone";
|
|
2788
|
-
message: "message";
|
|
2789
2805
|
slack_message_success: "slack_message_success";
|
|
2790
2806
|
funding_history: "funding_history";
|
|
2791
2807
|
funding_total_usd: "funding_total_usd";
|
|
@@ -2834,7 +2850,6 @@ declare const FieldNameSchema: z.ZodEnum<{
|
|
|
2834
2850
|
http_response_headers: "http_response_headers";
|
|
2835
2851
|
professional_profile_url: "professional_profile_url";
|
|
2836
2852
|
professional_profile: "professional_profile";
|
|
2837
|
-
company_social_url: "company_social_url";
|
|
2838
2853
|
mobile_number: "mobile_number";
|
|
2839
2854
|
}>;
|
|
2840
2855
|
type FieldName = z.infer<typeof FieldNameSchema>;
|
|
@@ -2868,7 +2883,7 @@ declare const ProviderNameSchema: z.ZodEnum<{
|
|
|
2868
2883
|
type ProviderRateLimitOperation = "pipe0_logic" | "pipe0_generic" | "pipe0-sheet-operation" | "pipe0_scraper" | "findymail_generic" | "findymail_email_lookup" | "findymail_email_b2b_lookup" | "findymail_phone_lookup" | "dropcontact_generic" | "hunter_generic" | "hunter_email_finder" | "hunter_email_enrichment" | "zerobounce_generic" | "millionverifier_generic" | "googlemaps_generic" | "gemini_25_flash_preview" | "gemini_20_flash" | "leadmagic_company_search" | "leadmagic_email_lookup" | "leadmagic_email_b2b_lookup" | "leadmagic_email_to_b2b_profile" | "leadmagic_personal_email_finder" | "leadmagic_mobile_number_lookup" | "leadmagic_company_funding" | "leadmagic_role_finder" | "contactout_generic" | "builtwith_generic" | "perplexity_generic" | "serper_search" | "clado_search_people" | "clado_contact_information" | "icypeas_scrape_profile" | "icypeas_lead_database" | "icypeas_company_database" | "icypeas_email_lookup" | "prospeo_phone_number_lookup" | "prospeo_social_profile_lookup" | "clado_social_profile_lookup" | "prospeo_email_lookup" | "resend_generic" | "slack_post_message" | "gmail_send_email" | "leadmagic_employee_finder" | "firecrawl_generic" | "firecrawl_map_requests" | "firecrawl_extract" | "exa_websets" | "openai_gpt-5" | "openai_gpt-5-mini" | "company_enrich_generic" | "logodev_describe" | "crustdata_company_db_search" | "crustdata_company_enrich" | "crustdata_people_db_search" | "crustdata_realtime_post_fetch" | "crustdata_realtime_person_enrich" | "amplemarket_generic" | "amplemarket-person-reveal" | "amplemarket_people_search" | "amplemarket_company_search" | "mixrank-person-match";
|
|
2869
2884
|
type ProviderName = z.infer<typeof ProviderNameSchema>;
|
|
2870
2885
|
type ExternalProviderName = Exclude<ProviderName, "pipe0">;
|
|
2871
|
-
type BillableOperation = "companies-profiles-amplemarket-v1" | "companies-profiles-amplemarket-v2" | "companies-profiles-crustdata-v1" | "companies-profiles-crustdata-v2" | "company-domain-workemail-v1-pipe0" | "company-funding-leadmagic-v1-leadmagic" | "company-funding-leadmagic-v2-leadmagic" | "company-identity-v1-pipe0" | "company-identity-v2-pipe0" | "company-identity-v3-pipe0" | "company-lookalikes-companyenrich-v1-companyenrich" | "company-lookalikes-companyenrich-v2-companyenrich" | "company-match-crustdata-v1-crustdata" | "company-match-crustdata-v2-crustdata" | "company-match-logodev-v1-logodev" | "company-match-logodev-v2-logodev" | "company-newssummary-domain-v1-pipe0" | "company-newssummary-website-v1-pipe0" | "company-overview-v1-pipe0" | "company-overview-v2-pipe0" | "company-overview-v3-pipe0" | "company-techstack-builtwith-v1-builtwith" | "company-techstack-builtwith-v2-builtwith" | "company-websiteurl-email-v1-pipe0" | "contact-create-resend-v1-resend" | "email-iswork-v1-pipe0" | "email-send-gmail-v1-gmail" | "email-send-resend-v1-resend" | "email-validate-zerobounce-v1-zerobounce" | "email-write-v1-gemini-flash-latest" | "email-write-v1-openai-gpt-latest" | "email-write-v1-openai-gpt-mini-latest" | "field-domainify-v1-pipe0" | "field-slugify-v1-pipe0" | "fields-merge-v1-pipe0" | "http-request-v1-pipe0" | "json-extract-multi-v1-pipe0" | "message-send-slack-v1-slack" | "message-write-v1-gemini-flash-latest" | "message-write-v1-openai-gpt-latest" | "message-write-v1-openai-gpt-mini-latest" | "people-email-iswork-v1-pipe0" | "people-email-validate-zerobounce-v1-zerobounce" | "people-email-validate-zerobounce-v2-zerobounce" | "people-identity-email-waterfall-v1-crustdata" | "people-identity-email-waterfall-v1-findymail" | "people-identity-email-waterfall-v1-hunter" | "people-match-role-waterfall-v1-leadmagic" | "people-mobilenumber-professionalprofile-waterfall-v1-leadmagic" | "people-mobilenumber-professionalprofile-waterfall-v1-prospeo" | "people-mobilenumber-workemail-waterfall-v1-leadmagic" | "people-name-split-v1-pipe0" | "people-personalemail-profile-waterfall-v1-clado" | "people-personalemail-profile-waterfall-v1-leadmagic" | "people-personalemail-profile-waterfall-v1-mixrank" | "people-phone-profile-waterfall-v1-amplemarket" | "people-phone-profile-waterfall-v1-clado" | "people-phone-profile-waterfall-v1-findymail" | "people-phone-profile-waterfall-v1-leadmagic" | "people-phone-profile-waterfall-v1-prospeo" | "people-phone-workemail-waterfall-v1-amplemarket" | "people-phone-workemail-waterfall-v1-leadmagic" | "people-professionalprofile-waterfall-v1-icypeas" | "people-professionalprofile-waterfall-v1-prospeo" | "people-professionalprofileurl-email-waterfall-v1-leadmagic" | "people-professionalprofileurl-name-v1-pipe0" | "people-profile-waterfall-v1-amplemarket" | "people-profile-waterfall-v1-clado" | "people-profile-waterfall-v1-icypeas" | "people-profile-waterfall-v1-prospeo" | "people-profile-workemail-crustdata-v1-crustdata" | "people-profiles-amplemarket-v1" | "people-profiles-amplemarket-v2" | "people-profiles-crustdata-v1" | "people-profiles-crustdata-v2" | "people-profileurl-email-waterfall-v1-leadmagic" | "people-validate-email-zerobounce-v1-zerobounce" | "people-workemail-profileurl-waterfall-v1-amplemarket" | "people-workemail-profileurl-waterfall-v1-clado" | "people-workemail-profileurl-waterfall-v1-crustdata" | "people-workemail-profileurl-waterfall-v1-findymail" | "people-workemail-profileurl-waterfall-v1-hunter" | "people-workemail-profileurl-waterfall-v1-leadmagic" | "people-workemail-waterfall-v1-amplemarket" | "people-workemail-waterfall-v1-findymail" | "people-workemail-waterfall-v1-hunter" | "people-workemail-waterfall-v1-icypeas" | "people-workemail-waterfall-v1-leadmagic" | "people-workemail-waterfall-v1-prospeo" | "person-email-validate-millionverifier-v1-millionverifier" | "person-identity-amplemarket-v1-amplemarket" | "person-identity-email-waterfall-v1-crustdata" | "person-identity-email-waterfall-v1-findymail" | "person-identity-email-waterfall-v1-hunter" | "person-match-amplemarket-v1-amplemarket" | "person-match-role-waterfall-v1-leadmagic" | "person-mobile-profileurl-waterfall-v1-amplemarket" | "person-mobile-profileurl-waterfall-v1-findymail" | "person-mobile-profileurl-waterfall-v1-leadmagic" | "person-mobile-profileurl-waterfall-v1-prospeo" | "person-mobile-workemail-waterfall-v1-amplemarket" | "person-mobile-workemail-waterfall-v1-leadmagic" | "person-name-join-v1-pipe0" | "person-name-split-v1-pipe0" | "person-personalemail-profileurl-waterfall-v1-leadmagic" | "person-personalemail-profileurl-waterfall-v1-mixrank" | "person-posts-crustdata-v1-crustdata" | "person-profile-waterfall-v1-amplemarket" | "person-profile-waterfall-v1-icypeas" | "person-profile-waterfall-v1-prospeo" | "person-profile-workemail-crustdata-v1-crustdata" | "person-profileurl-email-waterfall-v1-leadmagic" | "person-profileurl-name-v1-pipe0" | "person-workemail-profileurl-waterfall-v1-amplemarket" | "person-workemail-profileurl-waterfall-v1-crustdata" | "person-workemail-profileurl-waterfall-v1-findymail" | "person-workemail-profileurl-waterfall-v1-hunter" | "person-workemail-profileurl-waterfall-v1-leadmagic" | "person-workemail-waterfall-v1-amplemarket" | "person-workemail-waterfall-v1-findymail" | "person-workemail-waterfall-v1-hunter" | "person-workemail-waterfall-v1-icypeas" | "person-workemail-waterfall-v1-leadmagic" | "person-workemail-waterfall-v1-prospeo" | "prompt-run-v1-gemini-flash-latest" | "prompt-run-v1-openai-gpt-latest" | "prompt-run-v1-openai-gpt-mini-latest" | "sheet-row-append-v1-pipe0" | "sheet-row-expandappend-v1-pipe0" | "template-fill-v1-pipe0" | "website-extract-firecrawl-v1-firecrawl" | "website-maplinks-firecrawl-v1-firecrawl" | "website-scrape-firecrawl-v1-firecrawl" | "website-scrapelist-firecrawl-v1-firecrawl";
|
|
2886
|
+
type BillableOperation = "companies-profiles-amplemarket-v1" | "companies-profiles-amplemarket-v2" | "companies-profiles-crustdata-v1" | "companies-profiles-crustdata-v2" | "company-domain-workemail-v1-pipe0" | "company-funding-leadmagic-v1-leadmagic" | "company-funding-leadmagic-v2-leadmagic" | "company-identity-v1-pipe0" | "company-identity-v2-pipe0" | "company-identity-v3-pipe0" | "company-lookalikes-companyenrich-v1-companyenrich" | "company-lookalikes-companyenrich-v2-companyenrich" | "company-match-crustdata-v1-crustdata" | "company-match-crustdata-v2-crustdata" | "company-match-logodev-v1-logodev" | "company-match-logodev-v2-logodev" | "company-newssummary-domain-v1-pipe0" | "company-newssummary-website-v1-pipe0" | "company-overview-v1-pipe0" | "company-overview-v2-pipe0" | "company-overview-v3-pipe0" | "company-techstack-builtwith-v1-builtwith" | "company-techstack-builtwith-v2-builtwith" | "company-websiteurl-email-v1-pipe0" | "contact-create-resend-v1-resend" | "email-iswork-v1-pipe0" | "email-send-gmail-v1-gmail" | "email-send-resend-v1-resend" | "email-validate-zerobounce-v1-zerobounce" | "email-write-v1-gemini-flash-latest" | "email-write-v1-openai-gpt-latest" | "email-write-v1-openai-gpt-mini-latest" | "field-domainify-v1-pipe0" | "field-slugify-v1-pipe0" | "fields-merge-v1-pipe0" | "http-request-v1-pipe0" | "json-extract-multi-v1-pipe0" | "message-send-slack-v1-slack" | "message-write-v1-gemini-flash-latest" | "message-write-v1-openai-gpt-latest" | "message-write-v1-openai-gpt-mini-latest" | "people-email-iswork-v1-pipe0" | "people-email-validate-zerobounce-v1-zerobounce" | "people-email-validate-zerobounce-v2-zerobounce" | "people-identity-email-waterfall-v1-crustdata" | "people-identity-email-waterfall-v1-findymail" | "people-identity-email-waterfall-v1-hunter" | "people-match-role-waterfall-v1-leadmagic" | "people-mobilenumber-professionalprofile-waterfall-v1-leadmagic" | "people-mobilenumber-professionalprofile-waterfall-v1-prospeo" | "people-mobilenumber-workemail-waterfall-v1-leadmagic" | "people-name-split-v1-pipe0" | "people-personalemail-profile-waterfall-v1-clado" | "people-personalemail-profile-waterfall-v1-leadmagic" | "people-personalemail-profile-waterfall-v1-mixrank" | "people-phone-profile-waterfall-v1-amplemarket" | "people-phone-profile-waterfall-v1-clado" | "people-phone-profile-waterfall-v1-findymail" | "people-phone-profile-waterfall-v1-leadmagic" | "people-phone-profile-waterfall-v1-prospeo" | "people-phone-workemail-waterfall-v1-amplemarket" | "people-phone-workemail-waterfall-v1-leadmagic" | "people-professionalprofile-waterfall-v1-icypeas" | "people-professionalprofile-waterfall-v1-prospeo" | "people-professionalprofileurl-email-waterfall-v1-leadmagic" | "people-professionalprofileurl-name-v1-pipe0" | "people-profile-waterfall-v1-amplemarket" | "people-profile-waterfall-v1-clado" | "people-profile-waterfall-v1-icypeas" | "people-profile-waterfall-v1-prospeo" | "people-profile-workemail-crustdata-v1-crustdata" | "people-profiles-amplemarket-v1" | "people-profiles-amplemarket-v2" | "people-profiles-crustdata-v1" | "people-profiles-crustdata-v2" | "people-profileurl-email-waterfall-v1-leadmagic" | "people-validate-email-zerobounce-v1-zerobounce" | "people-workemail-profileurl-waterfall-v1-amplemarket" | "people-workemail-profileurl-waterfall-v1-clado" | "people-workemail-profileurl-waterfall-v1-crustdata" | "people-workemail-profileurl-waterfall-v1-findymail" | "people-workemail-profileurl-waterfall-v1-hunter" | "people-workemail-profileurl-waterfall-v1-leadmagic" | "people-workemail-waterfall-v1-amplemarket" | "people-workemail-waterfall-v1-findymail" | "people-workemail-waterfall-v1-hunter" | "people-workemail-waterfall-v1-icypeas" | "people-workemail-waterfall-v1-leadmagic" | "people-workemail-waterfall-v1-prospeo" | "person-email-validate-millionverifier-v1-millionverifier" | "person-identity-amplemarket-v1-amplemarket" | "person-identity-email-waterfall-v1-crustdata" | "person-identity-email-waterfall-v1-findymail" | "person-identity-email-waterfall-v1-hunter" | "person-match-amplemarket-v1-amplemarket" | "person-match-role-waterfall-v1-leadmagic" | "person-mobile-profileurl-waterfall-v1-amplemarket" | "person-mobile-profileurl-waterfall-v1-findymail" | "person-mobile-profileurl-waterfall-v1-leadmagic" | "person-mobile-profileurl-waterfall-v1-prospeo" | "person-mobile-workemail-waterfall-v1-amplemarket" | "person-mobile-workemail-waterfall-v1-leadmagic" | "person-devprofileurl-profileurl-waterfall-v1-crustdata" | "person-name-join-v1-pipe0" | "person-name-split-v1-pipe0" | "person-personalemail-profileurl-waterfall-v1-leadmagic" | "person-personalemail-profileurl-waterfall-v1-mixrank" | "person-posts-crustdata-v1-crustdata" | "person-profile-waterfall-v1-amplemarket" | "person-profile-waterfall-v1-icypeas" | "person-profile-waterfall-v1-prospeo" | "person-profile-workemail-crustdata-v1-crustdata" | "person-profileurl-email-waterfall-v1-leadmagic" | "person-profileurl-name-v1-pipe0" | "person-workemail-profileurl-waterfall-v1-amplemarket" | "person-workemail-profileurl-waterfall-v1-crustdata" | "person-workemail-profileurl-waterfall-v1-findymail" | "person-workemail-profileurl-waterfall-v1-hunter" | "person-workemail-profileurl-waterfall-v1-leadmagic" | "person-workemail-waterfall-v1-amplemarket" | "person-workemail-waterfall-v1-findymail" | "person-workemail-waterfall-v1-hunter" | "person-workemail-waterfall-v1-icypeas" | "person-workemail-waterfall-v1-leadmagic" | "person-workemail-waterfall-v1-prospeo" | "prompt-run-v1-gemini-flash-latest" | "prompt-run-v1-openai-gpt-latest" | "prompt-run-v1-openai-gpt-mini-latest" | "sheet-row-append-v1-pipe0" | "sheet-row-expandappend-v1-pipe0" | "template-fill-v1-pipe0" | "website-extract-firecrawl-v1-firecrawl" | "website-maplinks-firecrawl-v1-firecrawl" | "website-scrape-firecrawl-v1-firecrawl" | "website-scrapelist-firecrawl-v1-firecrawl";
|
|
2872
2887
|
//#endregion
|
|
2873
2888
|
//#region src/fields/field-catalog.d.ts
|
|
2874
2889
|
type FieldEntry = {
|
|
@@ -4826,6 +4841,23 @@ declare const fieldCatalog: {
|
|
|
4826
4841
|
readonly description: "A person's LinkedIn profile URL.";
|
|
4827
4842
|
readonly jsonMeta: null;
|
|
4828
4843
|
};
|
|
4844
|
+
readonly developer_profile_url: {
|
|
4845
|
+
readonly label: "Developer profile URL";
|
|
4846
|
+
readonly type: "string";
|
|
4847
|
+
readonly format: "profile_url";
|
|
4848
|
+
readonly description: "A person's primary developer profile URL (e.g. GitHub).";
|
|
4849
|
+
readonly jsonMeta: null;
|
|
4850
|
+
};
|
|
4851
|
+
readonly alternative_developer_profile_urls: {
|
|
4852
|
+
readonly label: "Alternative developer profile URLs";
|
|
4853
|
+
readonly type: "json";
|
|
4854
|
+
readonly format: "json_list_string";
|
|
4855
|
+
readonly description: "Additional developer profile URLs (GitHub, GitLab, etc.) discovered for the person.";
|
|
4856
|
+
readonly jsonMeta: {
|
|
4857
|
+
readonly zodSchema: z.ZodArray<z.ZodString>;
|
|
4858
|
+
readonly exampleValue: readonly ["https://github.com/mxschmitt"];
|
|
4859
|
+
};
|
|
4860
|
+
};
|
|
4829
4861
|
readonly profile_posts: {
|
|
4830
4862
|
readonly label: "Recrent linkedIn posts";
|
|
4831
4863
|
readonly type: "json";
|
|
@@ -4995,13 +5027,13 @@ declare const fieldCatalog: {
|
|
|
4995
5027
|
readonly type: "string";
|
|
4996
5028
|
readonly format: "text";
|
|
4997
5029
|
readonly jsonMeta: null;
|
|
4998
|
-
readonly description: "Email validation status. Allowed values are: 'valid', 'invalid', 'catch_all', '
|
|
5030
|
+
readonly description: "Email validation status. Allowed values are: 'valid', 'invalid', 'catch_all', 'unknown'";
|
|
4999
5031
|
};
|
|
5000
5032
|
readonly million_validation_match: {
|
|
5001
5033
|
readonly label: "Million Verifier match";
|
|
5002
5034
|
readonly type: "json";
|
|
5003
5035
|
readonly format: "json_object";
|
|
5004
|
-
readonly description: "Email validation status. Allowed values are: 'valid', 'invalid', 'catch_all', '
|
|
5036
|
+
readonly description: "Email validation status. Allowed values are: 'valid', 'invalid', 'catch_all', 'unknown'";
|
|
5005
5037
|
readonly jsonMeta: {
|
|
5006
5038
|
readonly zodSchema: z.ZodObject<{
|
|
5007
5039
|
email: z.ZodString;
|
|
@@ -5012,10 +5044,10 @@ declare const fieldCatalog: {
|
|
|
5012
5044
|
risky: "risky";
|
|
5013
5045
|
}>;
|
|
5014
5046
|
result: z.ZodEnum<{
|
|
5047
|
+
unknown: "unknown";
|
|
5015
5048
|
error: "error";
|
|
5016
5049
|
ok: "ok";
|
|
5017
5050
|
catch_all: "catch_all";
|
|
5018
|
-
unkown: "unkown";
|
|
5019
5051
|
disposable: "disposable";
|
|
5020
5052
|
invalid: "invalid";
|
|
5021
5053
|
}>;
|
|
@@ -5029,7 +5061,7 @@ declare const fieldCatalog: {
|
|
|
5029
5061
|
readonly exampleValue: {
|
|
5030
5062
|
email: string;
|
|
5031
5063
|
quality: "" | "good" | "bod" | "risky";
|
|
5032
|
-
result: "
|
|
5064
|
+
result: "unknown" | "error" | "ok" | "catch_all" | "disposable" | "invalid";
|
|
5033
5065
|
resultcode: number;
|
|
5034
5066
|
subresult: string;
|
|
5035
5067
|
free: boolean;
|
|
@@ -7378,6 +7410,8 @@ declare const fieldBehaviorCatalog: {
|
|
|
7378
7410
|
};
|
|
7379
7411
|
};
|
|
7380
7412
|
};
|
|
7413
|
+
developer_profile_url: {};
|
|
7414
|
+
alternative_developer_profile_urls: {};
|
|
7381
7415
|
profile_posts: {
|
|
7382
7416
|
getStaticWidgets(): {
|
|
7383
7417
|
display_value: {
|
|
@@ -9496,6 +9530,23 @@ declare function getField<T extends FieldName>(fieldName: T): {
|
|
|
9496
9530
|
readonly description: "A person's LinkedIn profile URL.";
|
|
9497
9531
|
readonly jsonMeta: null;
|
|
9498
9532
|
};
|
|
9533
|
+
readonly developer_profile_url: {
|
|
9534
|
+
readonly label: "Developer profile URL";
|
|
9535
|
+
readonly type: "string";
|
|
9536
|
+
readonly format: "profile_url";
|
|
9537
|
+
readonly description: "A person's primary developer profile URL (e.g. GitHub).";
|
|
9538
|
+
readonly jsonMeta: null;
|
|
9539
|
+
};
|
|
9540
|
+
readonly alternative_developer_profile_urls: {
|
|
9541
|
+
readonly label: "Alternative developer profile URLs";
|
|
9542
|
+
readonly type: "json";
|
|
9543
|
+
readonly format: "json_list_string";
|
|
9544
|
+
readonly description: "Additional developer profile URLs (GitHub, GitLab, etc.) discovered for the person.";
|
|
9545
|
+
readonly jsonMeta: {
|
|
9546
|
+
readonly zodSchema: z.ZodArray<z.ZodString>;
|
|
9547
|
+
readonly exampleValue: readonly ["https://github.com/mxschmitt"];
|
|
9548
|
+
};
|
|
9549
|
+
};
|
|
9499
9550
|
readonly profile_posts: {
|
|
9500
9551
|
readonly label: "Recrent linkedIn posts";
|
|
9501
9552
|
readonly type: "json";
|
|
@@ -9665,13 +9716,13 @@ declare function getField<T extends FieldName>(fieldName: T): {
|
|
|
9665
9716
|
readonly type: "string";
|
|
9666
9717
|
readonly format: "text";
|
|
9667
9718
|
readonly jsonMeta: null;
|
|
9668
|
-
readonly description: "Email validation status. Allowed values are: 'valid', 'invalid', 'catch_all', '
|
|
9719
|
+
readonly description: "Email validation status. Allowed values are: 'valid', 'invalid', 'catch_all', 'unknown'";
|
|
9669
9720
|
};
|
|
9670
9721
|
readonly million_validation_match: {
|
|
9671
9722
|
readonly label: "Million Verifier match";
|
|
9672
9723
|
readonly type: "json";
|
|
9673
9724
|
readonly format: "json_object";
|
|
9674
|
-
readonly description: "Email validation status. Allowed values are: 'valid', 'invalid', 'catch_all', '
|
|
9725
|
+
readonly description: "Email validation status. Allowed values are: 'valid', 'invalid', 'catch_all', 'unknown'";
|
|
9675
9726
|
readonly jsonMeta: {
|
|
9676
9727
|
readonly zodSchema: z.ZodObject<{
|
|
9677
9728
|
email: z.ZodString;
|
|
@@ -9682,10 +9733,10 @@ declare function getField<T extends FieldName>(fieldName: T): {
|
|
|
9682
9733
|
risky: "risky";
|
|
9683
9734
|
}>;
|
|
9684
9735
|
result: z.ZodEnum<{
|
|
9736
|
+
unknown: "unknown";
|
|
9685
9737
|
error: "error";
|
|
9686
9738
|
ok: "ok";
|
|
9687
9739
|
catch_all: "catch_all";
|
|
9688
|
-
unkown: "unkown";
|
|
9689
9740
|
disposable: "disposable";
|
|
9690
9741
|
invalid: "invalid";
|
|
9691
9742
|
}>;
|
|
@@ -9699,7 +9750,7 @@ declare function getField<T extends FieldName>(fieldName: T): {
|
|
|
9699
9750
|
readonly exampleValue: {
|
|
9700
9751
|
email: string;
|
|
9701
9752
|
quality: "" | "good" | "bod" | "risky";
|
|
9702
|
-
result: "
|
|
9753
|
+
result: "unknown" | "error" | "ok" | "catch_all" | "disposable" | "invalid";
|
|
9703
9754
|
resultcode: number;
|
|
9704
9755
|
subresult: string;
|
|
9705
9756
|
free: boolean;
|
|
@@ -12158,7 +12209,7 @@ declare const CladoPersonMatchV2Schema: z.ZodObject<{
|
|
|
12158
12209
|
type CladoPersonMatchV2 = z.infer<typeof CladoPersonMatchV2Schema>;
|
|
12159
12210
|
//#endregion
|
|
12160
12211
|
//#region src/fields/types.d.ts
|
|
12161
|
-
type EmailValidationStatus = "catch_all" | "invalid" | "valid" | "
|
|
12212
|
+
type EmailValidationStatus = "catch_all" | "invalid" | "valid" | "unknown";
|
|
12162
12213
|
//#endregion
|
|
12163
12214
|
//#region src/fields/utils/field-utils.d.ts
|
|
12164
12215
|
declare function getReadableFieldStatus(status: RecordFieldStatus): string;
|
|
@@ -12306,14 +12357,14 @@ declare const StoreOptionSchema: z.ZodObject<{
|
|
|
12306
12357
|
}, z.core.$strip>>;
|
|
12307
12358
|
icon: z.ZodOptional<z.ZodObject<{
|
|
12308
12359
|
key: z.ZodEnum<{
|
|
12360
|
+
language: "language";
|
|
12309
12361
|
output: "output";
|
|
12310
|
-
text: "text";
|
|
12311
12362
|
input: "input";
|
|
12363
|
+
text: "text";
|
|
12312
12364
|
code: "code";
|
|
12313
12365
|
filter: "filter";
|
|
12314
12366
|
search: "search";
|
|
12315
12367
|
location: "location";
|
|
12316
|
-
language: "language";
|
|
12317
12368
|
workflow: "workflow";
|
|
12318
12369
|
activity: "activity";
|
|
12319
12370
|
linkedin: "linkedin";
|
|
@@ -12405,14 +12456,14 @@ declare const FormStoreSchema: z.ZodObject<{
|
|
|
12405
12456
|
}, z.core.$strip>>;
|
|
12406
12457
|
icon: z.ZodOptional<z.ZodObject<{
|
|
12407
12458
|
key: z.ZodEnum<{
|
|
12459
|
+
language: "language";
|
|
12408
12460
|
output: "output";
|
|
12409
|
-
text: "text";
|
|
12410
12461
|
input: "input";
|
|
12462
|
+
text: "text";
|
|
12411
12463
|
code: "code";
|
|
12412
12464
|
filter: "filter";
|
|
12413
12465
|
search: "search";
|
|
12414
12466
|
location: "location";
|
|
12415
|
-
language: "language";
|
|
12416
12467
|
workflow: "workflow";
|
|
12417
12468
|
activity: "activity";
|
|
12418
12469
|
linkedin: "linkedin";
|
|
@@ -14427,14 +14478,16 @@ declare const SearchResultFieldSchema: z$1.ZodObject<{
|
|
|
14427
14478
|
string: "string";
|
|
14428
14479
|
number: "number";
|
|
14429
14480
|
boolean: "boolean";
|
|
14430
|
-
json: "json";
|
|
14431
14481
|
unknown: "unknown";
|
|
14482
|
+
json: "json";
|
|
14432
14483
|
}>>;
|
|
14433
14484
|
format: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodEnum<{
|
|
14485
|
+
profile_url: "profile_url";
|
|
14486
|
+
int: "int";
|
|
14487
|
+
date: "date";
|
|
14434
14488
|
email: "email";
|
|
14435
14489
|
address_line_1: "address_line_1";
|
|
14436
14490
|
zip_code: "zip_code";
|
|
14437
|
-
profile_url: "profile_url";
|
|
14438
14491
|
phone: "phone";
|
|
14439
14492
|
website_url: "website_url";
|
|
14440
14493
|
markdown: "markdown";
|
|
@@ -14444,9 +14497,7 @@ declare const SearchResultFieldSchema: z$1.ZodObject<{
|
|
|
14444
14497
|
url: "url";
|
|
14445
14498
|
datetime: "datetime";
|
|
14446
14499
|
currency: "currency";
|
|
14447
|
-
date: "date";
|
|
14448
14500
|
text: "text";
|
|
14449
|
-
int: "int";
|
|
14450
14501
|
decimal: "decimal";
|
|
14451
14502
|
percent: "percent";
|
|
14452
14503
|
}>>>;
|
|
@@ -14525,6 +14576,7 @@ declare const SearchResultFieldSchema: z$1.ZodObject<{
|
|
|
14525
14576
|
"person:workemail:profileurl:waterfall@1": "person:workemail:profileurl:waterfall@1";
|
|
14526
14577
|
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
14527
14578
|
"person:identity:email:waterfall@1": "person:identity:email:waterfall@1";
|
|
14579
|
+
"person:devprofileurl:profileurl:waterfall@1": "person:devprofileurl:profileurl:waterfall@1";
|
|
14528
14580
|
"http:request@1": "http:request@1";
|
|
14529
14581
|
"company:identity@1": "company:identity@1";
|
|
14530
14582
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
@@ -14672,14 +14724,16 @@ declare const SearchResultSchema: z$1.ZodRecord<z$1.ZodString, z$1.ZodNullable<z
|
|
|
14672
14724
|
string: "string";
|
|
14673
14725
|
number: "number";
|
|
14674
14726
|
boolean: "boolean";
|
|
14675
|
-
json: "json";
|
|
14676
14727
|
unknown: "unknown";
|
|
14728
|
+
json: "json";
|
|
14677
14729
|
}>>;
|
|
14678
14730
|
format: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodEnum<{
|
|
14731
|
+
profile_url: "profile_url";
|
|
14732
|
+
int: "int";
|
|
14733
|
+
date: "date";
|
|
14679
14734
|
email: "email";
|
|
14680
14735
|
address_line_1: "address_line_1";
|
|
14681
14736
|
zip_code: "zip_code";
|
|
14682
|
-
profile_url: "profile_url";
|
|
14683
14737
|
phone: "phone";
|
|
14684
14738
|
website_url: "website_url";
|
|
14685
14739
|
markdown: "markdown";
|
|
@@ -14689,9 +14743,7 @@ declare const SearchResultSchema: z$1.ZodRecord<z$1.ZodString, z$1.ZodNullable<z
|
|
|
14689
14743
|
url: "url";
|
|
14690
14744
|
datetime: "datetime";
|
|
14691
14745
|
currency: "currency";
|
|
14692
|
-
date: "date";
|
|
14693
14746
|
text: "text";
|
|
14694
|
-
int: "int";
|
|
14695
14747
|
decimal: "decimal";
|
|
14696
14748
|
percent: "percent";
|
|
14697
14749
|
}>>>;
|
|
@@ -14770,6 +14822,7 @@ declare const SearchResultSchema: z$1.ZodRecord<z$1.ZodString, z$1.ZodNullable<z
|
|
|
14770
14822
|
"person:workemail:profileurl:waterfall@1": "person:workemail:profileurl:waterfall@1";
|
|
14771
14823
|
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
14772
14824
|
"person:identity:email:waterfall@1": "person:identity:email:waterfall@1";
|
|
14825
|
+
"person:devprofileurl:profileurl:waterfall@1": "person:devprofileurl:profileurl:waterfall@1";
|
|
14773
14826
|
"http:request@1": "http:request@1";
|
|
14774
14827
|
"company:identity@1": "company:identity@1";
|
|
14775
14828
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
@@ -15764,14 +15817,16 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
15764
15817
|
string: "string";
|
|
15765
15818
|
number: "number";
|
|
15766
15819
|
boolean: "boolean";
|
|
15767
|
-
json: "json";
|
|
15768
15820
|
unknown: "unknown";
|
|
15821
|
+
json: "json";
|
|
15769
15822
|
}>>;
|
|
15770
15823
|
format: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodEnum<{
|
|
15824
|
+
profile_url: "profile_url";
|
|
15825
|
+
int: "int";
|
|
15826
|
+
date: "date";
|
|
15771
15827
|
email: "email";
|
|
15772
15828
|
address_line_1: "address_line_1";
|
|
15773
15829
|
zip_code: "zip_code";
|
|
15774
|
-
profile_url: "profile_url";
|
|
15775
15830
|
phone: "phone";
|
|
15776
15831
|
website_url: "website_url";
|
|
15777
15832
|
markdown: "markdown";
|
|
@@ -15781,9 +15836,7 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
15781
15836
|
url: "url";
|
|
15782
15837
|
datetime: "datetime";
|
|
15783
15838
|
currency: "currency";
|
|
15784
|
-
date: "date";
|
|
15785
15839
|
text: "text";
|
|
15786
|
-
int: "int";
|
|
15787
15840
|
decimal: "decimal";
|
|
15788
15841
|
percent: "percent";
|
|
15789
15842
|
}>>>;
|
|
@@ -15862,6 +15915,7 @@ declare const SearchResponseSchema: z$1.ZodObject<{
|
|
|
15862
15915
|
"person:workemail:profileurl:waterfall@1": "person:workemail:profileurl:waterfall@1";
|
|
15863
15916
|
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
15864
15917
|
"person:identity:email:waterfall@1": "person:identity:email:waterfall@1";
|
|
15918
|
+
"person:devprofileurl:profileurl:waterfall@1": "person:devprofileurl:profileurl:waterfall@1";
|
|
15865
15919
|
"http:request@1": "http:request@1";
|
|
15866
15920
|
"company:identity@1": "company:identity@1";
|
|
15867
15921
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
@@ -19100,14 +19154,16 @@ declare const SearchesResultFieldSchema: z$1.ZodObject<{
|
|
|
19100
19154
|
string: "string";
|
|
19101
19155
|
number: "number";
|
|
19102
19156
|
boolean: "boolean";
|
|
19103
|
-
json: "json";
|
|
19104
19157
|
unknown: "unknown";
|
|
19158
|
+
json: "json";
|
|
19105
19159
|
}>>;
|
|
19106
19160
|
format: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodEnum<{
|
|
19161
|
+
profile_url: "profile_url";
|
|
19162
|
+
int: "int";
|
|
19163
|
+
date: "date";
|
|
19107
19164
|
email: "email";
|
|
19108
19165
|
address_line_1: "address_line_1";
|
|
19109
19166
|
zip_code: "zip_code";
|
|
19110
|
-
profile_url: "profile_url";
|
|
19111
19167
|
phone: "phone";
|
|
19112
19168
|
website_url: "website_url";
|
|
19113
19169
|
markdown: "markdown";
|
|
@@ -19117,9 +19173,7 @@ declare const SearchesResultFieldSchema: z$1.ZodObject<{
|
|
|
19117
19173
|
url: "url";
|
|
19118
19174
|
datetime: "datetime";
|
|
19119
19175
|
currency: "currency";
|
|
19120
|
-
date: "date";
|
|
19121
19176
|
text: "text";
|
|
19122
|
-
int: "int";
|
|
19123
19177
|
decimal: "decimal";
|
|
19124
19178
|
percent: "percent";
|
|
19125
19179
|
}>>>;
|
|
@@ -19198,6 +19252,7 @@ declare const SearchesResultFieldSchema: z$1.ZodObject<{
|
|
|
19198
19252
|
"person:workemail:profileurl:waterfall@1": "person:workemail:profileurl:waterfall@1";
|
|
19199
19253
|
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
19200
19254
|
"person:identity:email:waterfall@1": "person:identity:email:waterfall@1";
|
|
19255
|
+
"person:devprofileurl:profileurl:waterfall@1": "person:devprofileurl:profileurl:waterfall@1";
|
|
19201
19256
|
"http:request@1": "http:request@1";
|
|
19202
19257
|
"company:identity@1": "company:identity@1";
|
|
19203
19258
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
@@ -19345,14 +19400,16 @@ declare const SearchesResultSchema: z$1.ZodRecord<z$1.ZodString, z$1.ZodNullable
|
|
|
19345
19400
|
string: "string";
|
|
19346
19401
|
number: "number";
|
|
19347
19402
|
boolean: "boolean";
|
|
19348
|
-
json: "json";
|
|
19349
19403
|
unknown: "unknown";
|
|
19404
|
+
json: "json";
|
|
19350
19405
|
}>>;
|
|
19351
19406
|
format: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodEnum<{
|
|
19407
|
+
profile_url: "profile_url";
|
|
19408
|
+
int: "int";
|
|
19409
|
+
date: "date";
|
|
19352
19410
|
email: "email";
|
|
19353
19411
|
address_line_1: "address_line_1";
|
|
19354
19412
|
zip_code: "zip_code";
|
|
19355
|
-
profile_url: "profile_url";
|
|
19356
19413
|
phone: "phone";
|
|
19357
19414
|
website_url: "website_url";
|
|
19358
19415
|
markdown: "markdown";
|
|
@@ -19362,9 +19419,7 @@ declare const SearchesResultSchema: z$1.ZodRecord<z$1.ZodString, z$1.ZodNullable
|
|
|
19362
19419
|
url: "url";
|
|
19363
19420
|
datetime: "datetime";
|
|
19364
19421
|
currency: "currency";
|
|
19365
|
-
date: "date";
|
|
19366
19422
|
text: "text";
|
|
19367
|
-
int: "int";
|
|
19368
19423
|
decimal: "decimal";
|
|
19369
19424
|
percent: "percent";
|
|
19370
19425
|
}>>>;
|
|
@@ -19443,6 +19498,7 @@ declare const SearchesResultSchema: z$1.ZodRecord<z$1.ZodString, z$1.ZodNullable
|
|
|
19443
19498
|
"person:workemail:profileurl:waterfall@1": "person:workemail:profileurl:waterfall@1";
|
|
19444
19499
|
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
19445
19500
|
"person:identity:email:waterfall@1": "person:identity:email:waterfall@1";
|
|
19501
|
+
"person:devprofileurl:profileurl:waterfall@1": "person:devprofileurl:profileurl:waterfall@1";
|
|
19446
19502
|
"http:request@1": "http:request@1";
|
|
19447
19503
|
"company:identity@1": "company:identity@1";
|
|
19448
19504
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
@@ -19640,14 +19696,16 @@ declare const SearchesResponseSchema: z$1.ZodObject<{
|
|
|
19640
19696
|
string: "string";
|
|
19641
19697
|
number: "number";
|
|
19642
19698
|
boolean: "boolean";
|
|
19643
|
-
json: "json";
|
|
19644
19699
|
unknown: "unknown";
|
|
19700
|
+
json: "json";
|
|
19645
19701
|
}>>;
|
|
19646
19702
|
format: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodEnum<{
|
|
19703
|
+
profile_url: "profile_url";
|
|
19704
|
+
int: "int";
|
|
19705
|
+
date: "date";
|
|
19647
19706
|
email: "email";
|
|
19648
19707
|
address_line_1: "address_line_1";
|
|
19649
19708
|
zip_code: "zip_code";
|
|
19650
|
-
profile_url: "profile_url";
|
|
19651
19709
|
phone: "phone";
|
|
19652
19710
|
website_url: "website_url";
|
|
19653
19711
|
markdown: "markdown";
|
|
@@ -19657,9 +19715,7 @@ declare const SearchesResponseSchema: z$1.ZodObject<{
|
|
|
19657
19715
|
url: "url";
|
|
19658
19716
|
datetime: "datetime";
|
|
19659
19717
|
currency: "currency";
|
|
19660
|
-
date: "date";
|
|
19661
19718
|
text: "text";
|
|
19662
|
-
int: "int";
|
|
19663
19719
|
decimal: "decimal";
|
|
19664
19720
|
percent: "percent";
|
|
19665
19721
|
}>>>;
|
|
@@ -19738,6 +19794,7 @@ declare const SearchesResponseSchema: z$1.ZodObject<{
|
|
|
19738
19794
|
"person:workemail:profileurl:waterfall@1": "person:workemail:profileurl:waterfall@1";
|
|
19739
19795
|
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
19740
19796
|
"person:identity:email:waterfall@1": "person:identity:email:waterfall@1";
|
|
19797
|
+
"person:devprofileurl:profileurl:waterfall@1": "person:devprofileurl:profileurl:waterfall@1";
|
|
19741
19798
|
"http:request@1": "http:request@1";
|
|
19742
19799
|
"company:identity@1": "company:identity@1";
|
|
19743
19800
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
@@ -21287,12 +21344,12 @@ declare abstract class Pipe<Payload extends {
|
|
|
21287
21344
|
resolveFormat?: (_lazyContext: LazyResolveContext) => RecordFieldFormat;
|
|
21288
21345
|
isPrimaryOutput?: boolean;
|
|
21289
21346
|
}): {
|
|
21290
|
-
name: "
|
|
21347
|
+
name: "name" | "profile_url" | "skills" | "job_title" | "company_name" | "company_social_url" | "job_description" | "headcount" | "company_industry" | "message" | "company_description" | "cleaned_company_name" | "company_region" | "location_hint" | "estimated_revenue" | "founded_year" | "technology_list" | "spending_trend" | "technology_match_builtwith" | "number_of_social_followers" | "email" | "personal_email" | "alternate_personal_emails" | "company_news_summary" | "work_email" | "company_website_url" | "company_domain" | "first_name" | "addressee_name" | "address_line_1" | "address_line_2" | "profile_headline" | "address_city" | "address_country" | "address_state" | "zip_code" | "last_name" | "is_work_email" | "companyenrich_match" | "companyenrich_matches" | "ip_address" | "avatar_url" | "estimated_salary" | "is_email_valid" | "developer_profile_url" | "alternative_developer_profile_urls" | "company_profile_url" | "profile_posts" | "clado_person_match" | "clado_person_match_v2" | "icypeas_person_match" | "icypeas_company_match" | "clado_person_profile" | "resend_email_success" | "email_body" | "email_subject" | "profile" | "mobile" | "landline" | "phone" | "slack_message_success" | "funding_history" | "funding_total_usd" | "template_output" | "gmail_email_success" | "zerobounce_validation_status" | "zerobounce_validation_match" | "leadmagic_competitor_list" | "leadmagic_acquisition_history" | "leadmagic_company_news_list" | "merge_result" | "mapped_links" | "website_markdown" | "website_html" | "website_url" | "urls" | "website_links" | "firecrawl_extract_result" | "exa_match_evaluation" | "email_validation_status" | "million_validation_match" | "scrape_list_response" | "resend_contact_id" | "sheet_record_id" | "sheet_record_ids" | "input_objects" | "role_finder_match" | "logodev_describe_match" | "logo_url" | "crustdata_company_match" | "crustdata_companyenrich_match" | "crustdata_person_match" | "post_list_string" | "crustdata_post_list" | "crustdata_profile_match_score" | "amplemarket_person_match" | "amplemarket_company_match" | "created_sheet" | "sheet" | "string_input" | "domain" | "url_input" | "slugified" | "http_response_status" | "http_response_body" | "http_response_headers" | "professional_profile_url" | "professional_profile" | "mobile_number";
|
|
21291
21348
|
enabled: boolean;
|
|
21292
|
-
type: "string" | "number" | "boolean" | "
|
|
21293
|
-
format: "
|
|
21349
|
+
type: "string" | "number" | "boolean" | "unknown" | "json" | ((_lazyContext: LazyResolveContext) => RecordFieldType);
|
|
21350
|
+
format: "profile_url" | "int" | "email" | "address_line_1" | "zip_code" | "phone" | "website_url" | "markdown" | "json_object" | "json_list" | "json_list_string" | "url" | "currency" | "text" | "decimal" | "percent" | ((_lazyContext: LazyResolveContext) => RecordFieldFormat) | null;
|
|
21294
21351
|
resolvedName: any;
|
|
21295
|
-
description: "A summary of the main business purpose and objectives." | "The standardized and cleaned version of the company name, ensuring consistency across different entries." | "Markdown-formatted scrape of a website." | "A list of website links." | "HTML-formatted scrape of a website." | "Generic URL of a website." | "List of URLs" | "List of URLs scraped from a website" | "Fully enriched people profile" | "The industry in which the company operates." | "The region corresponding to the company's country." | "An optional hint to help pinpoint a person's or company's location." | "A list of the top competitors for a given company as provided by LeadMagic" | "A list of acquisitions by a given company" | "A list of company news" | "The estimated annual revenue of the company." | "List of corporate funding rounds." | "Amount of total known funding" | "The year the company was founded." | "A flat list of technologies used by a company" | "Technology spending trend over the last 2 years. Average deviation between measuring points in %." | "A datastructure containing the technologies used by this company" | "Social followers (or zero if not found)." | "Mobile telephone number of a person." | "A generic field for phone numbers. Can be mobile or landline." | "A landline phone number" | "Current job title of a person" | "Description of current job" | "A union field that can contain both professional and personal email addresses." | "The personal email address of a prospect." | "The personal email addresses that are associated with a prospect but less likely to be the primary email address of a prospect." | "Latest company news." | "Email address of a person connection to their place of employment." | "Total number of people employed in a particular organization" | "Website URL of a related company." | "Bare domain of a related company. Example: stripe.com (no scheme, no path)." | "Name of a company." | "Object returned from a Clado people search." | "Object returned from a Icypeas people search" | "First name of a person." | "Recipient name in the format required by postal services." | "URL for profile picture" | "First line of an address (e.g. street address)" | "The formatted address of a company’s headquarters." | "Name of a city as needed for an address." | "Name of a country as needed for an address." | "Name of a state." | "A postal zip code. Usually a combination of numbers and letters." | "Last name of a person." | "Estimated total salary in USD." | "List of professional skills" | "Check if a given email is a work email." | "The full name of a person. Usually a combination of first and last name." | "IP Address of a person" | "Check if an email address is valid and can receive emails." | "A standardized format for returning LinkedIn profile data." | "A person's LinkedIn profile URL." | "List of recent LinkedIn posts in JSON format." | "Professional profile headline" | "Company LinkedIn URL." | "Result of email sending action using Resend" | "Id of a single resend contact" | "Name of a pipe0 sheet" | "Input field of type string" | "A domain field." | "Input field of type string and URL format" | "A value that has been stripped of characters not found in slugs." | "HTTP status code returned by the upstream endpoint." | "Parsed JSON body returned by the upstream endpoint." | "Response headers returned by the upstream endpoint as a flat key-value map." | "ID of sheet record" | "IDs sheet records" | "Result of email sending action using Gmail" | "Result of sending a message using Slack" | "The test of an email formatted as markdown" | "A markdown message that be send to any chat app." | "Subject line for email" | "Template value where the tags are replaces with real values" | "Email validation status. Allowed values are: 'valid', 'invalid', 'catch_all', '
|
|
21352
|
+
description: "A summary of the main business purpose and objectives." | "The standardized and cleaned version of the company name, ensuring consistency across different entries." | "Markdown-formatted scrape of a website." | "A list of website links." | "HTML-formatted scrape of a website." | "Generic URL of a website." | "List of URLs" | "List of URLs scraped from a website" | "Fully enriched people profile" | "The industry in which the company operates." | "The region corresponding to the company's country." | "An optional hint to help pinpoint a person's or company's location." | "A list of the top competitors for a given company as provided by LeadMagic" | "A list of acquisitions by a given company" | "A list of company news" | "The estimated annual revenue of the company." | "List of corporate funding rounds." | "Amount of total known funding" | "The year the company was founded." | "A flat list of technologies used by a company" | "Technology spending trend over the last 2 years. Average deviation between measuring points in %." | "A datastructure containing the technologies used by this company" | "Social followers (or zero if not found)." | "Mobile telephone number of a person." | "A generic field for phone numbers. Can be mobile or landline." | "A landline phone number" | "Current job title of a person" | "Description of current job" | "A union field that can contain both professional and personal email addresses." | "The personal email address of a prospect." | "The personal email addresses that are associated with a prospect but less likely to be the primary email address of a prospect." | "Latest company news." | "Email address of a person connection to their place of employment." | "Total number of people employed in a particular organization" | "Website URL of a related company." | "Bare domain of a related company. Example: stripe.com (no scheme, no path)." | "Name of a company." | "Object returned from a Clado people search." | "Object returned from a Icypeas people search" | "First name of a person." | "Recipient name in the format required by postal services." | "URL for profile picture" | "First line of an address (e.g. street address)" | "The formatted address of a company’s headquarters." | "Name of a city as needed for an address." | "Name of a country as needed for an address." | "Name of a state." | "A postal zip code. Usually a combination of numbers and letters." | "Last name of a person." | "Estimated total salary in USD." | "List of professional skills" | "Check if a given email is a work email." | "The full name of a person. Usually a combination of first and last name." | "IP Address of a person" | "Check if an email address is valid and can receive emails." | "A standardized format for returning LinkedIn profile data." | "A person's LinkedIn profile URL." | "A person's primary developer profile URL (e.g. GitHub)." | "Additional developer profile URLs (GitHub, GitLab, etc.) discovered for the person." | "List of recent LinkedIn posts in JSON format." | "Professional profile headline" | "Company LinkedIn URL." | "Result of email sending action using Resend" | "Id of a single resend contact" | "Name of a pipe0 sheet" | "Input field of type string" | "A domain field." | "Input field of type string and URL format" | "A value that has been stripped of characters not found in slugs." | "HTTP status code returned by the upstream endpoint." | "Parsed JSON body returned by the upstream endpoint." | "Response headers returned by the upstream endpoint as a flat key-value map." | "ID of sheet record" | "IDs sheet records" | "Result of email sending action using Gmail" | "Result of sending a message using Slack" | "The test of an email formatted as markdown" | "A markdown message that be send to any chat app." | "Subject line for email" | "Template value where the tags are replaces with real values" | "Email validation status. Allowed values are: 'valid', 'invalid', 'catch_all', 'unknown'" | "Validation status as returned from ZeroBounce single validation" | "Full validation object as returned by ZeroBounce" | "List of unstructured input objects" | "Reference to a created sheet" | "Result of a firecrawl extract operation" | "Exa search result." | "CompanyEnrich response object" | "Crustdata company match object" | "A number between 1 and 0 indicating the confidence that the profile belongs to the input email address." | "Crustdata company enrichment match." | "LinkedIn post list" | "Rich JSON post list" | "Result of a role finder operation" | "Person match object as returned by Amplemarket" | "Company match object as returned by Amplemarket" | "CompanyEnrich response list." | "Company or organization logo" | "Get company logos & brand data" | "Social Media URL for a given company (e.g. LinkedIn profile URL).";
|
|
21296
21353
|
jsonMeta: {
|
|
21297
21354
|
readonly zodSchema: z.ZodArray<z.ZodObject<{
|
|
21298
21355
|
url: z.ZodURL;
|
|
@@ -22817,6 +22874,9 @@ declare abstract class Pipe<Payload extends {
|
|
|
22817
22874
|
activities_and_societies: string | null;
|
|
22818
22875
|
}[];
|
|
22819
22876
|
};
|
|
22877
|
+
} | {
|
|
22878
|
+
readonly zodSchema: z.ZodArray<z.ZodString>;
|
|
22879
|
+
readonly exampleValue: readonly ["https://github.com/mxschmitt"];
|
|
22820
22880
|
} | {
|
|
22821
22881
|
readonly zodSchema: z.ZodArray<z.ZodObject<{
|
|
22822
22882
|
text: z.ZodString;
|
|
@@ -22844,10 +22904,10 @@ declare abstract class Pipe<Payload extends {
|
|
|
22844
22904
|
risky: "risky";
|
|
22845
22905
|
}>;
|
|
22846
22906
|
result: z.ZodEnum<{
|
|
22907
|
+
unknown: "unknown";
|
|
22847
22908
|
error: "error";
|
|
22848
22909
|
ok: "ok";
|
|
22849
22910
|
catch_all: "catch_all";
|
|
22850
|
-
unkown: "unkown";
|
|
22851
22911
|
disposable: "disposable";
|
|
22852
22912
|
invalid: "invalid";
|
|
22853
22913
|
}>;
|
|
@@ -22861,7 +22921,7 @@ declare abstract class Pipe<Payload extends {
|
|
|
22861
22921
|
readonly exampleValue: {
|
|
22862
22922
|
email: string;
|
|
22863
22923
|
quality: "" | "good" | "bod" | "risky";
|
|
22864
|
-
result: "
|
|
22924
|
+
result: "unknown" | "error" | "ok" | "catch_all" | "disposable" | "invalid";
|
|
22865
22925
|
resultcode: number;
|
|
22866
22926
|
subresult: string;
|
|
22867
22927
|
free: boolean;
|
|
@@ -24876,7 +24936,7 @@ declare abstract class Pipe<Payload extends {
|
|
|
24876
24936
|
}[];
|
|
24877
24937
|
};
|
|
24878
24938
|
} | null;
|
|
24879
|
-
label: "Company description" | "Cleaned company name" | "Scrape result - Markdown" | "Website internal links" | "Scrape result - HTML" | "Website URL" | "URLs" | "Clado person profile" | "Full name" | "Profile headline" | "LinkedIn profile URL" | "Job title" | "Company industry" | "Company region" | "Location hint" | "Competitor list" | "Acquisition history" | "Company news list" | "Estimated Annual Revenue" | "Funding history" | "Total funding (USD)" | "Founding year" | "Technology list" | "Spending Trend" | "Builtwith technology response" | "Follower count" | "Mobile" | "Phone" | "Landline" | "Job description" | "Email address" | "Personal email" | "Alternate personal email" | "Latest news" | "Work email" | "Headcount" | "Company website URL" | "Company domain" | "Company name" | "Clado person match" | "Icypeas person match" | "Icypeas company match" | "First name" | "Addressee name" | "Avatar URL" | "Address line 1" | "Address line 2" | "Address city" | "Address country" | "State" | "Zip code" | "Last name" | "Estimated salary" | "Skills" | "Is work email result" | "IP address" | "Email validation" | "Professional profile" | "Recrent linkedIn posts" | "Company LinkedIn profile URL" | "Resend mail success" | "Resend contact id" | "Sheet name" | "String input" | "Domain" | "URL input" | "Slugified value" | "HTTP response status" | "HTTP response body" | "HTTP response headers" | "Record ID" | "Record IDs" | "Gmail e-mail success" | "Slack message success" | "A markdown email" | "Message" | "Subject Line" | "Template Output" | "Validation status" | "Million Verifier match" | "ZeroBounce Validation Status" | "ZeroBounce Validation Match" | "Input objects" | "Created sheet" | "Merge Result" | "Extract Result" | "Exa Match Evaluation" | "Company match" | "Person match" | "Match score" | "Company enrichment match" | "Post list" | "Crustdata Post list" | "Role finder match" | "CompanyEnrich matches" | "Logo URL" | "Company Social URL" | "Professional profile (LinkedIn)" | "LinkedIn Profile URL";
|
|
24939
|
+
label: "Company description" | "Cleaned company name" | "Scrape result - Markdown" | "Website internal links" | "Scrape result - HTML" | "Website URL" | "URLs" | "Clado person profile" | "Full name" | "Profile headline" | "LinkedIn profile URL" | "Job title" | "Company industry" | "Company region" | "Location hint" | "Competitor list" | "Acquisition history" | "Company news list" | "Estimated Annual Revenue" | "Funding history" | "Total funding (USD)" | "Founding year" | "Technology list" | "Spending Trend" | "Builtwith technology response" | "Follower count" | "Mobile" | "Phone" | "Landline" | "Job description" | "Email address" | "Personal email" | "Alternate personal email" | "Latest news" | "Work email" | "Headcount" | "Company website URL" | "Company domain" | "Company name" | "Clado person match" | "Icypeas person match" | "Icypeas company match" | "First name" | "Addressee name" | "Avatar URL" | "Address line 1" | "Address line 2" | "Address city" | "Address country" | "State" | "Zip code" | "Last name" | "Estimated salary" | "Skills" | "Is work email result" | "IP address" | "Email validation" | "Professional profile" | "Developer profile URL" | "Alternative developer profile URLs" | "Recrent linkedIn posts" | "Company LinkedIn profile URL" | "Resend mail success" | "Resend contact id" | "Sheet name" | "String input" | "Domain" | "URL input" | "Slugified value" | "HTTP response status" | "HTTP response body" | "HTTP response headers" | "Record ID" | "Record IDs" | "Gmail e-mail success" | "Slack message success" | "A markdown email" | "Message" | "Subject Line" | "Template Output" | "Validation status" | "Million Verifier match" | "ZeroBounce Validation Status" | "ZeroBounce Validation Match" | "Input objects" | "Created sheet" | "Merge Result" | "Extract Result" | "Exa Match Evaluation" | "Company match" | "Person match" | "Match score" | "Company enrichment match" | "Post list" | "Crustdata Post list" | "Role finder match" | "CompanyEnrich matches" | "Logo URL" | "Company Social URL" | "Professional profile (LinkedIn)" | "LinkedIn Profile URL";
|
|
24880
24940
|
isCatalogFIeld: boolean;
|
|
24881
24941
|
isPrimaryOutput: boolean;
|
|
24882
24942
|
};
|
|
@@ -26733,10 +26793,12 @@ declare const pipePayloadSchemaCatalog: {
|
|
|
26733
26793
|
output_field: z.ZodObject<{
|
|
26734
26794
|
name: z.ZodString;
|
|
26735
26795
|
format: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
26796
|
+
profile_url: "profile_url";
|
|
26797
|
+
int: "int";
|
|
26798
|
+
date: "date";
|
|
26736
26799
|
email: "email";
|
|
26737
26800
|
address_line_1: "address_line_1";
|
|
26738
26801
|
zip_code: "zip_code";
|
|
26739
|
-
profile_url: "profile_url";
|
|
26740
26802
|
phone: "phone";
|
|
26741
26803
|
website_url: "website_url";
|
|
26742
26804
|
markdown: "markdown";
|
|
@@ -26746,9 +26808,7 @@ declare const pipePayloadSchemaCatalog: {
|
|
|
26746
26808
|
url: "url";
|
|
26747
26809
|
datetime: "datetime";
|
|
26748
26810
|
currency: "currency";
|
|
26749
|
-
date: "date";
|
|
26750
26811
|
text: "text";
|
|
26751
|
-
int: "int";
|
|
26752
26812
|
decimal: "decimal";
|
|
26753
26813
|
percent: "percent";
|
|
26754
26814
|
}>>>;
|
|
@@ -26757,8 +26817,8 @@ declare const pipePayloadSchemaCatalog: {
|
|
|
26757
26817
|
string: "string";
|
|
26758
26818
|
number: "number";
|
|
26759
26819
|
boolean: "boolean";
|
|
26760
|
-
json: "json";
|
|
26761
26820
|
unknown: "unknown";
|
|
26821
|
+
json: "json";
|
|
26762
26822
|
}>;
|
|
26763
26823
|
}, z.core.$strip>;
|
|
26764
26824
|
}, z.core.$strip>>;
|
|
@@ -29160,6 +29220,78 @@ declare const pipePayloadSchemaCatalog: {
|
|
|
29160
29220
|
}, z.core.$strip>>;
|
|
29161
29221
|
}, z.core.$strip>>;
|
|
29162
29222
|
}, z.core.$strip>;
|
|
29223
|
+
"person:devprofileurl:profileurl:waterfall@1": z.ZodObject<{
|
|
29224
|
+
pipe_id: z.ZodLiteral<"person:devprofileurl:profileurl:waterfall@1">;
|
|
29225
|
+
run_if: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
29226
|
+
action: z.ZodDefault<z.ZodEnum<{
|
|
29227
|
+
run: "run";
|
|
29228
|
+
}>>;
|
|
29229
|
+
when: z.ZodObject<{
|
|
29230
|
+
logic: z.ZodEnum<{
|
|
29231
|
+
and: "and";
|
|
29232
|
+
or: "or";
|
|
29233
|
+
}>;
|
|
29234
|
+
conditions: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
29235
|
+
property: z.ZodLiteral<"value">;
|
|
29236
|
+
field_name: z.ZodString;
|
|
29237
|
+
operator: z.ZodEnum<{
|
|
29238
|
+
eq: "eq";
|
|
29239
|
+
neq: "neq";
|
|
29240
|
+
gt: "gt";
|
|
29241
|
+
gte: "gte";
|
|
29242
|
+
lt: "lt";
|
|
29243
|
+
lte: "lte";
|
|
29244
|
+
contains: "contains";
|
|
29245
|
+
}>;
|
|
29246
|
+
value: z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodBoolean, z.ZodNull]>;
|
|
29247
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29248
|
+
property: z.ZodLiteral<"status">;
|
|
29249
|
+
field_name: z.ZodString;
|
|
29250
|
+
operator: z.ZodEnum<{
|
|
29251
|
+
eq: "eq";
|
|
29252
|
+
neq: "neq";
|
|
29253
|
+
}>;
|
|
29254
|
+
value: z.ZodEnum<{
|
|
29255
|
+
completed: "completed";
|
|
29256
|
+
failed: "failed";
|
|
29257
|
+
no_result: "no_result";
|
|
29258
|
+
skipped: "skipped";
|
|
29259
|
+
}>;
|
|
29260
|
+
}, z.core.$strip>], "property">>;
|
|
29261
|
+
}, z.core.$strip>;
|
|
29262
|
+
}, z.core.$strip>>>;
|
|
29263
|
+
connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
29264
|
+
strategy: z.ZodDefault<z.ZodEnum<{
|
|
29265
|
+
first: "first";
|
|
29266
|
+
}>>;
|
|
29267
|
+
connections: z.ZodArray<z.ZodObject<{
|
|
29268
|
+
type: z.ZodLiteral<"vault">;
|
|
29269
|
+
connection: z.ZodString;
|
|
29270
|
+
}, z.core.$strip>>;
|
|
29271
|
+
}, z.core.$strip>>>;
|
|
29272
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
29273
|
+
providers: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
29274
|
+
provider: z.ZodEnum<{
|
|
29275
|
+
crustdata: "crustdata";
|
|
29276
|
+
}>;
|
|
29277
|
+
}, z.core.$strip>>>;
|
|
29278
|
+
input_fields: z.ZodOptional<z.ZodObject<{
|
|
29279
|
+
profile_url: z.ZodDefault<z.ZodObject<{
|
|
29280
|
+
alias: z.ZodString;
|
|
29281
|
+
}, z.core.$strip>>;
|
|
29282
|
+
}, z.core.$strip>>;
|
|
29283
|
+
output_fields: z.ZodOptional<z.ZodObject<{
|
|
29284
|
+
developer_profile_url: z.ZodDefault<z.ZodObject<{
|
|
29285
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
29286
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
29287
|
+
}, z.core.$strip>>;
|
|
29288
|
+
alternative_developer_profile_urls: z.ZodDefault<z.ZodObject<{
|
|
29289
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
29290
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
29291
|
+
}, z.core.$strip>>;
|
|
29292
|
+
}, z.core.$strip>>;
|
|
29293
|
+
}, z.core.$strip>>;
|
|
29294
|
+
}, z.core.$strip>;
|
|
29163
29295
|
"people:personalemail:profile:waterfall@1": z.ZodObject<{
|
|
29164
29296
|
pipe_id: z.ZodLiteral<"people:personalemail:profile:waterfall@1">;
|
|
29165
29297
|
run_if: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -30506,90 +30638,6 @@ type PipePayloadMap = { [k in keyof PipePayloadSchemaCatalog]: z.infer<PipePaylo
|
|
|
30506
30638
|
type PipeRequestPayloadMap = { [k in keyof PipePayloadSchemaCatalog]: z.input<PipePayloadSchemaCatalog[k]> };
|
|
30507
30639
|
declare function getPipeDefaultPayload(pipeId: PipeId): any;
|
|
30508
30640
|
declare function getPipePayloadSchema(pipeId: PipeId): z.ZodObject<{
|
|
30509
|
-
pipe_id: z.ZodLiteral<"person:workemail:waterfall@1">;
|
|
30510
|
-
connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
30511
|
-
strategy: z.ZodDefault<z.ZodEnum<{
|
|
30512
|
-
first: "first";
|
|
30513
|
-
}>>;
|
|
30514
|
-
connections: z.ZodArray<z.ZodObject<{
|
|
30515
|
-
type: z.ZodLiteral<"vault">;
|
|
30516
|
-
connection: z.ZodString;
|
|
30517
|
-
}, z.core.$strip>>;
|
|
30518
|
-
}, z.core.$strip>>>;
|
|
30519
|
-
run_if: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
30520
|
-
action: z.ZodDefault<z.ZodEnum<{
|
|
30521
|
-
run: "run";
|
|
30522
|
-
}>>;
|
|
30523
|
-
when: z.ZodObject<{
|
|
30524
|
-
logic: z.ZodEnum<{
|
|
30525
|
-
and: "and";
|
|
30526
|
-
or: "or";
|
|
30527
|
-
}>;
|
|
30528
|
-
conditions: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
30529
|
-
property: z.ZodLiteral<"value">;
|
|
30530
|
-
field_name: z.ZodString;
|
|
30531
|
-
operator: z.ZodEnum<{
|
|
30532
|
-
eq: "eq";
|
|
30533
|
-
neq: "neq";
|
|
30534
|
-
gt: "gt";
|
|
30535
|
-
gte: "gte";
|
|
30536
|
-
lt: "lt";
|
|
30537
|
-
lte: "lte";
|
|
30538
|
-
contains: "contains";
|
|
30539
|
-
}>;
|
|
30540
|
-
value: z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodBoolean, z.ZodNull]>;
|
|
30541
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
30542
|
-
property: z.ZodLiteral<"status">;
|
|
30543
|
-
field_name: z.ZodString;
|
|
30544
|
-
operator: z.ZodEnum<{
|
|
30545
|
-
eq: "eq";
|
|
30546
|
-
neq: "neq";
|
|
30547
|
-
}>;
|
|
30548
|
-
value: z.ZodEnum<{
|
|
30549
|
-
completed: "completed";
|
|
30550
|
-
failed: "failed";
|
|
30551
|
-
no_result: "no_result";
|
|
30552
|
-
skipped: "skipped";
|
|
30553
|
-
}>;
|
|
30554
|
-
}, z.core.$strip>], "property">>;
|
|
30555
|
-
}, z.core.$strip>;
|
|
30556
|
-
}, z.core.$strip>>>;
|
|
30557
|
-
config: z.ZodOptional<z.ZodObject<{
|
|
30558
|
-
providers: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
30559
|
-
provider: z.ZodEnum<{
|
|
30560
|
-
findymail: "findymail";
|
|
30561
|
-
hunter: "hunter";
|
|
30562
|
-
leadmagic: "leadmagic";
|
|
30563
|
-
icypeas: "icypeas";
|
|
30564
|
-
prospeo: "prospeo";
|
|
30565
|
-
amplemarket: "amplemarket";
|
|
30566
|
-
}>;
|
|
30567
|
-
}, z.core.$strip>>>;
|
|
30568
|
-
allow_catch_all_emails: z.ZodDefault<z.ZodBoolean>;
|
|
30569
|
-
allow_risky_emails: z.ZodDefault<z.ZodBoolean>;
|
|
30570
|
-
input_fields: z.ZodOptional<z.ZodObject<{
|
|
30571
|
-
name: z.ZodDefault<z.ZodObject<{
|
|
30572
|
-
alias: z.ZodString;
|
|
30573
|
-
}, z.core.$strip>>;
|
|
30574
|
-
company_domain: z.ZodDefault<z.ZodObject<{
|
|
30575
|
-
alias: z.ZodString;
|
|
30576
|
-
}, z.core.$strip>>;
|
|
30577
|
-
company_name: z.ZodDefault<z.ZodObject<{
|
|
30578
|
-
alias: z.ZodString;
|
|
30579
|
-
}, z.core.$strip>>;
|
|
30580
|
-
}, z.core.$strip>>;
|
|
30581
|
-
output_fields: z.ZodOptional<z.ZodObject<{
|
|
30582
|
-
work_email: z.ZodDefault<z.ZodObject<{
|
|
30583
|
-
alias: z.ZodDefault<z.ZodString>;
|
|
30584
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
30585
|
-
}, z.core.$strip>>;
|
|
30586
|
-
email_validation_status: z.ZodDefault<z.ZodObject<{
|
|
30587
|
-
alias: z.ZodDefault<z.ZodString>;
|
|
30588
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
30589
|
-
}, z.core.$strip>>;
|
|
30590
|
-
}, z.core.$strip>>;
|
|
30591
|
-
}, z.core.$strip>>;
|
|
30592
|
-
}, z.core.$strip> | z.ZodObject<{
|
|
30593
30641
|
pipe_id: z.ZodLiteral<"prompt:run@1">;
|
|
30594
30642
|
connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
30595
30643
|
strategy: z.ZodDefault<z.ZodEnum<{
|
|
@@ -31283,6 +31331,90 @@ declare function getPipePayloadSchema(pipeId: PipeId): z.ZodObject<{
|
|
|
31283
31331
|
}, z.core.$strip>>;
|
|
31284
31332
|
}, z.core.$strip>>;
|
|
31285
31333
|
}, z.core.$strip>>;
|
|
31334
|
+
}, z.core.$strip> | z.ZodObject<{
|
|
31335
|
+
pipe_id: z.ZodLiteral<"person:workemail:waterfall@1">;
|
|
31336
|
+
connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
31337
|
+
strategy: z.ZodDefault<z.ZodEnum<{
|
|
31338
|
+
first: "first";
|
|
31339
|
+
}>>;
|
|
31340
|
+
connections: z.ZodArray<z.ZodObject<{
|
|
31341
|
+
type: z.ZodLiteral<"vault">;
|
|
31342
|
+
connection: z.ZodString;
|
|
31343
|
+
}, z.core.$strip>>;
|
|
31344
|
+
}, z.core.$strip>>>;
|
|
31345
|
+
run_if: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
31346
|
+
action: z.ZodDefault<z.ZodEnum<{
|
|
31347
|
+
run: "run";
|
|
31348
|
+
}>>;
|
|
31349
|
+
when: z.ZodObject<{
|
|
31350
|
+
logic: z.ZodEnum<{
|
|
31351
|
+
and: "and";
|
|
31352
|
+
or: "or";
|
|
31353
|
+
}>;
|
|
31354
|
+
conditions: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
31355
|
+
property: z.ZodLiteral<"value">;
|
|
31356
|
+
field_name: z.ZodString;
|
|
31357
|
+
operator: z.ZodEnum<{
|
|
31358
|
+
eq: "eq";
|
|
31359
|
+
neq: "neq";
|
|
31360
|
+
gt: "gt";
|
|
31361
|
+
gte: "gte";
|
|
31362
|
+
lt: "lt";
|
|
31363
|
+
lte: "lte";
|
|
31364
|
+
contains: "contains";
|
|
31365
|
+
}>;
|
|
31366
|
+
value: z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodBoolean, z.ZodNull]>;
|
|
31367
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31368
|
+
property: z.ZodLiteral<"status">;
|
|
31369
|
+
field_name: z.ZodString;
|
|
31370
|
+
operator: z.ZodEnum<{
|
|
31371
|
+
eq: "eq";
|
|
31372
|
+
neq: "neq";
|
|
31373
|
+
}>;
|
|
31374
|
+
value: z.ZodEnum<{
|
|
31375
|
+
completed: "completed";
|
|
31376
|
+
failed: "failed";
|
|
31377
|
+
no_result: "no_result";
|
|
31378
|
+
skipped: "skipped";
|
|
31379
|
+
}>;
|
|
31380
|
+
}, z.core.$strip>], "property">>;
|
|
31381
|
+
}, z.core.$strip>;
|
|
31382
|
+
}, z.core.$strip>>>;
|
|
31383
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
31384
|
+
providers: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
31385
|
+
provider: z.ZodEnum<{
|
|
31386
|
+
findymail: "findymail";
|
|
31387
|
+
hunter: "hunter";
|
|
31388
|
+
leadmagic: "leadmagic";
|
|
31389
|
+
icypeas: "icypeas";
|
|
31390
|
+
prospeo: "prospeo";
|
|
31391
|
+
amplemarket: "amplemarket";
|
|
31392
|
+
}>;
|
|
31393
|
+
}, z.core.$strip>>>;
|
|
31394
|
+
allow_catch_all_emails: z.ZodDefault<z.ZodBoolean>;
|
|
31395
|
+
allow_risky_emails: z.ZodDefault<z.ZodBoolean>;
|
|
31396
|
+
input_fields: z.ZodOptional<z.ZodObject<{
|
|
31397
|
+
name: z.ZodDefault<z.ZodObject<{
|
|
31398
|
+
alias: z.ZodString;
|
|
31399
|
+
}, z.core.$strip>>;
|
|
31400
|
+
company_domain: z.ZodDefault<z.ZodObject<{
|
|
31401
|
+
alias: z.ZodString;
|
|
31402
|
+
}, z.core.$strip>>;
|
|
31403
|
+
company_name: z.ZodDefault<z.ZodObject<{
|
|
31404
|
+
alias: z.ZodString;
|
|
31405
|
+
}, z.core.$strip>>;
|
|
31406
|
+
}, z.core.$strip>>;
|
|
31407
|
+
output_fields: z.ZodOptional<z.ZodObject<{
|
|
31408
|
+
work_email: z.ZodDefault<z.ZodObject<{
|
|
31409
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
31410
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
31411
|
+
}, z.core.$strip>>;
|
|
31412
|
+
email_validation_status: z.ZodDefault<z.ZodObject<{
|
|
31413
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
31414
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
31415
|
+
}, z.core.$strip>>;
|
|
31416
|
+
}, z.core.$strip>>;
|
|
31417
|
+
}, z.core.$strip>>;
|
|
31286
31418
|
}, z.core.$strip> | z.ZodObject<{
|
|
31287
31419
|
pipe_id: z.ZodLiteral<"people:email:iswork@1">;
|
|
31288
31420
|
run_if: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -32188,10 +32320,12 @@ declare function getPipePayloadSchema(pipeId: PipeId): z.ZodObject<{
|
|
|
32188
32320
|
output_field: z.ZodObject<{
|
|
32189
32321
|
name: z.ZodString;
|
|
32190
32322
|
format: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
32323
|
+
profile_url: "profile_url";
|
|
32324
|
+
int: "int";
|
|
32325
|
+
date: "date";
|
|
32191
32326
|
email: "email";
|
|
32192
32327
|
address_line_1: "address_line_1";
|
|
32193
32328
|
zip_code: "zip_code";
|
|
32194
|
-
profile_url: "profile_url";
|
|
32195
32329
|
phone: "phone";
|
|
32196
32330
|
website_url: "website_url";
|
|
32197
32331
|
markdown: "markdown";
|
|
@@ -32201,9 +32335,7 @@ declare function getPipePayloadSchema(pipeId: PipeId): z.ZodObject<{
|
|
|
32201
32335
|
url: "url";
|
|
32202
32336
|
datetime: "datetime";
|
|
32203
32337
|
currency: "currency";
|
|
32204
|
-
date: "date";
|
|
32205
32338
|
text: "text";
|
|
32206
|
-
int: "int";
|
|
32207
32339
|
decimal: "decimal";
|
|
32208
32340
|
percent: "percent";
|
|
32209
32341
|
}>>>;
|
|
@@ -32212,8 +32344,8 @@ declare function getPipePayloadSchema(pipeId: PipeId): z.ZodObject<{
|
|
|
32212
32344
|
string: "string";
|
|
32213
32345
|
number: "number";
|
|
32214
32346
|
boolean: "boolean";
|
|
32215
|
-
json: "json";
|
|
32216
32347
|
unknown: "unknown";
|
|
32348
|
+
json: "json";
|
|
32217
32349
|
}>;
|
|
32218
32350
|
}, z.core.$strip>;
|
|
32219
32351
|
}, z.core.$strip>>;
|
|
@@ -34408,7 +34540,77 @@ declare function getPipePayloadSchema(pipeId: PipeId): z.ZodObject<{
|
|
|
34408
34540
|
}, z.core.$strip>], "property">>;
|
|
34409
34541
|
}, z.core.$strip>;
|
|
34410
34542
|
}, z.core.$strip>>>;
|
|
34411
|
-
connector: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
34543
|
+
connector: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
34544
|
+
strategy: z.ZodDefault<z.ZodEnum<{
|
|
34545
|
+
first: "first";
|
|
34546
|
+
}>>;
|
|
34547
|
+
connections: z.ZodArray<z.ZodObject<{
|
|
34548
|
+
type: z.ZodLiteral<"vault">;
|
|
34549
|
+
connection: z.ZodString;
|
|
34550
|
+
}, z.core.$strip>>;
|
|
34551
|
+
}, z.core.$strip>>>;
|
|
34552
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
34553
|
+
input_fields: z.ZodOptional<z.ZodObject<{
|
|
34554
|
+
company_name: z.ZodDefault<z.ZodObject<{
|
|
34555
|
+
alias: z.ZodString;
|
|
34556
|
+
}, z.core.$strip>>;
|
|
34557
|
+
}, z.core.$strip>>;
|
|
34558
|
+
output_fields: z.ZodOptional<z.ZodObject<{
|
|
34559
|
+
company_profile_url: z.ZodDefault<z.ZodObject<{
|
|
34560
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
34561
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
34562
|
+
}, z.core.$strip>>;
|
|
34563
|
+
cleaned_company_name: z.ZodDefault<z.ZodObject<{
|
|
34564
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
34565
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
34566
|
+
}, z.core.$strip>>;
|
|
34567
|
+
company_domain: z.ZodDefault<z.ZodObject<{
|
|
34568
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
34569
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
34570
|
+
}, z.core.$strip>>;
|
|
34571
|
+
}, z.core.$strip>>;
|
|
34572
|
+
}, z.core.$strip>>;
|
|
34573
|
+
}, z.core.$strip> | z.ZodObject<{
|
|
34574
|
+
pipe_id: z.ZodLiteral<"people:phone:profile:waterfall@1">;
|
|
34575
|
+
run_if: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
34576
|
+
action: z.ZodDefault<z.ZodEnum<{
|
|
34577
|
+
run: "run";
|
|
34578
|
+
}>>;
|
|
34579
|
+
when: z.ZodObject<{
|
|
34580
|
+
logic: z.ZodEnum<{
|
|
34581
|
+
and: "and";
|
|
34582
|
+
or: "or";
|
|
34583
|
+
}>;
|
|
34584
|
+
conditions: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
34585
|
+
property: z.ZodLiteral<"value">;
|
|
34586
|
+
field_name: z.ZodString;
|
|
34587
|
+
operator: z.ZodEnum<{
|
|
34588
|
+
eq: "eq";
|
|
34589
|
+
neq: "neq";
|
|
34590
|
+
gt: "gt";
|
|
34591
|
+
gte: "gte";
|
|
34592
|
+
lt: "lt";
|
|
34593
|
+
lte: "lte";
|
|
34594
|
+
contains: "contains";
|
|
34595
|
+
}>;
|
|
34596
|
+
value: z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodBoolean, z.ZodNull]>;
|
|
34597
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
34598
|
+
property: z.ZodLiteral<"status">;
|
|
34599
|
+
field_name: z.ZodString;
|
|
34600
|
+
operator: z.ZodEnum<{
|
|
34601
|
+
eq: "eq";
|
|
34602
|
+
neq: "neq";
|
|
34603
|
+
}>;
|
|
34604
|
+
value: z.ZodEnum<{
|
|
34605
|
+
completed: "completed";
|
|
34606
|
+
failed: "failed";
|
|
34607
|
+
no_result: "no_result";
|
|
34608
|
+
skipped: "skipped";
|
|
34609
|
+
}>;
|
|
34610
|
+
}, z.core.$strip>], "property">>;
|
|
34611
|
+
}, z.core.$strip>;
|
|
34612
|
+
}, z.core.$strip>>>;
|
|
34613
|
+
connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
34412
34614
|
strategy: z.ZodDefault<z.ZodEnum<{
|
|
34413
34615
|
first: "first";
|
|
34414
34616
|
}>>;
|
|
@@ -34418,28 +34620,29 @@ declare function getPipePayloadSchema(pipeId: PipeId): z.ZodObject<{
|
|
|
34418
34620
|
}, z.core.$strip>>;
|
|
34419
34621
|
}, z.core.$strip>>>;
|
|
34420
34622
|
config: z.ZodOptional<z.ZodObject<{
|
|
34623
|
+
providers: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
34624
|
+
provider: z.ZodEnum<{
|
|
34625
|
+
findymail: "findymail";
|
|
34626
|
+
leadmagic: "leadmagic";
|
|
34627
|
+
prospeo: "prospeo";
|
|
34628
|
+
clado: "clado";
|
|
34629
|
+
amplemarket: "amplemarket";
|
|
34630
|
+
}>;
|
|
34631
|
+
}, z.core.$strip>>>;
|
|
34421
34632
|
input_fields: z.ZodOptional<z.ZodObject<{
|
|
34422
|
-
|
|
34633
|
+
profile_url: z.ZodDefault<z.ZodObject<{
|
|
34423
34634
|
alias: z.ZodString;
|
|
34424
34635
|
}, z.core.$strip>>;
|
|
34425
34636
|
}, z.core.$strip>>;
|
|
34426
34637
|
output_fields: z.ZodOptional<z.ZodObject<{
|
|
34427
|
-
|
|
34428
|
-
alias: z.ZodDefault<z.ZodString>;
|
|
34429
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
34430
|
-
}, z.core.$strip>>;
|
|
34431
|
-
cleaned_company_name: z.ZodDefault<z.ZodObject<{
|
|
34432
|
-
alias: z.ZodDefault<z.ZodString>;
|
|
34433
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
34434
|
-
}, z.core.$strip>>;
|
|
34435
|
-
company_domain: z.ZodDefault<z.ZodObject<{
|
|
34638
|
+
mobile: z.ZodDefault<z.ZodObject<{
|
|
34436
34639
|
alias: z.ZodDefault<z.ZodString>;
|
|
34437
34640
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
34438
34641
|
}, z.core.$strip>>;
|
|
34439
34642
|
}, z.core.$strip>>;
|
|
34440
34643
|
}, z.core.$strip>>;
|
|
34441
34644
|
}, z.core.$strip> | z.ZodObject<{
|
|
34442
|
-
pipe_id: z.ZodLiteral<"
|
|
34645
|
+
pipe_id: z.ZodLiteral<"person:mobile:profileurl:waterfall@1">;
|
|
34443
34646
|
run_if: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
34444
34647
|
action: z.ZodDefault<z.ZodEnum<{
|
|
34445
34648
|
run: "run";
|
|
@@ -34493,7 +34696,6 @@ declare function getPipePayloadSchema(pipeId: PipeId): z.ZodObject<{
|
|
|
34493
34696
|
findymail: "findymail";
|
|
34494
34697
|
leadmagic: "leadmagic";
|
|
34495
34698
|
prospeo: "prospeo";
|
|
34496
|
-
clado: "clado";
|
|
34497
34699
|
amplemarket: "amplemarket";
|
|
34498
34700
|
}>;
|
|
34499
34701
|
}, z.core.$strip>>>;
|
|
@@ -34510,7 +34712,7 @@ declare function getPipePayloadSchema(pipeId: PipeId): z.ZodObject<{
|
|
|
34510
34712
|
}, z.core.$strip>>;
|
|
34511
34713
|
}, z.core.$strip>>;
|
|
34512
34714
|
}, z.core.$strip> | z.ZodObject<{
|
|
34513
|
-
pipe_id: z.ZodLiteral<"person:
|
|
34715
|
+
pipe_id: z.ZodLiteral<"person:devprofileurl:profileurl:waterfall@1">;
|
|
34514
34716
|
run_if: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
34515
34717
|
action: z.ZodDefault<z.ZodEnum<{
|
|
34516
34718
|
run: "run";
|
|
@@ -34561,10 +34763,7 @@ declare function getPipePayloadSchema(pipeId: PipeId): z.ZodObject<{
|
|
|
34561
34763
|
config: z.ZodOptional<z.ZodObject<{
|
|
34562
34764
|
providers: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
34563
34765
|
provider: z.ZodEnum<{
|
|
34564
|
-
|
|
34565
|
-
leadmagic: "leadmagic";
|
|
34566
|
-
prospeo: "prospeo";
|
|
34567
|
-
amplemarket: "amplemarket";
|
|
34766
|
+
crustdata: "crustdata";
|
|
34568
34767
|
}>;
|
|
34569
34768
|
}, z.core.$strip>>>;
|
|
34570
34769
|
input_fields: z.ZodOptional<z.ZodObject<{
|
|
@@ -34573,7 +34772,11 @@ declare function getPipePayloadSchema(pipeId: PipeId): z.ZodObject<{
|
|
|
34573
34772
|
}, z.core.$strip>>;
|
|
34574
34773
|
}, z.core.$strip>>;
|
|
34575
34774
|
output_fields: z.ZodOptional<z.ZodObject<{
|
|
34576
|
-
|
|
34775
|
+
developer_profile_url: z.ZodDefault<z.ZodObject<{
|
|
34776
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
34777
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
34778
|
+
}, z.core.$strip>>;
|
|
34779
|
+
alternative_developer_profile_urls: z.ZodDefault<z.ZodObject<{
|
|
34577
34780
|
alias: z.ZodDefault<z.ZodString>;
|
|
34578
34781
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
34579
34782
|
}, z.core.$strip>>;
|
|
@@ -35945,14 +36148,14 @@ declare function assertUniqueBillableOperations(pipes: Record<string, {
|
|
|
35945
36148
|
}>): void;
|
|
35946
36149
|
declare function getInitialTableData(category: PipeCategory | null): PipeEntryWithLatestVersion[];
|
|
35947
36150
|
declare function getTableDataAggregates(initialTableData: PipeEntryWithLatestVersion[], category: PipeCategory | null): {
|
|
35948
|
-
pipeIdsByInputField: Record<string, ("prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1")[]>;
|
|
35949
|
-
pipeIdsByOutputField: Record<string, ("prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1")[]>;
|
|
35950
|
-
pipeIdsByTag: Record<string, ("prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1")[]>;
|
|
35951
|
-
pipeIdsByProvider: Record<string, ("prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1")[]>;
|
|
35952
|
-
sortedTagEntries: [string, ("prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1")[]][];
|
|
35953
|
-
sortedInputFieldEntries: [string, ("prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1")[]][];
|
|
35954
|
-
sortedOutputFieldEntries: [string, ("prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1")[]][];
|
|
35955
|
-
sortedProviderEntries: [string, ("prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1")[]][];
|
|
36151
|
+
pipeIdsByInputField: Record<string, ("prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1")[]>;
|
|
36152
|
+
pipeIdsByOutputField: Record<string, ("prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1")[]>;
|
|
36153
|
+
pipeIdsByTag: Record<string, ("prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1")[]>;
|
|
36154
|
+
pipeIdsByProvider: Record<string, ("prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1")[]>;
|
|
36155
|
+
sortedTagEntries: [string, ("prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1")[]][];
|
|
36156
|
+
sortedInputFieldEntries: [string, ("prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1")[]][];
|
|
36157
|
+
sortedOutputFieldEntries: [string, ("prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1")[]][];
|
|
36158
|
+
sortedProviderEntries: [string, ("prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1")[]][];
|
|
35956
36159
|
pipeEntriesByBasePipe: Record<string, PipeMetaEntryWithId[]>;
|
|
35957
36160
|
};
|
|
35958
36161
|
declare const PipesResponseSchema: z.ZodObject<{
|
|
@@ -35964,8 +36167,8 @@ declare const PipesResponseSchema: z.ZodObject<{
|
|
|
35964
36167
|
string: "string";
|
|
35965
36168
|
number: "number";
|
|
35966
36169
|
boolean: "boolean";
|
|
35967
|
-
json: "json";
|
|
35968
36170
|
unknown: "unknown";
|
|
36171
|
+
json: "json";
|
|
35969
36172
|
}>;
|
|
35970
36173
|
label: z.ZodString;
|
|
35971
36174
|
added_by: z.ZodObject<{
|
|
@@ -36042,6 +36245,7 @@ declare const PipesResponseSchema: z.ZodObject<{
|
|
|
36042
36245
|
"person:workemail:profileurl:waterfall@1": "person:workemail:profileurl:waterfall@1";
|
|
36043
36246
|
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
36044
36247
|
"person:identity:email:waterfall@1": "person:identity:email:waterfall@1";
|
|
36248
|
+
"person:devprofileurl:profileurl:waterfall@1": "person:devprofileurl:profileurl:waterfall@1";
|
|
36045
36249
|
"http:request@1": "http:request@1";
|
|
36046
36250
|
"company:identity@1": "company:identity@1";
|
|
36047
36251
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
@@ -36053,10 +36257,12 @@ declare const PipesResponseSchema: z.ZodObject<{
|
|
|
36053
36257
|
pipe_index: z.ZodNullable<z.ZodNumber>;
|
|
36054
36258
|
}, z.core.$strip>;
|
|
36055
36259
|
format: z.ZodNullable<z.ZodEnum<{
|
|
36260
|
+
profile_url: "profile_url";
|
|
36261
|
+
int: "int";
|
|
36262
|
+
date: "date";
|
|
36056
36263
|
email: "email";
|
|
36057
36264
|
address_line_1: "address_line_1";
|
|
36058
36265
|
zip_code: "zip_code";
|
|
36059
|
-
profile_url: "profile_url";
|
|
36060
36266
|
phone: "phone";
|
|
36061
36267
|
website_url: "website_url";
|
|
36062
36268
|
markdown: "markdown";
|
|
@@ -36066,9 +36272,7 @@ declare const PipesResponseSchema: z.ZodObject<{
|
|
|
36066
36272
|
url: "url";
|
|
36067
36273
|
datetime: "datetime";
|
|
36068
36274
|
currency: "currency";
|
|
36069
|
-
date: "date";
|
|
36070
36275
|
text: "text";
|
|
36071
|
-
int: "int";
|
|
36072
36276
|
decimal: "decimal";
|
|
36073
36277
|
percent: "percent";
|
|
36074
36278
|
}>>;
|
|
@@ -36088,8 +36292,8 @@ declare const PipesResponseSchema: z.ZodObject<{
|
|
|
36088
36292
|
string: "string";
|
|
36089
36293
|
number: "number";
|
|
36090
36294
|
boolean: "boolean";
|
|
36091
|
-
json: "json";
|
|
36092
36295
|
unknown: "unknown";
|
|
36296
|
+
json: "json";
|
|
36093
36297
|
}>;
|
|
36094
36298
|
reason: z.ZodNullable<z.ZodObject<{
|
|
36095
36299
|
code: z.ZodString;
|
|
@@ -36171,6 +36375,7 @@ declare const PipesResponseSchema: z.ZodObject<{
|
|
|
36171
36375
|
"person:workemail:profileurl:waterfall@1": "person:workemail:profileurl:waterfall@1";
|
|
36172
36376
|
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
36173
36377
|
"person:identity:email:waterfall@1": "person:identity:email:waterfall@1";
|
|
36378
|
+
"person:devprofileurl:profileurl:waterfall@1": "person:devprofileurl:profileurl:waterfall@1";
|
|
36174
36379
|
"http:request@1": "http:request@1";
|
|
36175
36380
|
"company:identity@1": "company:identity@1";
|
|
36176
36381
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
@@ -36255,6 +36460,7 @@ declare const PipesResponseSchema: z.ZodObject<{
|
|
|
36255
36460
|
"person:workemail:profileurl:waterfall@1": "person:workemail:profileurl:waterfall@1";
|
|
36256
36461
|
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
36257
36462
|
"person:identity:email:waterfall@1": "person:identity:email:waterfall@1";
|
|
36463
|
+
"person:devprofileurl:profileurl:waterfall@1": "person:devprofileurl:profileurl:waterfall@1";
|
|
36258
36464
|
"http:request@1": "http:request@1";
|
|
36259
36465
|
"company:identity@1": "company:identity@1";
|
|
36260
36466
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
@@ -36394,10 +36600,12 @@ declare const PipesResponseSchema: z.ZodObject<{
|
|
|
36394
36600
|
}, z.core.$strip>>>;
|
|
36395
36601
|
}, z.core.$strip>>;
|
|
36396
36602
|
format: z.ZodNullable<z.ZodEnum<{
|
|
36603
|
+
profile_url: "profile_url";
|
|
36604
|
+
int: "int";
|
|
36605
|
+
date: "date";
|
|
36397
36606
|
email: "email";
|
|
36398
36607
|
address_line_1: "address_line_1";
|
|
36399
36608
|
zip_code: "zip_code";
|
|
36400
|
-
profile_url: "profile_url";
|
|
36401
36609
|
phone: "phone";
|
|
36402
36610
|
website_url: "website_url";
|
|
36403
36611
|
markdown: "markdown";
|
|
@@ -36407,9 +36615,7 @@ declare const PipesResponseSchema: z.ZodObject<{
|
|
|
36407
36615
|
url: "url";
|
|
36408
36616
|
datetime: "datetime";
|
|
36409
36617
|
currency: "currency";
|
|
36410
|
-
date: "date";
|
|
36411
36618
|
text: "text";
|
|
36412
|
-
int: "int";
|
|
36413
36619
|
decimal: "decimal";
|
|
36414
36620
|
percent: "percent";
|
|
36415
36621
|
}>>;
|
|
@@ -36473,15 +36679,17 @@ declare const PipesRequestSchema: z.ZodObject<{
|
|
|
36473
36679
|
string: "string";
|
|
36474
36680
|
number: "number";
|
|
36475
36681
|
boolean: "boolean";
|
|
36476
|
-
json: "json";
|
|
36477
36682
|
unknown: "unknown";
|
|
36683
|
+
json: "json";
|
|
36478
36684
|
}>;
|
|
36479
36685
|
label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
36480
36686
|
format: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
36687
|
+
profile_url: "profile_url";
|
|
36688
|
+
int: "int";
|
|
36689
|
+
date: "date";
|
|
36481
36690
|
email: "email";
|
|
36482
36691
|
address_line_1: "address_line_1";
|
|
36483
36692
|
zip_code: "zip_code";
|
|
36484
|
-
profile_url: "profile_url";
|
|
36485
36693
|
phone: "phone";
|
|
36486
36694
|
website_url: "website_url";
|
|
36487
36695
|
markdown: "markdown";
|
|
@@ -36491,9 +36699,7 @@ declare const PipesRequestSchema: z.ZodObject<{
|
|
|
36491
36699
|
url: "url";
|
|
36492
36700
|
datetime: "datetime";
|
|
36493
36701
|
currency: "currency";
|
|
36494
|
-
date: "date";
|
|
36495
36702
|
text: "text";
|
|
36496
|
-
int: "int";
|
|
36497
36703
|
decimal: "decimal";
|
|
36498
36704
|
percent: "percent";
|
|
36499
36705
|
}>>>;
|
|
@@ -38185,10 +38391,12 @@ declare const PipesRequestSchema: z.ZodObject<{
|
|
|
38185
38391
|
output_field: z.ZodObject<{
|
|
38186
38392
|
name: z.ZodString;
|
|
38187
38393
|
format: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
38394
|
+
profile_url: "profile_url";
|
|
38395
|
+
int: "int";
|
|
38396
|
+
date: "date";
|
|
38188
38397
|
email: "email";
|
|
38189
38398
|
address_line_1: "address_line_1";
|
|
38190
38399
|
zip_code: "zip_code";
|
|
38191
|
-
profile_url: "profile_url";
|
|
38192
38400
|
phone: "phone";
|
|
38193
38401
|
website_url: "website_url";
|
|
38194
38402
|
markdown: "markdown";
|
|
@@ -38198,9 +38406,7 @@ declare const PipesRequestSchema: z.ZodObject<{
|
|
|
38198
38406
|
url: "url";
|
|
38199
38407
|
datetime: "datetime";
|
|
38200
38408
|
currency: "currency";
|
|
38201
|
-
date: "date";
|
|
38202
38409
|
text: "text";
|
|
38203
|
-
int: "int";
|
|
38204
38410
|
decimal: "decimal";
|
|
38205
38411
|
percent: "percent";
|
|
38206
38412
|
}>>>;
|
|
@@ -38209,8 +38415,8 @@ declare const PipesRequestSchema: z.ZodObject<{
|
|
|
38209
38415
|
string: "string";
|
|
38210
38416
|
number: "number";
|
|
38211
38417
|
boolean: "boolean";
|
|
38212
|
-
json: "json";
|
|
38213
38418
|
unknown: "unknown";
|
|
38419
|
+
json: "json";
|
|
38214
38420
|
}>;
|
|
38215
38421
|
}, z.core.$strip>;
|
|
38216
38422
|
}, z.core.$strip>>;
|
|
@@ -40866,25 +41072,215 @@ declare const PipesRequestSchema: z.ZodObject<{
|
|
|
40866
41072
|
}, z.core.$strip>>;
|
|
40867
41073
|
}, z.core.$strip>>>;
|
|
40868
41074
|
config: z.ZodOptional<z.ZodObject<{
|
|
40869
|
-
limit: z.ZodOptional<z.ZodNullable<z.ZodCoercedNumber<unknown>>>;
|
|
41075
|
+
limit: z.ZodOptional<z.ZodNullable<z.ZodCoercedNumber<unknown>>>;
|
|
41076
|
+
input_fields: z.ZodOptional<z.ZodObject<{
|
|
41077
|
+
profile_url: z.ZodDefault<z.ZodObject<{
|
|
41078
|
+
alias: z.ZodString;
|
|
41079
|
+
}, z.core.$strip>>;
|
|
41080
|
+
}, z.core.$strip>>;
|
|
41081
|
+
output_fields: z.ZodOptional<z.ZodObject<{
|
|
41082
|
+
post_list_string: z.ZodDefault<z.ZodObject<{
|
|
41083
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
41084
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
41085
|
+
}, z.core.$strip>>;
|
|
41086
|
+
crustdata_post_list: z.ZodDefault<z.ZodObject<{
|
|
41087
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
41088
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
41089
|
+
}, z.core.$strip>>;
|
|
41090
|
+
}, z.core.$strip>>;
|
|
41091
|
+
}, z.core.$strip>>;
|
|
41092
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
41093
|
+
pipe_id: z.ZodLiteral<"company:match:crustdata@1">;
|
|
41094
|
+
run_if: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
41095
|
+
action: z.ZodDefault<z.ZodEnum<{
|
|
41096
|
+
run: "run";
|
|
41097
|
+
}>>;
|
|
41098
|
+
when: z.ZodObject<{
|
|
41099
|
+
logic: z.ZodEnum<{
|
|
41100
|
+
and: "and";
|
|
41101
|
+
or: "or";
|
|
41102
|
+
}>;
|
|
41103
|
+
conditions: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
41104
|
+
property: z.ZodLiteral<"value">;
|
|
41105
|
+
field_name: z.ZodString;
|
|
41106
|
+
operator: z.ZodEnum<{
|
|
41107
|
+
eq: "eq";
|
|
41108
|
+
neq: "neq";
|
|
41109
|
+
gt: "gt";
|
|
41110
|
+
gte: "gte";
|
|
41111
|
+
lt: "lt";
|
|
41112
|
+
lte: "lte";
|
|
41113
|
+
contains: "contains";
|
|
41114
|
+
}>;
|
|
41115
|
+
value: z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodBoolean, z.ZodNull]>;
|
|
41116
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
41117
|
+
property: z.ZodLiteral<"status">;
|
|
41118
|
+
field_name: z.ZodString;
|
|
41119
|
+
operator: z.ZodEnum<{
|
|
41120
|
+
eq: "eq";
|
|
41121
|
+
neq: "neq";
|
|
41122
|
+
}>;
|
|
41123
|
+
value: z.ZodEnum<{
|
|
41124
|
+
completed: "completed";
|
|
41125
|
+
failed: "failed";
|
|
41126
|
+
no_result: "no_result";
|
|
41127
|
+
skipped: "skipped";
|
|
41128
|
+
}>;
|
|
41129
|
+
}, z.core.$strip>], "property">>;
|
|
41130
|
+
}, z.core.$strip>;
|
|
41131
|
+
}, z.core.$strip>>>;
|
|
41132
|
+
connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
41133
|
+
strategy: z.ZodDefault<z.ZodEnum<{
|
|
41134
|
+
first: "first";
|
|
41135
|
+
}>>;
|
|
41136
|
+
connections: z.ZodArray<z.ZodObject<{
|
|
41137
|
+
type: z.ZodLiteral<"vault">;
|
|
41138
|
+
connection: z.ZodString;
|
|
41139
|
+
}, z.core.$strip>>;
|
|
41140
|
+
}, z.core.$strip>>>;
|
|
41141
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
41142
|
+
input_fields: z.ZodOptional<z.ZodObject<{
|
|
41143
|
+
company_website_url: z.ZodDefault<z.ZodObject<{
|
|
41144
|
+
alias: z.ZodString;
|
|
41145
|
+
}, z.core.$strip>>;
|
|
41146
|
+
}, z.core.$strip>>;
|
|
41147
|
+
output_fields: z.ZodOptional<z.ZodObject<{
|
|
41148
|
+
crustdata_companyenrich_match: z.ZodDefault<z.ZodObject<{
|
|
41149
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
41150
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
41151
|
+
}, z.core.$strip>>;
|
|
41152
|
+
}, z.core.$strip>>;
|
|
41153
|
+
}, z.core.$strip>>;
|
|
41154
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
41155
|
+
pipe_id: z.ZodLiteral<"company:match:crustdata@2">;
|
|
41156
|
+
run_if: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
41157
|
+
action: z.ZodDefault<z.ZodEnum<{
|
|
41158
|
+
run: "run";
|
|
41159
|
+
}>>;
|
|
41160
|
+
when: z.ZodObject<{
|
|
41161
|
+
logic: z.ZodEnum<{
|
|
41162
|
+
and: "and";
|
|
41163
|
+
or: "or";
|
|
41164
|
+
}>;
|
|
41165
|
+
conditions: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
41166
|
+
property: z.ZodLiteral<"value">;
|
|
41167
|
+
field_name: z.ZodString;
|
|
41168
|
+
operator: z.ZodEnum<{
|
|
41169
|
+
eq: "eq";
|
|
41170
|
+
neq: "neq";
|
|
41171
|
+
gt: "gt";
|
|
41172
|
+
gte: "gte";
|
|
41173
|
+
lt: "lt";
|
|
41174
|
+
lte: "lte";
|
|
41175
|
+
contains: "contains";
|
|
41176
|
+
}>;
|
|
41177
|
+
value: z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodBoolean, z.ZodNull]>;
|
|
41178
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
41179
|
+
property: z.ZodLiteral<"status">;
|
|
41180
|
+
field_name: z.ZodString;
|
|
41181
|
+
operator: z.ZodEnum<{
|
|
41182
|
+
eq: "eq";
|
|
41183
|
+
neq: "neq";
|
|
41184
|
+
}>;
|
|
41185
|
+
value: z.ZodEnum<{
|
|
41186
|
+
completed: "completed";
|
|
41187
|
+
failed: "failed";
|
|
41188
|
+
no_result: "no_result";
|
|
41189
|
+
skipped: "skipped";
|
|
41190
|
+
}>;
|
|
41191
|
+
}, z.core.$strip>], "property">>;
|
|
41192
|
+
}, z.core.$strip>;
|
|
41193
|
+
}, z.core.$strip>>>;
|
|
41194
|
+
connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
41195
|
+
strategy: z.ZodDefault<z.ZodEnum<{
|
|
41196
|
+
first: "first";
|
|
41197
|
+
}>>;
|
|
41198
|
+
connections: z.ZodArray<z.ZodObject<{
|
|
41199
|
+
type: z.ZodLiteral<"vault">;
|
|
41200
|
+
connection: z.ZodString;
|
|
41201
|
+
}, z.core.$strip>>;
|
|
41202
|
+
}, z.core.$strip>>>;
|
|
41203
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
41204
|
+
input_fields: z.ZodOptional<z.ZodObject<{
|
|
41205
|
+
company_domain: z.ZodDefault<z.ZodObject<{
|
|
41206
|
+
alias: z.ZodString;
|
|
41207
|
+
}, z.core.$strip>>;
|
|
41208
|
+
}, z.core.$strip>>;
|
|
41209
|
+
output_fields: z.ZodOptional<z.ZodObject<{
|
|
41210
|
+
crustdata_companyenrich_match: z.ZodDefault<z.ZodObject<{
|
|
41211
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
41212
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
41213
|
+
}, z.core.$strip>>;
|
|
41214
|
+
}, z.core.$strip>>;
|
|
41215
|
+
}, z.core.$strip>>;
|
|
41216
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
41217
|
+
pipe_id: z.ZodLiteral<"people:profile:workemail:crustdata@1">;
|
|
41218
|
+
run_if: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
41219
|
+
action: z.ZodDefault<z.ZodEnum<{
|
|
41220
|
+
run: "run";
|
|
41221
|
+
}>>;
|
|
41222
|
+
when: z.ZodObject<{
|
|
41223
|
+
logic: z.ZodEnum<{
|
|
41224
|
+
and: "and";
|
|
41225
|
+
or: "or";
|
|
41226
|
+
}>;
|
|
41227
|
+
conditions: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
41228
|
+
property: z.ZodLiteral<"value">;
|
|
41229
|
+
field_name: z.ZodString;
|
|
41230
|
+
operator: z.ZodEnum<{
|
|
41231
|
+
eq: "eq";
|
|
41232
|
+
neq: "neq";
|
|
41233
|
+
gt: "gt";
|
|
41234
|
+
gte: "gte";
|
|
41235
|
+
lt: "lt";
|
|
41236
|
+
lte: "lte";
|
|
41237
|
+
contains: "contains";
|
|
41238
|
+
}>;
|
|
41239
|
+
value: z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodBoolean, z.ZodNull]>;
|
|
41240
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
41241
|
+
property: z.ZodLiteral<"status">;
|
|
41242
|
+
field_name: z.ZodString;
|
|
41243
|
+
operator: z.ZodEnum<{
|
|
41244
|
+
eq: "eq";
|
|
41245
|
+
neq: "neq";
|
|
41246
|
+
}>;
|
|
41247
|
+
value: z.ZodEnum<{
|
|
41248
|
+
completed: "completed";
|
|
41249
|
+
failed: "failed";
|
|
41250
|
+
no_result: "no_result";
|
|
41251
|
+
skipped: "skipped";
|
|
41252
|
+
}>;
|
|
41253
|
+
}, z.core.$strip>], "property">>;
|
|
41254
|
+
}, z.core.$strip>;
|
|
41255
|
+
}, z.core.$strip>>>;
|
|
41256
|
+
connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
41257
|
+
strategy: z.ZodDefault<z.ZodEnum<{
|
|
41258
|
+
first: "first";
|
|
41259
|
+
}>>;
|
|
41260
|
+
connections: z.ZodArray<z.ZodObject<{
|
|
41261
|
+
type: z.ZodLiteral<"vault">;
|
|
41262
|
+
connection: z.ZodString;
|
|
41263
|
+
}, z.core.$strip>>;
|
|
41264
|
+
}, z.core.$strip>>>;
|
|
41265
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
40870
41266
|
input_fields: z.ZodOptional<z.ZodObject<{
|
|
40871
|
-
|
|
41267
|
+
work_email: z.ZodDefault<z.ZodObject<{
|
|
40872
41268
|
alias: z.ZodString;
|
|
40873
41269
|
}, z.core.$strip>>;
|
|
40874
41270
|
}, z.core.$strip>>;
|
|
40875
41271
|
output_fields: z.ZodOptional<z.ZodObject<{
|
|
40876
|
-
|
|
41272
|
+
crustdata_person_match: z.ZodDefault<z.ZodObject<{
|
|
40877
41273
|
alias: z.ZodDefault<z.ZodString>;
|
|
40878
41274
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
40879
41275
|
}, z.core.$strip>>;
|
|
40880
|
-
|
|
41276
|
+
crustdata_profile_match_score: z.ZodDefault<z.ZodObject<{
|
|
40881
41277
|
alias: z.ZodDefault<z.ZodString>;
|
|
40882
41278
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
40883
41279
|
}, z.core.$strip>>;
|
|
40884
41280
|
}, z.core.$strip>>;
|
|
40885
41281
|
}, z.core.$strip>>;
|
|
40886
41282
|
}, z.core.$strip>, z.ZodObject<{
|
|
40887
|
-
pipe_id: z.ZodLiteral<"
|
|
41283
|
+
pipe_id: z.ZodLiteral<"person:profile:workemail:crustdata@1">;
|
|
40888
41284
|
run_if: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
40889
41285
|
action: z.ZodDefault<z.ZodEnum<{
|
|
40890
41286
|
run: "run";
|
|
@@ -40934,119 +41330,23 @@ declare const PipesRequestSchema: z.ZodObject<{
|
|
|
40934
41330
|
}, z.core.$strip>>>;
|
|
40935
41331
|
config: z.ZodOptional<z.ZodObject<{
|
|
40936
41332
|
input_fields: z.ZodOptional<z.ZodObject<{
|
|
40937
|
-
|
|
41333
|
+
work_email: z.ZodDefault<z.ZodObject<{
|
|
40938
41334
|
alias: z.ZodString;
|
|
40939
41335
|
}, z.core.$strip>>;
|
|
40940
41336
|
}, z.core.$strip>>;
|
|
40941
41337
|
output_fields: z.ZodOptional<z.ZodObject<{
|
|
40942
|
-
|
|
41338
|
+
crustdata_person_match: z.ZodDefault<z.ZodObject<{
|
|
40943
41339
|
alias: z.ZodDefault<z.ZodString>;
|
|
40944
41340
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
40945
41341
|
}, z.core.$strip>>;
|
|
40946
|
-
|
|
40947
|
-
}, z.core.$strip>>;
|
|
40948
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
40949
|
-
pipe_id: z.ZodLiteral<"company:match:crustdata@2">;
|
|
40950
|
-
run_if: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
40951
|
-
action: z.ZodDefault<z.ZodEnum<{
|
|
40952
|
-
run: "run";
|
|
40953
|
-
}>>;
|
|
40954
|
-
when: z.ZodObject<{
|
|
40955
|
-
logic: z.ZodEnum<{
|
|
40956
|
-
and: "and";
|
|
40957
|
-
or: "or";
|
|
40958
|
-
}>;
|
|
40959
|
-
conditions: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
40960
|
-
property: z.ZodLiteral<"value">;
|
|
40961
|
-
field_name: z.ZodString;
|
|
40962
|
-
operator: z.ZodEnum<{
|
|
40963
|
-
eq: "eq";
|
|
40964
|
-
neq: "neq";
|
|
40965
|
-
gt: "gt";
|
|
40966
|
-
gte: "gte";
|
|
40967
|
-
lt: "lt";
|
|
40968
|
-
lte: "lte";
|
|
40969
|
-
contains: "contains";
|
|
40970
|
-
}>;
|
|
40971
|
-
value: z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodBoolean, z.ZodNull]>;
|
|
40972
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
40973
|
-
property: z.ZodLiteral<"status">;
|
|
40974
|
-
field_name: z.ZodString;
|
|
40975
|
-
operator: z.ZodEnum<{
|
|
40976
|
-
eq: "eq";
|
|
40977
|
-
neq: "neq";
|
|
40978
|
-
}>;
|
|
40979
|
-
value: z.ZodEnum<{
|
|
40980
|
-
completed: "completed";
|
|
40981
|
-
failed: "failed";
|
|
40982
|
-
no_result: "no_result";
|
|
40983
|
-
skipped: "skipped";
|
|
40984
|
-
}>;
|
|
40985
|
-
}, z.core.$strip>], "property">>;
|
|
40986
|
-
}, z.core.$strip>;
|
|
40987
|
-
}, z.core.$strip>>>;
|
|
40988
|
-
connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
40989
|
-
strategy: z.ZodDefault<z.ZodEnum<{
|
|
40990
|
-
first: "first";
|
|
40991
|
-
}>>;
|
|
40992
|
-
connections: z.ZodArray<z.ZodObject<{
|
|
40993
|
-
type: z.ZodLiteral<"vault">;
|
|
40994
|
-
connection: z.ZodString;
|
|
40995
|
-
}, z.core.$strip>>;
|
|
40996
|
-
}, z.core.$strip>>>;
|
|
40997
|
-
config: z.ZodOptional<z.ZodObject<{
|
|
40998
|
-
input_fields: z.ZodOptional<z.ZodObject<{
|
|
40999
|
-
company_domain: z.ZodDefault<z.ZodObject<{
|
|
41000
|
-
alias: z.ZodString;
|
|
41001
|
-
}, z.core.$strip>>;
|
|
41002
|
-
}, z.core.$strip>>;
|
|
41003
|
-
output_fields: z.ZodOptional<z.ZodObject<{
|
|
41004
|
-
crustdata_companyenrich_match: z.ZodDefault<z.ZodObject<{
|
|
41342
|
+
crustdata_profile_match_score: z.ZodDefault<z.ZodObject<{
|
|
41005
41343
|
alias: z.ZodDefault<z.ZodString>;
|
|
41006
41344
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
41007
41345
|
}, z.core.$strip>>;
|
|
41008
41346
|
}, z.core.$strip>>;
|
|
41009
41347
|
}, z.core.$strip>>;
|
|
41010
41348
|
}, z.core.$strip>, z.ZodObject<{
|
|
41011
|
-
pipe_id: z.ZodLiteral<"people:
|
|
41012
|
-
run_if: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
41013
|
-
action: z.ZodDefault<z.ZodEnum<{
|
|
41014
|
-
run: "run";
|
|
41015
|
-
}>>;
|
|
41016
|
-
when: z.ZodObject<{
|
|
41017
|
-
logic: z.ZodEnum<{
|
|
41018
|
-
and: "and";
|
|
41019
|
-
or: "or";
|
|
41020
|
-
}>;
|
|
41021
|
-
conditions: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
41022
|
-
property: z.ZodLiteral<"value">;
|
|
41023
|
-
field_name: z.ZodString;
|
|
41024
|
-
operator: z.ZodEnum<{
|
|
41025
|
-
eq: "eq";
|
|
41026
|
-
neq: "neq";
|
|
41027
|
-
gt: "gt";
|
|
41028
|
-
gte: "gte";
|
|
41029
|
-
lt: "lt";
|
|
41030
|
-
lte: "lte";
|
|
41031
|
-
contains: "contains";
|
|
41032
|
-
}>;
|
|
41033
|
-
value: z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodBoolean, z.ZodNull]>;
|
|
41034
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
41035
|
-
property: z.ZodLiteral<"status">;
|
|
41036
|
-
field_name: z.ZodString;
|
|
41037
|
-
operator: z.ZodEnum<{
|
|
41038
|
-
eq: "eq";
|
|
41039
|
-
neq: "neq";
|
|
41040
|
-
}>;
|
|
41041
|
-
value: z.ZodEnum<{
|
|
41042
|
-
completed: "completed";
|
|
41043
|
-
failed: "failed";
|
|
41044
|
-
no_result: "no_result";
|
|
41045
|
-
skipped: "skipped";
|
|
41046
|
-
}>;
|
|
41047
|
-
}, z.core.$strip>], "property">>;
|
|
41048
|
-
}, z.core.$strip>;
|
|
41049
|
-
}, z.core.$strip>>>;
|
|
41349
|
+
pipe_id: z.ZodLiteral<"people:workemail:profileurl:waterfall@1">;
|
|
41050
41350
|
connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
41051
41351
|
strategy: z.ZodDefault<z.ZodEnum<{
|
|
41052
41352
|
first: "first";
|
|
@@ -41056,25 +41356,6 @@ declare const PipesRequestSchema: z.ZodObject<{
|
|
|
41056
41356
|
connection: z.ZodString;
|
|
41057
41357
|
}, z.core.$strip>>;
|
|
41058
41358
|
}, z.core.$strip>>>;
|
|
41059
|
-
config: z.ZodOptional<z.ZodObject<{
|
|
41060
|
-
input_fields: z.ZodOptional<z.ZodObject<{
|
|
41061
|
-
work_email: z.ZodDefault<z.ZodObject<{
|
|
41062
|
-
alias: z.ZodString;
|
|
41063
|
-
}, z.core.$strip>>;
|
|
41064
|
-
}, z.core.$strip>>;
|
|
41065
|
-
output_fields: z.ZodOptional<z.ZodObject<{
|
|
41066
|
-
crustdata_person_match: z.ZodDefault<z.ZodObject<{
|
|
41067
|
-
alias: z.ZodDefault<z.ZodString>;
|
|
41068
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
41069
|
-
}, z.core.$strip>>;
|
|
41070
|
-
crustdata_profile_match_score: z.ZodDefault<z.ZodObject<{
|
|
41071
|
-
alias: z.ZodDefault<z.ZodString>;
|
|
41072
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
41073
|
-
}, z.core.$strip>>;
|
|
41074
|
-
}, z.core.$strip>>;
|
|
41075
|
-
}, z.core.$strip>>;
|
|
41076
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
41077
|
-
pipe_id: z.ZodLiteral<"person:profile:workemail:crustdata@1">;
|
|
41078
41359
|
run_if: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
41079
41360
|
action: z.ZodDefault<z.ZodEnum<{
|
|
41080
41361
|
run: "run";
|
|
@@ -41113,34 +41394,37 @@ declare const PipesRequestSchema: z.ZodObject<{
|
|
|
41113
41394
|
}, z.core.$strip>], "property">>;
|
|
41114
41395
|
}, z.core.$strip>;
|
|
41115
41396
|
}, z.core.$strip>>>;
|
|
41116
|
-
connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
41117
|
-
strategy: z.ZodDefault<z.ZodEnum<{
|
|
41118
|
-
first: "first";
|
|
41119
|
-
}>>;
|
|
41120
|
-
connections: z.ZodArray<z.ZodObject<{
|
|
41121
|
-
type: z.ZodLiteral<"vault">;
|
|
41122
|
-
connection: z.ZodString;
|
|
41123
|
-
}, z.core.$strip>>;
|
|
41124
|
-
}, z.core.$strip>>>;
|
|
41125
41397
|
config: z.ZodOptional<z.ZodObject<{
|
|
41398
|
+
providers: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
41399
|
+
provider: z.ZodEnum<{
|
|
41400
|
+
findymail: "findymail";
|
|
41401
|
+
crustdata: "crustdata";
|
|
41402
|
+
hunter: "hunter";
|
|
41403
|
+
leadmagic: "leadmagic";
|
|
41404
|
+
clado: "clado";
|
|
41405
|
+
amplemarket: "amplemarket";
|
|
41406
|
+
}>;
|
|
41407
|
+
}, z.core.$strip>>>;
|
|
41408
|
+
allow_catch_all_emails: z.ZodDefault<z.ZodBoolean>;
|
|
41409
|
+
allow_risky_emails: z.ZodDefault<z.ZodBoolean>;
|
|
41126
41410
|
input_fields: z.ZodOptional<z.ZodObject<{
|
|
41127
|
-
|
|
41411
|
+
profile_url: z.ZodDefault<z.ZodObject<{
|
|
41128
41412
|
alias: z.ZodString;
|
|
41129
41413
|
}, z.core.$strip>>;
|
|
41130
41414
|
}, z.core.$strip>>;
|
|
41131
41415
|
output_fields: z.ZodOptional<z.ZodObject<{
|
|
41132
|
-
|
|
41416
|
+
work_email: z.ZodDefault<z.ZodObject<{
|
|
41133
41417
|
alias: z.ZodDefault<z.ZodString>;
|
|
41134
41418
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
41135
41419
|
}, z.core.$strip>>;
|
|
41136
|
-
|
|
41420
|
+
email_validation_status: z.ZodDefault<z.ZodObject<{
|
|
41137
41421
|
alias: z.ZodDefault<z.ZodString>;
|
|
41138
41422
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
41139
41423
|
}, z.core.$strip>>;
|
|
41140
41424
|
}, z.core.$strip>>;
|
|
41141
41425
|
}, z.core.$strip>>;
|
|
41142
41426
|
}, z.core.$strip>, z.ZodObject<{
|
|
41143
|
-
pipe_id: z.ZodLiteral<"
|
|
41427
|
+
pipe_id: z.ZodLiteral<"person:workemail:profileurl:waterfall@1">;
|
|
41144
41428
|
connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
41145
41429
|
strategy: z.ZodDefault<z.ZodEnum<{
|
|
41146
41430
|
first: "first";
|
|
@@ -41195,7 +41479,6 @@ declare const PipesRequestSchema: z.ZodObject<{
|
|
|
41195
41479
|
crustdata: "crustdata";
|
|
41196
41480
|
hunter: "hunter";
|
|
41197
41481
|
leadmagic: "leadmagic";
|
|
41198
|
-
clado: "clado";
|
|
41199
41482
|
amplemarket: "amplemarket";
|
|
41200
41483
|
}>;
|
|
41201
41484
|
}, z.core.$strip>>>;
|
|
@@ -41218,7 +41501,7 @@ declare const PipesRequestSchema: z.ZodObject<{
|
|
|
41218
41501
|
}, z.core.$strip>>;
|
|
41219
41502
|
}, z.core.$strip>>;
|
|
41220
41503
|
}, z.core.$strip>, z.ZodObject<{
|
|
41221
|
-
pipe_id: z.ZodLiteral<"
|
|
41504
|
+
pipe_id: z.ZodLiteral<"people:identity:email:waterfall@1">;
|
|
41222
41505
|
connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
41223
41506
|
strategy: z.ZodDefault<z.ZodEnum<{
|
|
41224
41507
|
first: "first";
|
|
@@ -41272,30 +41555,42 @@ declare const PipesRequestSchema: z.ZodObject<{
|
|
|
41272
41555
|
findymail: "findymail";
|
|
41273
41556
|
crustdata: "crustdata";
|
|
41274
41557
|
hunter: "hunter";
|
|
41275
|
-
leadmagic: "leadmagic";
|
|
41276
|
-
amplemarket: "amplemarket";
|
|
41277
41558
|
}>;
|
|
41278
41559
|
}, z.core.$strip>>>;
|
|
41279
|
-
allow_catch_all_emails: z.ZodDefault<z.ZodBoolean>;
|
|
41280
|
-
allow_risky_emails: z.ZodDefault<z.ZodBoolean>;
|
|
41281
41560
|
input_fields: z.ZodOptional<z.ZodObject<{
|
|
41282
|
-
|
|
41561
|
+
email: z.ZodDefault<z.ZodObject<{
|
|
41283
41562
|
alias: z.ZodString;
|
|
41284
41563
|
}, z.core.$strip>>;
|
|
41285
41564
|
}, z.core.$strip>>;
|
|
41286
41565
|
output_fields: z.ZodOptional<z.ZodObject<{
|
|
41287
|
-
|
|
41566
|
+
name: z.ZodDefault<z.ZodObject<{
|
|
41288
41567
|
alias: z.ZodDefault<z.ZodString>;
|
|
41289
41568
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
41290
41569
|
}, z.core.$strip>>;
|
|
41291
|
-
|
|
41570
|
+
profile_url: z.ZodDefault<z.ZodObject<{
|
|
41571
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
41572
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
41573
|
+
}, z.core.$strip>>;
|
|
41574
|
+
job_title: z.ZodDefault<z.ZodObject<{
|
|
41575
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
41576
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
41577
|
+
}, z.core.$strip>>;
|
|
41578
|
+
company_website_url: z.ZodDefault<z.ZodObject<{
|
|
41579
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
41580
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
41581
|
+
}, z.core.$strip>>;
|
|
41582
|
+
company_name: z.ZodDefault<z.ZodObject<{
|
|
41583
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
41584
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
41585
|
+
}, z.core.$strip>>;
|
|
41586
|
+
company_profile_url: z.ZodDefault<z.ZodObject<{
|
|
41292
41587
|
alias: z.ZodDefault<z.ZodString>;
|
|
41293
41588
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
41294
41589
|
}, z.core.$strip>>;
|
|
41295
41590
|
}, z.core.$strip>>;
|
|
41296
41591
|
}, z.core.$strip>>;
|
|
41297
41592
|
}, z.core.$strip>, z.ZodObject<{
|
|
41298
|
-
pipe_id: z.ZodLiteral<"
|
|
41593
|
+
pipe_id: z.ZodLiteral<"person:identity:email:waterfall@1">;
|
|
41299
41594
|
connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
41300
41595
|
strategy: z.ZodDefault<z.ZodEnum<{
|
|
41301
41596
|
first: "first";
|
|
@@ -41369,7 +41664,7 @@ declare const PipesRequestSchema: z.ZodObject<{
|
|
|
41369
41664
|
alias: z.ZodDefault<z.ZodString>;
|
|
41370
41665
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
41371
41666
|
}, z.core.$strip>>;
|
|
41372
|
-
|
|
41667
|
+
company_domain: z.ZodDefault<z.ZodObject<{
|
|
41373
41668
|
alias: z.ZodDefault<z.ZodString>;
|
|
41374
41669
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
41375
41670
|
}, z.core.$strip>>;
|
|
@@ -41384,16 +41679,7 @@ declare const PipesRequestSchema: z.ZodObject<{
|
|
|
41384
41679
|
}, z.core.$strip>>;
|
|
41385
41680
|
}, z.core.$strip>>;
|
|
41386
41681
|
}, z.core.$strip>, z.ZodObject<{
|
|
41387
|
-
pipe_id: z.ZodLiteral<"person:
|
|
41388
|
-
connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
41389
|
-
strategy: z.ZodDefault<z.ZodEnum<{
|
|
41390
|
-
first: "first";
|
|
41391
|
-
}>>;
|
|
41392
|
-
connections: z.ZodArray<z.ZodObject<{
|
|
41393
|
-
type: z.ZodLiteral<"vault">;
|
|
41394
|
-
connection: z.ZodString;
|
|
41395
|
-
}, z.core.$strip>>;
|
|
41396
|
-
}, z.core.$strip>>>;
|
|
41682
|
+
pipe_id: z.ZodLiteral<"person:devprofileurl:profileurl:waterfall@1">;
|
|
41397
41683
|
run_if: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
41398
41684
|
action: z.ZodDefault<z.ZodEnum<{
|
|
41399
41685
|
run: "run";
|
|
@@ -41432,41 +41718,32 @@ declare const PipesRequestSchema: z.ZodObject<{
|
|
|
41432
41718
|
}, z.core.$strip>], "property">>;
|
|
41433
41719
|
}, z.core.$strip>;
|
|
41434
41720
|
}, z.core.$strip>>>;
|
|
41721
|
+
connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
41722
|
+
strategy: z.ZodDefault<z.ZodEnum<{
|
|
41723
|
+
first: "first";
|
|
41724
|
+
}>>;
|
|
41725
|
+
connections: z.ZodArray<z.ZodObject<{
|
|
41726
|
+
type: z.ZodLiteral<"vault">;
|
|
41727
|
+
connection: z.ZodString;
|
|
41728
|
+
}, z.core.$strip>>;
|
|
41729
|
+
}, z.core.$strip>>>;
|
|
41435
41730
|
config: z.ZodOptional<z.ZodObject<{
|
|
41436
41731
|
providers: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
41437
41732
|
provider: z.ZodEnum<{
|
|
41438
|
-
findymail: "findymail";
|
|
41439
41733
|
crustdata: "crustdata";
|
|
41440
|
-
hunter: "hunter";
|
|
41441
41734
|
}>;
|
|
41442
41735
|
}, z.core.$strip>>>;
|
|
41443
41736
|
input_fields: z.ZodOptional<z.ZodObject<{
|
|
41444
|
-
|
|
41737
|
+
profile_url: z.ZodDefault<z.ZodObject<{
|
|
41445
41738
|
alias: z.ZodString;
|
|
41446
41739
|
}, z.core.$strip>>;
|
|
41447
41740
|
}, z.core.$strip>>;
|
|
41448
41741
|
output_fields: z.ZodOptional<z.ZodObject<{
|
|
41449
|
-
|
|
41450
|
-
alias: z.ZodDefault<z.ZodString>;
|
|
41451
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
41452
|
-
}, z.core.$strip>>;
|
|
41453
|
-
profile_url: z.ZodDefault<z.ZodObject<{
|
|
41454
|
-
alias: z.ZodDefault<z.ZodString>;
|
|
41455
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
41456
|
-
}, z.core.$strip>>;
|
|
41457
|
-
job_title: z.ZodDefault<z.ZodObject<{
|
|
41742
|
+
developer_profile_url: z.ZodDefault<z.ZodObject<{
|
|
41458
41743
|
alias: z.ZodDefault<z.ZodString>;
|
|
41459
41744
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
41460
41745
|
}, z.core.$strip>>;
|
|
41461
|
-
|
|
41462
|
-
alias: z.ZodDefault<z.ZodString>;
|
|
41463
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
41464
|
-
}, z.core.$strip>>;
|
|
41465
|
-
company_name: z.ZodDefault<z.ZodObject<{
|
|
41466
|
-
alias: z.ZodDefault<z.ZodString>;
|
|
41467
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
41468
|
-
}, z.core.$strip>>;
|
|
41469
|
-
company_profile_url: z.ZodDefault<z.ZodObject<{
|
|
41746
|
+
alternative_developer_profile_urls: z.ZodDefault<z.ZodObject<{
|
|
41470
41747
|
alias: z.ZodDefault<z.ZodString>;
|
|
41471
41748
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
41472
41749
|
}, z.core.$strip>>;
|
|
@@ -41906,14 +42183,16 @@ declare const PipesRequestSchema: z.ZodObject<{
|
|
|
41906
42183
|
string: "string";
|
|
41907
42184
|
number: "number";
|
|
41908
42185
|
boolean: "boolean";
|
|
41909
|
-
json: "json";
|
|
41910
42186
|
unknown: "unknown";
|
|
42187
|
+
json: "json";
|
|
41911
42188
|
}>>;
|
|
41912
42189
|
format: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
42190
|
+
profile_url: "profile_url";
|
|
42191
|
+
int: "int";
|
|
42192
|
+
date: "date";
|
|
41913
42193
|
email: "email";
|
|
41914
42194
|
address_line_1: "address_line_1";
|
|
41915
42195
|
zip_code: "zip_code";
|
|
41916
|
-
profile_url: "profile_url";
|
|
41917
42196
|
phone: "phone";
|
|
41918
42197
|
website_url: "website_url";
|
|
41919
42198
|
markdown: "markdown";
|
|
@@ -41923,9 +42202,7 @@ declare const PipesRequestSchema: z.ZodObject<{
|
|
|
41923
42202
|
url: "url";
|
|
41924
42203
|
datetime: "datetime";
|
|
41925
42204
|
currency: "currency";
|
|
41926
|
-
date: "date";
|
|
41927
42205
|
text: "text";
|
|
41928
|
-
int: "int";
|
|
41929
42206
|
decimal: "decimal";
|
|
41930
42207
|
percent: "percent";
|
|
41931
42208
|
}>>>;
|
|
@@ -42004,6 +42281,7 @@ declare const PipesRequestSchema: z.ZodObject<{
|
|
|
42004
42281
|
"person:workemail:profileurl:waterfall@1": "person:workemail:profileurl:waterfall@1";
|
|
42005
42282
|
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
42006
42283
|
"person:identity:email:waterfall@1": "person:identity:email:waterfall@1";
|
|
42284
|
+
"person:devprofileurl:profileurl:waterfall@1": "person:devprofileurl:profileurl:waterfall@1";
|
|
42007
42285
|
"http:request@1": "http:request@1";
|
|
42008
42286
|
"company:identity@1": "company:identity@1";
|
|
42009
42287
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
@@ -42088,6 +42366,7 @@ declare const PipesRequestSchema: z.ZodObject<{
|
|
|
42088
42366
|
"person:workemail:profileurl:waterfall@1": "person:workemail:profileurl:waterfall@1";
|
|
42089
42367
|
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
42090
42368
|
"person:identity:email:waterfall@1": "person:identity:email:waterfall@1";
|
|
42369
|
+
"person:devprofileurl:profileurl:waterfall@1": "person:devprofileurl:profileurl:waterfall@1";
|
|
42091
42370
|
"http:request@1": "http:request@1";
|
|
42092
42371
|
"company:identity@1": "company:identity@1";
|
|
42093
42372
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
@@ -42809,10 +43088,12 @@ declare const pipesJsonExtractionInput: () => z.ZodObject<{
|
|
|
42809
43088
|
output_field: z.ZodObject<{
|
|
42810
43089
|
name: z.ZodString;
|
|
42811
43090
|
format: z.ZodDefault<z.ZodNullable<z.ZodEnum<{
|
|
43091
|
+
profile_url: "profile_url";
|
|
43092
|
+
int: "int";
|
|
43093
|
+
date: "date";
|
|
42812
43094
|
email: "email";
|
|
42813
43095
|
address_line_1: "address_line_1";
|
|
42814
43096
|
zip_code: "zip_code";
|
|
42815
|
-
profile_url: "profile_url";
|
|
42816
43097
|
phone: "phone";
|
|
42817
43098
|
website_url: "website_url";
|
|
42818
43099
|
markdown: "markdown";
|
|
@@ -42822,9 +43103,7 @@ declare const pipesJsonExtractionInput: () => z.ZodObject<{
|
|
|
42822
43103
|
url: "url";
|
|
42823
43104
|
datetime: "datetime";
|
|
42824
43105
|
currency: "currency";
|
|
42825
|
-
date: "date";
|
|
42826
43106
|
text: "text";
|
|
42827
|
-
int: "int";
|
|
42828
43107
|
decimal: "decimal";
|
|
42829
43108
|
percent: "percent";
|
|
42830
43109
|
}>>>;
|
|
@@ -42833,8 +43112,8 @@ declare const pipesJsonExtractionInput: () => z.ZodObject<{
|
|
|
42833
43112
|
string: "string";
|
|
42834
43113
|
number: "number";
|
|
42835
43114
|
boolean: "boolean";
|
|
42836
|
-
json: "json";
|
|
42837
43115
|
unknown: "unknown";
|
|
43116
|
+
json: "json";
|
|
42838
43117
|
}>;
|
|
42839
43118
|
}, z.core.$strip>;
|
|
42840
43119
|
}, z.core.$strip>>;
|
|
@@ -44007,6 +44286,18 @@ declare const pipesSnippetCatalog: {
|
|
|
44007
44286
|
profile_url: string;
|
|
44008
44287
|
}[];
|
|
44009
44288
|
}[];
|
|
44289
|
+
"person:devprofileurl:profileurl:waterfall@1": {
|
|
44290
|
+
config: {
|
|
44291
|
+
environment: "production";
|
|
44292
|
+
};
|
|
44293
|
+
pipes: {
|
|
44294
|
+
pipe_id: "person:devprofileurl:profileurl:waterfall@1";
|
|
44295
|
+
}[];
|
|
44296
|
+
input: {
|
|
44297
|
+
id: string;
|
|
44298
|
+
profile_url: string;
|
|
44299
|
+
}[];
|
|
44300
|
+
}[];
|
|
44010
44301
|
"people:profile:waterfall@1": {
|
|
44011
44302
|
config: {
|
|
44012
44303
|
environment: "production";
|
|
@@ -44862,8 +45153,8 @@ declare function getInputHash(record: PipesRecord, inputFields: Record<string, P
|
|
|
44862
45153
|
//#endregion
|
|
44863
45154
|
//#region src/pipes/catalog/utils/get-pipe-instances.d.ts
|
|
44864
45155
|
declare function getPipeInstances(pipesOrInstances: PipePayloadInput[] | Pipe[]): Pipe[];
|
|
44865
|
-
declare function getDependentPipeNamesForInputProperty(pipes: Pipe[] | PipePayload[], propertyName: string): ("prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1")[];
|
|
44866
|
-
declare function getDependentPipeNamesForPipe(validationContext: ValidationContext, idx: number): ("prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1")[];
|
|
45156
|
+
declare function getDependentPipeNamesForInputProperty(pipes: Pipe[] | PipePayload[], propertyName: string): ("prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1")[];
|
|
45157
|
+
declare function getDependentPipeNamesForPipe(validationContext: ValidationContext, idx: number): ("prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1")[];
|
|
44867
45158
|
//#endregion
|
|
44868
45159
|
//#region src/pipes/catalog/utils/get-provider-billable-operation.d.ts
|
|
44869
45160
|
declare function getProviderBillableOperation<O extends BillableOperations>(provider: ProviderName, billableOperations: O): {
|
|
@@ -44898,23 +45189,23 @@ declare function markRecordFieldAsComplete({
|
|
|
44898
45189
|
}): {
|
|
44899
45190
|
value: string | number | boolean | Record<string, unknown> | unknown[] | null;
|
|
44900
45191
|
status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
|
|
44901
|
-
type: "string" | "number" | "boolean" | "
|
|
45192
|
+
type: "string" | "number" | "boolean" | "unknown" | "json";
|
|
44902
45193
|
reason: {
|
|
44903
45194
|
code: string;
|
|
44904
45195
|
summary: string;
|
|
44905
45196
|
message: string;
|
|
44906
45197
|
} | null;
|
|
44907
45198
|
claimed_by: {
|
|
44908
|
-
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | null;
|
|
45199
|
+
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | null;
|
|
44909
45200
|
config_hash: string | null;
|
|
44910
45201
|
};
|
|
44911
45202
|
resolved_by: {
|
|
44912
|
-
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "system" | null;
|
|
45203
|
+
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "system" | null;
|
|
44913
45204
|
environment: "production" | "sandbox" | null;
|
|
44914
45205
|
config_hash: string | null;
|
|
44915
45206
|
input_hash: string | null;
|
|
44916
45207
|
} | null;
|
|
44917
|
-
format: "
|
|
45208
|
+
format: "profile_url" | "int" | "date" | "email" | "address_line_1" | "zip_code" | "phone" | "website_url" | "markdown" | "json_object" | "json_list" | "json_list_string" | "url" | "datetime" | "currency" | "text" | "decimal" | "percent" | null;
|
|
44918
45209
|
widgets?: {
|
|
44919
45210
|
display_value?: {
|
|
44920
45211
|
label?: string | undefined;
|
|
@@ -44962,23 +45253,23 @@ declare function markRecordFieldAsPending({
|
|
|
44962
45253
|
}): {
|
|
44963
45254
|
value: string | number | boolean | Record<string, unknown> | unknown[] | null;
|
|
44964
45255
|
status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
|
|
44965
|
-
type: "string" | "number" | "boolean" | "
|
|
45256
|
+
type: "string" | "number" | "boolean" | "unknown" | "json";
|
|
44966
45257
|
reason: {
|
|
44967
45258
|
code: string;
|
|
44968
45259
|
summary: string;
|
|
44969
45260
|
message: string;
|
|
44970
45261
|
} | null;
|
|
44971
45262
|
claimed_by: {
|
|
44972
|
-
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | null;
|
|
45263
|
+
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | null;
|
|
44973
45264
|
config_hash: string | null;
|
|
44974
45265
|
};
|
|
44975
45266
|
resolved_by: {
|
|
44976
|
-
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "system" | null;
|
|
45267
|
+
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "system" | null;
|
|
44977
45268
|
environment: "production" | "sandbox" | null;
|
|
44978
45269
|
config_hash: string | null;
|
|
44979
45270
|
input_hash: string | null;
|
|
44980
45271
|
} | null;
|
|
44981
|
-
format: "
|
|
45272
|
+
format: "profile_url" | "int" | "date" | "email" | "address_line_1" | "zip_code" | "phone" | "website_url" | "markdown" | "json_object" | "json_list" | "json_list_string" | "url" | "datetime" | "currency" | "text" | "decimal" | "percent" | null;
|
|
44982
45273
|
widgets?: {
|
|
44983
45274
|
display_value?: {
|
|
44984
45275
|
label?: string | undefined;
|
|
@@ -45032,23 +45323,23 @@ declare function markRecordFieldAsNoResult({
|
|
|
45032
45323
|
}): {
|
|
45033
45324
|
value: string | number | boolean | Record<string, unknown> | unknown[] | null;
|
|
45034
45325
|
status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
|
|
45035
|
-
type: "string" | "number" | "boolean" | "
|
|
45326
|
+
type: "string" | "number" | "boolean" | "unknown" | "json";
|
|
45036
45327
|
reason: {
|
|
45037
45328
|
code: string;
|
|
45038
45329
|
summary: string;
|
|
45039
45330
|
message: string;
|
|
45040
45331
|
} | null;
|
|
45041
45332
|
claimed_by: {
|
|
45042
|
-
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | null;
|
|
45333
|
+
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | null;
|
|
45043
45334
|
config_hash: string | null;
|
|
45044
45335
|
};
|
|
45045
45336
|
resolved_by: {
|
|
45046
|
-
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "system" | null;
|
|
45337
|
+
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "system" | null;
|
|
45047
45338
|
environment: "production" | "sandbox" | null;
|
|
45048
45339
|
config_hash: string | null;
|
|
45049
45340
|
input_hash: string | null;
|
|
45050
45341
|
} | null;
|
|
45051
|
-
format: "
|
|
45342
|
+
format: "profile_url" | "int" | "date" | "email" | "address_line_1" | "zip_code" | "phone" | "website_url" | "markdown" | "json_object" | "json_list" | "json_list_string" | "url" | "datetime" | "currency" | "text" | "decimal" | "percent" | null;
|
|
45052
45343
|
widgets?: {
|
|
45053
45344
|
display_value?: {
|
|
45054
45345
|
label?: string | undefined;
|
|
@@ -45092,23 +45383,23 @@ declare function markRecordFieldAsNoResult({
|
|
|
45092
45383
|
declare function markRecordFieldAsFailed(field: RecordField, reason: FieldReason, resolvedBy: RecordField["resolved_by"]): {
|
|
45093
45384
|
value: string | number | boolean | Record<string, unknown> | unknown[] | null;
|
|
45094
45385
|
status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
|
|
45095
|
-
type: "string" | "number" | "boolean" | "
|
|
45386
|
+
type: "string" | "number" | "boolean" | "unknown" | "json";
|
|
45096
45387
|
reason: {
|
|
45097
45388
|
code: string;
|
|
45098
45389
|
summary: string;
|
|
45099
45390
|
message: string;
|
|
45100
45391
|
} | null;
|
|
45101
45392
|
claimed_by: {
|
|
45102
|
-
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | null;
|
|
45393
|
+
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | null;
|
|
45103
45394
|
config_hash: string | null;
|
|
45104
45395
|
};
|
|
45105
45396
|
resolved_by: {
|
|
45106
|
-
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "system" | null;
|
|
45397
|
+
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "system" | null;
|
|
45107
45398
|
environment: "production" | "sandbox" | null;
|
|
45108
45399
|
config_hash: string | null;
|
|
45109
45400
|
input_hash: string | null;
|
|
45110
45401
|
} | null;
|
|
45111
|
-
format: "
|
|
45402
|
+
format: "profile_url" | "int" | "date" | "email" | "address_line_1" | "zip_code" | "phone" | "website_url" | "markdown" | "json_object" | "json_list" | "json_list_string" | "url" | "datetime" | "currency" | "text" | "decimal" | "percent" | null;
|
|
45112
45403
|
widgets?: {
|
|
45113
45404
|
display_value?: {
|
|
45114
45405
|
label?: string | undefined;
|
|
@@ -45152,23 +45443,23 @@ declare function markRecordFieldAsFailed(field: RecordField, reason: FieldReason
|
|
|
45152
45443
|
declare function markRecordFieldAsSkipped(field: RecordField, reason: FieldReason): {
|
|
45153
45444
|
value: string | number | boolean | Record<string, unknown> | unknown[] | null;
|
|
45154
45445
|
status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
|
|
45155
|
-
type: "string" | "number" | "boolean" | "
|
|
45446
|
+
type: "string" | "number" | "boolean" | "unknown" | "json";
|
|
45156
45447
|
reason: {
|
|
45157
45448
|
code: string;
|
|
45158
45449
|
summary: string;
|
|
45159
45450
|
message: string;
|
|
45160
45451
|
} | null;
|
|
45161
45452
|
claimed_by: {
|
|
45162
|
-
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | null;
|
|
45453
|
+
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | null;
|
|
45163
45454
|
config_hash: string | null;
|
|
45164
45455
|
};
|
|
45165
45456
|
resolved_by: {
|
|
45166
|
-
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "system" | null;
|
|
45457
|
+
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "system" | null;
|
|
45167
45458
|
environment: "production" | "sandbox" | null;
|
|
45168
45459
|
config_hash: string | null;
|
|
45169
45460
|
input_hash: string | null;
|
|
45170
45461
|
} | null;
|
|
45171
|
-
format: "
|
|
45462
|
+
format: "profile_url" | "int" | "date" | "email" | "address_line_1" | "zip_code" | "phone" | "website_url" | "markdown" | "json_object" | "json_list" | "json_list_string" | "url" | "datetime" | "currency" | "text" | "decimal" | "percent" | null;
|
|
45172
45463
|
widgets?: {
|
|
45173
45464
|
display_value?: {
|
|
45174
45465
|
label?: string | undefined;
|
|
@@ -45212,23 +45503,23 @@ declare function markRecordFieldAsSkipped(field: RecordField, reason: FieldReaso
|
|
|
45212
45503
|
declare function markRecordFieldAsProcessing(field: RecordField): {
|
|
45213
45504
|
value: string | number | boolean | Record<string, unknown> | unknown[] | null;
|
|
45214
45505
|
status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
|
|
45215
|
-
type: "string" | "number" | "boolean" | "
|
|
45506
|
+
type: "string" | "number" | "boolean" | "unknown" | "json";
|
|
45216
45507
|
reason: {
|
|
45217
45508
|
code: string;
|
|
45218
45509
|
summary: string;
|
|
45219
45510
|
message: string;
|
|
45220
45511
|
} | null;
|
|
45221
45512
|
claimed_by: {
|
|
45222
|
-
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | null;
|
|
45513
|
+
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | null;
|
|
45223
45514
|
config_hash: string | null;
|
|
45224
45515
|
};
|
|
45225
45516
|
resolved_by: {
|
|
45226
|
-
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "system" | null;
|
|
45517
|
+
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "system" | null;
|
|
45227
45518
|
environment: "production" | "sandbox" | null;
|
|
45228
45519
|
config_hash: string | null;
|
|
45229
45520
|
input_hash: string | null;
|
|
45230
45521
|
} | null;
|
|
45231
|
-
format: "
|
|
45522
|
+
format: "profile_url" | "int" | "date" | "email" | "address_line_1" | "zip_code" | "phone" | "website_url" | "markdown" | "json_object" | "json_list" | "json_list_string" | "url" | "datetime" | "currency" | "text" | "decimal" | "percent" | null;
|
|
45232
45523
|
widgets?: {
|
|
45233
45524
|
display_value?: {
|
|
45234
45525
|
label?: string | undefined;
|
|
@@ -45276,12 +45567,12 @@ declare function catalogInput(field: NamedFieldEntry, config: {
|
|
|
45276
45567
|
alias?: string | undefined;
|
|
45277
45568
|
}> | undefined;
|
|
45278
45569
|
} | null | undefined): {
|
|
45279
|
-
name: "
|
|
45280
|
-
description: "A summary of the main business purpose and objectives." | "The standardized and cleaned version of the company name, ensuring consistency across different entries." | "Markdown-formatted scrape of a website." | "A list of website links." | "HTML-formatted scrape of a website." | "Generic URL of a website." | "List of URLs" | "List of URLs scraped from a website" | "Fully enriched people profile" | "The industry in which the company operates." | "The region corresponding to the company's country." | "An optional hint to help pinpoint a person's or company's location." | "A list of the top competitors for a given company as provided by LeadMagic" | "A list of acquisitions by a given company" | "A list of company news" | "The estimated annual revenue of the company." | "List of corporate funding rounds." | "Amount of total known funding" | "The year the company was founded." | "A flat list of technologies used by a company" | "Technology spending trend over the last 2 years. Average deviation between measuring points in %." | "A datastructure containing the technologies used by this company" | "Social followers (or zero if not found)." | "Mobile telephone number of a person." | "A generic field for phone numbers. Can be mobile or landline." | "A landline phone number" | "Current job title of a person" | "Description of current job" | "A union field that can contain both professional and personal email addresses." | "The personal email address of a prospect." | "The personal email addresses that are associated with a prospect but less likely to be the primary email address of a prospect." | "Latest company news." | "Email address of a person connection to their place of employment." | "Total number of people employed in a particular organization" | "Website URL of a related company." | "Bare domain of a related company. Example: stripe.com (no scheme, no path)." | "Name of a company." | "Object returned from a Clado people search." | "Object returned from a Icypeas people search" | "First name of a person." | "Recipient name in the format required by postal services." | "URL for profile picture" | "First line of an address (e.g. street address)" | "The formatted address of a company’s headquarters." | "Name of a city as needed for an address." | "Name of a country as needed for an address." | "Name of a state." | "A postal zip code. Usually a combination of numbers and letters." | "Last name of a person." | "Estimated total salary in USD." | "List of professional skills" | "Check if a given email is a work email." | "The full name of a person. Usually a combination of first and last name." | "IP Address of a person" | "Check if an email address is valid and can receive emails." | "A standardized format for returning LinkedIn profile data." | "A person's LinkedIn profile URL." | "List of recent LinkedIn posts in JSON format." | "Professional profile headline" | "Company LinkedIn URL." | "Result of email sending action using Resend" | "Id of a single resend contact" | "Name of a pipe0 sheet" | "Input field of type string" | "A domain field." | "Input field of type string and URL format" | "A value that has been stripped of characters not found in slugs." | "HTTP status code returned by the upstream endpoint." | "Parsed JSON body returned by the upstream endpoint." | "Response headers returned by the upstream endpoint as a flat key-value map." | "ID of sheet record" | "IDs sheet records" | "Result of email sending action using Gmail" | "Result of sending a message using Slack" | "The test of an email formatted as markdown" | "A markdown message that be send to any chat app." | "Subject line for email" | "Template value where the tags are replaces with real values" | "Email validation status. Allowed values are: 'valid', 'invalid', 'catch_all', '
|
|
45570
|
+
name: "name" | "profile_url" | "skills" | "job_title" | "company_name" | "company_social_url" | "job_description" | "headcount" | "company_industry" | "message" | "company_description" | "cleaned_company_name" | "company_region" | "location_hint" | "estimated_revenue" | "founded_year" | "technology_list" | "spending_trend" | "technology_match_builtwith" | "number_of_social_followers" | "email" | "personal_email" | "alternate_personal_emails" | "company_news_summary" | "work_email" | "company_website_url" | "company_domain" | "first_name" | "addressee_name" | "address_line_1" | "address_line_2" | "profile_headline" | "address_city" | "address_country" | "address_state" | "zip_code" | "last_name" | "is_work_email" | "companyenrich_match" | "companyenrich_matches" | "ip_address" | "avatar_url" | "estimated_salary" | "is_email_valid" | "developer_profile_url" | "alternative_developer_profile_urls" | "company_profile_url" | "profile_posts" | "clado_person_match" | "clado_person_match_v2" | "icypeas_person_match" | "icypeas_company_match" | "clado_person_profile" | "resend_email_success" | "email_body" | "email_subject" | "profile" | "mobile" | "landline" | "phone" | "slack_message_success" | "funding_history" | "funding_total_usd" | "template_output" | "gmail_email_success" | "zerobounce_validation_status" | "zerobounce_validation_match" | "leadmagic_competitor_list" | "leadmagic_acquisition_history" | "leadmagic_company_news_list" | "merge_result" | "mapped_links" | "website_markdown" | "website_html" | "website_url" | "urls" | "website_links" | "firecrawl_extract_result" | "exa_match_evaluation" | "email_validation_status" | "million_validation_match" | "scrape_list_response" | "resend_contact_id" | "sheet_record_id" | "sheet_record_ids" | "input_objects" | "role_finder_match" | "logodev_describe_match" | "logo_url" | "crustdata_company_match" | "crustdata_companyenrich_match" | "crustdata_person_match" | "post_list_string" | "crustdata_post_list" | "crustdata_profile_match_score" | "amplemarket_person_match" | "amplemarket_company_match" | "created_sheet" | "sheet" | "string_input" | "domain" | "url_input" | "slugified" | "http_response_status" | "http_response_body" | "http_response_headers" | "professional_profile_url" | "professional_profile" | "mobile_number";
|
|
45571
|
+
description: "A summary of the main business purpose and objectives." | "The standardized and cleaned version of the company name, ensuring consistency across different entries." | "Markdown-formatted scrape of a website." | "A list of website links." | "HTML-formatted scrape of a website." | "Generic URL of a website." | "List of URLs" | "List of URLs scraped from a website" | "Fully enriched people profile" | "The industry in which the company operates." | "The region corresponding to the company's country." | "An optional hint to help pinpoint a person's or company's location." | "A list of the top competitors for a given company as provided by LeadMagic" | "A list of acquisitions by a given company" | "A list of company news" | "The estimated annual revenue of the company." | "List of corporate funding rounds." | "Amount of total known funding" | "The year the company was founded." | "A flat list of technologies used by a company" | "Technology spending trend over the last 2 years. Average deviation between measuring points in %." | "A datastructure containing the technologies used by this company" | "Social followers (or zero if not found)." | "Mobile telephone number of a person." | "A generic field for phone numbers. Can be mobile or landline." | "A landline phone number" | "Current job title of a person" | "Description of current job" | "A union field that can contain both professional and personal email addresses." | "The personal email address of a prospect." | "The personal email addresses that are associated with a prospect but less likely to be the primary email address of a prospect." | "Latest company news." | "Email address of a person connection to their place of employment." | "Total number of people employed in a particular organization" | "Website URL of a related company." | "Bare domain of a related company. Example: stripe.com (no scheme, no path)." | "Name of a company." | "Object returned from a Clado people search." | "Object returned from a Icypeas people search" | "First name of a person." | "Recipient name in the format required by postal services." | "URL for profile picture" | "First line of an address (e.g. street address)" | "The formatted address of a company’s headquarters." | "Name of a city as needed for an address." | "Name of a country as needed for an address." | "Name of a state." | "A postal zip code. Usually a combination of numbers and letters." | "Last name of a person." | "Estimated total salary in USD." | "List of professional skills" | "Check if a given email is a work email." | "The full name of a person. Usually a combination of first and last name." | "IP Address of a person" | "Check if an email address is valid and can receive emails." | "A standardized format for returning LinkedIn profile data." | "A person's LinkedIn profile URL." | "A person's primary developer profile URL (e.g. GitHub)." | "Additional developer profile URLs (GitHub, GitLab, etc.) discovered for the person." | "List of recent LinkedIn posts in JSON format." | "Professional profile headline" | "Company LinkedIn URL." | "Result of email sending action using Resend" | "Id of a single resend contact" | "Name of a pipe0 sheet" | "Input field of type string" | "A domain field." | "Input field of type string and URL format" | "A value that has been stripped of characters not found in slugs." | "HTTP status code returned by the upstream endpoint." | "Parsed JSON body returned by the upstream endpoint." | "Response headers returned by the upstream endpoint as a flat key-value map." | "ID of sheet record" | "IDs sheet records" | "Result of email sending action using Gmail" | "Result of sending a message using Slack" | "The test of an email formatted as markdown" | "A markdown message that be send to any chat app." | "Subject line for email" | "Template value where the tags are replaces with real values" | "Email validation status. Allowed values are: 'valid', 'invalid', 'catch_all', 'unknown'" | "Validation status as returned from ZeroBounce single validation" | "Full validation object as returned by ZeroBounce" | "List of unstructured input objects" | "Reference to a created sheet" | "Result of a firecrawl extract operation" | "Exa search result." | "CompanyEnrich response object" | "Crustdata company match object" | "A number between 1 and 0 indicating the confidence that the profile belongs to the input email address." | "Crustdata company enrichment match." | "LinkedIn post list" | "Rich JSON post list" | "Result of a role finder operation" | "Person match object as returned by Amplemarket" | "Company match object as returned by Amplemarket" | "CompanyEnrich response list." | "Company or organization logo" | "Get company logos & brand data" | "Social Media URL for a given company (e.g. LinkedIn profile URL).";
|
|
45281
45572
|
resolvedName: string;
|
|
45282
|
-
type: "string" | "number" | "boolean" | "
|
|
45283
|
-
label: "Company description" | "Cleaned company name" | "Scrape result - Markdown" | "Website internal links" | "Scrape result - HTML" | "Website URL" | "URLs" | "Clado person profile" | "Full name" | "Profile headline" | "LinkedIn profile URL" | "Job title" | "Company industry" | "Company region" | "Location hint" | "Competitor list" | "Acquisition history" | "Company news list" | "Estimated Annual Revenue" | "Funding history" | "Total funding (USD)" | "Founding year" | "Technology list" | "Spending Trend" | "Builtwith technology response" | "Follower count" | "Mobile" | "Phone" | "Landline" | "Job description" | "Email address" | "Personal email" | "Alternate personal email" | "Latest news" | "Work email" | "Headcount" | "Company website URL" | "Company domain" | "Company name" | "Clado person match" | "Icypeas person match" | "Icypeas company match" | "First name" | "Addressee name" | "Avatar URL" | "Address line 1" | "Address line 2" | "Address city" | "Address country" | "State" | "Zip code" | "Last name" | "Estimated salary" | "Skills" | "Is work email result" | "IP address" | "Email validation" | "Professional profile" | "Recrent linkedIn posts" | "Company LinkedIn profile URL" | "Resend mail success" | "Resend contact id" | "Sheet name" | "String input" | "Domain" | "URL input" | "Slugified value" | "HTTP response status" | "HTTP response body" | "HTTP response headers" | "Record ID" | "Record IDs" | "Gmail e-mail success" | "Slack message success" | "A markdown email" | "Message" | "Subject Line" | "Template Output" | "Validation status" | "Million Verifier match" | "ZeroBounce Validation Status" | "ZeroBounce Validation Match" | "Input objects" | "Created sheet" | "Merge Result" | "Extract Result" | "Exa Match Evaluation" | "Company match" | "Person match" | "Match score" | "Company enrichment match" | "Post list" | "Crustdata Post list" | "Role finder match" | "CompanyEnrich matches" | "Logo URL" | "Company Social URL" | "Professional profile (LinkedIn)" | "LinkedIn Profile URL";
|
|
45284
|
-
format: "
|
|
45573
|
+
type: "string" | "number" | "boolean" | "unknown" | "json";
|
|
45574
|
+
label: "Company description" | "Cleaned company name" | "Scrape result - Markdown" | "Website internal links" | "Scrape result - HTML" | "Website URL" | "URLs" | "Clado person profile" | "Full name" | "Profile headline" | "LinkedIn profile URL" | "Job title" | "Company industry" | "Company region" | "Location hint" | "Competitor list" | "Acquisition history" | "Company news list" | "Estimated Annual Revenue" | "Funding history" | "Total funding (USD)" | "Founding year" | "Technology list" | "Spending Trend" | "Builtwith technology response" | "Follower count" | "Mobile" | "Phone" | "Landline" | "Job description" | "Email address" | "Personal email" | "Alternate personal email" | "Latest news" | "Work email" | "Headcount" | "Company website URL" | "Company domain" | "Company name" | "Clado person match" | "Icypeas person match" | "Icypeas company match" | "First name" | "Addressee name" | "Avatar URL" | "Address line 1" | "Address line 2" | "Address city" | "Address country" | "State" | "Zip code" | "Last name" | "Estimated salary" | "Skills" | "Is work email result" | "IP address" | "Email validation" | "Professional profile" | "Developer profile URL" | "Alternative developer profile URLs" | "Recrent linkedIn posts" | "Company LinkedIn profile URL" | "Resend mail success" | "Resend contact id" | "Sheet name" | "String input" | "Domain" | "URL input" | "Slugified value" | "HTTP response status" | "HTTP response body" | "HTTP response headers" | "Record ID" | "Record IDs" | "Gmail e-mail success" | "Slack message success" | "A markdown email" | "Message" | "Subject Line" | "Template Output" | "Validation status" | "Million Verifier match" | "ZeroBounce Validation Status" | "ZeroBounce Validation Match" | "Input objects" | "Created sheet" | "Merge Result" | "Extract Result" | "Exa Match Evaluation" | "Company match" | "Person match" | "Match score" | "Company enrichment match" | "Post list" | "Crustdata Post list" | "Role finder match" | "CompanyEnrich matches" | "Logo URL" | "Company Social URL" | "Professional profile (LinkedIn)" | "LinkedIn Profile URL";
|
|
45575
|
+
format: "profile_url" | "int" | "email" | "address_line_1" | "zip_code" | "phone" | "website_url" | "markdown" | "json_object" | "json_list" | "json_list_string" | "url" | "currency" | "text" | "decimal" | "percent" | null;
|
|
45285
45576
|
};
|
|
45286
45577
|
//#endregion
|
|
45287
45578
|
//#region src/pipes/catalog/utils/high-volume.d.ts
|
|
@@ -45727,7 +46018,7 @@ declare function stringify(v: unknown): unknown;
|
|
|
45727
46018
|
declare function rateLimitRatioFallingProgression(index: number): number;
|
|
45728
46019
|
declare function sortObjectKeys(obj: any): any;
|
|
45729
46020
|
declare const TYPES_TO_FORMATS: {
|
|
45730
|
-
string: ("
|
|
46021
|
+
string: ("profile_url" | "date" | "email" | "address_line_1" | "zip_code" | "phone" | "website_url" | "markdown" | "url" | "datetime" | "text")[];
|
|
45731
46022
|
json: ("json_object" | "json_list")[];
|
|
45732
46023
|
number: ("int" | "decimal")[];
|
|
45733
46024
|
boolean: never[];
|
|
@@ -45773,14 +46064,14 @@ declare function inputFromRecords(records: PipesInMemoryResponse["records"], con
|
|
|
45773
46064
|
summary: string;
|
|
45774
46065
|
message: string;
|
|
45775
46066
|
} | null | undefined;
|
|
45776
|
-
type?: "string" | "number" | "boolean" | "
|
|
45777
|
-
format?: "
|
|
46067
|
+
type?: "string" | "number" | "boolean" | "unknown" | "json" | undefined;
|
|
46068
|
+
format?: "profile_url" | "int" | "date" | "email" | "address_line_1" | "zip_code" | "phone" | "website_url" | "markdown" | "json_object" | "json_list" | "json_list_string" | "url" | "datetime" | "currency" | "text" | "decimal" | "percent" | null | undefined;
|
|
45778
46069
|
claimed_by?: {
|
|
45779
|
-
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | null;
|
|
46070
|
+
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | null;
|
|
45780
46071
|
config_hash: string | null;
|
|
45781
46072
|
} | undefined;
|
|
45782
46073
|
resolved_by?: {
|
|
45783
|
-
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "system" | null;
|
|
46074
|
+
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "system" | null;
|
|
45784
46075
|
environment: "production" | "sandbox" | null;
|
|
45785
46076
|
config_hash: string | null;
|
|
45786
46077
|
input_hash: string | null;
|
|
@@ -45833,14 +46124,14 @@ declare function inputFromRecords(records: PipesInMemoryResponse["records"], con
|
|
|
45833
46124
|
summary: string;
|
|
45834
46125
|
message: string;
|
|
45835
46126
|
} | null | undefined;
|
|
45836
|
-
type?: "string" | "number" | "boolean" | "
|
|
45837
|
-
format?: "
|
|
46127
|
+
type?: "string" | "number" | "boolean" | "unknown" | "json" | undefined;
|
|
46128
|
+
format?: "profile_url" | "int" | "date" | "email" | "address_line_1" | "zip_code" | "phone" | "website_url" | "markdown" | "json_object" | "json_list" | "json_list_string" | "url" | "datetime" | "currency" | "text" | "decimal" | "percent" | null | undefined;
|
|
45838
46129
|
claimed_by?: {
|
|
45839
|
-
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | null;
|
|
46130
|
+
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | null;
|
|
45840
46131
|
config_hash: string | null;
|
|
45841
46132
|
} | undefined;
|
|
45842
46133
|
resolved_by?: {
|
|
45843
|
-
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "system" | null;
|
|
46134
|
+
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "system" | null;
|
|
45844
46135
|
environment: "production" | "sandbox" | null;
|
|
45845
46136
|
config_hash: string | null;
|
|
45846
46137
|
input_hash: string | null;
|
|
@@ -45896,14 +46187,14 @@ declare function inputFromRecordArr(records: PipesRecord[], config?: Partial<Fie
|
|
|
45896
46187
|
summary: string;
|
|
45897
46188
|
message: string;
|
|
45898
46189
|
} | null | undefined;
|
|
45899
|
-
type?: "string" | "number" | "boolean" | "
|
|
45900
|
-
format?: "
|
|
46190
|
+
type?: "string" | "number" | "boolean" | "unknown" | "json" | undefined;
|
|
46191
|
+
format?: "profile_url" | "int" | "date" | "email" | "address_line_1" | "zip_code" | "phone" | "website_url" | "markdown" | "json_object" | "json_list" | "json_list_string" | "url" | "datetime" | "currency" | "text" | "decimal" | "percent" | null | undefined;
|
|
45901
46192
|
claimed_by?: {
|
|
45902
|
-
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | null;
|
|
46193
|
+
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | null;
|
|
45903
46194
|
config_hash: string | null;
|
|
45904
46195
|
} | undefined;
|
|
45905
46196
|
resolved_by?: {
|
|
45906
|
-
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "system" | null;
|
|
46197
|
+
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "system" | null;
|
|
45907
46198
|
environment: "production" | "sandbox" | null;
|
|
45908
46199
|
config_hash: string | null;
|
|
45909
46200
|
input_hash: string | null;
|
|
@@ -45956,14 +46247,14 @@ declare function inputFromRecordArr(records: PipesRecord[], config?: Partial<Fie
|
|
|
45956
46247
|
summary: string;
|
|
45957
46248
|
message: string;
|
|
45958
46249
|
} | null | undefined;
|
|
45959
|
-
type?: "string" | "number" | "boolean" | "
|
|
45960
|
-
format?: "
|
|
46250
|
+
type?: "string" | "number" | "boolean" | "unknown" | "json" | undefined;
|
|
46251
|
+
format?: "profile_url" | "int" | "date" | "email" | "address_line_1" | "zip_code" | "phone" | "website_url" | "markdown" | "json_object" | "json_list" | "json_list_string" | "url" | "datetime" | "currency" | "text" | "decimal" | "percent" | null | undefined;
|
|
45961
46252
|
claimed_by?: {
|
|
45962
|
-
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | null;
|
|
46253
|
+
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | null;
|
|
45963
46254
|
config_hash: string | null;
|
|
45964
46255
|
} | undefined;
|
|
45965
46256
|
resolved_by?: {
|
|
45966
|
-
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "system" | null;
|
|
46257
|
+
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "system" | null;
|
|
45967
46258
|
environment: "production" | "sandbox" | null;
|
|
45968
46259
|
config_hash: string | null;
|
|
45969
46260
|
input_hash: string | null;
|
|
@@ -46019,14 +46310,14 @@ declare function inputFromRecord(record: PipesRecord, config?: Partial<FieldsToO
|
|
|
46019
46310
|
summary: string;
|
|
46020
46311
|
message: string;
|
|
46021
46312
|
} | null | undefined;
|
|
46022
|
-
type?: "string" | "number" | "boolean" | "
|
|
46023
|
-
format?: "
|
|
46313
|
+
type?: "string" | "number" | "boolean" | "unknown" | "json" | undefined;
|
|
46314
|
+
format?: "profile_url" | "int" | "date" | "email" | "address_line_1" | "zip_code" | "phone" | "website_url" | "markdown" | "json_object" | "json_list" | "json_list_string" | "url" | "datetime" | "currency" | "text" | "decimal" | "percent" | null | undefined;
|
|
46024
46315
|
claimed_by?: {
|
|
46025
|
-
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | null;
|
|
46316
|
+
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | null;
|
|
46026
46317
|
config_hash: string | null;
|
|
46027
46318
|
} | undefined;
|
|
46028
46319
|
resolved_by?: {
|
|
46029
|
-
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "system" | null;
|
|
46320
|
+
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "system" | null;
|
|
46030
46321
|
environment: "production" | "sandbox" | null;
|
|
46031
46322
|
config_hash: string | null;
|
|
46032
46323
|
input_hash: string | null;
|
|
@@ -46079,14 +46370,14 @@ declare function inputFromRecord(record: PipesRecord, config?: Partial<FieldsToO
|
|
|
46079
46370
|
summary: string;
|
|
46080
46371
|
message: string;
|
|
46081
46372
|
} | null | undefined;
|
|
46082
|
-
type?: "string" | "number" | "boolean" | "
|
|
46083
|
-
format?: "
|
|
46373
|
+
type?: "string" | "number" | "boolean" | "unknown" | "json" | undefined;
|
|
46374
|
+
format?: "profile_url" | "int" | "date" | "email" | "address_line_1" | "zip_code" | "phone" | "website_url" | "markdown" | "json_object" | "json_list" | "json_list_string" | "url" | "datetime" | "currency" | "text" | "decimal" | "percent" | null | undefined;
|
|
46084
46375
|
claimed_by?: {
|
|
46085
|
-
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | null;
|
|
46376
|
+
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | null;
|
|
46086
46377
|
config_hash: string | null;
|
|
46087
46378
|
} | undefined;
|
|
46088
46379
|
resolved_by?: {
|
|
46089
|
-
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "system" | null;
|
|
46380
|
+
ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:newssummary:domain@1" | "company:techstack:builtwith@1" | "company:techstack:builtwith@2" | "company:websiteurl:email@1" | "company:domain:workemail@1" | "company:funding:leadmagic@1" | "company:funding:leadmagic@2" | "people:workemail:waterfall@1" | "person:workemail:waterfall@1" | "people:email:iswork@1" | "email:iswork@1" | "people:name:split@1" | "person:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "email:validate:zerobounce@1" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "company:overview@3" | "json:extract:multi@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "person:match:role:waterfall@1" | "person:identity:amplemarket@1" | "company:identity@2" | "company:identity@3" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "person:mobile:profileurl:waterfall@1" | "people:personalemail:profile:waterfall@1" | "person:personalemail:profileurl:waterfall@1" | "people:profile:waterfall@1" | "person:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "person:mobile:workemail:waterfall@1" | "fields:merge@1" | "field:slugify@1" | "field:domainify@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:row:append@1" | "sheet:row:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:lookalikes:companyenrich@2" | "company:match:logodev@1" | "company:match:logodev@2" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "company:match:crustdata@2" | "people:profile:workemail:crustdata@1" | "person:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "person:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "person:identity:email:waterfall@1" | "person:devprofileurl:profileurl:waterfall@1" | "http:request@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "system" | null;
|
|
46090
46381
|
environment: "production" | "sandbox" | null;
|
|
46091
46382
|
config_hash: string | null;
|
|
46092
46383
|
input_hash: string | null;
|