@pipe0/ops 0.0.1 → 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/CHANGELOG.md +13 -0
- package/dist/fields/field-catalog.d.ts +776 -56
- package/dist/fields/json-meta/fields/companyenrich_match.d.ts +63 -0
- package/dist/fields/json-meta/fields/logodev-describe-match.d.ts +31 -0
- package/dist/fields/json-meta/fields/million-verifier-validation-match.d.ts +2 -2
- package/dist/fields/json-meta/fields/role-finder-match.d.ts +9 -0
- package/dist/form-generation/fields.d.ts +33 -7
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3685 -3046
- package/dist/pipes/catalog/entries/company-identity-2.d.ts +4 -4
- package/dist/pipes/catalog/entries/company-lookalikes-companyenrich-1.d.ts +213 -0
- package/dist/pipes/catalog/entries/company-match-logodev-1.d.ts +244 -0
- package/dist/pipes/catalog/entries/company-newssummary-website-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/company-overview-2.d.ts +7 -7
- package/dist/pipes/catalog/entries/company-techstack-builtwith-1.d.ts +7 -7
- package/dist/pipes/catalog/entries/company-websiteurl-email-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/deprecated/company-identity-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/deprecated/company-overview-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/deprecated/people-mobile-number-professional-profile-waterfall-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/deprecated/people-mobile-number-work-email-waterfall-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/deprecated/people-professionalprofile-waterfall-1.d.ts +3 -3
- package/dist/pipes/catalog/entries/deprecated/people-professionalprofileurl-email-waterfall-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/people-email-iswork-1.d.ts +4 -4
- package/dist/pipes/catalog/entries/people-email-validate-zerobounce-2.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-match-role-waterfall-1.d.ts +225 -0
- package/dist/pipes/catalog/entries/people-name-join-1.d.ts +7 -7
- package/dist/pipes/catalog/entries/people-name-split-1.d.ts +4 -4
- package/dist/pipes/catalog/entries/people-personalemail-profile-waterfall-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/people-phone-profile-waterfall-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/people-phone-workemail-waterfall-1.d.ts +6 -6
- package/dist/pipes/catalog/entries/people-profile-waterfall-1.d.ts +4 -4
- package/dist/pipes/catalog/entries/people-profileurl-email-waterfall-1.d.ts +7 -7
- package/dist/pipes/catalog/entries/website-extract-firecrawl-1.d.ts +1 -1
- package/dist/pipes/catalog/pipe.d.ts +347 -31
- package/dist/pipes/catalog/pipes-catalog.d.ts +1325 -259
- package/dist/pipes/catalog/types.d.ts +1 -1
- package/dist/pipes/catalog/utils/get-pipe-hash-key.d.ts +1 -1
- package/dist/pipes/catalog/utils/get-pipe-instances.d.ts +2 -2
- package/dist/pipes/catalog/utils/index.d.ts +34 -34
- package/dist/pipes/pipes-validator/get-output-field-info-from-dev.d.ts +18 -0
- package/dist/pipes/pipes-validator/pipes-validator.d.ts +2 -2
- package/dist/pipes/providers/provider-catalog.d.ts +24 -0
- package/dist/pipes/providers/provider-utils.d.ts +43 -19
- package/dist/pipes/utils/pipes-utils.d.ts +30 -30
- package/dist/pipes/utils/schemas-primitives.d.ts +78 -17
- package/dist/searches/catalog/entries/companies-profiles-icypeas-1.d.ts +4 -8
- package/dist/searches/catalog/searches-catalog.d.ts +198 -12
- package/dist/searches/index.d.ts +4 -8
- package/dist/utils/connection-id.d.ts +1 -1
- package/dist/utils/index.d.ts +4 -1
- package/dist/utils/schemas.d.ts +9 -2
- package/package.json +2 -3
- package/dist/utils/pixelart.d.ts +0 -13
- /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
|
-
|
|
165
|
-
|
|
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
|
-
|
|
956
|
-
|
|
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
|
-
|
|
2215
|
-
|
|
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>>;
|
package/dist/searches/index.d.ts
CHANGED
|
@@ -78,10 +78,8 @@ export declare class Searches {
|
|
|
78
78
|
exclude: string[];
|
|
79
79
|
} | undefined;
|
|
80
80
|
headcount?: {
|
|
81
|
-
|
|
82
|
-
|
|
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
|
-
|
|
449
|
-
|
|
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: {
|
package/dist/utils/index.d.ts
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
export declare function getMockAvatarUrl(): string;
|
|
2
|
-
export declare function
|
|
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;
|
package/dist/utils/schemas.d.ts
CHANGED
|
@@ -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.
|
|
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@
|
|
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
|
},
|
package/dist/utils/pixelart.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export declare const pixelArtMap: {
|
|
2
|
-
readonly company: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/4a186c98-5aeb-4993-8220-23391c032100/catalogpreview";
|
|
3
|
-
readonly email: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/0df5621f-b145-44cb-a0e5-6c48dee31200/catalogpreview";
|
|
4
|
-
readonly phone: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/5339eb51-38f1-49a8-d792-5bd95023df00/catalogpreview";
|
|
5
|
-
readonly logic: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/4fd584fd-183e-43ae-4abe-8ded517eb300/catalogpreview";
|
|
6
|
-
readonly json: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/65d3dc9c-8a27-4ce5-4e36-e6ddaebe8300/catalogpreview";
|
|
7
|
-
readonly ai: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/4e92717a-2445-4a46-2042-f594c3db1a00/catalogpreview";
|
|
8
|
-
readonly linkedin: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/30d2bfd8-8f5a-44b8-2a56-00a95807b900/catalogpreview";
|
|
9
|
-
readonly web: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/bc7a0217-c9db-4aee-352e-adc593183f00/catalogpreview";
|
|
10
|
-
readonly people: "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/bb67686e-3cf4-470d-5328-8aeaf5b9be00/catalogpreview";
|
|
11
|
-
};
|
|
12
|
-
export type PixelArtKey = keyof typeof pixelArtMap;
|
|
13
|
-
export declare function getPixelArt(key: PixelArtKey): "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/4a186c98-5aeb-4993-8220-23391c032100/catalogpreview" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/0df5621f-b145-44cb-a0e5-6c48dee31200/catalogpreview" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/5339eb51-38f1-49a8-d792-5bd95023df00/catalogpreview" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/4fd584fd-183e-43ae-4abe-8ded517eb300/catalogpreview" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/65d3dc9c-8a27-4ce5-4e36-e6ddaebe8300/catalogpreview" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/4e92717a-2445-4a46-2042-f594c3db1a00/catalogpreview" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/30d2bfd8-8f5a-44b8-2a56-00a95807b900/catalogpreview" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/bc7a0217-c9db-4aee-352e-adc593183f00/catalogpreview" | "https://imagedelivery.net/3B3AWuP94-S3Ro5eEac6JA/bb67686e-3cf4-470d-5328-8aeaf5b9be00/catalogpreview";
|