@pipe0/ops 0.0.2 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/fields/field-catalog.d.ts +776 -56
  3. package/dist/fields/json-meta/fields/companyenrich_match.d.ts +63 -0
  4. package/dist/fields/json-meta/fields/logodev-describe-match.d.ts +31 -0
  5. package/dist/fields/json-meta/fields/million-verifier-validation-match.d.ts +2 -2
  6. package/dist/fields/json-meta/fields/role-finder-match.d.ts +9 -0
  7. package/dist/form-generation/fields.d.ts +33 -7
  8. package/dist/index.d.ts +1 -0
  9. package/dist/index.js +3760 -3110
  10. package/dist/pipes/catalog/entries/company-funding-leadmagic-1.d.ts +2 -2
  11. package/dist/pipes/catalog/entries/company-identity-2.d.ts +4 -4
  12. package/dist/pipes/catalog/entries/company-lookalikes-companyenrich-1.d.ts +213 -0
  13. package/dist/pipes/catalog/entries/company-match-logodev-1.d.ts +244 -0
  14. package/dist/pipes/catalog/entries/company-newssummary-website-1.d.ts +4 -4
  15. package/dist/pipes/catalog/entries/company-overview-2.d.ts +8 -8
  16. package/dist/pipes/catalog/entries/company-techstack-builtwith-1.d.ts +9 -9
  17. package/dist/pipes/catalog/entries/company-websiteurl-email-1.d.ts +5 -5
  18. package/dist/pipes/catalog/entries/contact-create-resent-1.d.ts +1 -1
  19. package/dist/pipes/catalog/entries/deprecated/company-identity-1.d.ts +3 -3
  20. package/dist/pipes/catalog/entries/deprecated/company-overview-1.d.ts +6 -6
  21. package/dist/pipes/catalog/entries/deprecated/people-mobile-number-professional-profile-waterfall-1.d.ts +7 -7
  22. package/dist/pipes/catalog/entries/deprecated/people-mobile-number-work-email-waterfall-1.d.ts +7 -7
  23. package/dist/pipes/catalog/entries/deprecated/people-professionalprofile-waterfall-1.d.ts +3 -3
  24. package/dist/pipes/catalog/entries/deprecated/people-professionalprofileurl-email-waterfall-1.d.ts +6 -6
  25. package/dist/pipes/catalog/entries/email-send-gmail.d.ts +2 -2
  26. package/dist/pipes/catalog/entries/email-send-resend-1.d.ts +1 -1
  27. package/dist/pipes/catalog/entries/email-write-1.d.ts +1 -1
  28. package/dist/pipes/catalog/entries/fields-merge-1.d.ts +1 -1
  29. package/dist/pipes/catalog/entries/json-extract-1.d.ts +1 -1
  30. package/dist/pipes/catalog/entries/message-send-slack-1.d.ts +2 -2
  31. package/dist/pipes/catalog/entries/people-email-iswork-1.d.ts +6 -6
  32. package/dist/pipes/catalog/entries/people-email-validate-zerobounce-2.d.ts +1 -1
  33. package/dist/pipes/catalog/entries/people-match-role-waterfall-1.d.ts +225 -0
  34. package/dist/pipes/catalog/entries/people-name-join-1.d.ts +8 -8
  35. package/dist/pipes/catalog/entries/people-name-split-1.d.ts +4 -4
  36. package/dist/pipes/catalog/entries/people-personalemail-profile-waterfall-1.d.ts +8 -8
  37. package/dist/pipes/catalog/entries/people-phone-profile-waterfall-1.d.ts +7 -7
  38. package/dist/pipes/catalog/entries/people-phone-workemail-waterfall-1.d.ts +7 -7
  39. package/dist/pipes/catalog/entries/people-profile-waterfall-1.d.ts +4 -4
  40. package/dist/pipes/catalog/entries/people-profileurl-email-waterfall-1.d.ts +7 -7
  41. package/dist/pipes/catalog/entries/people-workemail-waterfall-1.d.ts +1 -1
  42. package/dist/pipes/catalog/entries/sheet-expandappend-1.d.ts +1 -1
  43. package/dist/pipes/catalog/entries/website-extract-firecrawl-1.d.ts +2 -2
  44. package/dist/pipes/catalog/entries/website-maplinks-firecrawl-1.d.ts +1 -1
  45. package/dist/pipes/catalog/entries/website-scrape-firecrawl-1.d.ts +1 -1
  46. package/dist/pipes/catalog/entries/website-scrapelist-firecrawl-1.d.ts +1 -1
  47. package/dist/pipes/catalog/pipe.d.ts +347 -31
  48. package/dist/pipes/catalog/pipes-catalog.d.ts +1391 -325
  49. package/dist/pipes/catalog/types.d.ts +1 -1
  50. package/dist/pipes/catalog/utils/get-pipe-hash-key.d.ts +1 -1
  51. package/dist/pipes/catalog/utils/get-pipe-instances.d.ts +2 -2
  52. package/dist/pipes/catalog/utils/index.d.ts +34 -34
  53. package/dist/pipes/pipes-validator/get-output-field-info-from-dev.d.ts +18 -0
  54. package/dist/pipes/pipes-validator/pipes-validator.d.ts +2 -2
  55. package/dist/pipes/providers/provider-catalog.d.ts +24 -0
  56. package/dist/pipes/providers/provider-utils.d.ts +43 -19
  57. package/dist/pipes/utils/pipes-utils.d.ts +30 -30
  58. package/dist/pipes/utils/schemas-primitives.d.ts +104 -23
  59. package/dist/pipes/utils/sheet-schemas-primitives.d.ts +10129 -0
  60. package/dist/searches/catalog/entries/companies-profiles-icypeas-1.d.ts +4 -8
  61. package/dist/searches/catalog/searches-catalog.d.ts +204 -18
  62. package/dist/searches/index.d.ts +4 -8
  63. package/dist/utils/connection-id.d.ts +1 -1
  64. package/dist/utils/index.d.ts +4 -1
  65. package/dist/utils/schemas.d.ts +9 -2
  66. package/package.json +2 -3
  67. /package/dist/pipes/catalog/entries/{people-email-validate-million-1.d.ts → people-email-validate-millionverifier-1.d.ts} +0 -0
