@pipe0/ops 0.0.3 → 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.
- package/CHANGELOG.md +6 -0
- package/dist/index.js +62 -65
- package/dist/pipes/catalog/entries/company-funding-leadmagic-1.d.ts +2 -2
- package/dist/pipes/catalog/entries/company-match-logodev-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/company-newssummary-website-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/company-overview-2.d.ts +1 -1
- package/dist/pipes/catalog/entries/company-techstack-builtwith-1.d.ts +2 -2
- package/dist/pipes/catalog/entries/company-websiteurl-email-1.d.ts +2 -2
- package/dist/pipes/catalog/entries/contact-create-resent-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/deprecated/people-mobile-number-professional-profile-waterfall-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/deprecated/people-mobile-number-work-email-waterfall-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/email-send-gmail.d.ts +2 -2
- package/dist/pipes/catalog/entries/email-send-resend-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/email-write-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/fields-merge-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/json-extract-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/message-send-slack-1.d.ts +2 -2
- package/dist/pipes/catalog/entries/people-email-iswork-1.d.ts +2 -2
- package/dist/pipes/catalog/entries/people-match-role-waterfall-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-name-join-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-personalemail-profile-waterfall-1.d.ts +2 -2
- package/dist/pipes/catalog/entries/people-phone-profile-waterfall-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-phone-workemail-waterfall-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/people-workemail-waterfall-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/sheet-expandappend-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/website-extract-firecrawl-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/website-maplinks-firecrawl-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/website-scrape-firecrawl-1.d.ts +1 -1
- package/dist/pipes/catalog/entries/website-scrapelist-firecrawl-1.d.ts +1 -1
- package/dist/pipes/catalog/pipes-catalog.d.ts +70 -70
- package/dist/pipes/utils/schemas-primitives.d.ts +26 -6
- package/dist/pipes/utils/sheet-schemas-primitives.d.ts +10129 -0
- package/dist/searches/catalog/searches-catalog.d.ts +6 -6
- package/package.json +1 -1
|
@@ -1558,7 +1558,7 @@ export declare const SearchResultFieldSchema: z.ZodObject<{
|
|
|
1558
1558
|
json: "json";
|
|
1559
1559
|
unknown: "unknown";
|
|
1560
1560
|
}>>;
|
|
1561
|
-
format: z.ZodOptional<z.ZodNullable<z.
|
|
1561
|
+
format: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1562
1562
|
email: "email";
|
|
1563
1563
|
address_line_1: "address_line_1";
|
|
1564
1564
|
zip_code: "zip_code";
|
|
@@ -1577,7 +1577,7 @@ export declare const SearchResultFieldSchema: z.ZodObject<{
|
|
|
1577
1577
|
text: "text";
|
|
1578
1578
|
decimal: "decimal";
|
|
1579
1579
|
percent: "percent";
|
|
1580
|
-
}
|
|
1580
|
+
}>>>;
|
|
1581
1581
|
resolved_by: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1582
1582
|
ref: z.ZodNullable<z.ZodEnum<{
|
|
1583
1583
|
"prompt:run@1": "prompt:run@1";
|
|
@@ -1759,7 +1759,7 @@ export declare const SearchResultSchema: z.ZodRecord<z.ZodString, z.ZodNullable<
|
|
|
1759
1759
|
json: "json";
|
|
1760
1760
|
unknown: "unknown";
|
|
1761
1761
|
}>>;
|
|
1762
|
-
format: z.ZodOptional<z.ZodNullable<z.
|
|
1762
|
+
format: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1763
1763
|
email: "email";
|
|
1764
1764
|
address_line_1: "address_line_1";
|
|
1765
1765
|
zip_code: "zip_code";
|
|
@@ -1778,7 +1778,7 @@ export declare const SearchResultSchema: z.ZodRecord<z.ZodString, z.ZodNullable<
|
|
|
1778
1778
|
text: "text";
|
|
1779
1779
|
decimal: "decimal";
|
|
1780
1780
|
percent: "percent";
|
|
1781
|
-
}
|
|
1781
|
+
}>>>;
|
|
1782
1782
|
resolved_by: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1783
1783
|
ref: z.ZodNullable<z.ZodEnum<{
|
|
1784
1784
|
"prompt:run@1": "prompt:run@1";
|
|
@@ -2003,7 +2003,7 @@ export declare const SearchesResponseSchema: z.ZodObject<{
|
|
|
2003
2003
|
json: "json";
|
|
2004
2004
|
unknown: "unknown";
|
|
2005
2005
|
}>>;
|
|
2006
|
-
format: z.ZodOptional<z.ZodNullable<z.
|
|
2006
|
+
format: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2007
2007
|
email: "email";
|
|
2008
2008
|
address_line_1: "address_line_1";
|
|
2009
2009
|
zip_code: "zip_code";
|
|
@@ -2022,7 +2022,7 @@ export declare const SearchesResponseSchema: z.ZodObject<{
|
|
|
2022
2022
|
text: "text";
|
|
2023
2023
|
decimal: "decimal";
|
|
2024
2024
|
percent: "percent";
|
|
2025
|
-
}
|
|
2025
|
+
}>>>;
|
|
2026
2026
|
resolved_by: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2027
2027
|
ref: z.ZodNullable<z.ZodEnum<{
|
|
2028
2028
|
"prompt:run@1": "prompt:run@1";
|