@pipe0/ops 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.
Files changed (53) hide show
  1. package/CHANGELOG.md +6 -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 +3930 -3277
  10. package/dist/pipes/catalog/entries/company-identity-2.d.ts +4 -4
  11. package/dist/pipes/catalog/entries/company-lookalikes-companyenrich-1.d.ts +213 -0
  12. package/dist/pipes/catalog/entries/company-match-logodev-1.d.ts +244 -0
  13. package/dist/pipes/catalog/entries/company-newssummary-website-1.d.ts +3 -3
  14. package/dist/pipes/catalog/entries/company-overview-2.d.ts +7 -7
  15. package/dist/pipes/catalog/entries/company-techstack-builtwith-1.d.ts +7 -7
  16. package/dist/pipes/catalog/entries/company-websiteurl-email-1.d.ts +3 -3
  17. package/dist/pipes/catalog/entries/deprecated/company-identity-1.d.ts +3 -3
  18. package/dist/pipes/catalog/entries/deprecated/company-overview-1.d.ts +6 -6
  19. package/dist/pipes/catalog/entries/deprecated/people-mobile-number-professional-profile-waterfall-1.d.ts +6 -6
  20. package/dist/pipes/catalog/entries/deprecated/people-mobile-number-work-email-waterfall-1.d.ts +6 -6
  21. package/dist/pipes/catalog/entries/deprecated/people-professionalprofile-waterfall-1.d.ts +3 -3
  22. package/dist/pipes/catalog/entries/deprecated/people-professionalprofileurl-email-waterfall-1.d.ts +6 -6
  23. package/dist/pipes/catalog/entries/people-email-iswork-1.d.ts +4 -4
  24. package/dist/pipes/catalog/entries/people-email-validate-zerobounce-2.d.ts +1 -1
  25. package/dist/pipes/catalog/entries/people-match-role-waterfall-1.d.ts +225 -0
  26. package/dist/pipes/catalog/entries/people-name-join-1.d.ts +7 -7
  27. package/dist/pipes/catalog/entries/people-name-split-1.d.ts +4 -4
  28. package/dist/pipes/catalog/entries/people-personalemail-profile-waterfall-1.d.ts +6 -6
  29. package/dist/pipes/catalog/entries/people-phone-profile-waterfall-1.d.ts +6 -6
  30. package/dist/pipes/catalog/entries/people-phone-workemail-waterfall-1.d.ts +6 -6
  31. package/dist/pipes/catalog/entries/people-profile-waterfall-1.d.ts +4 -4
  32. package/dist/pipes/catalog/entries/people-profileurl-email-waterfall-1.d.ts +7 -7
  33. package/dist/pipes/catalog/entries/website-extract-firecrawl-1.d.ts +1 -1
  34. package/dist/pipes/catalog/pipe.d.ts +347 -31
  35. package/dist/pipes/catalog/pipes-catalog.d.ts +1325 -259
  36. package/dist/pipes/catalog/types.d.ts +1 -1
  37. package/dist/pipes/catalog/utils/get-pipe-hash-key.d.ts +1 -1
  38. package/dist/pipes/catalog/utils/get-pipe-instances.d.ts +2 -2
  39. package/dist/pipes/catalog/utils/index.d.ts +34 -34
  40. package/dist/pipes/pipes-validator/get-output-field-info-from-dev.d.ts +18 -0
  41. package/dist/pipes/pipes-validator/pipes-validator.d.ts +2 -2
  42. package/dist/pipes/providers/provider-catalog.d.ts +24 -0
  43. package/dist/pipes/providers/provider-utils.d.ts +43 -19
  44. package/dist/pipes/utils/pipes-utils.d.ts +30 -30
  45. package/dist/pipes/utils/schemas-primitives.d.ts +78 -17
  46. package/dist/searches/catalog/entries/companies-profiles-icypeas-1.d.ts +4 -8
  47. package/dist/searches/catalog/searches-catalog.d.ts +198 -12
  48. package/dist/searches/index.d.ts +4 -8
  49. package/dist/utils/connection-id.d.ts +1 -1
  50. package/dist/utils/index.d.ts +4 -1
  51. package/dist/utils/schemas.d.ts +9 -2
  52. package/package.json +2 -3
  53. /package/dist/pipes/catalog/entries/{people-email-validate-million-1.d.ts → people-email-validate-millionverifier-1.d.ts} +0 -0
