@pipe0/base 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -11,7 +11,7 @@ declare const PipesEnvironmentSchema: z.ZodEnum<{
11
11
  production: "production";
12
12
  sandbox: "sandbox";
13
13
  }>;
14
- declare const PIPE_IDS: readonly ["prompt:run@1", "company:newssummary:website@1", "company:techstack:builtwith@1", "company:websiteurl:email@1", "company:funding:leadmagic@1", "people:workemail:waterfall@1", "people:email:iswork@1", "people:name:split@1", "people:name:join@1", "people:validate:email:zerobounce@1", "people:email:validate:zerobounce@2", "people:mobilenumber:workemail:waterfall@1", "company:overview@1", "company:overview@2", "json:extract@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", "people:identity:amplemarket@1", "company:identity@2", "people:match:amplemarket@1", "people:phone:profile:waterfall@1", "people:personalemail:profile:waterfall@1", "people:profile:waterfall@1", "people:profileurl:email:waterfall@1", "people:profileurl:name@1", "people:email:validate:zerobounce@1", "people:email:validate:millionverifier@1", "people:phone: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:match:logodev@1", "people:posts:crustdata@1", "company:match:crustdata@1", "people:profile:workemail:crustdata@1", "people:workemail:profileurl:waterfall@1", "people: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"];
14
+ declare const PIPE_IDS: readonly ["prompt:run@1", "company:newssummary:website@1", "company:techstack:builtwith@1", "company:websiteurl:email@1", "company:funding:leadmagic@1", "people:workemail:waterfall@1", "people:email:iswork@1", "people:name:split@1", "person:name:join@1", "people:validate:email:zerobounce@1", "people:email:validate:zerobounce@2", "people:mobilenumber:workemail:waterfall@1", "company:overview@1", "company:overview@2", "json:extract@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:identity:amplemarket@1", "company:identity@2", "person:match:amplemarket@1", "people:phone:profile:waterfall@1", "people:personalemail:profile:waterfall@1", "people:profile:waterfall@1", "people:profileurl:email:waterfall@1", "person:profileurl:name@1", "people:email:validate:zerobounce@1", "person:email:validate:millionverifier@1", "people:phone: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:match:logodev@1", "person:posts:crustdata@1", "company:match:crustdata@1", "people:profile:workemail:crustdata@1", "people:workemail:profileurl:waterfall@1", "people: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"];
15
15
  declare const PipeIdSchema: z.ZodEnum<{
16
16
  "prompt:run@1": "prompt:run@1";
17
17
  "company:newssummary:website@1": "company:newssummary:website@1";
@@ -21,7 +21,7 @@ declare const PipeIdSchema: z.ZodEnum<{
21
21
  "people:workemail:waterfall@1": "people:workemail:waterfall@1";
22
22
  "people:email:iswork@1": "people:email:iswork@1";
23
23
  "people:name:split@1": "people:name:split@1";
24
- "people:name:join@1": "people:name:join@1";
24
+ "person:name:join@1": "person:name:join@1";
25
25
  "people:validate:email:zerobounce@1": "people:validate:email:zerobounce@1";
26
26
  "people:email:validate:zerobounce@2": "people:email:validate:zerobounce@2";
27
27
  "people:mobilenumber:workemail:waterfall@1": "people:mobilenumber:workemail:waterfall@1";
@@ -36,16 +36,16 @@ declare const PipeIdSchema: z.ZodEnum<{
36
36
  "template:fill@1": "template:fill@1";
37
37
  "contact:create:resend@1": "contact:create:resend@1";
38
38
  "people:match:role:waterfall@1": "people:match:role:waterfall@1";
39
- "people:identity:amplemarket@1": "people:identity:amplemarket@1";
39
+ "person:identity:amplemarket@1": "person:identity:amplemarket@1";
40
40
  "company:identity@2": "company:identity@2";
41
- "people:match:amplemarket@1": "people:match:amplemarket@1";
41
+ "person:match:amplemarket@1": "person:match:amplemarket@1";
42
42
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
43
43
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
44
44
  "people:profile:waterfall@1": "people:profile:waterfall@1";
45
45
  "people:profileurl:email:waterfall@1": "people:profileurl:email:waterfall@1";
46
- "people:profileurl:name@1": "people:profileurl:name@1";
46
+ "person:profileurl:name@1": "person:profileurl:name@1";
47
47
  "people:email:validate:zerobounce@1": "people:email:validate:zerobounce@1";
48
- "people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
48
+ "person:email:validate:millionverifier@1": "person:email:validate:millionverifier@1";
49
49
  "people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
50
50
  "fields:merge@1": "fields:merge@1";
51
51
  "field:slugify@1": "field:slugify@1";
@@ -58,7 +58,7 @@ declare const PipeIdSchema: z.ZodEnum<{
58
58
  "sheet:row:expandappend@1": "sheet:row:expandappend@1";
59
59
  "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
60
60
  "company:match:logodev@1": "company:match:logodev@1";
61
- "people:posts:crustdata@1": "people:posts:crustdata@1";
61
+ "person:posts:crustdata@1": "person:posts:crustdata@1";
62
62
  "company:match:crustdata@1": "company:match:crustdata@1";
63
63
  "people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
64
64
  "people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
@@ -361,7 +361,7 @@ declare const RecordClaimedBySchema: z.ZodObject<{
361
361
  "people:workemail:waterfall@1": "people:workemail:waterfall@1";
362
362
  "people:email:iswork@1": "people:email:iswork@1";
363
363
  "people:name:split@1": "people:name:split@1";
364
- "people:name:join@1": "people:name:join@1";
364
+ "person:name:join@1": "person:name:join@1";
365
365
  "people:validate:email:zerobounce@1": "people:validate:email:zerobounce@1";
366
366
  "people:email:validate:zerobounce@2": "people:email:validate:zerobounce@2";
367
367
  "people:mobilenumber:workemail:waterfall@1": "people:mobilenumber:workemail:waterfall@1";
@@ -376,16 +376,16 @@ declare const RecordClaimedBySchema: z.ZodObject<{
376
376
  "template:fill@1": "template:fill@1";
377
377
  "contact:create:resend@1": "contact:create:resend@1";
378
378
  "people:match:role:waterfall@1": "people:match:role:waterfall@1";
379
- "people:identity:amplemarket@1": "people:identity:amplemarket@1";
379
+ "person:identity:amplemarket@1": "person:identity:amplemarket@1";
380
380
  "company:identity@2": "company:identity@2";
381
- "people:match:amplemarket@1": "people:match:amplemarket@1";
381
+ "person:match:amplemarket@1": "person:match:amplemarket@1";
382
382
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
383
383
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
384
384
  "people:profile:waterfall@1": "people:profile:waterfall@1";
385
385
  "people:profileurl:email:waterfall@1": "people:profileurl:email:waterfall@1";
386
- "people:profileurl:name@1": "people:profileurl:name@1";
386
+ "person:profileurl:name@1": "person:profileurl:name@1";
387
387
  "people:email:validate:zerobounce@1": "people:email:validate:zerobounce@1";
388
- "people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
388
+ "person:email:validate:millionverifier@1": "person:email:validate:millionverifier@1";
389
389
  "people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
390
390
  "fields:merge@1": "fields:merge@1";
391
391
  "field:slugify@1": "field:slugify@1";
@@ -398,7 +398,7 @@ declare const RecordClaimedBySchema: z.ZodObject<{
398
398
  "sheet:row:expandappend@1": "sheet:row:expandappend@1";
399
399
  "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
400
400
  "company:match:logodev@1": "company:match:logodev@1";
401
- "people:posts:crustdata@1": "people:posts:crustdata@1";
401
+ "person:posts:crustdata@1": "person:posts:crustdata@1";
402
402
  "company:match:crustdata@1": "company:match:crustdata@1";
403
403
  "people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
404
404
  "people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
@@ -424,7 +424,7 @@ declare const RecordResolvedBySchema: z.ZodObject<{
424
424
  "people:workemail:waterfall@1": "people:workemail:waterfall@1";
425
425
  "people:email:iswork@1": "people:email:iswork@1";
426
426
  "people:name:split@1": "people:name:split@1";
427
- "people:name:join@1": "people:name:join@1";
427
+ "person:name:join@1": "person:name:join@1";
428
428
  "people:validate:email:zerobounce@1": "people:validate:email:zerobounce@1";
429
429
  "people:email:validate:zerobounce@2": "people:email:validate:zerobounce@2";
430
430
  "people:mobilenumber:workemail:waterfall@1": "people:mobilenumber:workemail:waterfall@1";
@@ -439,16 +439,16 @@ declare const RecordResolvedBySchema: z.ZodObject<{
439
439
  "template:fill@1": "template:fill@1";
440
440
  "contact:create:resend@1": "contact:create:resend@1";
441
441
  "people:match:role:waterfall@1": "people:match:role:waterfall@1";
442
- "people:identity:amplemarket@1": "people:identity:amplemarket@1";
442
+ "person:identity:amplemarket@1": "person:identity:amplemarket@1";
443
443
  "company:identity@2": "company:identity@2";
444
- "people:match:amplemarket@1": "people:match:amplemarket@1";
444
+ "person:match:amplemarket@1": "person:match:amplemarket@1";
445
445
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
446
446
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
447
447
  "people:profile:waterfall@1": "people:profile:waterfall@1";
448
448
  "people:profileurl:email:waterfall@1": "people:profileurl:email:waterfall@1";
449
- "people:profileurl:name@1": "people:profileurl:name@1";
449
+ "person:profileurl:name@1": "person:profileurl:name@1";
450
450
  "people:email:validate:zerobounce@1": "people:email:validate:zerobounce@1";
451
- "people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
451
+ "person:email:validate:millionverifier@1": "person:email:validate:millionverifier@1";
452
452
  "people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
453
453
  "fields:merge@1": "fields:merge@1";
454
454
  "field:slugify@1": "field:slugify@1";
@@ -461,7 +461,7 @@ declare const RecordResolvedBySchema: z.ZodObject<{
461
461
  "sheet:row:expandappend@1": "sheet:row:expandappend@1";
462
462
  "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
463
463
  "company:match:logodev@1": "company:match:logodev@1";
464
- "people:posts:crustdata@1": "people:posts:crustdata@1";
464
+ "person:posts:crustdata@1": "person:posts:crustdata@1";
465
465
  "company:match:crustdata@1": "company:match:crustdata@1";
466
466
  "people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
467
467
  "people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
@@ -508,7 +508,7 @@ declare const RecordFieldSchema: z.ZodObject<{
508
508
  "people:workemail:waterfall@1": "people:workemail:waterfall@1";
509
509
  "people:email:iswork@1": "people:email:iswork@1";
510
510
  "people:name:split@1": "people:name:split@1";
511
- "people:name:join@1": "people:name:join@1";
511
+ "person:name:join@1": "person:name:join@1";
512
512
  "people:validate:email:zerobounce@1": "people:validate:email:zerobounce@1";
513
513
  "people:email:validate:zerobounce@2": "people:email:validate:zerobounce@2";
514
514
  "people:mobilenumber:workemail:waterfall@1": "people:mobilenumber:workemail:waterfall@1";
@@ -523,16 +523,16 @@ declare const RecordFieldSchema: z.ZodObject<{
523
523
  "template:fill@1": "template:fill@1";
524
524
  "contact:create:resend@1": "contact:create:resend@1";
525
525
  "people:match:role:waterfall@1": "people:match:role:waterfall@1";
526
- "people:identity:amplemarket@1": "people:identity:amplemarket@1";
526
+ "person:identity:amplemarket@1": "person:identity:amplemarket@1";
527
527
  "company:identity@2": "company:identity@2";
528
- "people:match:amplemarket@1": "people:match:amplemarket@1";
528
+ "person:match:amplemarket@1": "person:match:amplemarket@1";
529
529
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
530
530
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
531
531
  "people:profile:waterfall@1": "people:profile:waterfall@1";
532
532
  "people:profileurl:email:waterfall@1": "people:profileurl:email:waterfall@1";
533
- "people:profileurl:name@1": "people:profileurl:name@1";
533
+ "person:profileurl:name@1": "person:profileurl:name@1";
534
534
  "people:email:validate:zerobounce@1": "people:email:validate:zerobounce@1";
535
- "people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
535
+ "person:email:validate:millionverifier@1": "person:email:validate:millionverifier@1";
536
536
  "people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
537
537
  "fields:merge@1": "fields:merge@1";
538
538
  "field:slugify@1": "field:slugify@1";
@@ -545,7 +545,7 @@ declare const RecordFieldSchema: z.ZodObject<{
545
545
  "sheet:row:expandappend@1": "sheet:row:expandappend@1";
546
546
  "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
547
547
  "company:match:logodev@1": "company:match:logodev@1";
548
- "people:posts:crustdata@1": "people:posts:crustdata@1";
548
+ "person:posts:crustdata@1": "person:posts:crustdata@1";
549
549
  "company:match:crustdata@1": "company:match:crustdata@1";
550
550
  "people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
551
551
  "people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
@@ -570,7 +570,7 @@ declare const RecordFieldSchema: z.ZodObject<{
570
570
  "people:workemail:waterfall@1": "people:workemail:waterfall@1";
571
571
  "people:email:iswork@1": "people:email:iswork@1";
572
572
  "people:name:split@1": "people:name:split@1";
573
- "people:name:join@1": "people:name:join@1";
573
+ "person:name:join@1": "person:name:join@1";
574
574
  "people:validate:email:zerobounce@1": "people:validate:email:zerobounce@1";
575
575
  "people:email:validate:zerobounce@2": "people:email:validate:zerobounce@2";
576
576
  "people:mobilenumber:workemail:waterfall@1": "people:mobilenumber:workemail:waterfall@1";
@@ -585,16 +585,16 @@ declare const RecordFieldSchema: z.ZodObject<{
585
585
  "template:fill@1": "template:fill@1";
586
586
  "contact:create:resend@1": "contact:create:resend@1";
587
587
  "people:match:role:waterfall@1": "people:match:role:waterfall@1";
588
- "people:identity:amplemarket@1": "people:identity:amplemarket@1";
588
+ "person:identity:amplemarket@1": "person:identity:amplemarket@1";
589
589
  "company:identity@2": "company:identity@2";
590
- "people:match:amplemarket@1": "people:match:amplemarket@1";
590
+ "person:match:amplemarket@1": "person:match:amplemarket@1";
591
591
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
592
592
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
593
593
  "people:profile:waterfall@1": "people:profile:waterfall@1";
594
594
  "people:profileurl:email:waterfall@1": "people:profileurl:email:waterfall@1";
595
- "people:profileurl:name@1": "people:profileurl:name@1";
595
+ "person:profileurl:name@1": "person:profileurl:name@1";
596
596
  "people:email:validate:zerobounce@1": "people:email:validate:zerobounce@1";
597
- "people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
597
+ "person:email:validate:millionverifier@1": "person:email:validate:millionverifier@1";
598
598
  "people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
599
599
  "fields:merge@1": "fields:merge@1";
600
600
  "field:slugify@1": "field:slugify@1";
@@ -607,7 +607,7 @@ declare const RecordFieldSchema: z.ZodObject<{
607
607
  "sheet:row:expandappend@1": "sheet:row:expandappend@1";
608
608
  "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
609
609
  "company:match:logodev@1": "company:match:logodev@1";
610
- "people:posts:crustdata@1": "people:posts:crustdata@1";
610
+ "person:posts:crustdata@1": "person:posts:crustdata@1";
611
611
  "company:match:crustdata@1": "company:match:crustdata@1";
612
612
  "people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
613
613
  "people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
@@ -818,7 +818,7 @@ declare const ExpandedFieldValueSchema: z.ZodObject<{
818
818
  "people:workemail:waterfall@1": "people:workemail:waterfall@1";
819
819
  "people:email:iswork@1": "people:email:iswork@1";
820
820
  "people:name:split@1": "people:name:split@1";
821
- "people:name:join@1": "people:name:join@1";
821
+ "person:name:join@1": "person:name:join@1";
822
822
  "people:validate:email:zerobounce@1": "people:validate:email:zerobounce@1";
823
823
  "people:email:validate:zerobounce@2": "people:email:validate:zerobounce@2";
824
824
  "people:mobilenumber:workemail:waterfall@1": "people:mobilenumber:workemail:waterfall@1";
@@ -833,16 +833,16 @@ declare const ExpandedFieldValueSchema: z.ZodObject<{
833
833
  "template:fill@1": "template:fill@1";
834
834
  "contact:create:resend@1": "contact:create:resend@1";
835
835
  "people:match:role:waterfall@1": "people:match:role:waterfall@1";
836
- "people:identity:amplemarket@1": "people:identity:amplemarket@1";
836
+ "person:identity:amplemarket@1": "person:identity:amplemarket@1";
837
837
  "company:identity@2": "company:identity@2";
838
- "people:match:amplemarket@1": "people:match:amplemarket@1";
838
+ "person:match:amplemarket@1": "person:match:amplemarket@1";
839
839
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
840
840
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
841
841
  "people:profile:waterfall@1": "people:profile:waterfall@1";
842
842
  "people:profileurl:email:waterfall@1": "people:profileurl:email:waterfall@1";
843
- "people:profileurl:name@1": "people:profileurl:name@1";
843
+ "person:profileurl:name@1": "person:profileurl:name@1";
844
844
  "people:email:validate:zerobounce@1": "people:email:validate:zerobounce@1";
845
- "people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
845
+ "person:email:validate:millionverifier@1": "person:email:validate:millionverifier@1";
846
846
  "people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
847
847
  "fields:merge@1": "fields:merge@1";
848
848
  "field:slugify@1": "field:slugify@1";
@@ -855,7 +855,7 @@ declare const ExpandedFieldValueSchema: z.ZodObject<{
855
855
  "sheet:row:expandappend@1": "sheet:row:expandappend@1";
856
856
  "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
857
857
  "company:match:logodev@1": "company:match:logodev@1";
858
- "people:posts:crustdata@1": "people:posts:crustdata@1";
858
+ "person:posts:crustdata@1": "person:posts:crustdata@1";
859
859
  "company:match:crustdata@1": "company:match:crustdata@1";
860
860
  "people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
861
861
  "people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
@@ -880,7 +880,7 @@ declare const ExpandedFieldValueSchema: z.ZodObject<{
880
880
  "people:workemail:waterfall@1": "people:workemail:waterfall@1";
881
881
  "people:email:iswork@1": "people:email:iswork@1";
882
882
  "people:name:split@1": "people:name:split@1";
883
- "people:name:join@1": "people:name:join@1";
883
+ "person:name:join@1": "person:name:join@1";
884
884
  "people:validate:email:zerobounce@1": "people:validate:email:zerobounce@1";
885
885
  "people:email:validate:zerobounce@2": "people:email:validate:zerobounce@2";
886
886
  "people:mobilenumber:workemail:waterfall@1": "people:mobilenumber:workemail:waterfall@1";
@@ -895,16 +895,16 @@ declare const ExpandedFieldValueSchema: z.ZodObject<{
895
895
  "template:fill@1": "template:fill@1";
896
896
  "contact:create:resend@1": "contact:create:resend@1";
897
897
  "people:match:role:waterfall@1": "people:match:role:waterfall@1";
898
- "people:identity:amplemarket@1": "people:identity:amplemarket@1";
898
+ "person:identity:amplemarket@1": "person:identity:amplemarket@1";
899
899
  "company:identity@2": "company:identity@2";
900
- "people:match:amplemarket@1": "people:match:amplemarket@1";
900
+ "person:match:amplemarket@1": "person:match:amplemarket@1";
901
901
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
902
902
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
903
903
  "people:profile:waterfall@1": "people:profile:waterfall@1";
904
904
  "people:profileurl:email:waterfall@1": "people:profileurl:email:waterfall@1";
905
- "people:profileurl:name@1": "people:profileurl:name@1";
905
+ "person:profileurl:name@1": "person:profileurl:name@1";
906
906
  "people:email:validate:zerobounce@1": "people:email:validate:zerobounce@1";
907
- "people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
907
+ "person:email:validate:millionverifier@1": "person:email:validate:millionverifier@1";
908
908
  "people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
909
909
  "fields:merge@1": "fields:merge@1";
910
910
  "field:slugify@1": "field:slugify@1";
@@ -917,7 +917,7 @@ declare const ExpandedFieldValueSchema: z.ZodObject<{
917
917
  "sheet:row:expandappend@1": "sheet:row:expandappend@1";
918
918
  "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
919
919
  "company:match:logodev@1": "company:match:logodev@1";
920
- "people:posts:crustdata@1": "people:posts:crustdata@1";
920
+ "person:posts:crustdata@1": "person:posts:crustdata@1";
921
921
  "company:match:crustdata@1": "company:match:crustdata@1";
922
922
  "people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
923
923
  "people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
@@ -1108,7 +1108,7 @@ declare const PipesInputSchema: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.
1108
1108
  "people:workemail:waterfall@1": "people:workemail:waterfall@1";
1109
1109
  "people:email:iswork@1": "people:email:iswork@1";
1110
1110
  "people:name:split@1": "people:name:split@1";
1111
- "people:name:join@1": "people:name:join@1";
1111
+ "person:name:join@1": "person:name:join@1";
1112
1112
  "people:validate:email:zerobounce@1": "people:validate:email:zerobounce@1";
1113
1113
  "people:email:validate:zerobounce@2": "people:email:validate:zerobounce@2";
1114
1114
  "people:mobilenumber:workemail:waterfall@1": "people:mobilenumber:workemail:waterfall@1";
@@ -1123,16 +1123,16 @@ declare const PipesInputSchema: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.
1123
1123
  "template:fill@1": "template:fill@1";
1124
1124
  "contact:create:resend@1": "contact:create:resend@1";
1125
1125
  "people:match:role:waterfall@1": "people:match:role:waterfall@1";
1126
- "people:identity:amplemarket@1": "people:identity:amplemarket@1";
1126
+ "person:identity:amplemarket@1": "person:identity:amplemarket@1";
1127
1127
  "company:identity@2": "company:identity@2";
1128
- "people:match:amplemarket@1": "people:match:amplemarket@1";
1128
+ "person:match:amplemarket@1": "person:match:amplemarket@1";
1129
1129
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
1130
1130
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
1131
1131
  "people:profile:waterfall@1": "people:profile:waterfall@1";
1132
1132
  "people:profileurl:email:waterfall@1": "people:profileurl:email:waterfall@1";
1133
- "people:profileurl:name@1": "people:profileurl:name@1";
1133
+ "person:profileurl:name@1": "person:profileurl:name@1";
1134
1134
  "people:email:validate:zerobounce@1": "people:email:validate:zerobounce@1";
1135
- "people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
1135
+ "person:email:validate:millionverifier@1": "person:email:validate:millionverifier@1";
1136
1136
  "people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
1137
1137
  "fields:merge@1": "fields:merge@1";
1138
1138
  "field:slugify@1": "field:slugify@1";
@@ -1145,7 +1145,7 @@ declare const PipesInputSchema: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.
1145
1145
  "sheet:row:expandappend@1": "sheet:row:expandappend@1";
1146
1146
  "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
1147
1147
  "company:match:logodev@1": "company:match:logodev@1";
1148
- "people:posts:crustdata@1": "people:posts:crustdata@1";
1148
+ "person:posts:crustdata@1": "person:posts:crustdata@1";
1149
1149
  "company:match:crustdata@1": "company:match:crustdata@1";
1150
1150
  "people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
1151
1151
  "people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
@@ -1170,7 +1170,7 @@ declare const PipesInputSchema: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.
1170
1170
  "people:workemail:waterfall@1": "people:workemail:waterfall@1";
1171
1171
  "people:email:iswork@1": "people:email:iswork@1";
1172
1172
  "people:name:split@1": "people:name:split@1";
1173
- "people:name:join@1": "people:name:join@1";
1173
+ "person:name:join@1": "person:name:join@1";
1174
1174
  "people:validate:email:zerobounce@1": "people:validate:email:zerobounce@1";
1175
1175
  "people:email:validate:zerobounce@2": "people:email:validate:zerobounce@2";
1176
1176
  "people:mobilenumber:workemail:waterfall@1": "people:mobilenumber:workemail:waterfall@1";
@@ -1185,16 +1185,16 @@ declare const PipesInputSchema: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.
1185
1185
  "template:fill@1": "template:fill@1";
1186
1186
  "contact:create:resend@1": "contact:create:resend@1";
1187
1187
  "people:match:role:waterfall@1": "people:match:role:waterfall@1";
1188
- "people:identity:amplemarket@1": "people:identity:amplemarket@1";
1188
+ "person:identity:amplemarket@1": "person:identity:amplemarket@1";
1189
1189
  "company:identity@2": "company:identity@2";
1190
- "people:match:amplemarket@1": "people:match:amplemarket@1";
1190
+ "person:match:amplemarket@1": "person:match:amplemarket@1";
1191
1191
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
1192
1192
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
1193
1193
  "people:profile:waterfall@1": "people:profile:waterfall@1";
1194
1194
  "people:profileurl:email:waterfall@1": "people:profileurl:email:waterfall@1";
1195
- "people:profileurl:name@1": "people:profileurl:name@1";
1195
+ "person:profileurl:name@1": "person:profileurl:name@1";
1196
1196
  "people:email:validate:zerobounce@1": "people:email:validate:zerobounce@1";
1197
- "people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
1197
+ "person:email:validate:millionverifier@1": "person:email:validate:millionverifier@1";
1198
1198
  "people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
1199
1199
  "fields:merge@1": "fields:merge@1";
1200
1200
  "field:slugify@1": "field:slugify@1";
@@ -1207,7 +1207,7 @@ declare const PipesInputSchema: z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.
1207
1207
  "sheet:row:expandappend@1": "sheet:row:expandappend@1";
1208
1208
  "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
1209
1209
  "company:match:logodev@1": "company:match:logodev@1";
1210
- "people:posts:crustdata@1": "people:posts:crustdata@1";
1210
+ "person:posts:crustdata@1": "person:posts:crustdata@1";
1211
1211
  "company:match:crustdata@1": "company:match:crustdata@1";
1212
1212
  "people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
1213
1213
  "people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
@@ -1380,7 +1380,7 @@ declare const RecordSchema: z.ZodObject<{
1380
1380
  "people:workemail:waterfall@1": "people:workemail:waterfall@1";
1381
1381
  "people:email:iswork@1": "people:email:iswork@1";
1382
1382
  "people:name:split@1": "people:name:split@1";
1383
- "people:name:join@1": "people:name:join@1";
1383
+ "person:name:join@1": "person:name:join@1";
1384
1384
  "people:validate:email:zerobounce@1": "people:validate:email:zerobounce@1";
1385
1385
  "people:email:validate:zerobounce@2": "people:email:validate:zerobounce@2";
1386
1386
  "people:mobilenumber:workemail:waterfall@1": "people:mobilenumber:workemail:waterfall@1";
@@ -1395,16 +1395,16 @@ declare const RecordSchema: z.ZodObject<{
1395
1395
  "template:fill@1": "template:fill@1";
1396
1396
  "contact:create:resend@1": "contact:create:resend@1";
1397
1397
  "people:match:role:waterfall@1": "people:match:role:waterfall@1";
1398
- "people:identity:amplemarket@1": "people:identity:amplemarket@1";
1398
+ "person:identity:amplemarket@1": "person:identity:amplemarket@1";
1399
1399
  "company:identity@2": "company:identity@2";
1400
- "people:match:amplemarket@1": "people:match:amplemarket@1";
1400
+ "person:match:amplemarket@1": "person:match:amplemarket@1";
1401
1401
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
1402
1402
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
1403
1403
  "people:profile:waterfall@1": "people:profile:waterfall@1";
1404
1404
  "people:profileurl:email:waterfall@1": "people:profileurl:email:waterfall@1";
1405
- "people:profileurl:name@1": "people:profileurl:name@1";
1405
+ "person:profileurl:name@1": "person:profileurl:name@1";
1406
1406
  "people:email:validate:zerobounce@1": "people:email:validate:zerobounce@1";
1407
- "people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
1407
+ "person:email:validate:millionverifier@1": "person:email:validate:millionverifier@1";
1408
1408
  "people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
1409
1409
  "fields:merge@1": "fields:merge@1";
1410
1410
  "field:slugify@1": "field:slugify@1";
@@ -1417,7 +1417,7 @@ declare const RecordSchema: z.ZodObject<{
1417
1417
  "sheet:row:expandappend@1": "sheet:row:expandappend@1";
1418
1418
  "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
1419
1419
  "company:match:logodev@1": "company:match:logodev@1";
1420
- "people:posts:crustdata@1": "people:posts:crustdata@1";
1420
+ "person:posts:crustdata@1": "person:posts:crustdata@1";
1421
1421
  "company:match:crustdata@1": "company:match:crustdata@1";
1422
1422
  "people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
1423
1423
  "people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
@@ -1442,7 +1442,7 @@ declare const RecordSchema: z.ZodObject<{
1442
1442
  "people:workemail:waterfall@1": "people:workemail:waterfall@1";
1443
1443
  "people:email:iswork@1": "people:email:iswork@1";
1444
1444
  "people:name:split@1": "people:name:split@1";
1445
- "people:name:join@1": "people:name:join@1";
1445
+ "person:name:join@1": "person:name:join@1";
1446
1446
  "people:validate:email:zerobounce@1": "people:validate:email:zerobounce@1";
1447
1447
  "people:email:validate:zerobounce@2": "people:email:validate:zerobounce@2";
1448
1448
  "people:mobilenumber:workemail:waterfall@1": "people:mobilenumber:workemail:waterfall@1";
@@ -1457,16 +1457,16 @@ declare const RecordSchema: z.ZodObject<{
1457
1457
  "template:fill@1": "template:fill@1";
1458
1458
  "contact:create:resend@1": "contact:create:resend@1";
1459
1459
  "people:match:role:waterfall@1": "people:match:role:waterfall@1";
1460
- "people:identity:amplemarket@1": "people:identity:amplemarket@1";
1460
+ "person:identity:amplemarket@1": "person:identity:amplemarket@1";
1461
1461
  "company:identity@2": "company:identity@2";
1462
- "people:match:amplemarket@1": "people:match:amplemarket@1";
1462
+ "person:match:amplemarket@1": "person:match:amplemarket@1";
1463
1463
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
1464
1464
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
1465
1465
  "people:profile:waterfall@1": "people:profile:waterfall@1";
1466
1466
  "people:profileurl:email:waterfall@1": "people:profileurl:email:waterfall@1";
1467
- "people:profileurl:name@1": "people:profileurl:name@1";
1467
+ "person:profileurl:name@1": "person:profileurl:name@1";
1468
1468
  "people:email:validate:zerobounce@1": "people:email:validate:zerobounce@1";
1469
- "people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
1469
+ "person:email:validate:millionverifier@1": "person:email:validate:millionverifier@1";
1470
1470
  "people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
1471
1471
  "fields:merge@1": "fields:merge@1";
1472
1472
  "field:slugify@1": "field:slugify@1";
@@ -1479,7 +1479,7 @@ declare const RecordSchema: z.ZodObject<{
1479
1479
  "sheet:row:expandappend@1": "sheet:row:expandappend@1";
1480
1480
  "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
1481
1481
  "company:match:logodev@1": "company:match:logodev@1";
1482
- "people:posts:crustdata@1": "people:posts:crustdata@1";
1482
+ "person:posts:crustdata@1": "person:posts:crustdata@1";
1483
1483
  "company:match:crustdata@1": "company:match:crustdata@1";
1484
1484
  "people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
1485
1485
  "people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
@@ -1669,7 +1669,7 @@ declare const PipesFieldDefinitionSchema: z.ZodObject<{
1669
1669
  "people:workemail:waterfall@1": "people:workemail:waterfall@1";
1670
1670
  "people:email:iswork@1": "people:email:iswork@1";
1671
1671
  "people:name:split@1": "people:name:split@1";
1672
- "people:name:join@1": "people:name:join@1";
1672
+ "person:name:join@1": "person:name:join@1";
1673
1673
  "people:validate:email:zerobounce@1": "people:validate:email:zerobounce@1";
1674
1674
  "people:email:validate:zerobounce@2": "people:email:validate:zerobounce@2";
1675
1675
  "people:mobilenumber:workemail:waterfall@1": "people:mobilenumber:workemail:waterfall@1";
@@ -1684,16 +1684,16 @@ declare const PipesFieldDefinitionSchema: z.ZodObject<{
1684
1684
  "template:fill@1": "template:fill@1";
1685
1685
  "contact:create:resend@1": "contact:create:resend@1";
1686
1686
  "people:match:role:waterfall@1": "people:match:role:waterfall@1";
1687
- "people:identity:amplemarket@1": "people:identity:amplemarket@1";
1687
+ "person:identity:amplemarket@1": "person:identity:amplemarket@1";
1688
1688
  "company:identity@2": "company:identity@2";
1689
- "people:match:amplemarket@1": "people:match:amplemarket@1";
1689
+ "person:match:amplemarket@1": "person:match:amplemarket@1";
1690
1690
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
1691
1691
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
1692
1692
  "people:profile:waterfall@1": "people:profile:waterfall@1";
1693
1693
  "people:profileurl:email:waterfall@1": "people:profileurl:email:waterfall@1";
1694
- "people:profileurl:name@1": "people:profileurl:name@1";
1694
+ "person:profileurl:name@1": "person:profileurl:name@1";
1695
1695
  "people:email:validate:zerobounce@1": "people:email:validate:zerobounce@1";
1696
- "people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
1696
+ "person:email:validate:millionverifier@1": "person:email:validate:millionverifier@1";
1697
1697
  "people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
1698
1698
  "fields:merge@1": "fields:merge@1";
1699
1699
  "field:slugify@1": "field:slugify@1";
@@ -1706,7 +1706,7 @@ declare const PipesFieldDefinitionSchema: z.ZodObject<{
1706
1706
  "sheet:row:expandappend@1": "sheet:row:expandappend@1";
1707
1707
  "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
1708
1708
  "company:match:logodev@1": "company:match:logodev@1";
1709
- "people:posts:crustdata@1": "people:posts:crustdata@1";
1709
+ "person:posts:crustdata@1": "person:posts:crustdata@1";
1710
1710
  "company:match:crustdata@1": "company:match:crustdata@1";
1711
1711
  "people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
1712
1712
  "people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
@@ -1765,7 +1765,7 @@ declare const PipesFieldDefinitionsSchema: z.ZodRecord<z.ZodString, z.ZodObject<
1765
1765
  "people:workemail:waterfall@1": "people:workemail:waterfall@1";
1766
1766
  "people:email:iswork@1": "people:email:iswork@1";
1767
1767
  "people:name:split@1": "people:name:split@1";
1768
- "people:name:join@1": "people:name:join@1";
1768
+ "person:name:join@1": "person:name:join@1";
1769
1769
  "people:validate:email:zerobounce@1": "people:validate:email:zerobounce@1";
1770
1770
  "people:email:validate:zerobounce@2": "people:email:validate:zerobounce@2";
1771
1771
  "people:mobilenumber:workemail:waterfall@1": "people:mobilenumber:workemail:waterfall@1";
@@ -1780,16 +1780,16 @@ declare const PipesFieldDefinitionsSchema: z.ZodRecord<z.ZodString, z.ZodObject<
1780
1780
  "template:fill@1": "template:fill@1";
1781
1781
  "contact:create:resend@1": "contact:create:resend@1";
1782
1782
  "people:match:role:waterfall@1": "people:match:role:waterfall@1";
1783
- "people:identity:amplemarket@1": "people:identity:amplemarket@1";
1783
+ "person:identity:amplemarket@1": "person:identity:amplemarket@1";
1784
1784
  "company:identity@2": "company:identity@2";
1785
- "people:match:amplemarket@1": "people:match:amplemarket@1";
1785
+ "person:match:amplemarket@1": "person:match:amplemarket@1";
1786
1786
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
1787
1787
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
1788
1788
  "people:profile:waterfall@1": "people:profile:waterfall@1";
1789
1789
  "people:profileurl:email:waterfall@1": "people:profileurl:email:waterfall@1";
1790
- "people:profileurl:name@1": "people:profileurl:name@1";
1790
+ "person:profileurl:name@1": "person:profileurl:name@1";
1791
1791
  "people:email:validate:zerobounce@1": "people:email:validate:zerobounce@1";
1792
- "people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
1792
+ "person:email:validate:millionverifier@1": "person:email:validate:millionverifier@1";
1793
1793
  "people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
1794
1794
  "fields:merge@1": "fields:merge@1";
1795
1795
  "field:slugify@1": "field:slugify@1";
@@ -1802,7 +1802,7 @@ declare const PipesFieldDefinitionsSchema: z.ZodRecord<z.ZodString, z.ZodObject<
1802
1802
  "sheet:row:expandappend@1": "sheet:row:expandappend@1";
1803
1803
  "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
1804
1804
  "company:match:logodev@1": "company:match:logodev@1";
1805
- "people:posts:crustdata@1": "people:posts:crustdata@1";
1805
+ "person:posts:crustdata@1": "person:posts:crustdata@1";
1806
1806
  "company:match:crustdata@1": "company:match:crustdata@1";
1807
1807
  "people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
1808
1808
  "people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
@@ -12857,7 +12857,7 @@ declare const SearchResultFieldSchema: z$1.ZodObject<{
12857
12857
  "people:workemail:waterfall@1": "people:workemail:waterfall@1";
12858
12858
  "people:email:iswork@1": "people:email:iswork@1";
12859
12859
  "people:name:split@1": "people:name:split@1";
12860
- "people:name:join@1": "people:name:join@1";
12860
+ "person:name:join@1": "person:name:join@1";
12861
12861
  "people:validate:email:zerobounce@1": "people:validate:email:zerobounce@1";
12862
12862
  "people:email:validate:zerobounce@2": "people:email:validate:zerobounce@2";
12863
12863
  "people:mobilenumber:workemail:waterfall@1": "people:mobilenumber:workemail:waterfall@1";
@@ -12872,16 +12872,16 @@ declare const SearchResultFieldSchema: z$1.ZodObject<{
12872
12872
  "template:fill@1": "template:fill@1";
12873
12873
  "contact:create:resend@1": "contact:create:resend@1";
12874
12874
  "people:match:role:waterfall@1": "people:match:role:waterfall@1";
12875
- "people:identity:amplemarket@1": "people:identity:amplemarket@1";
12875
+ "person:identity:amplemarket@1": "person:identity:amplemarket@1";
12876
12876
  "company:identity@2": "company:identity@2";
12877
- "people:match:amplemarket@1": "people:match:amplemarket@1";
12877
+ "person:match:amplemarket@1": "person:match:amplemarket@1";
12878
12878
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
12879
12879
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
12880
12880
  "people:profile:waterfall@1": "people:profile:waterfall@1";
12881
12881
  "people:profileurl:email:waterfall@1": "people:profileurl:email:waterfall@1";
12882
- "people:profileurl:name@1": "people:profileurl:name@1";
12882
+ "person:profileurl:name@1": "person:profileurl:name@1";
12883
12883
  "people:email:validate:zerobounce@1": "people:email:validate:zerobounce@1";
12884
- "people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
12884
+ "person:email:validate:millionverifier@1": "person:email:validate:millionverifier@1";
12885
12885
  "people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
12886
12886
  "fields:merge@1": "fields:merge@1";
12887
12887
  "field:slugify@1": "field:slugify@1";
@@ -12894,7 +12894,7 @@ declare const SearchResultFieldSchema: z$1.ZodObject<{
12894
12894
  "sheet:row:expandappend@1": "sheet:row:expandappend@1";
12895
12895
  "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
12896
12896
  "company:match:logodev@1": "company:match:logodev@1";
12897
- "people:posts:crustdata@1": "people:posts:crustdata@1";
12897
+ "person:posts:crustdata@1": "person:posts:crustdata@1";
12898
12898
  "company:match:crustdata@1": "company:match:crustdata@1";
12899
12899
  "people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
12900
12900
  "people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
@@ -13080,7 +13080,7 @@ declare const SearchResultSchema: z$1.ZodRecord<z$1.ZodString, z$1.ZodNullable<z
13080
13080
  "people:workemail:waterfall@1": "people:workemail:waterfall@1";
13081
13081
  "people:email:iswork@1": "people:email:iswork@1";
13082
13082
  "people:name:split@1": "people:name:split@1";
13083
- "people:name:join@1": "people:name:join@1";
13083
+ "person:name:join@1": "person:name:join@1";
13084
13084
  "people:validate:email:zerobounce@1": "people:validate:email:zerobounce@1";
13085
13085
  "people:email:validate:zerobounce@2": "people:email:validate:zerobounce@2";
13086
13086
  "people:mobilenumber:workemail:waterfall@1": "people:mobilenumber:workemail:waterfall@1";
@@ -13095,16 +13095,16 @@ declare const SearchResultSchema: z$1.ZodRecord<z$1.ZodString, z$1.ZodNullable<z
13095
13095
  "template:fill@1": "template:fill@1";
13096
13096
  "contact:create:resend@1": "contact:create:resend@1";
13097
13097
  "people:match:role:waterfall@1": "people:match:role:waterfall@1";
13098
- "people:identity:amplemarket@1": "people:identity:amplemarket@1";
13098
+ "person:identity:amplemarket@1": "person:identity:amplemarket@1";
13099
13099
  "company:identity@2": "company:identity@2";
13100
- "people:match:amplemarket@1": "people:match:amplemarket@1";
13100
+ "person:match:amplemarket@1": "person:match:amplemarket@1";
13101
13101
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
13102
13102
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
13103
13103
  "people:profile:waterfall@1": "people:profile:waterfall@1";
13104
13104
  "people:profileurl:email:waterfall@1": "people:profileurl:email:waterfall@1";
13105
- "people:profileurl:name@1": "people:profileurl:name@1";
13105
+ "person:profileurl:name@1": "person:profileurl:name@1";
13106
13106
  "people:email:validate:zerobounce@1": "people:email:validate:zerobounce@1";
13107
- "people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
13107
+ "person:email:validate:millionverifier@1": "person:email:validate:millionverifier@1";
13108
13108
  "people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
13109
13109
  "fields:merge@1": "fields:merge@1";
13110
13110
  "field:slugify@1": "field:slugify@1";
@@ -13117,7 +13117,7 @@ declare const SearchResultSchema: z$1.ZodRecord<z$1.ZodString, z$1.ZodNullable<z
13117
13117
  "sheet:row:expandappend@1": "sheet:row:expandappend@1";
13118
13118
  "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
13119
13119
  "company:match:logodev@1": "company:match:logodev@1";
13120
- "people:posts:crustdata@1": "people:posts:crustdata@1";
13120
+ "person:posts:crustdata@1": "person:posts:crustdata@1";
13121
13121
  "company:match:crustdata@1": "company:match:crustdata@1";
13122
13122
  "people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
13123
13123
  "people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
@@ -13737,7 +13737,7 @@ declare const SearchResponseSchema: z$1.ZodObject<{
13737
13737
  "people:workemail:waterfall@1": "people:workemail:waterfall@1";
13738
13738
  "people:email:iswork@1": "people:email:iswork@1";
13739
13739
  "people:name:split@1": "people:name:split@1";
13740
- "people:name:join@1": "people:name:join@1";
13740
+ "person:name:join@1": "person:name:join@1";
13741
13741
  "people:validate:email:zerobounce@1": "people:validate:email:zerobounce@1";
13742
13742
  "people:email:validate:zerobounce@2": "people:email:validate:zerobounce@2";
13743
13743
  "people:mobilenumber:workemail:waterfall@1": "people:mobilenumber:workemail:waterfall@1";
@@ -13752,16 +13752,16 @@ declare const SearchResponseSchema: z$1.ZodObject<{
13752
13752
  "template:fill@1": "template:fill@1";
13753
13753
  "contact:create:resend@1": "contact:create:resend@1";
13754
13754
  "people:match:role:waterfall@1": "people:match:role:waterfall@1";
13755
- "people:identity:amplemarket@1": "people:identity:amplemarket@1";
13755
+ "person:identity:amplemarket@1": "person:identity:amplemarket@1";
13756
13756
  "company:identity@2": "company:identity@2";
13757
- "people:match:amplemarket@1": "people:match:amplemarket@1";
13757
+ "person:match:amplemarket@1": "person:match:amplemarket@1";
13758
13758
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
13759
13759
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
13760
13760
  "people:profile:waterfall@1": "people:profile:waterfall@1";
13761
13761
  "people:profileurl:email:waterfall@1": "people:profileurl:email:waterfall@1";
13762
- "people:profileurl:name@1": "people:profileurl:name@1";
13762
+ "person:profileurl:name@1": "person:profileurl:name@1";
13763
13763
  "people:email:validate:zerobounce@1": "people:email:validate:zerobounce@1";
13764
- "people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
13764
+ "person:email:validate:millionverifier@1": "person:email:validate:millionverifier@1";
13765
13765
  "people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
13766
13766
  "fields:merge@1": "fields:merge@1";
13767
13767
  "field:slugify@1": "field:slugify@1";
@@ -13774,7 +13774,7 @@ declare const SearchResponseSchema: z$1.ZodObject<{
13774
13774
  "sheet:row:expandappend@1": "sheet:row:expandappend@1";
13775
13775
  "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
13776
13776
  "company:match:logodev@1": "company:match:logodev@1";
13777
- "people:posts:crustdata@1": "people:posts:crustdata@1";
13777
+ "person:posts:crustdata@1": "person:posts:crustdata@1";
13778
13778
  "company:match:crustdata@1": "company:match:crustdata@1";
13779
13779
  "people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
13780
13780
  "people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
@@ -16633,7 +16633,7 @@ declare const SearchesResultFieldSchema: z$1.ZodObject<{
16633
16633
  "people:workemail:waterfall@1": "people:workemail:waterfall@1";
16634
16634
  "people:email:iswork@1": "people:email:iswork@1";
16635
16635
  "people:name:split@1": "people:name:split@1";
16636
- "people:name:join@1": "people:name:join@1";
16636
+ "person:name:join@1": "person:name:join@1";
16637
16637
  "people:validate:email:zerobounce@1": "people:validate:email:zerobounce@1";
16638
16638
  "people:email:validate:zerobounce@2": "people:email:validate:zerobounce@2";
16639
16639
  "people:mobilenumber:workemail:waterfall@1": "people:mobilenumber:workemail:waterfall@1";
@@ -16648,16 +16648,16 @@ declare const SearchesResultFieldSchema: z$1.ZodObject<{
16648
16648
  "template:fill@1": "template:fill@1";
16649
16649
  "contact:create:resend@1": "contact:create:resend@1";
16650
16650
  "people:match:role:waterfall@1": "people:match:role:waterfall@1";
16651
- "people:identity:amplemarket@1": "people:identity:amplemarket@1";
16651
+ "person:identity:amplemarket@1": "person:identity:amplemarket@1";
16652
16652
  "company:identity@2": "company:identity@2";
16653
- "people:match:amplemarket@1": "people:match:amplemarket@1";
16653
+ "person:match:amplemarket@1": "person:match:amplemarket@1";
16654
16654
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
16655
16655
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
16656
16656
  "people:profile:waterfall@1": "people:profile:waterfall@1";
16657
16657
  "people:profileurl:email:waterfall@1": "people:profileurl:email:waterfall@1";
16658
- "people:profileurl:name@1": "people:profileurl:name@1";
16658
+ "person:profileurl:name@1": "person:profileurl:name@1";
16659
16659
  "people:email:validate:zerobounce@1": "people:email:validate:zerobounce@1";
16660
- "people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
16660
+ "person:email:validate:millionverifier@1": "person:email:validate:millionverifier@1";
16661
16661
  "people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
16662
16662
  "fields:merge@1": "fields:merge@1";
16663
16663
  "field:slugify@1": "field:slugify@1";
@@ -16670,7 +16670,7 @@ declare const SearchesResultFieldSchema: z$1.ZodObject<{
16670
16670
  "sheet:row:expandappend@1": "sheet:row:expandappend@1";
16671
16671
  "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
16672
16672
  "company:match:logodev@1": "company:match:logodev@1";
16673
- "people:posts:crustdata@1": "people:posts:crustdata@1";
16673
+ "person:posts:crustdata@1": "person:posts:crustdata@1";
16674
16674
  "company:match:crustdata@1": "company:match:crustdata@1";
16675
16675
  "people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
16676
16676
  "people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
@@ -16856,7 +16856,7 @@ declare const SearchesResultSchema: z$1.ZodRecord<z$1.ZodString, z$1.ZodNullable
16856
16856
  "people:workemail:waterfall@1": "people:workemail:waterfall@1";
16857
16857
  "people:email:iswork@1": "people:email:iswork@1";
16858
16858
  "people:name:split@1": "people:name:split@1";
16859
- "people:name:join@1": "people:name:join@1";
16859
+ "person:name:join@1": "person:name:join@1";
16860
16860
  "people:validate:email:zerobounce@1": "people:validate:email:zerobounce@1";
16861
16861
  "people:email:validate:zerobounce@2": "people:email:validate:zerobounce@2";
16862
16862
  "people:mobilenumber:workemail:waterfall@1": "people:mobilenumber:workemail:waterfall@1";
@@ -16871,16 +16871,16 @@ declare const SearchesResultSchema: z$1.ZodRecord<z$1.ZodString, z$1.ZodNullable
16871
16871
  "template:fill@1": "template:fill@1";
16872
16872
  "contact:create:resend@1": "contact:create:resend@1";
16873
16873
  "people:match:role:waterfall@1": "people:match:role:waterfall@1";
16874
- "people:identity:amplemarket@1": "people:identity:amplemarket@1";
16874
+ "person:identity:amplemarket@1": "person:identity:amplemarket@1";
16875
16875
  "company:identity@2": "company:identity@2";
16876
- "people:match:amplemarket@1": "people:match:amplemarket@1";
16876
+ "person:match:amplemarket@1": "person:match:amplemarket@1";
16877
16877
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
16878
16878
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
16879
16879
  "people:profile:waterfall@1": "people:profile:waterfall@1";
16880
16880
  "people:profileurl:email:waterfall@1": "people:profileurl:email:waterfall@1";
16881
- "people:profileurl:name@1": "people:profileurl:name@1";
16881
+ "person:profileurl:name@1": "person:profileurl:name@1";
16882
16882
  "people:email:validate:zerobounce@1": "people:email:validate:zerobounce@1";
16883
- "people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
16883
+ "person:email:validate:millionverifier@1": "person:email:validate:millionverifier@1";
16884
16884
  "people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
16885
16885
  "fields:merge@1": "fields:merge@1";
16886
16886
  "field:slugify@1": "field:slugify@1";
@@ -16893,7 +16893,7 @@ declare const SearchesResultSchema: z$1.ZodRecord<z$1.ZodString, z$1.ZodNullable
16893
16893
  "sheet:row:expandappend@1": "sheet:row:expandappend@1";
16894
16894
  "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
16895
16895
  "company:match:logodev@1": "company:match:logodev@1";
16896
- "people:posts:crustdata@1": "people:posts:crustdata@1";
16896
+ "person:posts:crustdata@1": "person:posts:crustdata@1";
16897
16897
  "company:match:crustdata@1": "company:match:crustdata@1";
16898
16898
  "people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
16899
16899
  "people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
@@ -17129,7 +17129,7 @@ declare const SearchesResponseSchema: z$1.ZodObject<{
17129
17129
  "people:workemail:waterfall@1": "people:workemail:waterfall@1";
17130
17130
  "people:email:iswork@1": "people:email:iswork@1";
17131
17131
  "people:name:split@1": "people:name:split@1";
17132
- "people:name:join@1": "people:name:join@1";
17132
+ "person:name:join@1": "person:name:join@1";
17133
17133
  "people:validate:email:zerobounce@1": "people:validate:email:zerobounce@1";
17134
17134
  "people:email:validate:zerobounce@2": "people:email:validate:zerobounce@2";
17135
17135
  "people:mobilenumber:workemail:waterfall@1": "people:mobilenumber:workemail:waterfall@1";
@@ -17144,16 +17144,16 @@ declare const SearchesResponseSchema: z$1.ZodObject<{
17144
17144
  "template:fill@1": "template:fill@1";
17145
17145
  "contact:create:resend@1": "contact:create:resend@1";
17146
17146
  "people:match:role:waterfall@1": "people:match:role:waterfall@1";
17147
- "people:identity:amplemarket@1": "people:identity:amplemarket@1";
17147
+ "person:identity:amplemarket@1": "person:identity:amplemarket@1";
17148
17148
  "company:identity@2": "company:identity@2";
17149
- "people:match:amplemarket@1": "people:match:amplemarket@1";
17149
+ "person:match:amplemarket@1": "person:match:amplemarket@1";
17150
17150
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
17151
17151
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
17152
17152
  "people:profile:waterfall@1": "people:profile:waterfall@1";
17153
17153
  "people:profileurl:email:waterfall@1": "people:profileurl:email:waterfall@1";
17154
- "people:profileurl:name@1": "people:profileurl:name@1";
17154
+ "person:profileurl:name@1": "person:profileurl:name@1";
17155
17155
  "people:email:validate:zerobounce@1": "people:email:validate:zerobounce@1";
17156
- "people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
17156
+ "person:email:validate:millionverifier@1": "person:email:validate:millionverifier@1";
17157
17157
  "people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
17158
17158
  "fields:merge@1": "fields:merge@1";
17159
17159
  "field:slugify@1": "field:slugify@1";
@@ -17166,7 +17166,7 @@ declare const SearchesResponseSchema: z$1.ZodObject<{
17166
17166
  "sheet:row:expandappend@1": "sheet:row:expandappend@1";
17167
17167
  "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
17168
17168
  "company:match:logodev@1": "company:match:logodev@1";
17169
- "people:posts:crustdata@1": "people:posts:crustdata@1";
17169
+ "person:posts:crustdata@1": "person:posts:crustdata@1";
17170
17170
  "company:match:crustdata@1": "company:match:crustdata@1";
17171
17171
  "people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
17172
17172
  "people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
@@ -23186,8 +23186,8 @@ declare const pipePayloadSchemaCatalog: {
23186
23186
  }, z.core.$strip>>;
23187
23187
  }, z.core.$strip>>;
23188
23188
  }, z.core.$strip>;
23189
- "people:name:join@1": z.ZodObject<{
23190
- pipe_id: z.ZodLiteral<"people:name:join@1">;
23189
+ "person:name:join@1": z.ZodObject<{
23190
+ pipe_id: z.ZodLiteral<"person:name:join@1">;
23191
23191
  trigger: z.ZodOptional<z.ZodNullable<z.ZodObject<{
23192
23192
  action: z.ZodEnum<{
23193
23193
  run: "run";
@@ -23905,18 +23905,10 @@ declare const pipePayloadSchemaCatalog: {
23905
23905
  }, z.core.$strip>>>;
23906
23906
  config: z.ZodObject<{
23907
23907
  from: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
23908
- reply_to: z.ZodDefault<z.ZodCoercedString<unknown>> | z.ZodDefault<z.ZodNullable<z.ZodCoercedString<unknown>>>;
23909
- input_fields: z.ZodOptional<z.ZodObject<{
23910
- email: z.ZodDefault<z.ZodObject<{
23911
- alias: z.ZodString;
23912
- }, z.core.$strip>>;
23913
- email_body: z.ZodDefault<z.ZodObject<{
23914
- alias: z.ZodString;
23915
- }, z.core.$strip>>;
23916
- email_subject: z.ZodDefault<z.ZodObject<{
23917
- alias: z.ZodString;
23918
- }, z.core.$strip>>;
23919
- }, z.core.$strip>>;
23908
+ to: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
23909
+ reply_to: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
23910
+ subject: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
23911
+ body: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
23920
23912
  output_fields: z.ZodOptional<z.ZodObject<{
23921
23913
  resend_email_success: z.ZodDefault<z.ZodObject<{
23922
23914
  alias: z.ZodDefault<z.ZodString>;
@@ -24132,8 +24124,8 @@ declare const pipePayloadSchemaCatalog: {
24132
24124
  }, z.core.$strip>>;
24133
24125
  }, z.core.$strip>>;
24134
24126
  }, z.core.$strip>;
24135
- "people:posts:crustdata@1": z.ZodObject<{
24136
- pipe_id: z.ZodLiteral<"people:posts:crustdata@1">;
24127
+ "person:posts:crustdata@1": z.ZodObject<{
24128
+ pipe_id: z.ZodLiteral<"person:posts:crustdata@1">;
24137
24129
  trigger: z.ZodOptional<z.ZodNullable<z.ZodObject<{
24138
24130
  action: z.ZodEnum<{
24139
24131
  run: "run";
@@ -24420,8 +24412,8 @@ declare const pipePayloadSchemaCatalog: {
24420
24412
  }, z.core.$strip>>;
24421
24413
  }, z.core.$strip>>;
24422
24414
  }, z.core.$strip>;
24423
- "people:identity:amplemarket@1": z.ZodObject<{
24424
- pipe_id: z.ZodLiteral<"people:identity:amplemarket@1">;
24415
+ "person:identity:amplemarket@1": z.ZodObject<{
24416
+ pipe_id: z.ZodLiteral<"person:identity:amplemarket@1">;
24425
24417
  trigger: z.ZodOptional<z.ZodNullable<z.ZodObject<{
24426
24418
  action: z.ZodEnum<{
24427
24419
  run: "run";
@@ -24533,12 +24525,8 @@ declare const pipePayloadSchemaCatalog: {
24533
24525
  }, z.core.$strip>;
24534
24526
  }, z.core.$strip>>>;
24535
24527
  config: z.ZodObject<{
24536
- channel_id: z.ZodDefault<z.ZodCoercedString<unknown>> | z.ZodDefault<z.ZodNullable<z.ZodCoercedString<unknown>>>;
24537
- input_fields: z.ZodOptional<z.ZodObject<{
24538
- message: z.ZodDefault<z.ZodObject<{
24539
- alias: z.ZodString;
24540
- }, z.core.$strip>>;
24541
- }, z.core.$strip>>;
24528
+ channel_id: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
24529
+ message: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
24542
24530
  output_fields: z.ZodOptional<z.ZodObject<{
24543
24531
  slack_message_success: z.ZodDefault<z.ZodObject<{
24544
24532
  alias: z.ZodDefault<z.ZodString>;
@@ -24597,18 +24585,10 @@ declare const pipePayloadSchemaCatalog: {
24597
24585
  }, z.core.$strip>;
24598
24586
  }, z.core.$strip>>>;
24599
24587
  config: z.ZodObject<{
24600
- reply_to: z.ZodDefault<z.ZodCoercedString<unknown>> | z.ZodDefault<z.ZodNullable<z.ZodCoercedString<unknown>>>;
24601
- input_fields: z.ZodOptional<z.ZodObject<{
24602
- email: z.ZodDefault<z.ZodObject<{
24603
- alias: z.ZodString;
24604
- }, z.core.$strip>>;
24605
- email_body: z.ZodDefault<z.ZodObject<{
24606
- alias: z.ZodString;
24607
- }, z.core.$strip>>;
24608
- email_subject: z.ZodDefault<z.ZodObject<{
24609
- alias: z.ZodString;
24610
- }, z.core.$strip>>;
24611
- }, z.core.$strip>>;
24588
+ to: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
24589
+ reply_to: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
24590
+ subject: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
24591
+ body: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
24612
24592
  output_fields: z.ZodOptional<z.ZodObject<{
24613
24593
  gmail_email_success: z.ZodDefault<z.ZodObject<{
24614
24594
  alias: z.ZodDefault<z.ZodString>;
@@ -25578,8 +25558,8 @@ declare const pipePayloadSchemaCatalog: {
25578
25558
  }, z.core.$strip>>;
25579
25559
  }, z.core.$strip>>;
25580
25560
  }, z.core.$strip>;
25581
- "people:profileurl:name@1": z.ZodObject<{
25582
- pipe_id: z.ZodLiteral<"people:profileurl:name@1">;
25561
+ "person:profileurl:name@1": z.ZodObject<{
25562
+ pipe_id: z.ZodLiteral<"person:profileurl:name@1">;
25583
25563
  connector: z.ZodNullable<z.ZodOptional<z.ZodObject<{
25584
25564
  strategy: z.ZodDefault<z.ZodEnum<{
25585
25565
  first: "first";
@@ -25710,8 +25690,8 @@ declare const pipePayloadSchemaCatalog: {
25710
25690
  }, z.core.$strip>>;
25711
25691
  }, z.core.$strip>>;
25712
25692
  }, z.core.$strip>;
25713
- "people:email:validate:millionverifier@1": z.ZodObject<{
25714
- pipe_id: z.ZodLiteral<"people:email:validate:millionverifier@1">;
25693
+ "person:email:validate:millionverifier@1": z.ZodObject<{
25694
+ pipe_id: z.ZodLiteral<"person:email:validate:millionverifier@1">;
25715
25695
  connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
25716
25696
  strategy: z.ZodDefault<z.ZodEnum<{
25717
25697
  first: "first";
@@ -25925,8 +25905,8 @@ declare const pipePayloadSchemaCatalog: {
25925
25905
  }, z.core.$strip>>;
25926
25906
  }, z.core.$strip>>;
25927
25907
  }, z.core.$strip>;
25928
- "people:match:amplemarket@1": z.ZodObject<{
25929
- pipe_id: z.ZodLiteral<"people:match:amplemarket@1">;
25908
+ "person:match:amplemarket@1": z.ZodObject<{
25909
+ pipe_id: z.ZodLiteral<"person:match:amplemarket@1">;
25930
25910
  trigger: z.ZodOptional<z.ZodNullable<z.ZodObject<{
25931
25911
  action: z.ZodEnum<{
25932
25912
  run: "run";
@@ -27092,7 +27072,7 @@ declare function getPipePayloadSchema(pipeId: PipeId): z.ZodObject<{
27092
27072
  }, z.core.$strip>>;
27093
27073
  }, z.core.$strip>>;
27094
27074
  }, z.core.$strip> | z.ZodObject<{
27095
- pipe_id: z.ZodLiteral<"people:name:join@1">;
27075
+ pipe_id: z.ZodLiteral<"person:name:join@1">;
27096
27076
  trigger: z.ZodOptional<z.ZodNullable<z.ZodObject<{
27097
27077
  action: z.ZodEnum<{
27098
27078
  run: "run";
@@ -27801,18 +27781,10 @@ declare function getPipePayloadSchema(pipeId: PipeId): z.ZodObject<{
27801
27781
  }, z.core.$strip>>>;
27802
27782
  config: z.ZodObject<{
27803
27783
  from: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
27804
- reply_to: z.ZodDefault<z.ZodCoercedString<unknown>> | z.ZodDefault<z.ZodNullable<z.ZodCoercedString<unknown>>>;
27805
- input_fields: z.ZodOptional<z.ZodObject<{
27806
- email: z.ZodDefault<z.ZodObject<{
27807
- alias: z.ZodString;
27808
- }, z.core.$strip>>;
27809
- email_body: z.ZodDefault<z.ZodObject<{
27810
- alias: z.ZodString;
27811
- }, z.core.$strip>>;
27812
- email_subject: z.ZodDefault<z.ZodObject<{
27813
- alias: z.ZodString;
27814
- }, z.core.$strip>>;
27815
- }, z.core.$strip>>;
27784
+ to: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
27785
+ reply_to: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
27786
+ subject: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
27787
+ body: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
27816
27788
  output_fields: z.ZodOptional<z.ZodObject<{
27817
27789
  resend_email_success: z.ZodDefault<z.ZodObject<{
27818
27790
  alias: z.ZodDefault<z.ZodString>;
@@ -28025,7 +27997,7 @@ declare function getPipePayloadSchema(pipeId: PipeId): z.ZodObject<{
28025
27997
  }, z.core.$strip>>;
28026
27998
  }, z.core.$strip>>;
28027
27999
  }, z.core.$strip> | z.ZodObject<{
28028
- pipe_id: z.ZodLiteral<"people:posts:crustdata@1">;
28000
+ pipe_id: z.ZodLiteral<"person:posts:crustdata@1">;
28029
28001
  trigger: z.ZodOptional<z.ZodNullable<z.ZodObject<{
28030
28002
  action: z.ZodEnum<{
28031
28003
  run: "run";
@@ -28309,7 +28281,7 @@ declare function getPipePayloadSchema(pipeId: PipeId): z.ZodObject<{
28309
28281
  }, z.core.$strip>>;
28310
28282
  }, z.core.$strip>>;
28311
28283
  }, z.core.$strip> | z.ZodObject<{
28312
- pipe_id: z.ZodLiteral<"people:identity:amplemarket@1">;
28284
+ pipe_id: z.ZodLiteral<"person:identity:amplemarket@1">;
28313
28285
  trigger: z.ZodOptional<z.ZodNullable<z.ZodObject<{
28314
28286
  action: z.ZodEnum<{
28315
28287
  run: "run";
@@ -28420,12 +28392,8 @@ declare function getPipePayloadSchema(pipeId: PipeId): z.ZodObject<{
28420
28392
  }, z.core.$strip>;
28421
28393
  }, z.core.$strip>>>;
28422
28394
  config: z.ZodObject<{
28423
- channel_id: z.ZodDefault<z.ZodCoercedString<unknown>> | z.ZodDefault<z.ZodNullable<z.ZodCoercedString<unknown>>>;
28424
- input_fields: z.ZodOptional<z.ZodObject<{
28425
- message: z.ZodDefault<z.ZodObject<{
28426
- alias: z.ZodString;
28427
- }, z.core.$strip>>;
28428
- }, z.core.$strip>>;
28395
+ channel_id: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
28396
+ message: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
28429
28397
  output_fields: z.ZodOptional<z.ZodObject<{
28430
28398
  slack_message_success: z.ZodDefault<z.ZodObject<{
28431
28399
  alias: z.ZodDefault<z.ZodString>;
@@ -28483,18 +28451,10 @@ declare function getPipePayloadSchema(pipeId: PipeId): z.ZodObject<{
28483
28451
  }, z.core.$strip>;
28484
28452
  }, z.core.$strip>>>;
28485
28453
  config: z.ZodObject<{
28486
- reply_to: z.ZodDefault<z.ZodCoercedString<unknown>> | z.ZodDefault<z.ZodNullable<z.ZodCoercedString<unknown>>>;
28487
- input_fields: z.ZodOptional<z.ZodObject<{
28488
- email: z.ZodDefault<z.ZodObject<{
28489
- alias: z.ZodString;
28490
- }, z.core.$strip>>;
28491
- email_body: z.ZodDefault<z.ZodObject<{
28492
- alias: z.ZodString;
28493
- }, z.core.$strip>>;
28494
- email_subject: z.ZodDefault<z.ZodObject<{
28495
- alias: z.ZodString;
28496
- }, z.core.$strip>>;
28497
- }, z.core.$strip>>;
28454
+ to: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
28455
+ reply_to: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
28456
+ subject: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
28457
+ body: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
28498
28458
  output_fields: z.ZodOptional<z.ZodObject<{
28499
28459
  gmail_email_success: z.ZodDefault<z.ZodObject<{
28500
28460
  alias: z.ZodDefault<z.ZodString>;
@@ -29450,7 +29410,7 @@ declare function getPipePayloadSchema(pipeId: PipeId): z.ZodObject<{
29450
29410
  }, z.core.$strip>>;
29451
29411
  }, z.core.$strip>>;
29452
29412
  }, z.core.$strip> | z.ZodObject<{
29453
- pipe_id: z.ZodLiteral<"people:profileurl:name@1">;
29413
+ pipe_id: z.ZodLiteral<"person:profileurl:name@1">;
29454
29414
  connector: z.ZodNullable<z.ZodOptional<z.ZodObject<{
29455
29415
  strategy: z.ZodDefault<z.ZodEnum<{
29456
29416
  first: "first";
@@ -29580,7 +29540,7 @@ declare function getPipePayloadSchema(pipeId: PipeId): z.ZodObject<{
29580
29540
  }, z.core.$strip>>;
29581
29541
  }, z.core.$strip>>;
29582
29542
  }, z.core.$strip> | z.ZodObject<{
29583
- pipe_id: z.ZodLiteral<"people:email:validate:millionverifier@1">;
29543
+ pipe_id: z.ZodLiteral<"person:email:validate:millionverifier@1">;
29584
29544
  connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
29585
29545
  strategy: z.ZodDefault<z.ZodEnum<{
29586
29546
  first: "first";
@@ -29792,7 +29752,7 @@ declare function getPipePayloadSchema(pipeId: PipeId): z.ZodObject<{
29792
29752
  }, z.core.$strip>>;
29793
29753
  }, z.core.$strip>>;
29794
29754
  }, z.core.$strip> | z.ZodObject<{
29795
- pipe_id: z.ZodLiteral<"people:match:amplemarket@1">;
29755
+ pipe_id: z.ZodLiteral<"person:match:amplemarket@1">;
29796
29756
  trigger: z.ZodOptional<z.ZodNullable<z.ZodObject<{
29797
29757
  action: z.ZodEnum<{
29798
29758
  run: "run";
@@ -30229,14 +30189,14 @@ type PipeEntryWithLatestVersion = PipeCatalogEntry & {
30229
30189
  declare const getDefaultPipeProviders: (pipeId: PipeId) => ProviderName[];
30230
30190
  declare function getInitialTableData(category: PipeCategory | null): PipeEntryWithLatestVersion[];
30231
30191
  declare function getTableDataAggregates(initialTableData: PipeEntryWithLatestVersion[], category: PipeCategory | null): {
30232
- pipeIdsByInputField: Record<string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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")[]>;
30233
- pipeIdsByOutputField: Record<string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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")[]>;
30234
- pipeIdsByTag: Record<string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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")[]>;
30235
- pipeIdsByProvider: Record<string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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")[]>;
30236
- sortedTagEntries: [string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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")[]][];
30237
- sortedInputFieldEntries: [string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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")[]][];
30238
- sortedOutputFieldEntries: [string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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")[]][];
30239
- sortedProviderEntries: [string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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")[]][];
30192
+ pipeIdsByInputField: Record<string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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")[]>;
30193
+ pipeIdsByOutputField: Record<string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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")[]>;
30194
+ pipeIdsByTag: Record<string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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")[]>;
30195
+ pipeIdsByProvider: Record<string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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")[]>;
30196
+ sortedTagEntries: [string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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")[]][];
30197
+ sortedInputFieldEntries: [string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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")[]][];
30198
+ sortedOutputFieldEntries: [string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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")[]][];
30199
+ sortedProviderEntries: [string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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")[]][];
30240
30200
  pipeEntriesByBasePipe: Record<string, PipeMetaEntryWithId[]>;
30241
30201
  };
30242
30202
  declare const PipesResponseSchema: z.ZodObject<{
@@ -30262,7 +30222,7 @@ declare const PipesResponseSchema: z.ZodObject<{
30262
30222
  "people:workemail:waterfall@1": "people:workemail:waterfall@1";
30263
30223
  "people:email:iswork@1": "people:email:iswork@1";
30264
30224
  "people:name:split@1": "people:name:split@1";
30265
- "people:name:join@1": "people:name:join@1";
30225
+ "person:name:join@1": "person:name:join@1";
30266
30226
  "people:validate:email:zerobounce@1": "people:validate:email:zerobounce@1";
30267
30227
  "people:email:validate:zerobounce@2": "people:email:validate:zerobounce@2";
30268
30228
  "people:mobilenumber:workemail:waterfall@1": "people:mobilenumber:workemail:waterfall@1";
@@ -30277,16 +30237,16 @@ declare const PipesResponseSchema: z.ZodObject<{
30277
30237
  "template:fill@1": "template:fill@1";
30278
30238
  "contact:create:resend@1": "contact:create:resend@1";
30279
30239
  "people:match:role:waterfall@1": "people:match:role:waterfall@1";
30280
- "people:identity:amplemarket@1": "people:identity:amplemarket@1";
30240
+ "person:identity:amplemarket@1": "person:identity:amplemarket@1";
30281
30241
  "company:identity@2": "company:identity@2";
30282
- "people:match:amplemarket@1": "people:match:amplemarket@1";
30242
+ "person:match:amplemarket@1": "person:match:amplemarket@1";
30283
30243
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
30284
30244
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
30285
30245
  "people:profile:waterfall@1": "people:profile:waterfall@1";
30286
30246
  "people:profileurl:email:waterfall@1": "people:profileurl:email:waterfall@1";
30287
- "people:profileurl:name@1": "people:profileurl:name@1";
30247
+ "person:profileurl:name@1": "person:profileurl:name@1";
30288
30248
  "people:email:validate:zerobounce@1": "people:email:validate:zerobounce@1";
30289
- "people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
30249
+ "person:email:validate:millionverifier@1": "person:email:validate:millionverifier@1";
30290
30250
  "people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
30291
30251
  "fields:merge@1": "fields:merge@1";
30292
30252
  "field:slugify@1": "field:slugify@1";
@@ -30299,7 +30259,7 @@ declare const PipesResponseSchema: z.ZodObject<{
30299
30259
  "sheet:row:expandappend@1": "sheet:row:expandappend@1";
30300
30260
  "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
30301
30261
  "company:match:logodev@1": "company:match:logodev@1";
30302
- "people:posts:crustdata@1": "people:posts:crustdata@1";
30262
+ "person:posts:crustdata@1": "person:posts:crustdata@1";
30303
30263
  "company:match:crustdata@1": "company:match:crustdata@1";
30304
30264
  "people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
30305
30265
  "people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
@@ -30368,7 +30328,7 @@ declare const PipesResponseSchema: z.ZodObject<{
30368
30328
  "people:workemail:waterfall@1": "people:workemail:waterfall@1";
30369
30329
  "people:email:iswork@1": "people:email:iswork@1";
30370
30330
  "people:name:split@1": "people:name:split@1";
30371
- "people:name:join@1": "people:name:join@1";
30331
+ "person:name:join@1": "person:name:join@1";
30372
30332
  "people:validate:email:zerobounce@1": "people:validate:email:zerobounce@1";
30373
30333
  "people:email:validate:zerobounce@2": "people:email:validate:zerobounce@2";
30374
30334
  "people:mobilenumber:workemail:waterfall@1": "people:mobilenumber:workemail:waterfall@1";
@@ -30383,16 +30343,16 @@ declare const PipesResponseSchema: z.ZodObject<{
30383
30343
  "template:fill@1": "template:fill@1";
30384
30344
  "contact:create:resend@1": "contact:create:resend@1";
30385
30345
  "people:match:role:waterfall@1": "people:match:role:waterfall@1";
30386
- "people:identity:amplemarket@1": "people:identity:amplemarket@1";
30346
+ "person:identity:amplemarket@1": "person:identity:amplemarket@1";
30387
30347
  "company:identity@2": "company:identity@2";
30388
- "people:match:amplemarket@1": "people:match:amplemarket@1";
30348
+ "person:match:amplemarket@1": "person:match:amplemarket@1";
30389
30349
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
30390
30350
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
30391
30351
  "people:profile:waterfall@1": "people:profile:waterfall@1";
30392
30352
  "people:profileurl:email:waterfall@1": "people:profileurl:email:waterfall@1";
30393
- "people:profileurl:name@1": "people:profileurl:name@1";
30353
+ "person:profileurl:name@1": "person:profileurl:name@1";
30394
30354
  "people:email:validate:zerobounce@1": "people:email:validate:zerobounce@1";
30395
- "people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
30355
+ "person:email:validate:millionverifier@1": "person:email:validate:millionverifier@1";
30396
30356
  "people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
30397
30357
  "fields:merge@1": "fields:merge@1";
30398
30358
  "field:slugify@1": "field:slugify@1";
@@ -30405,7 +30365,7 @@ declare const PipesResponseSchema: z.ZodObject<{
30405
30365
  "sheet:row:expandappend@1": "sheet:row:expandappend@1";
30406
30366
  "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
30407
30367
  "company:match:logodev@1": "company:match:logodev@1";
30408
- "people:posts:crustdata@1": "people:posts:crustdata@1";
30368
+ "person:posts:crustdata@1": "person:posts:crustdata@1";
30409
30369
  "company:match:crustdata@1": "company:match:crustdata@1";
30410
30370
  "people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
30411
30371
  "people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
@@ -30430,7 +30390,7 @@ declare const PipesResponseSchema: z.ZodObject<{
30430
30390
  "people:workemail:waterfall@1": "people:workemail:waterfall@1";
30431
30391
  "people:email:iswork@1": "people:email:iswork@1";
30432
30392
  "people:name:split@1": "people:name:split@1";
30433
- "people:name:join@1": "people:name:join@1";
30393
+ "person:name:join@1": "person:name:join@1";
30434
30394
  "people:validate:email:zerobounce@1": "people:validate:email:zerobounce@1";
30435
30395
  "people:email:validate:zerobounce@2": "people:email:validate:zerobounce@2";
30436
30396
  "people:mobilenumber:workemail:waterfall@1": "people:mobilenumber:workemail:waterfall@1";
@@ -30445,16 +30405,16 @@ declare const PipesResponseSchema: z.ZodObject<{
30445
30405
  "template:fill@1": "template:fill@1";
30446
30406
  "contact:create:resend@1": "contact:create:resend@1";
30447
30407
  "people:match:role:waterfall@1": "people:match:role:waterfall@1";
30448
- "people:identity:amplemarket@1": "people:identity:amplemarket@1";
30408
+ "person:identity:amplemarket@1": "person:identity:amplemarket@1";
30449
30409
  "company:identity@2": "company:identity@2";
30450
- "people:match:amplemarket@1": "people:match:amplemarket@1";
30410
+ "person:match:amplemarket@1": "person:match:amplemarket@1";
30451
30411
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
30452
30412
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
30453
30413
  "people:profile:waterfall@1": "people:profile:waterfall@1";
30454
30414
  "people:profileurl:email:waterfall@1": "people:profileurl:email:waterfall@1";
30455
- "people:profileurl:name@1": "people:profileurl:name@1";
30415
+ "person:profileurl:name@1": "person:profileurl:name@1";
30456
30416
  "people:email:validate:zerobounce@1": "people:email:validate:zerobounce@1";
30457
- "people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
30417
+ "person:email:validate:millionverifier@1": "person:email:validate:millionverifier@1";
30458
30418
  "people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
30459
30419
  "fields:merge@1": "fields:merge@1";
30460
30420
  "field:slugify@1": "field:slugify@1";
@@ -30467,7 +30427,7 @@ declare const PipesResponseSchema: z.ZodObject<{
30467
30427
  "sheet:row:expandappend@1": "sheet:row:expandappend@1";
30468
30428
  "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
30469
30429
  "company:match:logodev@1": "company:match:logodev@1";
30470
- "people:posts:crustdata@1": "people:posts:crustdata@1";
30430
+ "person:posts:crustdata@1": "person:posts:crustdata@1";
30471
30431
  "company:match:crustdata@1": "company:match:crustdata@1";
30472
30432
  "people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
30473
30433
  "people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
@@ -31267,7 +31227,7 @@ declare const PipesRequestSchema: z.ZodObject<{
31267
31227
  }, z.core.$strip>>;
31268
31228
  }, z.core.$strip>>;
31269
31229
  }, z.core.$strip>, z.ZodObject<{
31270
- pipe_id: z.ZodLiteral<"people:name:join@1">;
31230
+ pipe_id: z.ZodLiteral<"person:name:join@1">;
31271
31231
  trigger: z.ZodOptional<z.ZodNullable<z.ZodObject<{
31272
31232
  action: z.ZodEnum<{
31273
31233
  run: "run";
@@ -31974,18 +31934,10 @@ declare const PipesRequestSchema: z.ZodObject<{
31974
31934
  }, z.core.$strip>>>;
31975
31935
  config: z.ZodObject<{
31976
31936
  from: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
31977
- reply_to: z.ZodDefault<z.ZodCoercedString<unknown>> | z.ZodDefault<z.ZodNullable<z.ZodCoercedString<unknown>>>;
31978
- input_fields: z.ZodOptional<z.ZodObject<{
31979
- email: z.ZodDefault<z.ZodObject<{
31980
- alias: z.ZodString;
31981
- }, z.core.$strip>>;
31982
- email_body: z.ZodDefault<z.ZodObject<{
31983
- alias: z.ZodString;
31984
- }, z.core.$strip>>;
31985
- email_subject: z.ZodDefault<z.ZodObject<{
31986
- alias: z.ZodString;
31987
- }, z.core.$strip>>;
31988
- }, z.core.$strip>>;
31937
+ to: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
31938
+ reply_to: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
31939
+ subject: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
31940
+ body: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
31989
31941
  output_fields: z.ZodOptional<z.ZodObject<{
31990
31942
  resend_email_success: z.ZodDefault<z.ZodObject<{
31991
31943
  alias: z.ZodDefault<z.ZodString>;
@@ -32043,18 +31995,10 @@ declare const PipesRequestSchema: z.ZodObject<{
32043
31995
  }, z.core.$strip>;
32044
31996
  }, z.core.$strip>>>;
32045
31997
  config: z.ZodObject<{
32046
- reply_to: z.ZodDefault<z.ZodCoercedString<unknown>> | z.ZodDefault<z.ZodNullable<z.ZodCoercedString<unknown>>>;
32047
- input_fields: z.ZodOptional<z.ZodObject<{
32048
- email: z.ZodDefault<z.ZodObject<{
32049
- alias: z.ZodString;
32050
- }, z.core.$strip>>;
32051
- email_body: z.ZodDefault<z.ZodObject<{
32052
- alias: z.ZodString;
32053
- }, z.core.$strip>>;
32054
- email_subject: z.ZodDefault<z.ZodObject<{
32055
- alias: z.ZodString;
32056
- }, z.core.$strip>>;
32057
- }, z.core.$strip>>;
31998
+ to: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
31999
+ reply_to: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
32000
+ subject: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
32001
+ body: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
32058
32002
  output_fields: z.ZodOptional<z.ZodObject<{
32059
32003
  gmail_email_success: z.ZodDefault<z.ZodObject<{
32060
32004
  alias: z.ZodDefault<z.ZodString>;
@@ -32112,12 +32056,8 @@ declare const PipesRequestSchema: z.ZodObject<{
32112
32056
  }, z.core.$strip>;
32113
32057
  }, z.core.$strip>>>;
32114
32058
  config: z.ZodObject<{
32115
- channel_id: z.ZodDefault<z.ZodCoercedString<unknown>> | z.ZodDefault<z.ZodNullable<z.ZodCoercedString<unknown>>>;
32116
- input_fields: z.ZodOptional<z.ZodObject<{
32117
- message: z.ZodDefault<z.ZodObject<{
32118
- alias: z.ZodString;
32119
- }, z.core.$strip>>;
32120
- }, z.core.$strip>>;
32059
+ channel_id: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
32060
+ message: z.ZodCoercedString<unknown> | z.ZodNullable<z.ZodCoercedString<unknown>>;
32121
32061
  output_fields: z.ZodOptional<z.ZodObject<{
32122
32062
  slack_message_success: z.ZodDefault<z.ZodObject<{
32123
32063
  alias: z.ZodDefault<z.ZodString>;
@@ -32319,7 +32259,7 @@ declare const PipesRequestSchema: z.ZodObject<{
32319
32259
  }, z.core.$strip>>;
32320
32260
  }, z.core.$strip>;
32321
32261
  }, z.core.$strip>, z.ZodObject<{
32322
- pipe_id: z.ZodLiteral<"people:identity:amplemarket@1">;
32262
+ pipe_id: z.ZodLiteral<"person:identity:amplemarket@1">;
32323
32263
  trigger: z.ZodOptional<z.ZodNullable<z.ZodObject<{
32324
32264
  action: z.ZodEnum<{
32325
32265
  run: "run";
@@ -32451,7 +32391,7 @@ declare const PipesRequestSchema: z.ZodObject<{
32451
32391
  }, z.core.$strip>>;
32452
32392
  }, z.core.$strip>>;
32453
32393
  }, z.core.$strip>, z.ZodObject<{
32454
- pipe_id: z.ZodLiteral<"people:match:amplemarket@1">;
32394
+ pipe_id: z.ZodLiteral<"person:match:amplemarket@1">;
32455
32395
  trigger: z.ZodOptional<z.ZodNullable<z.ZodObject<{
32456
32396
  action: z.ZodEnum<{
32457
32397
  run: "run";
@@ -32797,7 +32737,7 @@ declare const PipesRequestSchema: z.ZodObject<{
32797
32737
  }, z.core.$strip>>;
32798
32738
  }, z.core.$strip>>;
32799
32739
  }, z.core.$strip>, z.ZodObject<{
32800
- pipe_id: z.ZodLiteral<"people:profileurl:name@1">;
32740
+ pipe_id: z.ZodLiteral<"person:profileurl:name@1">;
32801
32741
  connector: z.ZodNullable<z.ZodOptional<z.ZodObject<{
32802
32742
  strategy: z.ZodDefault<z.ZodEnum<{
32803
32743
  first: "first";
@@ -32927,7 +32867,7 @@ declare const PipesRequestSchema: z.ZodObject<{
32927
32867
  }, z.core.$strip>>;
32928
32868
  }, z.core.$strip>>;
32929
32869
  }, z.core.$strip>, z.ZodObject<{
32930
- pipe_id: z.ZodLiteral<"people:email:validate:millionverifier@1">;
32870
+ pipe_id: z.ZodLiteral<"person:email:validate:millionverifier@1">;
32931
32871
  connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
32932
32872
  strategy: z.ZodDefault<z.ZodEnum<{
32933
32873
  first: "first";
@@ -33788,7 +33728,7 @@ declare const PipesRequestSchema: z.ZodObject<{
33788
33728
  }, z.core.$strip>>;
33789
33729
  }, z.core.$strip>>;
33790
33730
  }, z.core.$strip>, z.ZodObject<{
33791
- pipe_id: z.ZodLiteral<"people:posts:crustdata@1">;
33731
+ pipe_id: z.ZodLiteral<"person:posts:crustdata@1">;
33792
33732
  trigger: z.ZodOptional<z.ZodNullable<z.ZodObject<{
33793
33733
  action: z.ZodEnum<{
33794
33734
  run: "run";
@@ -34617,7 +34557,7 @@ declare const PipesRequestSchema: z.ZodObject<{
34617
34557
  "people:workemail:waterfall@1": "people:workemail:waterfall@1";
34618
34558
  "people:email:iswork@1": "people:email:iswork@1";
34619
34559
  "people:name:split@1": "people:name:split@1";
34620
- "people:name:join@1": "people:name:join@1";
34560
+ "person:name:join@1": "person:name:join@1";
34621
34561
  "people:validate:email:zerobounce@1": "people:validate:email:zerobounce@1";
34622
34562
  "people:email:validate:zerobounce@2": "people:email:validate:zerobounce@2";
34623
34563
  "people:mobilenumber:workemail:waterfall@1": "people:mobilenumber:workemail:waterfall@1";
@@ -34632,16 +34572,16 @@ declare const PipesRequestSchema: z.ZodObject<{
34632
34572
  "template:fill@1": "template:fill@1";
34633
34573
  "contact:create:resend@1": "contact:create:resend@1";
34634
34574
  "people:match:role:waterfall@1": "people:match:role:waterfall@1";
34635
- "people:identity:amplemarket@1": "people:identity:amplemarket@1";
34575
+ "person:identity:amplemarket@1": "person:identity:amplemarket@1";
34636
34576
  "company:identity@2": "company:identity@2";
34637
- "people:match:amplemarket@1": "people:match:amplemarket@1";
34577
+ "person:match:amplemarket@1": "person:match:amplemarket@1";
34638
34578
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
34639
34579
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
34640
34580
  "people:profile:waterfall@1": "people:profile:waterfall@1";
34641
34581
  "people:profileurl:email:waterfall@1": "people:profileurl:email:waterfall@1";
34642
- "people:profileurl:name@1": "people:profileurl:name@1";
34582
+ "person:profileurl:name@1": "person:profileurl:name@1";
34643
34583
  "people:email:validate:zerobounce@1": "people:email:validate:zerobounce@1";
34644
- "people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
34584
+ "person:email:validate:millionverifier@1": "person:email:validate:millionverifier@1";
34645
34585
  "people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
34646
34586
  "fields:merge@1": "fields:merge@1";
34647
34587
  "field:slugify@1": "field:slugify@1";
@@ -34654,7 +34594,7 @@ declare const PipesRequestSchema: z.ZodObject<{
34654
34594
  "sheet:row:expandappend@1": "sheet:row:expandappend@1";
34655
34595
  "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
34656
34596
  "company:match:logodev@1": "company:match:logodev@1";
34657
- "people:posts:crustdata@1": "people:posts:crustdata@1";
34597
+ "person:posts:crustdata@1": "person:posts:crustdata@1";
34658
34598
  "company:match:crustdata@1": "company:match:crustdata@1";
34659
34599
  "people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
34660
34600
  "people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
@@ -34679,7 +34619,7 @@ declare const PipesRequestSchema: z.ZodObject<{
34679
34619
  "people:workemail:waterfall@1": "people:workemail:waterfall@1";
34680
34620
  "people:email:iswork@1": "people:email:iswork@1";
34681
34621
  "people:name:split@1": "people:name:split@1";
34682
- "people:name:join@1": "people:name:join@1";
34622
+ "person:name:join@1": "person:name:join@1";
34683
34623
  "people:validate:email:zerobounce@1": "people:validate:email:zerobounce@1";
34684
34624
  "people:email:validate:zerobounce@2": "people:email:validate:zerobounce@2";
34685
34625
  "people:mobilenumber:workemail:waterfall@1": "people:mobilenumber:workemail:waterfall@1";
@@ -34694,16 +34634,16 @@ declare const PipesRequestSchema: z.ZodObject<{
34694
34634
  "template:fill@1": "template:fill@1";
34695
34635
  "contact:create:resend@1": "contact:create:resend@1";
34696
34636
  "people:match:role:waterfall@1": "people:match:role:waterfall@1";
34697
- "people:identity:amplemarket@1": "people:identity:amplemarket@1";
34637
+ "person:identity:amplemarket@1": "person:identity:amplemarket@1";
34698
34638
  "company:identity@2": "company:identity@2";
34699
- "people:match:amplemarket@1": "people:match:amplemarket@1";
34639
+ "person:match:amplemarket@1": "person:match:amplemarket@1";
34700
34640
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
34701
34641
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
34702
34642
  "people:profile:waterfall@1": "people:profile:waterfall@1";
34703
34643
  "people:profileurl:email:waterfall@1": "people:profileurl:email:waterfall@1";
34704
- "people:profileurl:name@1": "people:profileurl:name@1";
34644
+ "person:profileurl:name@1": "person:profileurl:name@1";
34705
34645
  "people:email:validate:zerobounce@1": "people:email:validate:zerobounce@1";
34706
- "people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
34646
+ "person:email:validate:millionverifier@1": "person:email:validate:millionverifier@1";
34707
34647
  "people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
34708
34648
  "fields:merge@1": "fields:merge@1";
34709
34649
  "field:slugify@1": "field:slugify@1";
@@ -34716,7 +34656,7 @@ declare const PipesRequestSchema: z.ZodObject<{
34716
34656
  "sheet:row:expandappend@1": "sheet:row:expandappend@1";
34717
34657
  "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
34718
34658
  "company:match:logodev@1": "company:match:logodev@1";
34719
- "people:posts:crustdata@1": "people:posts:crustdata@1";
34659
+ "person:posts:crustdata@1": "person:posts:crustdata@1";
34720
34660
  "company:match:crustdata@1": "company:match:crustdata@1";
34721
34661
  "people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
34722
34662
  "people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
@@ -36299,12 +36239,12 @@ declare const pipesSnippetCatalog: {
36299
36239
  name: string;
36300
36240
  }[];
36301
36241
  }[];
36302
- "people:name:join@1": {
36242
+ "person:name:join@1": {
36303
36243
  config: {
36304
36244
  environment: "production";
36305
36245
  };
36306
36246
  pipes: {
36307
- pipe_id: "people:name:join@1";
36247
+ pipe_id: "person:name:join@1";
36308
36248
  }[];
36309
36249
  input: {
36310
36250
  id: string;
@@ -36470,12 +36410,12 @@ declare const pipesSnippetCatalog: {
36470
36410
  name: string;
36471
36411
  }[];
36472
36412
  }[];
36473
- "people:profileurl:name@1": {
36413
+ "person:profileurl:name@1": {
36474
36414
  config: {
36475
36415
  environment: "production";
36476
36416
  };
36477
36417
  pipes: {
36478
- pipe_id: "people:profileurl:name@1";
36418
+ pipe_id: "person:profileurl:name@1";
36479
36419
  }[];
36480
36420
  input: {
36481
36421
  id: string;
@@ -36513,8 +36453,11 @@ declare const pipesSnippetCatalog: {
36513
36453
  };
36514
36454
  pipe_id: "email:send:resend@1";
36515
36455
  config: {
36516
- reply_to: string;
36517
36456
  from: string;
36457
+ to: string;
36458
+ reply_to: string;
36459
+ subject: string;
36460
+ body: string;
36518
36461
  };
36519
36462
  }[];
36520
36463
  input: {
@@ -36538,7 +36481,10 @@ declare const pipesSnippetCatalog: {
36538
36481
  };
36539
36482
  pipe_id: "email:send:gmail@1";
36540
36483
  config: {
36484
+ to: string;
36541
36485
  reply_to: string;
36486
+ subject: string;
36487
+ body: string;
36542
36488
  };
36543
36489
  }[];
36544
36490
  input: {
@@ -36563,6 +36509,7 @@ declare const pipesSnippetCatalog: {
36563
36509
  pipe_id: "message:send:slack@1";
36564
36510
  config: {
36565
36511
  channel_id: string;
36512
+ message: string;
36566
36513
  };
36567
36514
  }[];
36568
36515
  input: {
@@ -36735,12 +36682,12 @@ declare const pipesSnippetCatalog: {
36735
36682
  company_website_url: string;
36736
36683
  }[];
36737
36684
  }[];
36738
- "people:email:validate:millionverifier@1": {
36685
+ "person:email:validate:millionverifier@1": {
36739
36686
  config: {
36740
36687
  environment: "production";
36741
36688
  };
36742
36689
  pipes: {
36743
- pipe_id: "people:email:validate:millionverifier@1";
36690
+ pipe_id: "person:email:validate:millionverifier@1";
36744
36691
  }[];
36745
36692
  input: {
36746
36693
  id: string;
@@ -36901,12 +36848,12 @@ declare const pipesSnippetCatalog: {
36901
36848
  company_website_url: string;
36902
36849
  }[];
36903
36850
  }[];
36904
- "people:posts:crustdata@1": {
36851
+ "person:posts:crustdata@1": {
36905
36852
  config: {
36906
36853
  environment: "production";
36907
36854
  };
36908
36855
  pipes: {
36909
- pipe_id: "people:posts:crustdata@1";
36856
+ pipe_id: "person:posts:crustdata@1";
36910
36857
  }[];
36911
36858
  input: {
36912
36859
  id: string;
@@ -36961,9 +36908,9 @@ declare const pipesSnippetCatalog: {
36961
36908
  company_website_url: string;
36962
36909
  }[];
36963
36910
  }[];
36964
- "people:identity:amplemarket@1": {
36911
+ "person:identity:amplemarket@1": {
36965
36912
  pipes: {
36966
- pipe_id: "people:identity:amplemarket@1";
36913
+ pipe_id: "person:identity:amplemarket@1";
36967
36914
  connector: {
36968
36915
  strategy: "first";
36969
36916
  connections: {
@@ -36977,9 +36924,9 @@ declare const pipesSnippetCatalog: {
36977
36924
  email: string;
36978
36925
  }[];
36979
36926
  }[];
36980
- "people:match:amplemarket@1": {
36927
+ "person:match:amplemarket@1": {
36981
36928
  pipes: {
36982
- pipe_id: "people:match:amplemarket@1";
36929
+ pipe_id: "person:match:amplemarket@1";
36983
36930
  connector: {
36984
36931
  strategy: "first";
36985
36932
  connections: {
@@ -37056,8 +37003,8 @@ declare function getInputHash(record: PipesRecord, inputFields: Record<string, P
37056
37003
  //#endregion
37057
37004
  //#region src/pipes/catalog/utils/get-pipe-instances.d.ts
37058
37005
  declare function getPipeInstances(pipesOrInstances: PipePayloadInput[] | Pipe[]): Pipe[];
37059
- declare function getDependentPipeNamesForInputProperty(pipes: Pipe[] | PipePayload[], propertyName: string): ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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")[];
37060
- declare function getDependentPipeNamesForPipe(validationContext: ValidationContext, idx: number): ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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")[];
37006
+ declare function getDependentPipeNamesForInputProperty(pipes: Pipe[] | PipePayload[], propertyName: string): ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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")[];
37007
+ declare function getDependentPipeNamesForPipe(validationContext: ValidationContext, idx: number): ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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")[];
37061
37008
  //#endregion
37062
37009
  //#region src/pipes/catalog/utils/get-provider-billable-operation.d.ts
37063
37010
  declare function getProviderBillableOperation<O extends BillableOperations>(provider: ProviderName, billableOperations: O): {
@@ -37087,11 +37034,11 @@ declare function markRecordFieldAsComplete({
37087
37034
  message: string;
37088
37035
  } | null;
37089
37036
  claimed_by: {
37090
- ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37037
+ ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37091
37038
  config_hash: string | null;
37092
37039
  };
37093
37040
  resolved_by: {
37094
- ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37041
+ ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37095
37042
  environment: "production" | "sandbox" | null;
37096
37043
  config_hash: string | null;
37097
37044
  input_hash: string | null;
@@ -37151,11 +37098,11 @@ declare function markRecordFieldAsPending({
37151
37098
  message: string;
37152
37099
  } | null;
37153
37100
  claimed_by: {
37154
- ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37101
+ ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37155
37102
  config_hash: string | null;
37156
37103
  };
37157
37104
  resolved_by: {
37158
- ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37105
+ ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37159
37106
  environment: "production" | "sandbox" | null;
37160
37107
  config_hash: string | null;
37161
37108
  input_hash: string | null;
@@ -37221,11 +37168,11 @@ declare function markRecordFieldAsNoResult({
37221
37168
  message: string;
37222
37169
  } | null;
37223
37170
  claimed_by: {
37224
- ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37171
+ ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37225
37172
  config_hash: string | null;
37226
37173
  };
37227
37174
  resolved_by: {
37228
- ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37175
+ ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37229
37176
  environment: "production" | "sandbox" | null;
37230
37177
  config_hash: string | null;
37231
37178
  input_hash: string | null;
@@ -37281,11 +37228,11 @@ declare function markRecordFieldAsFailed(field: RecordField, reason: FieldReason
37281
37228
  message: string;
37282
37229
  } | null;
37283
37230
  claimed_by: {
37284
- ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37231
+ ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37285
37232
  config_hash: string | null;
37286
37233
  };
37287
37234
  resolved_by: {
37288
- ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37235
+ ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37289
37236
  environment: "production" | "sandbox" | null;
37290
37237
  config_hash: string | null;
37291
37238
  input_hash: string | null;
@@ -37341,11 +37288,11 @@ declare function markRecordFieldAsSkipped(field: RecordField, reason: FieldReaso
37341
37288
  message: string;
37342
37289
  } | null;
37343
37290
  claimed_by: {
37344
- ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37291
+ ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37345
37292
  config_hash: string | null;
37346
37293
  };
37347
37294
  resolved_by: {
37348
- ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37295
+ ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37349
37296
  environment: "production" | "sandbox" | null;
37350
37297
  config_hash: string | null;
37351
37298
  input_hash: string | null;
@@ -37401,11 +37348,11 @@ declare function markRecordFieldAsProcessing(field: RecordField): {
37401
37348
  message: string;
37402
37349
  } | null;
37403
37350
  claimed_by: {
37404
- ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37351
+ ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37405
37352
  config_hash: string | null;
37406
37353
  };
37407
37354
  resolved_by: {
37408
- ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37355
+ ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37409
37356
  environment: "production" | "sandbox" | null;
37410
37357
  config_hash: string | null;
37411
37358
  input_hash: string | null;
@@ -37894,11 +37841,11 @@ declare function inputFromRecords(records: PipesInMemoryResponse["records"], con
37894
37841
  type?: "string" | "number" | "boolean" | "json" | "unknown" | undefined;
37895
37842
  format?: "email" | "address_line_1" | "zip_code" | "profile_url" | "phone" | "website_url" | "markdown" | "json_object" | "json_list" | "json_list_string" | "url" | "datetime" | "currency" | "date" | "text" | "int" | "decimal" | "percent" | null | undefined;
37896
37843
  claimed_by?: {
37897
- ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37844
+ ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37898
37845
  config_hash: string | null;
37899
37846
  } | undefined;
37900
37847
  resolved_by?: {
37901
- ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37848
+ ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37902
37849
  environment: "production" | "sandbox" | null;
37903
37850
  config_hash: string | null;
37904
37851
  input_hash: string | null;
@@ -37954,11 +37901,11 @@ declare function inputFromRecords(records: PipesInMemoryResponse["records"], con
37954
37901
  type?: "string" | "number" | "boolean" | "json" | "unknown" | undefined;
37955
37902
  format?: "email" | "address_line_1" | "zip_code" | "profile_url" | "phone" | "website_url" | "markdown" | "json_object" | "json_list" | "json_list_string" | "url" | "datetime" | "currency" | "date" | "text" | "int" | "decimal" | "percent" | null | undefined;
37956
37903
  claimed_by?: {
37957
- ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37904
+ ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37958
37905
  config_hash: string | null;
37959
37906
  } | undefined;
37960
37907
  resolved_by?: {
37961
- ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37908
+ ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37962
37909
  environment: "production" | "sandbox" | null;
37963
37910
  config_hash: string | null;
37964
37911
  input_hash: string | null;
@@ -38017,11 +37964,11 @@ declare function inputFromRecordArr(records: PipesRecord[], config?: Partial<Fie
38017
37964
  type?: "string" | "number" | "boolean" | "json" | "unknown" | undefined;
38018
37965
  format?: "email" | "address_line_1" | "zip_code" | "profile_url" | "phone" | "website_url" | "markdown" | "json_object" | "json_list" | "json_list_string" | "url" | "datetime" | "currency" | "date" | "text" | "int" | "decimal" | "percent" | null | undefined;
38019
37966
  claimed_by?: {
38020
- ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37967
+ ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
38021
37968
  config_hash: string | null;
38022
37969
  } | undefined;
38023
37970
  resolved_by?: {
38024
- ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
37971
+ ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
38025
37972
  environment: "production" | "sandbox" | null;
38026
37973
  config_hash: string | null;
38027
37974
  input_hash: string | null;
@@ -38077,11 +38024,11 @@ declare function inputFromRecordArr(records: PipesRecord[], config?: Partial<Fie
38077
38024
  type?: "string" | "number" | "boolean" | "json" | "unknown" | undefined;
38078
38025
  format?: "email" | "address_line_1" | "zip_code" | "profile_url" | "phone" | "website_url" | "markdown" | "json_object" | "json_list" | "json_list_string" | "url" | "datetime" | "currency" | "date" | "text" | "int" | "decimal" | "percent" | null | undefined;
38079
38026
  claimed_by?: {
38080
- ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
38027
+ ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
38081
38028
  config_hash: string | null;
38082
38029
  } | undefined;
38083
38030
  resolved_by?: {
38084
- ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
38031
+ ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
38085
38032
  environment: "production" | "sandbox" | null;
38086
38033
  config_hash: string | null;
38087
38034
  input_hash: string | null;
@@ -38140,11 +38087,11 @@ declare function inputFromRecord(record: PipesRecord, config?: Partial<FieldsToO
38140
38087
  type?: "string" | "number" | "boolean" | "json" | "unknown" | undefined;
38141
38088
  format?: "email" | "address_line_1" | "zip_code" | "profile_url" | "phone" | "website_url" | "markdown" | "json_object" | "json_list" | "json_list_string" | "url" | "datetime" | "currency" | "date" | "text" | "int" | "decimal" | "percent" | null | undefined;
38142
38089
  claimed_by?: {
38143
- ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
38090
+ ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
38144
38091
  config_hash: string | null;
38145
38092
  } | undefined;
38146
38093
  resolved_by?: {
38147
- ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
38094
+ ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
38148
38095
  environment: "production" | "sandbox" | null;
38149
38096
  config_hash: string | null;
38150
38097
  input_hash: string | null;
@@ -38200,11 +38147,11 @@ declare function inputFromRecord(record: PipesRecord, config?: Partial<FieldsToO
38200
38147
  type?: "string" | "number" | "boolean" | "json" | "unknown" | undefined;
38201
38148
  format?: "email" | "address_line_1" | "zip_code" | "profile_url" | "phone" | "website_url" | "markdown" | "json_object" | "json_list" | "json_list_string" | "url" | "datetime" | "currency" | "date" | "text" | "int" | "decimal" | "percent" | null | undefined;
38202
38149
  claimed_by?: {
38203
- ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
38150
+ ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
38204
38151
  config_hash: string | null;
38205
38152
  } | undefined;
38206
38153
  resolved_by?: {
38207
- ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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" | "people:identity:amplemarket@1" | "company:identity@2" | "people:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "people:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
38154
+ ref: "input" | "prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "person:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@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:identity:amplemarket@1" | "company:identity@2" | "person:match:amplemarket@1" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "person:profileurl:name@1" | "people:email:validate:zerobounce@1" | "person:email:validate:millionverifier@1" | "people:phone: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:match:logodev@1" | "person:posts:crustdata@1" | "company:match:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people: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;
38208
38155
  environment: "production" | "sandbox" | null;
38209
38156
  config_hash: string | null;
38210
38157
  input_hash: string | null;