@@ -3,7 +3,7 @@ export declare const PipesEnvironmentSchema: z.ZodEnum<{
3
3
  production: "production";
4
4
  sandbox: "sandbox";
5
5
  }>;
6
- export 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", "company:identity@2", "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", "website:scrape:firecrawl@1", "website:scrapelist:firecrawl@1", "website:extract:firecrawl@1", "website:maplinks:firecrawl@1", "sheet:append@1", "sheet:expandappend@1", "company:identity@1", "people:professionalprofile:waterfall@1", "people:professionalprofileurl:name@1", "people:professionalprofileurl:email:waterfall@1", "people:mobilenumber:professionalprofile:waterfall@1"];
6
+ export 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", "company:identity@2", "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", "website:scrape:firecrawl@1", "website:scrapelist:firecrawl@1", "website:extract:firecrawl@1", "website:maplinks:firecrawl@1", "sheet:append@1", "sheet:expandappend@1", "company:lookalikes:companyenrich@1", "company:match:logodev@1", "company:identity@1", "people:professionalprofile:waterfall@1", "people:professionalprofileurl:name@1", "people:professionalprofileurl:email:waterfall@1", "people:mobilenumber:professionalprofile:waterfall@1"];
7
7
  export declare const PipeIdSchema: z.ZodEnum<{
8
8
  "prompt:run@1": "prompt:run@1";
9
9
  "company:newssummary:website@1": "company:newssummary:website@1";
@@ -27,6 +27,7 @@ export declare const PipeIdSchema: z.ZodEnum<{
27
27
  "message:send:slack@1": "message:send:slack@1";
28
28
  "template:fill@1": "template:fill@1";
29
29
  "contact:create:resend@1": "contact:create:resend@1";
30
+ "people:match:role:waterfall@1": "people:match:role:waterfall@1";
30
31
  "company:identity@2": "company:identity@2";
31
32
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
32
33
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
@@ -43,6 +44,8 @@ export declare const PipeIdSchema: z.ZodEnum<{
43
44
  "website:maplinks:firecrawl@1": "website:maplinks:firecrawl@1";
44
45
  "sheet:append@1": "sheet:append@1";
45
46
  "sheet:expandappend@1": "sheet:expandappend@1";
47
+ "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
48
+ "company:match:logodev@1": "company:match:logodev@1";
46
49
  "company:identity@1": "company:identity@1";
47
50
  "people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
48
51
  "people:professionalprofileurl:name@1": "people:professionalprofileurl:name@1";
@@ -78,7 +81,27 @@ export declare const FieldReasonSchema: z.ZodObject<{
78
81
  }, z.core.$strip>;
79
82
  export type FieldReason = z.infer<typeof FieldReasonSchema>;
80
83
  export declare const RECORD_FIELD_FORMATS: readonly ["json_object", "json_list", "json_list_string", "url", "website_url", "profile_url", "email", "datetime", "currency", "date", "phone", "markdown", "text", "int", "decimal", "address_line_1", "zip_code", "percent"];
81
- export declare const RecordFieldFormatSchema: z.ZodNullable<z.ZodEnum<{
84
+ export declare const RecordFieldFormatSchema: z.ZodEnum<{
85
+ email: "email";
86
+ address_line_1: "address_line_1";
87
+ zip_code: "zip_code";
88
+ profile_url: "profile_url";
89
+ phone: "phone";
90
+ website_url: "website_url";
91
+ int: "int";
92
+ date: "date";
93
+ json_object: "json_object";
94
+ json_list: "json_list";
95
+ json_list_string: "json_list_string";
96
+ url: "url";
97
+ datetime: "datetime";
98
+ currency: "currency";
99
+ markdown: "markdown";
100
+ text: "text";
101
+ decimal: "decimal";
102
+ percent: "percent";
103
+ }>;
104
+ declare const NullableRecordFieldFormatSchema: z.ZodNullable<z.ZodEnum<{
82
105
  email: "email";
83
106
  address_line_1: "address_line_1";
84
107
  zip_code: "zip_code";
@@ -98,7 +121,7 @@ export declare const RecordFieldFormatSchema: z.ZodNullable<z.ZodEnum<{
98
121
  decimal: "decimal";
99
122
  percent: "percent";
100
123
  }>>;
101
- export type RecordFieldFormat = z.infer<typeof RecordFieldFormatSchema>;
124
+ export type RecordFieldFormat = z.infer<typeof NullableRecordFieldFormatSchema>;
102
125
  export declare const JSONMetaSchema: z.ZodObject<{
103
126
  example_value: z.ZodNullable<z.ZodAny>;
104
127
  schema: z.ZodNullable<z.ZodAny>;
@@ -146,6 +169,8 @@ export declare const WidgetsSchema: z.ZodObject<{
146
169
  firecrawl: "firecrawl";
147
170
  exa: "exa";
148
171
  openai: "openai";
172
+ companyenrich: "companyenrich";
173
+ logodev: "logodev";
149
174
  }>;
150
175
  }, z.core.$strip>>;
151
176
  available_providers: z.ZodArray<z.ZodEnum<{
@@ -168,6 +193,8 @@ export declare const WidgetsSchema: z.ZodObject<{
168
193
  firecrawl: "firecrawl";
169
194
  exa: "exa";
170
195
  openai: "openai";
196
+ companyenrich: "companyenrich";
197
+ logodev: "logodev";
171
198
  }>>;
172
199
  successful_provider: z.ZodOptional<z.ZodEnum<{
173
200
  pipe0: "pipe0";
@@ -189,6 +216,8 @@ export declare const WidgetsSchema: z.ZodObject<{
189
216
  firecrawl: "firecrawl";
190
217
  exa: "exa";
191
218
  openai: "openai";
219
+ companyenrich: "companyenrich";
220
+ logodev: "logodev";
192
221
  }>>;
193
222
  }, z.core.$strip>>>;
194
223
  icon: z.ZodOptional<z.ZodOptional<z.ZodObject<{
@@ -229,8 +258,8 @@ export declare const FieldAnnotationSchema: z.ZodObject<{
229
258
  json: "json";
230
259
  unknown: "unknown";
231
260
  }>;
232
- label: z.ZodOptional<z.ZodString>;
233
- format: z.ZodNullable<z.ZodOptional<z.ZodNullable<z.ZodEnum<{
261
+ label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
262
+ format: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
234
263
  email: "email";
235
264
  address_line_1: "address_line_1";
236
265
  zip_code: "zip_code";
@@ -249,8 +278,8 @@ export declare const FieldAnnotationSchema: z.ZodObject<{
249
278
  text: "text";
250
279
  decimal: "decimal";
251
280
  percent: "percent";
252
- }>>>>;
253
- json_metadata: z.ZodNullable<z.ZodOptional<z.ZodObject<{
281
+ }>>>;
282
+ json_metadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
254
283
  example_value: z.ZodNullable<z.ZodAny>;
255
284
  schema: z.ZodNullable<z.ZodAny>;
256
285
  }, z.core.$strip>>>;
@@ -264,8 +293,8 @@ export declare const FieldAnnotationsSchema: z.ZodRecord<z.ZodString, z.ZodObjec
264
293
  json: "json";
265
294
  unknown: "unknown";
266
295
  }>;
267
- label: z.ZodOptional<z.ZodString>;
268
- format: z.ZodNullable<z.ZodOptional<z.ZodNullable<z.ZodEnum<{
296
+ label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
297
+ format: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
269
298
  email: "email";
270
299
  address_line_1: "address_line_1";
271
300
  zip_code: "zip_code";
@@ -284,8 +313,8 @@ export declare const FieldAnnotationsSchema: z.ZodRecord<z.ZodString, z.ZodObjec
284
313
  text: "text";
285
314
  decimal: "decimal";
286
315
  percent: "percent";
287
- }>>>>;
288
- json_metadata: z.ZodNullable<z.ZodOptional<z.ZodObject<{
316
+ }>>>;
317
+ json_metadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
289
318
  example_value: z.ZodNullable<z.ZodAny>;
290
319
  schema: z.ZodNullable<z.ZodAny>;
291
320
  }, z.core.$strip>>>;
@@ -315,6 +344,7 @@ export declare const RecordClaimedBySchema: z.ZodObject<{
315
344
  "message:send:slack@1": "message:send:slack@1";
316
345
  "template:fill@1": "template:fill@1";
317
346
  "contact:create:resend@1": "contact:create:resend@1";
347
+ "people:match:role:waterfall@1": "people:match:role:waterfall@1";
318
348
  "company:identity@2": "company:identity@2";
319
349
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
320
350
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
@@ -331,6 +361,8 @@ export declare const RecordClaimedBySchema: z.ZodObject<{
331
361
  "website:maplinks:firecrawl@1": "website:maplinks:firecrawl@1";
332
362
  "sheet:append@1": "sheet:append@1";
333
363
  "sheet:expandappend@1": "sheet:expandappend@1";
364
+ "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
365
+ "company:match:logodev@1": "company:match:logodev@1";
334
366
  "company:identity@1": "company:identity@1";
335
367
  "people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
336
368
  "people:professionalprofileurl:name@1": "people:professionalprofileurl:name@1";
@@ -365,6 +397,7 @@ export declare const RecordResolvedBySchema: z.ZodObject<{
365
397
  "message:send:slack@1": "message:send:slack@1";
366
398
  "template:fill@1": "template:fill@1";
367
399
  "contact:create:resend@1": "contact:create:resend@1";
400
+ "people:match:role:waterfall@1": "people:match:role:waterfall@1";
368
401
  "company:identity@2": "company:identity@2";
369
402
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
370
403
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
@@ -381,6 +414,8 @@ export declare const RecordResolvedBySchema: z.ZodObject<{
381
414
  "website:maplinks:firecrawl@1": "website:maplinks:firecrawl@1";
382
415
  "sheet:append@1": "sheet:append@1";
383
416
  "sheet:expandappend@1": "sheet:expandappend@1";
417
+ "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
418
+ "company:match:logodev@1": "company:match:logodev@1";
384
419
  "company:identity@1": "company:identity@1";
385
420
  "people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
386
421
  "people:professionalprofileurl:name@1": "people:professionalprofileurl:name@1";
@@ -436,6 +471,7 @@ export declare const RecordFieldSchema: z.ZodObject<{
436
471
  "message:send:slack@1": "message:send:slack@1";
437
472
  "template:fill@1": "template:fill@1";
438
473
  "contact:create:resend@1": "contact:create:resend@1";
474
+ "people:match:role:waterfall@1": "people:match:role:waterfall@1";
439
475
  "company:identity@2": "company:identity@2";
440
476
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
441
477
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
@@ -452,6 +488,8 @@ export declare const RecordFieldSchema: z.ZodObject<{
452
488
  "website:maplinks:firecrawl@1": "website:maplinks:firecrawl@1";
453
489
  "sheet:append@1": "sheet:append@1";
454
490
  "sheet:expandappend@1": "sheet:expandappend@1";
491
+ "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
492
+ "company:match:logodev@1": "company:match:logodev@1";
455
493
  "company:identity@1": "company:identity@1";
456
494
  "people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
457
495
  "people:professionalprofileurl:name@1": "people:professionalprofileurl:name@1";
@@ -485,6 +523,7 @@ export declare const RecordFieldSchema: z.ZodObject<{
485
523
  "message:send:slack@1": "message:send:slack@1";
486
524
  "template:fill@1": "template:fill@1";
487
525
  "contact:create:resend@1": "contact:create:resend@1";
526
+ "people:match:role:waterfall@1": "people:match:role:waterfall@1";
488
527
  "company:identity@2": "company:identity@2";
489
528
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
490
529
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
@@ -501,6 +540,8 @@ export declare const RecordFieldSchema: z.ZodObject<{
501
540
  "website:maplinks:firecrawl@1": "website:maplinks:firecrawl@1";
502
541
  "sheet:append@1": "sheet:append@1";
503
542
  "sheet:expandappend@1": "sheet:expandappend@1";
543
+ "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
544
+ "company:match:logodev@1": "company:match:logodev@1";
504
545
  "company:identity@1": "company:identity@1";
505
546
  "people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
506
547
  "people:professionalprofileurl:name@1": "people:professionalprofileurl:name@1";
@@ -553,6 +594,8 @@ export declare const RecordFieldSchema: z.ZodObject<{
553
594
  firecrawl: "firecrawl";
554
595
  exa: "exa";
555
596
  openai: "openai";
597
+ companyenrich: "companyenrich";
598
+ logodev: "logodev";
556
599
  }>;
557
600
  }, z.core.$strip>>;
558
601
  available_providers: z.ZodArray<z.ZodEnum<{
@@ -575,6 +618,8 @@ export declare const RecordFieldSchema: z.ZodObject<{
575
618
  firecrawl: "firecrawl";
576
619
  exa: "exa";
577
620
  openai: "openai";
621
+ companyenrich: "companyenrich";
622
+ logodev: "logodev";
578
623
  }>>;
579
624
  successful_provider: z.ZodOptional<z.ZodEnum<{
580
625
  pipe0: "pipe0";
@@ -596,6 +641,8 @@ export declare const RecordFieldSchema: z.ZodObject<{
596
641
  firecrawl: "firecrawl";
597
642
  exa: "exa";
598
643
  openai: "openai";
644
+ companyenrich: "companyenrich";
645
+ logodev: "logodev";
599
646
  }>>;
600
647
  }, z.core.$strip>>>;
601
648
  icon: z.ZodOptional<z.ZodOptional<z.ZodObject<{
@@ -658,7 +705,7 @@ export declare const ExpandedFieldValueSchema: z.ZodObject<{
658
705
  json: "json";
659
706
  unknown: "unknown";
660
707
  }>>;
661
- format: z.ZodOptional<z.ZodNullable<z.ZodNullable<z.ZodEnum<{
708
+ format: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
662
709
  email: "email";
663
710
  address_line_1: "address_line_1";
664
711
  zip_code: "zip_code";
@@ -677,7 +724,7 @@ export declare const ExpandedFieldValueSchema: z.ZodObject<{
677
724
  text: "text";
678
725
  decimal: "decimal";
679
726
  percent: "percent";
680
- }>>>>;
727
+ }>>>;
681
728
  claimed_by: z.ZodOptional<z.ZodObject<{
682
729
  ref: z.ZodNullable<z.ZodEnum<{
683
730
  "prompt:run@1": "prompt:run@1";
@@ -702,6 +749,7 @@ export declare const ExpandedFieldValueSchema: z.ZodObject<{
702
749
  "message:send:slack@1": "message:send:slack@1";
703
750
  "template:fill@1": "template:fill@1";
704
751
  "contact:create:resend@1": "contact:create:resend@1";
752
+ "people:match:role:waterfall@1": "people:match:role:waterfall@1";
705
753
  "company:identity@2": "company:identity@2";
706
754
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
707
755
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
@@ -718,6 +766,8 @@ export declare const ExpandedFieldValueSchema: z.ZodObject<{
718
766
  "website:maplinks:firecrawl@1": "website:maplinks:firecrawl@1";
719
767
  "sheet:append@1": "sheet:append@1";
720
768
  "sheet:expandappend@1": "sheet:expandappend@1";
769
+ "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
770
+ "company:match:logodev@1": "company:match:logodev@1";
721
771
  "company:identity@1": "company:identity@1";
722
772
  "people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
723
773
  "people:professionalprofileurl:name@1": "people:professionalprofileurl:name@1";
@@ -751,6 +801,7 @@ export declare const ExpandedFieldValueSchema: z.ZodObject<{
751
801
  "message:send:slack@1": "message:send:slack@1";
752
802
  "template:fill@1": "template:fill@1";
753
803
  "contact:create:resend@1": "contact:create:resend@1";
804
+ "people:match:role:waterfall@1": "people:match:role:waterfall@1";
754
805
  "company:identity@2": "company:identity@2";
755
806
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
756
807
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
@@ -767,6 +818,8 @@ export declare const ExpandedFieldValueSchema: z.ZodObject<{
767
818
  "website:maplinks:firecrawl@1": "website:maplinks:firecrawl@1";
768
819
  "sheet:append@1": "sheet:append@1";
769
820
  "sheet:expandappend@1": "sheet:expandappend@1";
821
+ "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
822
+ "company:match:logodev@1": "company:match:logodev@1";
770
823
  "company:identity@1": "company:identity@1";
771
824
  "people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
772
825
  "people:professionalprofileurl:name@1": "people:professionalprofileurl:name@1";
@@ -819,6 +872,8 @@ export declare const ExpandedFieldValueSchema: z.ZodObject<{
819
872
  firecrawl: "firecrawl";
820
873
  exa: "exa";
821
874
  openai: "openai";
875
+ companyenrich: "companyenrich";
876
+ logodev: "logodev";
822
877
  }>;
823
878
  }, z.core.$strip>>;
824
879
  available_providers: z.ZodArray<z.ZodEnum<{
@@ -841,6 +896,8 @@ export declare const ExpandedFieldValueSchema: z.ZodObject<{
841
896
  firecrawl: "firecrawl";
842
897
  exa: "exa";
843
898
  openai: "openai";
899
+ companyenrich: "companyenrich";
900
+ logodev: "logodev";
844
901
  }>>;
845
902
  successful_provider: z.ZodOptional<z.ZodEnum<{
846
903
  pipe0: "pipe0";
@@ -862,6 +919,8 @@ export declare const ExpandedFieldValueSchema: z.ZodObject<{
862
919
  firecrawl: "firecrawl";
863
920
  exa: "exa";
864
921
  openai: "openai";
922
+ companyenrich: "companyenrich";
923
+ logodev: "logodev";
865
924
  }>>;
866
925
  }, z.core.$strip>>>;
867
926
  icon: z.ZodOptional<z.ZodOptional<z.ZodObject<{
@@ -904,7 +963,7 @@ export declare const PipesInputSchema: z.ZodRecord<z.ZodString, z.ZodUnion<reado
904
963
  json: "json";
905
964
  unknown: "unknown";
906
965
  }>>;
907
- format: z.ZodOptional<z.ZodNullable<z.ZodNullable<z.ZodEnum<{
966
+ format: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
908
967
  email: "email";
909
968
  address_line_1: "address_line_1";
910
969
  zip_code: "zip_code";
@@ -923,7 +982,7 @@ export declare const PipesInputSchema: z.ZodRecord<z.ZodString, z.ZodUnion<reado
923
982
  text: "text";
924
983
  decimal: "decimal";
925
984
  percent: "percent";
926
- }>>>>;
985
+ }>>>;
927
986
  claimed_by: z.ZodOptional<z.ZodObject<{
928
987
  ref: z.ZodNullable<z.ZodEnum<{
929
988
  "prompt:run@1": "prompt:run@1";
@@ -948,6 +1007,7 @@ export declare const PipesInputSchema: z.ZodRecord<z.ZodString, z.ZodUnion<reado
948
1007
  "message:send:slack@1": "message:send:slack@1";
949
1008
  "template:fill@1": "template:fill@1";
950
1009
  "contact:create:resend@1": "contact:create:resend@1";
1010
+ "people:match:role:waterfall@1": "people:match:role:waterfall@1";
951
1011
  "company:identity@2": "company:identity@2";
952
1012
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
953
1013
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
@@ -964,6 +1024,8 @@ export declare const PipesInputSchema: z.ZodRecord<z.ZodString, z.ZodUnion<reado
964
1024
  "website:maplinks:firecrawl@1": "website:maplinks:firecrawl@1";
965
1025
  "sheet:append@1": "sheet:append@1";
966
1026
  "sheet:expandappend@1": "sheet:expandappend@1";
1027
+ "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
1028
+ "company:match:logodev@1": "company:match:logodev@1";
967
1029
  "company:identity@1": "company:identity@1";
968
1030
  "people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
969
1031
  "people:professionalprofileurl:name@1": "people:professionalprofileurl:name@1";
@@ -997,6 +1059,7 @@ export declare const PipesInputSchema: z.ZodRecord<z.ZodString, z.ZodUnion<reado
997
1059
  "message:send:slack@1": "message:send:slack@1";
998
1060
  "template:fill@1": "template:fill@1";
999
1061
  "contact:create:resend@1": "contact:create:resend@1";
1062
+ "people:match:role:waterfall@1": "people:match:role:waterfall@1";
1000
1063
  "company:identity@2": "company:identity@2";
1001
1064
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
1002
1065
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
@@ -1013,6 +1076,8 @@ export declare const PipesInputSchema: z.ZodRecord<z.ZodString, z.ZodUnion<reado
1013
1076
  "website:maplinks:firecrawl@1": "website:maplinks:firecrawl@1";
1014
1077
  "sheet:append@1": "sheet:append@1";
1015
1078
  "sheet:expandappend@1": "sheet:expandappend@1";
1079
+ "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
1080
+ "company:match:logodev@1": "company:match:logodev@1";
1016
1081
  "company:identity@1": "company:identity@1";
1017
1082
  "people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
1018
1083
  "people:professionalprofileurl:name@1": "people:professionalprofileurl:name@1";
@@ -1065,6 +1130,8 @@ export declare const PipesInputSchema: z.ZodRecord<z.ZodString, z.ZodUnion<reado
1065
1130
  firecrawl: "firecrawl";
1066
1131
  exa: "exa";
1067
1132
  openai: "openai";
1133
+ companyenrich: "companyenrich";
1134
+ logodev: "logodev";
1068
1135
  }>;
1069
1136
  }, z.core.$strip>>;
1070
1137
  available_providers: z.ZodArray<z.ZodEnum<{
@@ -1087,6 +1154,8 @@ export declare const PipesInputSchema: z.ZodRecord<z.ZodString, z.ZodUnion<reado
1087
1154
  firecrawl: "firecrawl";
1088
1155
  exa: "exa";
1089
1156
  openai: "openai";
1157
+ companyenrich: "companyenrich";
1158
+ logodev: "logodev";
1090
1159
  }>>;
1091
1160
  successful_provider: z.ZodOptional<z.ZodEnum<{
1092
1161
  pipe0: "pipe0";
@@ -1108,6 +1177,8 @@ export declare const PipesInputSchema: z.ZodRecord<z.ZodString, z.ZodUnion<reado
1108
1177
  firecrawl: "firecrawl";
1109
1178
  exa: "exa";
1110
1179
  openai: "openai";
1180
+ companyenrich: "companyenrich";
1181
+ logodev: "logodev";
1111
1182
  }>>;
1112
1183
  }, z.core.$strip>>>;
1113
1184
  icon: z.ZodOptional<z.ZodOptional<z.ZodObject<{
@@ -1176,6 +1247,7 @@ export declare const RecordSchema: z.ZodObject<{
1176
1247
  "message:send:slack@1": "message:send:slack@1";
1177
1248
  "template:fill@1": "template:fill@1";
1178
1249
  "contact:create:resend@1": "contact:create:resend@1";
1250
+ "people:match:role:waterfall@1": "people:match:role:waterfall@1";
1179
1251
  "company:identity@2": "company:identity@2";
1180
1252
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
1181
1253
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
@@ -1192,6 +1264,8 @@ export declare const RecordSchema: z.ZodObject<{
1192
1264
  "website:maplinks:firecrawl@1": "website:maplinks:firecrawl@1";
1193
1265
  "sheet:append@1": "sheet:append@1";
1194
1266
  "sheet:expandappend@1": "sheet:expandappend@1";
1267
+ "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
1268
+ "company:match:logodev@1": "company:match:logodev@1";
1195
1269
  "company:identity@1": "company:identity@1";
1196
1270
  "people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
1197
1271
  "people:professionalprofileurl:name@1": "people:professionalprofileurl:name@1";
@@ -1225,6 +1299,7 @@ export declare const RecordSchema: z.ZodObject<{
1225
1299
  "message:send:slack@1": "message:send:slack@1";
1226
1300
  "template:fill@1": "template:fill@1";
1227
1301
  "contact:create:resend@1": "contact:create:resend@1";
1302
+ "people:match:role:waterfall@1": "people:match:role:waterfall@1";
1228
1303
  "company:identity@2": "company:identity@2";
1229
1304
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
1230
1305
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
@@ -1241,6 +1316,8 @@ export declare const RecordSchema: z.ZodObject<{
1241
1316
  "website:maplinks:firecrawl@1": "website:maplinks:firecrawl@1";
1242
1317
  "sheet:append@1": "sheet:append@1";
1243
1318
  "sheet:expandappend@1": "sheet:expandappend@1";
1319
+ "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
1320
+ "company:match:logodev@1": "company:match:logodev@1";
1244
1321
  "company:identity@1": "company:identity@1";
1245
1322
  "people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
1246
1323
  "people:professionalprofileurl:name@1": "people:professionalprofileurl:name@1";
@@ -1293,6 +1370,8 @@ export declare const RecordSchema: z.ZodObject<{
1293
1370
  firecrawl: "firecrawl";
1294
1371
  exa: "exa";
1295
1372
  openai: "openai";
1373
+ companyenrich: "companyenrich";
1374
+ logodev: "logodev";
1296
1375
  }>;
1297
1376
  }, z.core.$strip>>;
1298
1377
  available_providers: z.ZodArray<z.ZodEnum<{
@@ -1315,6 +1394,8 @@ export declare const RecordSchema: z.ZodObject<{
1315
1394
  firecrawl: "firecrawl";
1316
1395
  exa: "exa";
1317
1396
  openai: "openai";
1397
+ companyenrich: "companyenrich";
1398
+ logodev: "logodev";
1318
1399
  }>>;
1319
1400
  successful_provider: z.ZodOptional<z.ZodEnum<{
1320
1401
  pipe0: "pipe0";
@@ -1336,6 +1417,8 @@ export declare const RecordSchema: z.ZodObject<{
1336
1417
  firecrawl: "firecrawl";
1337
1418
  exa: "exa";
1338
1419
  openai: "openai";
1420
+ companyenrich: "companyenrich";
1421
+ logodev: "logodev";
1339
1422
  }>>;
1340
1423
  }, z.core.$strip>>>;
1341
1424
  icon: z.ZodOptional<z.ZodOptional<z.ZodObject<{
@@ -1398,10 +1481,6 @@ export declare const PipesFieldDefinitionSchema: z.ZodObject<{
1398
1481
  unknown: "unknown";
1399
1482
  }>;
1400
1483
  label: z.ZodString;
1401
- json_metadata: z.ZodNullable<z.ZodObject<{
1402
- example_value: z.ZodNullable<z.ZodAny>;
1403
- schema: z.ZodNullable<z.ZodAny>;
1404
- }, z.core.$strip>>;
1405
1484
  added_by: z.ZodObject<{
1406
1485
  ref: z.ZodUnion<readonly [z.ZodEnum<{
1407
1486
  "prompt:run@1": "prompt:run@1";
@@ -1426,6 +1505,7 @@ export declare const PipesFieldDefinitionSchema: z.ZodObject<{
1426
1505
  "message:send:slack@1": "message:send:slack@1";
1427
1506
  "template:fill@1": "template:fill@1";
1428
1507
  "contact:create:resend@1": "contact:create:resend@1";
1508
+ "people:match:role:waterfall@1": "people:match:role:waterfall@1";
1429
1509
  "company:identity@2": "company:identity@2";
1430
1510
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
1431
1511
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
@@ -1442,6 +1522,8 @@ export declare const PipesFieldDefinitionSchema: z.ZodObject<{
1442
1522
  "website:maplinks:firecrawl@1": "website:maplinks:firecrawl@1";
1443
1523
  "sheet:append@1": "sheet:append@1";
1444
1524
  "sheet:expandappend@1": "sheet:expandappend@1";
1525
+ "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
1526
+ "company:match:logodev@1": "company:match:logodev@1";
1445
1527
  "company:identity@1": "company:identity@1";
1446
1528
  "people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
1447
1529
  "people:professionalprofileurl:name@1": "people:professionalprofileurl:name@1";
@@ -1485,10 +1567,6 @@ export declare const PipesFieldDefinitionsSchema: z.ZodRecord<z.ZodString, z.Zod
1485
1567
  unknown: "unknown";
1486
1568
  }>;
1487
1569
  label: z.ZodString;
1488
- json_metadata: z.ZodNullable<z.ZodObject<{
1489
- example_value: z.ZodNullable<z.ZodAny>;
1490
- schema: z.ZodNullable<z.ZodAny>;
1491
- }, z.core.$strip>>;
1492
1570
  added_by: z.ZodObject<{
1493
1571
  ref: z.ZodUnion<readonly [z.ZodEnum<{
1494
1572
  "prompt:run@1": "prompt:run@1";
@@ -1513,6 +1591,7 @@ export declare const PipesFieldDefinitionsSchema: z.ZodRecord<z.ZodString, z.Zod
1513
1591
  "message:send:slack@1": "message:send:slack@1";
1514
1592
  "template:fill@1": "template:fill@1";
1515
1593
  "contact:create:resend@1": "contact:create:resend@1";
1594
+ "people:match:role:waterfall@1": "people:match:role:waterfall@1";
1516
1595
  "company:identity@2": "company:identity@2";
1517
1596
  "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
1518
1597
  "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
@@ -1529,6 +1608,8 @@ export declare const PipesFieldDefinitionsSchema: z.ZodRecord<z.ZodString, z.Zod
1529
1608
  "website:maplinks:firecrawl@1": "website:maplinks:firecrawl@1";
1530
1609
  "sheet:append@1": "sheet:append@1";
1531
1610
  "sheet:expandappend@1": "sheet:expandappend@1";
1611
+ "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
1612
+ "company:match:logodev@1": "company:match:logodev@1";
1532
1613
  "company:identity@1": "company:identity@1";
1533
1614
  "people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
1534
1615
  "people:professionalprofileurl:name@1": "people:professionalprofileurl:name@1";