@@ -161,10 +161,8 @@ export declare const searchPayloadSchemaCatalog: {
161
161
  exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
162
162
  }, z.core.$strip>>;
163
163
  headcount: z.ZodOptional<z.ZodObject<{
164
- gt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
165
- lt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
166
- gte: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
167
- lte: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
164
+ from: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
165
+ to: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
168
166
  }, z.core.$strip>>;
169
167
  urn: z.ZodOptional<z.ZodObject<{
170
168
  include: z.ZodDefault<z.ZodArray<z.ZodString>>;
@@ -952,10 +950,8 @@ export declare function getSearchPayloadSchema(seachId: SearchId): z.ZodObject<{
952
950
  exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
953
951
  }, z.core.$strip>>;
954
952
  headcount: z.ZodOptional<z.ZodObject<{
955
- gt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
956
- lt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
957
- gte: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
958
- lte: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
953
+ from: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
954
+ to: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
959
955
  }, z.core.$strip>>;
960
956
  urn: z.ZodOptional<z.ZodObject<{
961
957
  include: z.ZodDefault<z.ZodArray<z.ZodString>>;
@@ -1582,6 +1578,64 @@ export declare const SearchResultFieldSchema: z.ZodObject<{
1582
1578
  decimal: "decimal";
1583
1579
  percent: "percent";
1584
1580
  }>>>>;
1581
+ resolved_by: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1582
+ ref: z.ZodNullable<z.ZodEnum<{
1583
+ "prompt:run@1": "prompt:run@1";
1584
+ "company:newssummary:website@1": "company:newssummary:website@1";
1585
+ "company:techstack:builtwith@1": "company:techstack:builtwith@1";
1586
+ "company:websiteurl:email@1": "company:websiteurl:email@1";
1587
+ "company:funding:leadmagic@1": "company:funding:leadmagic@1";
1588
+ "people:workemail:waterfall@1": "people:workemail:waterfall@1";
1589
+ "people:email:iswork@1": "people:email:iswork@1";
1590
+ "people:name:split@1": "people:name:split@1";
1591
+ "people:name:join@1": "people:name:join@1";
1592
+ "people:validate:email:zerobounce@1": "people:validate:email:zerobounce@1";
1593
+ "people:email:validate:zerobounce@2": "people:email:validate:zerobounce@2";
1594
+ "people:mobilenumber:workemail:waterfall@1": "people:mobilenumber:workemail:waterfall@1";
1595
+ "company:overview@1": "company:overview@1";
1596
+ "company:overview@2": "company:overview@2";
1597
+ "json:extract@1": "json:extract@1";
1598
+ "email:write@1": "email:write@1";
1599
+ "message:write@1": "message:write@1";
1600
+ "email:send:resend@1": "email:send:resend@1";
1601
+ "email:send:gmail@1": "email:send:gmail@1";
1602
+ "message:send:slack@1": "message:send:slack@1";
1603
+ "template:fill@1": "template:fill@1";
1604
+ "contact:create:resend@1": "contact:create:resend@1";
1605
+ "people:match:role:waterfall@1": "people:match:role:waterfall@1";
1606
+ "company:identity@2": "company:identity@2";
1607
+ "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
1608
+ "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
1609
+ "people:profile:waterfall@1": "people:profile:waterfall@1";
1610
+ "people:profileurl:email:waterfall@1": "people:profileurl:email:waterfall@1";
1611
+ "people:profileurl:name@1": "people:profileurl:name@1";
1612
+ "people:email:validate:zerobounce@1": "people:email:validate:zerobounce@1";
1613
+ "people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
1614
+ "people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
1615
+ "fields:merge@1": "fields:merge@1";
1616
+ "website:scrape:firecrawl@1": "website:scrape:firecrawl@1";
1617
+ "website:scrapelist:firecrawl@1": "website:scrapelist:firecrawl@1";
1618
+ "website:extract:firecrawl@1": "website:extract:firecrawl@1";
1619
+ "website:maplinks:firecrawl@1": "website:maplinks:firecrawl@1";
1620
+ "sheet:append@1": "sheet:append@1";
1621
+ "sheet:expandappend@1": "sheet:expandappend@1";
1622
+ "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
1623
+ "company:match:logodev@1": "company:match:logodev@1";
1624
+ "company:identity@1": "company:identity@1";
1625
+ "people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
1626
+ "people:professionalprofileurl:name@1": "people:professionalprofileurl:name@1";
1627
+ "people:professionalprofileurl:email:waterfall@1": "people:professionalprofileurl:email:waterfall@1";
1628
+ "people:mobilenumber:professionalprofile:waterfall@1": "people:mobilenumber:professionalprofile:waterfall@1";
1629
+ input: "input";
1630
+ system: "system";
1631
+ }>>;
1632
+ environment: z.ZodNullable<z.ZodEnum<{
1633
+ production: "production";
1634
+ sandbox: "sandbox";
1635
+ }>>;
1636
+ config_hash: z.ZodNullable<z.ZodString>;
1637
+ input_hash: z.ZodNullable<z.ZodString>;
1638
+ }, z.core.$strip>>>;
1585
1639
  widgets: z.ZodOptional<z.ZodObject<{
1586
1640
  display_value: z.ZodOptional<z.ZodObject<{
1587
1641
  label: z.ZodOptional<z.ZodString>;
@@ -1619,6 +1673,8 @@ export declare const SearchResultFieldSchema: z.ZodObject<{
1619
1673
  firecrawl: "firecrawl";
1620
1674
  exa: "exa";
1621
1675
  openai: "openai";
1676
+ companyenrich: "companyenrich";
1677
+ logodev: "logodev";
1622
1678
  }>;
1623
1679
  }, z.core.$strip>>;
1624
1680
  available_providers: z.ZodArray<z.ZodEnum<{
@@ -1641,6 +1697,8 @@ export declare const SearchResultFieldSchema: z.ZodObject<{
1641
1697
  firecrawl: "firecrawl";
1642
1698
  exa: "exa";
1643
1699
  openai: "openai";
1700
+ companyenrich: "companyenrich";
1701
+ logodev: "logodev";
1644
1702
  }>>;
1645
1703
  successful_provider: z.ZodOptional<z.ZodEnum<{
1646
1704
  pipe0: "pipe0";
@@ -1662,6 +1720,8 @@ export declare const SearchResultFieldSchema: z.ZodObject<{
1662
1720
  firecrawl: "firecrawl";
1663
1721
  exa: "exa";
1664
1722
  openai: "openai";
1723
+ companyenrich: "companyenrich";
1724
+ logodev: "logodev";
1665
1725
  }>>;
1666
1726
  }, z.core.$strip>>>;
1667
1727
  icon: z.ZodOptional<z.ZodOptional<z.ZodObject<{
@@ -1719,6 +1779,64 @@ export declare const SearchResultSchema: z.ZodRecord<z.ZodString, z.ZodNullable<
1719
1779
  decimal: "decimal";
1720
1780
  percent: "percent";
1721
1781
  }>>>>;
1782
+ resolved_by: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1783
+ ref: z.ZodNullable<z.ZodEnum<{
1784
+ "prompt:run@1": "prompt:run@1";
1785
+ "company:newssummary:website@1": "company:newssummary:website@1";
1786
+ "company:techstack:builtwith@1": "company:techstack:builtwith@1";
1787
+ "company:websiteurl:email@1": "company:websiteurl:email@1";
1788
+ "company:funding:leadmagic@1": "company:funding:leadmagic@1";
1789
+ "people:workemail:waterfall@1": "people:workemail:waterfall@1";
1790
+ "people:email:iswork@1": "people:email:iswork@1";
1791
+ "people:name:split@1": "people:name:split@1";
1792
+ "people:name:join@1": "people:name:join@1";
1793
+ "people:validate:email:zerobounce@1": "people:validate:email:zerobounce@1";
1794
+ "people:email:validate:zerobounce@2": "people:email:validate:zerobounce@2";
1795
+ "people:mobilenumber:workemail:waterfall@1": "people:mobilenumber:workemail:waterfall@1";
1796
+ "company:overview@1": "company:overview@1";
1797
+ "company:overview@2": "company:overview@2";
1798
+ "json:extract@1": "json:extract@1";
1799
+ "email:write@1": "email:write@1";
1800
+ "message:write@1": "message:write@1";
1801
+ "email:send:resend@1": "email:send:resend@1";
1802
+ "email:send:gmail@1": "email:send:gmail@1";
1803
+ "message:send:slack@1": "message:send:slack@1";
1804
+ "template:fill@1": "template:fill@1";
1805
+ "contact:create:resend@1": "contact:create:resend@1";
1806
+ "people:match:role:waterfall@1": "people:match:role:waterfall@1";
1807
+ "company:identity@2": "company:identity@2";
1808
+ "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
1809
+ "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
1810
+ "people:profile:waterfall@1": "people:profile:waterfall@1";
1811
+ "people:profileurl:email:waterfall@1": "people:profileurl:email:waterfall@1";
1812
+ "people:profileurl:name@1": "people:profileurl:name@1";
1813
+ "people:email:validate:zerobounce@1": "people:email:validate:zerobounce@1";
1814
+ "people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
1815
+ "people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
1816
+ "fields:merge@1": "fields:merge@1";
1817
+ "website:scrape:firecrawl@1": "website:scrape:firecrawl@1";
1818
+ "website:scrapelist:firecrawl@1": "website:scrapelist:firecrawl@1";
1819
+ "website:extract:firecrawl@1": "website:extract:firecrawl@1";
1820
+ "website:maplinks:firecrawl@1": "website:maplinks:firecrawl@1";
1821
+ "sheet:append@1": "sheet:append@1";
1822
+ "sheet:expandappend@1": "sheet:expandappend@1";
1823
+ "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
1824
+ "company:match:logodev@1": "company:match:logodev@1";
1825
+ "company:identity@1": "company:identity@1";
1826
+ "people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
1827
+ "people:professionalprofileurl:name@1": "people:professionalprofileurl:name@1";
1828
+ "people:professionalprofileurl:email:waterfall@1": "people:professionalprofileurl:email:waterfall@1";
1829
+ "people:mobilenumber:professionalprofile:waterfall@1": "people:mobilenumber:professionalprofile:waterfall@1";
1830
+ input: "input";
1831
+ system: "system";
1832
+ }>>;
1833
+ environment: z.ZodNullable<z.ZodEnum<{
1834
+ production: "production";
1835
+ sandbox: "sandbox";
1836
+ }>>;
1837
+ config_hash: z.ZodNullable<z.ZodString>;
1838
+ input_hash: z.ZodNullable<z.ZodString>;
1839
+ }, z.core.$strip>>>;
1722
1840
  widgets: z.ZodOptional<z.ZodObject<{
1723
1841
  display_value: z.ZodOptional<z.ZodObject<{
1724
1842
  label: z.ZodOptional<z.ZodString>;
@@ -1756,6 +1874,8 @@ export declare const SearchResultSchema: z.ZodRecord<z.ZodString, z.ZodNullable<
1756
1874
  firecrawl: "firecrawl";
1757
1875
  exa: "exa";
1758
1876
  openai: "openai";
1877
+ companyenrich: "companyenrich";
1878
+ logodev: "logodev";
1759
1879
  }>;
1760
1880
  }, z.core.$strip>>;
1761
1881
  available_providers: z.ZodArray<z.ZodEnum<{
@@ -1778,6 +1898,8 @@ export declare const SearchResultSchema: z.ZodRecord<z.ZodString, z.ZodNullable<
1778
1898
  firecrawl: "firecrawl";
1779
1899
  exa: "exa";
1780
1900
  openai: "openai";
1901
+ companyenrich: "companyenrich";
1902
+ logodev: "logodev";
1781
1903
  }>>;
1782
1904
  successful_provider: z.ZodOptional<z.ZodEnum<{
1783
1905
  pipe0: "pipe0";
@@ -1799,6 +1921,8 @@ export declare const SearchResultSchema: z.ZodRecord<z.ZodString, z.ZodNullable<
1799
1921
  firecrawl: "firecrawl";
1800
1922
  exa: "exa";
1801
1923
  openai: "openai";
1924
+ companyenrich: "companyenrich";
1925
+ logodev: "logodev";
1802
1926
  }>>;
1803
1927
  }, z.core.$strip>>>;
1804
1928
  icon: z.ZodOptional<z.ZodOptional<z.ZodObject<{
@@ -1899,6 +2023,64 @@ export declare const SearchesResponseSchema: z.ZodObject<{
1899
2023
  decimal: "decimal";
1900
2024
  percent: "percent";
1901
2025
  }>>>>;
2026
+ resolved_by: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2027
+ ref: z.ZodNullable<z.ZodEnum<{
2028
+ "prompt:run@1": "prompt:run@1";
2029
+ "company:newssummary:website@1": "company:newssummary:website@1";
2030
+ "company:techstack:builtwith@1": "company:techstack:builtwith@1";
2031
+ "company:websiteurl:email@1": "company:websiteurl:email@1";
2032
+ "company:funding:leadmagic@1": "company:funding:leadmagic@1";
2033
+ "people:workemail:waterfall@1": "people:workemail:waterfall@1";
2034
+ "people:email:iswork@1": "people:email:iswork@1";
2035
+ "people:name:split@1": "people:name:split@1";
2036
+ "people:name:join@1": "people:name:join@1";
2037
+ "people:validate:email:zerobounce@1": "people:validate:email:zerobounce@1";
2038
+ "people:email:validate:zerobounce@2": "people:email:validate:zerobounce@2";
2039
+ "people:mobilenumber:workemail:waterfall@1": "people:mobilenumber:workemail:waterfall@1";
2040
+ "company:overview@1": "company:overview@1";
2041
+ "company:overview@2": "company:overview@2";
2042
+ "json:extract@1": "json:extract@1";
2043
+ "email:write@1": "email:write@1";
2044
+ "message:write@1": "message:write@1";
2045
+ "email:send:resend@1": "email:send:resend@1";
2046
+ "email:send:gmail@1": "email:send:gmail@1";
2047
+ "message:send:slack@1": "message:send:slack@1";
2048
+ "template:fill@1": "template:fill@1";
2049
+ "contact:create:resend@1": "contact:create:resend@1";
2050
+ "people:match:role:waterfall@1": "people:match:role:waterfall@1";
2051
+ "company:identity@2": "company:identity@2";
2052
+ "people:phone:profile:waterfall@1": "people:phone:profile:waterfall@1";
2053
+ "people:personalemail:profile:waterfall@1": "people:personalemail:profile:waterfall@1";
2054
+ "people:profile:waterfall@1": "people:profile:waterfall@1";
2055
+ "people:profileurl:email:waterfall@1": "people:profileurl:email:waterfall@1";
2056
+ "people:profileurl:name@1": "people:profileurl:name@1";
2057
+ "people:email:validate:zerobounce@1": "people:email:validate:zerobounce@1";
2058
+ "people:email:validate:millionverifier@1": "people:email:validate:millionverifier@1";
2059
+ "people:phone:workemail:waterfall@1": "people:phone:workemail:waterfall@1";
2060
+ "fields:merge@1": "fields:merge@1";
2061
+ "website:scrape:firecrawl@1": "website:scrape:firecrawl@1";
2062
+ "website:scrapelist:firecrawl@1": "website:scrapelist:firecrawl@1";
2063
+ "website:extract:firecrawl@1": "website:extract:firecrawl@1";
2064
+ "website:maplinks:firecrawl@1": "website:maplinks:firecrawl@1";
2065
+ "sheet:append@1": "sheet:append@1";
2066
+ "sheet:expandappend@1": "sheet:expandappend@1";
2067
+ "company:lookalikes:companyenrich@1": "company:lookalikes:companyenrich@1";
2068
+ "company:match:logodev@1": "company:match:logodev@1";
2069
+ "company:identity@1": "company:identity@1";
2070
+ "people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
2071
+ "people:professionalprofileurl:name@1": "people:professionalprofileurl:name@1";
2072
+ "people:professionalprofileurl:email:waterfall@1": "people:professionalprofileurl:email:waterfall@1";
2073
+ "people:mobilenumber:professionalprofile:waterfall@1": "people:mobilenumber:professionalprofile:waterfall@1";
2074
+ input: "input";
2075
+ system: "system";
2076
+ }>>;
2077
+ environment: z.ZodNullable<z.ZodEnum<{
2078
+ production: "production";
2079
+ sandbox: "sandbox";
2080
+ }>>;
2081
+ config_hash: z.ZodNullable<z.ZodString>;
2082
+ input_hash: z.ZodNullable<z.ZodString>;
2083
+ }, z.core.$strip>>>;
1902
2084
  widgets: z.ZodOptional<z.ZodObject<{
1903
2085
  display_value: z.ZodOptional<z.ZodObject<{
1904
2086
  label: z.ZodOptional<z.ZodString>;
@@ -1936,6 +2118,8 @@ export declare const SearchesResponseSchema: z.ZodObject<{
1936
2118
  firecrawl: "firecrawl";
1937
2119
  exa: "exa";
1938
2120
  openai: "openai";
2121
+ companyenrich: "companyenrich";
2122
+ logodev: "logodev";
1939
2123
  }>;
1940
2124
  }, z.core.$strip>>;
1941
2125
  available_providers: z.ZodArray<z.ZodEnum<{
@@ -1958,6 +2142,8 @@ export declare const SearchesResponseSchema: z.ZodObject<{
1958
2142
  firecrawl: "firecrawl";
1959
2143
  exa: "exa";
1960
2144
  openai: "openai";
2145
+ companyenrich: "companyenrich";
2146
+ logodev: "logodev";
1961
2147
  }>>;
1962
2148
  successful_provider: z.ZodOptional<z.ZodEnum<{
1963
2149
  pipe0: "pipe0";
@@ -1979,6 +2165,8 @@ export declare const SearchesResponseSchema: z.ZodObject<{
1979
2165
  firecrawl: "firecrawl";
1980
2166
  exa: "exa";
1981
2167
  openai: "openai";
2168
+ companyenrich: "companyenrich";
2169
+ logodev: "logodev";
1982
2170
  }>>;
1983
2171
  }, z.core.$strip>>>;
1984
2172
  icon: z.ZodOptional<z.ZodOptional<z.ZodObject<{
@@ -2211,10 +2399,8 @@ export declare const SearchesRequestSchema: z.ZodObject<{
2211
2399
  exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
2212
2400
  }, z.core.$strip>>;
2213
2401
  headcount: z.ZodOptional<z.ZodObject<{
2214
- gt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
2215
- lt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
2216
- gte: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
2217
- lte: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
2402
+ from: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
2403
+ to: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
2218
2404
  }, z.core.$strip>>;
2219
2405
  urn: z.ZodOptional<z.ZodObject<{
2220
2406
  include: z.ZodDefault<z.ZodArray<z.ZodString>>;
@@ -78,10 +78,8 @@ export declare class Searches {
78
78
  exclude: string[];
79
79
  } | undefined;
80
80
  headcount?: {
81
- gt?: number | null | undefined;
82
- lt?: number | null | undefined;
83
- gte?: number | null | undefined;
84
- lte?: number | null | undefined;
81
+ from?: number | null | undefined;
82
+ to?: number | null | undefined;
85
83
  } | undefined;
86
84
  urn?: {
87
85
  include: string[];
@@ -445,10 +443,8 @@ export declare class Searches {
445
443
  exclude: string[];
446
444
  } | undefined;
447
445
  headcount?: {
448
- gt?: number | null | undefined;
449
- lt?: number | null | undefined;
450
- gte?: number | null | undefined;
451
- lte?: number | null | undefined;
446
+ from?: number | null | undefined;
447
+ to?: number | null | undefined;
452
448
  } | undefined;
453
449
  urn?: {
454
450
  include: string[];
@@ -1,5 +1,5 @@
1
1
  export declare function splitConnectionString(connection: string): {
2
- provider: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai";
2
+ provider: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | "companyenrich" | "logodev";
3
3
  id: string;
4
4
  };
5
5
  export declare function joinConnectionString(connection: {
@@ -1,3 +1,6 @@
1
1
  export declare function getMockAvatarUrl(): string;
2
- export declare function isEmptyValue(value: unknown): boolean;
2
+ export declare function isEmptyObject(obj: object): boolean;
3
+ export declare function isEmptyValue(value: unknown, { isNullEmpty, }?: {
4
+ isNullEmpty: boolean;
5
+ }): boolean;
3
6
  export declare function getBaseSearchName(searchId: string): string;
@@ -32,6 +32,8 @@ export declare const FieldNameSchema: z.ZodEnum<{
32
32
  zip_code: "zip_code";
33
33
  last_name: "last_name";
34
34
  is_work_email: "is_work_email";
35
+ companyenrich_match: "companyenrich_match";
36
+ companyenrich_matches: "companyenrich_matches";
35
37
  name: "name";
36
38
  ip_address: "ip_address";
37
39
  skills: "skills";
@@ -80,6 +82,9 @@ export declare const FieldNameSchema: z.ZodEnum<{
80
82
  sheet_record_id: "sheet_record_id";
81
83
  sheet_record_ids: "sheet_record_ids";
82
84
  input_objects: "input_objects";
85
+ role_finder_match: "role_finder_match";
86
+ logodev_describe_match: "logodev_describe_match";
87
+ logo_url: "logo_url";
83
88
  professional_profile_url: "professional_profile_url";
84
89
  professional_profile: "professional_profile";
85
90
  company_social_url: "company_social_url";
@@ -106,8 +111,10 @@ export declare const ProviderNameSchema: z.ZodEnum<{
106
111
  firecrawl: "firecrawl";
107
112
  exa: "exa";
108
113
  openai: "openai";
114
+ companyenrich: "companyenrich";
115
+ logodev: "logodev";
109
116
  }>;
110
- export type ProviderRateLimitOperation = "pipe0_logic" | "pipe0_generic" | "pipe0-sheet-operation" | "pipe0_scraper" | "findymail_generic" | "findymail_email_lookup" | "findymail_phone_lookup" | "dropcontact_generic" | "hunter_generic" | "zerobounce_generic" | "millionverifier_generic" | "googlemaps_generic" | "gemini_25_flash_preview" | "gemini_20_flash" | "leadmagic_company_search" | "leadmagic_email_lookup" | "leadmagic_email_to_b2b_profile" | "leadmagic_personal_email_finder" | "leadmagic_mobile_number_lookup" | "leadmagic_company_funding" | "contactout_generic" | "builtwith_generic" | "perplexity_generic" | "serper_search" | "clado_search_people" | "clado_contact_information" | "icypeas_scrape_profile" | "icypeas_lead_database" | "icypeas_company_database" | "icypeas_email_lookup" | "prospeo_phone_number_lookup" | "prospeo_social_profile_lookup" | "clado_social_profile_lookup" | "prospeo_email_lookup" | "resend_generic" | "slack_post_message" | "gmail_send_email" | "leadmagic_employee_finder" | "firecrawl_generic" | "firecrawl_map_requests" | "firecrawl_extract" | "exa_websets" | "openai_gpt-5" | "openai_gpt-5-mini";
117
+ export type ProviderRateLimitOperation = "pipe0_logic" | "pipe0_generic" | "pipe0-sheet-operation" | "pipe0_scraper" | "findymail_generic" | "findymail_email_lookup" | "findymail_phone_lookup" | "dropcontact_generic" | "hunter_generic" | "zerobounce_generic" | "millionverifier_generic" | "googlemaps_generic" | "gemini_25_flash_preview" | "gemini_20_flash" | "leadmagic_company_search" | "leadmagic_email_lookup" | "leadmagic_email_to_b2b_profile" | "leadmagic_personal_email_finder" | "leadmagic_mobile_number_lookup" | "leadmagic_company_funding" | "leadmagic_role_finder" | "contactout_generic" | "builtwith_generic" | "perplexity_generic" | "serper_search" | "clado_search_people" | "clado_contact_information" | "icypeas_scrape_profile" | "icypeas_lead_database" | "icypeas_company_database" | "icypeas_email_lookup" | "prospeo_phone_number_lookup" | "prospeo_social_profile_lookup" | "clado_social_profile_lookup" | "prospeo_email_lookup" | "resend_generic" | "slack_post_message" | "gmail_send_email" | "leadmagic_employee_finder" | "firecrawl_generic" | "firecrawl_map_requests" | "firecrawl_extract" | "exa_websets" | "openai_gpt-5" | "openai_gpt-5-mini" | "company_enrich_generic" | "logodev_describe";
111
118
  export type ProviderName = z.infer<typeof ProviderNameSchema>;
112
119
  export type ExternalProviderName = Exclude<ProviderName, "pipe0">;
113
- export type BillableOperation = "builtwith-get-financial-profile1" | "pipe0-get-company-identity" | "pipe0-get-company-news-summary" | "pipe0-get-company-overview" | "gemini-flash-latest-prompt" | "prospeo-get-work-email" | "leadmagic-get-work-email" | "icypeas-get-work-email" | "pipe0-get-website-url" | "pipe0-extract-json" | "pipe0-is-workemail-check" | "pipe0-join-name" | "pipe0-split-name" | "leadmagic-mobile-from-profile" | "leadmagic-mobile-from-workemail" | "prospeo-mobile-from-profile" | "clado-personal-email-from-profile" | "leadmagic-personal-email-from-profile" | "icypeas-get-professional-profile" | "prospeo-get-professional-profile" | "clado-get-professional-profile" | "leadmagic-profile-url-from-email" | "pipe0-get-profileurl-from-name" | "pipe0-split-name" | "zerobounce-validate-email" | "millionverifier-validate-email" | "builtwith-get-technology-stack" | "send-email-resend" | "gemini-flash-latest-write-email" | "gemini-flash-latest-write-message" | "openai-gpt-latest-write-message" | "openai-gpt-mini-latest-write-message" | "send-message-slack" | "findymail-get-work-email" | "findymail-mobile-from-profile" | "get-company-funding-leadmagic" | "template-fill" | "send-email-gmail" | "pipe0-field-or" | "firecrawl-website-scrape" | "firecrawl-list-url-scrape" | "firecrawl-website-extract" | "firecrawl-website-maplinks" | "openai-gpt-latest-write-email" | "openai-gpt-mini-latest-write-email" | "openai-gpt-latest-prompt" | "openai-gpt-mini-latest-prompt" | "contact-create-resend" | "sheets-append-pipe0" | "sheets-appendexpand-pipe0";
120
+ export type BillableOperation = "builtwith-get-financial-profile1" | "pipe0-get-company-identity" | "pipe0-get-company-news-summary" | "pipe0-get-company-overview" | "gemini-flash-latest-prompt" | "prospeo-get-work-email" | "leadmagic-get-work-email" | "icypeas-get-work-email" | "pipe0-get-website-url" | "pipe0-extract-json" | "pipe0-is-workemail-check" | "pipe0-join-name" | "pipe0-split-name" | "leadmagic-mobile-from-profile" | "leadmagic-mobile-from-workemail" | "prospeo-mobile-from-profile" | "clado-personal-email-from-profile" | "leadmagic-personal-email-from-profile" | "leadmagic-find-role" | "findymail-find-role" | "icypeas-get-professional-profile" | "prospeo-get-professional-profile" | "clado-get-professional-profile" | "leadmagic-profile-url-from-email" | "pipe0-get-profileurl-from-name" | "pipe0-split-name" | "zerobounce-validate-email" | "millionverifier-validate-email" | "builtwith-get-technology-stack" | "send-email-resend" | "gemini-flash-latest-write-email" | "gemini-flash-latest-write-message" | "openai-gpt-latest-write-message" | "openai-gpt-mini-latest-write-message" | "send-message-slack" | "findymail-get-work-email" | "findymail-mobile-from-profile" | "get-company-funding-leadmagic" | "template-fill" | "send-email-gmail" | "pipe0-field-or" | "firecrawl-website-scrape" | "firecrawl-list-url-scrape" | "firecrawl-website-extract" | "firecrawl-website-maplinks" | "openai-gpt-latest-write-email" | "openai-gpt-mini-latest-write-email" | "openai-gpt-latest-prompt" | "openai-gpt-mini-latest-prompt" | "contact-create-resend" | "sheets-append-pipe0" | "sheets-appendexpand-pipe0" | "companyenrich_lookalike_result" | "logodev-company-describe";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipe0/ops",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "type": "module",
@@ -54,8 +54,7 @@
54
54
  "openapi-typescript": "^7.6.1",
55
55
  "tsc-alias": "^1.8.10",
56
56
  "typescript": "^5.8.0",
57
- "vite": "npm:rolldown-vite@latest",
58
- "vite-plugin-dts": "^4.5.4",
57
+ "vite": "npm:rolldown-vite@7.2.1",
59
58
  "vitest": "^4.0.7",
60
59
  "@pipe0/eslint-config": "0.0.0"
61
60
  },