@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.
Files changed (34) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/index.js +62 -65
  3. package/dist/pipes/catalog/entries/company-funding-leadmagic-1.d.ts +2 -2
  4. package/dist/pipes/catalog/entries/company-match-logodev-1.d.ts +1 -1
  5. package/dist/pipes/catalog/entries/company-newssummary-website-1.d.ts +1 -1
  6. package/dist/pipes/catalog/entries/company-overview-2.d.ts +1 -1
  7. package/dist/pipes/catalog/entries/company-techstack-builtwith-1.d.ts +2 -2
  8. package/dist/pipes/catalog/entries/company-websiteurl-email-1.d.ts +2 -2
  9. package/dist/pipes/catalog/entries/contact-create-resent-1.d.ts +1 -1
  10. package/dist/pipes/catalog/entries/deprecated/people-mobile-number-professional-profile-waterfall-1.d.ts +1 -1
  11. package/dist/pipes/catalog/entries/deprecated/people-mobile-number-work-email-waterfall-1.d.ts +1 -1
  12. package/dist/pipes/catalog/entries/email-send-gmail.d.ts +2 -2
  13. package/dist/pipes/catalog/entries/email-send-resend-1.d.ts +1 -1
  14. package/dist/pipes/catalog/entries/email-write-1.d.ts +1 -1
  15. package/dist/pipes/catalog/entries/fields-merge-1.d.ts +1 -1
  16. package/dist/pipes/catalog/entries/json-extract-1.d.ts +1 -1
  17. package/dist/pipes/catalog/entries/message-send-slack-1.d.ts +2 -2
  18. package/dist/pipes/catalog/entries/people-email-iswork-1.d.ts +2 -2
  19. package/dist/pipes/catalog/entries/people-match-role-waterfall-1.d.ts +1 -1
  20. package/dist/pipes/catalog/entries/people-name-join-1.d.ts +1 -1
  21. package/dist/pipes/catalog/entries/people-personalemail-profile-waterfall-1.d.ts +2 -2
  22. package/dist/pipes/catalog/entries/people-phone-profile-waterfall-1.d.ts +1 -1
  23. package/dist/pipes/catalog/entries/people-phone-workemail-waterfall-1.d.ts +1 -1
  24. package/dist/pipes/catalog/entries/people-workemail-waterfall-1.d.ts +1 -1
  25. package/dist/pipes/catalog/entries/sheet-expandappend-1.d.ts +1 -1
  26. package/dist/pipes/catalog/entries/website-extract-firecrawl-1.d.ts +1 -1
  27. package/dist/pipes/catalog/entries/website-maplinks-firecrawl-1.d.ts +1 -1
  28. package/dist/pipes/catalog/entries/website-scrape-firecrawl-1.d.ts +1 -1
  29. package/dist/pipes/catalog/entries/website-scrapelist-firecrawl-1.d.ts +1 -1
  30. package/dist/pipes/catalog/pipes-catalog.d.ts +70 -70
  31. package/dist/pipes/utils/schemas-primitives.d.ts +26 -6
  32. package/dist/pipes/utils/sheet-schemas-primitives.d.ts +10129 -0
  33. package/dist/searches/catalog/searches-catalog.d.ts +6 -6
  34. 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.ZodNullable<z.ZodEnum<{
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.ZodNullable<z.ZodEnum<{
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.ZodNullable<z.ZodEnum<{
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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipe0/ops",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "type": "module",