@pipe0/ops 0.0.12 → 0.0.14

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 (63) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +1 -1
  3. package/dist/fields/field-catalog.d.ts +8 -4
  4. package/dist/fields/json-meta/fields/clado-person-match-v2.d.ts +2 -2
  5. package/dist/fields/json-meta/fields/crustdata-person-match.d.ts +1 -0
  6. package/dist/form-generation/fields.d.ts +1 -1
  7. package/dist/index.js +121 -106
  8. package/dist/pipes/catalog/entries/company-funding-leadmagic-1.d.ts +1 -1
  9. package/dist/pipes/catalog/entries/company-identity-2.d.ts +1 -1
  10. package/dist/pipes/catalog/entries/company-lookalikes-companyenrich-1.d.ts +1 -1
  11. package/dist/pipes/catalog/entries/company-match-crustdata-1.d.ts +1 -1
  12. package/dist/pipes/catalog/entries/company-match-logodev-1.d.ts +1 -1
  13. package/dist/pipes/catalog/entries/company-newssummary-website-1.d.ts +1 -1
  14. package/dist/pipes/catalog/entries/company-overview-2.d.ts +1 -1
  15. package/dist/pipes/catalog/entries/company-techstack-builtwith-1.d.ts +1 -1
  16. package/dist/pipes/catalog/entries/company-websiteurl-email-1.d.ts +1 -1
  17. package/dist/pipes/catalog/entries/contact-create-resent-1.d.ts +1 -1
  18. package/dist/pipes/catalog/entries/email-send-gmail.d.ts +1 -1
  19. package/dist/pipes/catalog/entries/email-send-resend-1.d.ts +1 -1
  20. package/dist/pipes/catalog/entries/email-write-1.d.ts +1 -1
  21. package/dist/pipes/catalog/entries/field-domainify-1.d.ts +1 -1
  22. package/dist/pipes/catalog/entries/field-slugify-1.d.ts +1 -1
  23. package/dist/pipes/catalog/entries/fields-merge-1.d.ts +1 -1
  24. package/dist/pipes/catalog/entries/json-extract-1.d.ts +1 -1
  25. package/dist/pipes/catalog/entries/message-send-slack-1.d.ts +1 -1
  26. package/dist/pipes/catalog/entries/message-write-1.d.ts +1 -1
  27. package/dist/pipes/catalog/entries/people-email-iswork-1.d.ts +1 -1
  28. package/dist/pipes/catalog/entries/people-email-validate-millionverifier-1.d.ts +1 -1
  29. package/dist/pipes/catalog/entries/people-email-validate-zerobounce-2.d.ts +1 -1
  30. package/dist/pipes/catalog/entries/people-identity-amplemarket-1.d.ts +1 -1
  31. package/dist/pipes/catalog/entries/people-identity-email-waterfall-1.d.ts +1 -1
  32. package/dist/pipes/catalog/entries/people-match-amplemarket-1.d.ts +1 -1
  33. package/dist/pipes/catalog/entries/people-match-role-waterfall-1.d.ts +1 -1
  34. package/dist/pipes/catalog/entries/people-name-join-1.d.ts +1 -1
  35. package/dist/pipes/catalog/entries/people-name-split-1.d.ts +1 -1
  36. package/dist/pipes/catalog/entries/people-personalemail-profile-waterfall-1.d.ts +1 -1
  37. package/dist/pipes/catalog/entries/people-phone-profile-waterfall-1.d.ts +1 -1
  38. package/dist/pipes/catalog/entries/people-phone-workemail-waterfall-1.d.ts +1 -1
  39. package/dist/pipes/catalog/entries/people-posts-crustdata-1.d.ts +1 -1
  40. package/dist/pipes/catalog/entries/people-profile-waterfall-1.d.ts +1 -1
  41. package/dist/pipes/catalog/entries/people-profile-workemail-curstdata-1.d.ts +1 -1
  42. package/dist/pipes/catalog/entries/people-profileurl-email-waterfall-1.d.ts +1 -1
  43. package/dist/pipes/catalog/entries/people-profileurl-name-1.d.ts +1 -1
  44. package/dist/pipes/catalog/entries/people-workemail-profileurl-waterfall-1.d.ts +1 -1
  45. package/dist/pipes/catalog/entries/people-workemail-waterfall-1.d.ts +1 -1
  46. package/dist/pipes/catalog/entries/prompt-run-1.d.ts +1 -1
  47. package/dist/pipes/catalog/entries/sheet-row-append-1.d.ts +1 -1
  48. package/dist/pipes/catalog/entries/sheet-row-append-sheet-1.d.ts +1 -1
  49. package/dist/pipes/catalog/entries/sheet-row-expandappend-1.d.ts +1 -1
  50. package/dist/pipes/catalog/entries/template-fill-1.d.ts +1 -1
  51. package/dist/pipes/catalog/entries/website-extract-firecrawl-1.d.ts +1 -1
  52. package/dist/pipes/catalog/entries/website-maplinks-firecrawl-1.d.ts +1 -1
  53. package/dist/pipes/catalog/entries/website-scrape-firecrawl-1.d.ts +1 -1
  54. package/dist/pipes/catalog/entries/website-scrapelist-firecrawl-1.d.ts +1 -1
  55. package/dist/pipes/catalog/pipe.d.ts +4 -2
  56. package/dist/pipes/catalog/pipes-catalog.d.ts +94 -94
  57. package/dist/pipes/catalog/utils/index.d.ts +1 -0
  58. package/dist/searches/catalog/entries/{people-profiles-clado-2.d.ts → deprecated/people-profiles-clado-2.d.ts} +10 -7
  59. package/dist/searches/catalog/entries/people-profiles-icypeas-1.d.ts +8 -8
  60. package/dist/searches/catalog/searches-catalog.d.ts +24 -18
  61. package/dist/searches/catalog/utils/index.d.ts +2 -1
  62. package/dist/searches/index.d.ts +14 -14
  63. package/package.json +2 -2
@@ -375,6 +375,7 @@ export declare function markRecordFieldAsProcessing(field: RecordField): {
375
375
  } | undefined;
376
376
  };
377
377
  export declare function getBasePipeName(pipeId: string): string;
378
+ export declare function getPipeDocsURI(pipeId: string): string;
378
379
  export declare function catalogInput(field: NamedFieldEntry, config: {
379
380
  input_fields?: Record<string, {
380
381
  alias?: string | undefined;
@@ -1,8 +1,8 @@
1
1
  import { z, ZodType } from "zod";
2
- import type { PipeConnectionRequirement, SearchOutputField } from "../../../pipes/catalog/types.js";
3
- import type { SearchId } from "../../schemas.js";
4
- import type { DedupConfig } from "../../types.js";
5
- import { Search } from "../search.js";
2
+ import type { PipeConnectionRequirement, SearchOutputField } from "../../../../pipes/catalog/types.js";
3
+ import type { SearchId } from "../../../schemas.js";
4
+ import type { DedupConfig } from "../../../types.js";
5
+ import { Search } from "../../search.js";
6
6
  export declare const searchId = "people:profiles:clado@2";
7
7
  declare const PayloadSchema: z.ZodObject<{
8
8
  search_id: z.ZodLiteral<"people:profiles:clado@2">;
@@ -111,12 +111,15 @@ export declare const PeopleProfilesCladoEntry2: {
111
111
  searchId: "people:profiles:clado@2";
112
112
  baseSearch: string;
113
113
  label: string;
114
- categories: "people"[];
114
+ categories: "deprecated"[];
115
115
  hasManagedConnection: true;
116
116
  allowsUserConnection: true;
117
- lifecycle: null;
117
+ lifecycle: {
118
+ deprecatedOn: string;
119
+ replacedBy: "people:profiles:clado@2";
120
+ };
118
121
  description: string;
119
- tags: "People Profiles"[];
122
+ tags: never[];
120
123
  docPath: string;
121
124
  cost: {
122
125
  mode: "per_page";
@@ -61,14 +61,14 @@ declare const PayloadSchema: z.ZodObject<{
61
61
  include: z.ZodDefault<z.ZodArray<z.ZodString>>;
62
62
  exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
63
63
  }, z.core.$strip>>;
64
- currentEmployersWebsiteUrls: z.ZodObject<{
64
+ currentEmployersWebsiteUrls: z.ZodOptional<z.ZodObject<{
65
65
  include: z.ZodDefault<z.ZodArray<z.ZodString>>;
66
66
  exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
67
- }, z.core.$strip>;
68
- pastEmployersWebsiteUrls: z.ZodObject<{
67
+ }, z.core.$strip>>;
68
+ pastEmployersWebsiteUrls: z.ZodOptional<z.ZodObject<{
69
69
  include: z.ZodDefault<z.ZodArray<z.ZodString>>;
70
70
  exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
71
- }, z.core.$strip>;
71
+ }, z.core.$strip>>;
72
72
  pastJobTitle: z.ZodOptional<z.ZodObject<{
73
73
  include: z.ZodDefault<z.ZodArray<z.ZodString>>;
74
74
  exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
@@ -171,14 +171,14 @@ export declare const PeopleProfilesIcypeasPayloadSchema1: z.ZodObject<{
171
171
  include: z.ZodDefault<z.ZodArray<z.ZodString>>;
172
172
  exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
173
173
  }, z.core.$strip>>;
174
- currentEmployersWebsiteUrls: z.ZodObject<{
174
+ currentEmployersWebsiteUrls: z.ZodOptional<z.ZodObject<{
175
175
  include: z.ZodDefault<z.ZodArray<z.ZodString>>;
176
176
  exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
177
- }, z.core.$strip>;
178
- pastEmployersWebsiteUrls: z.ZodObject<{
177
+ }, z.core.$strip>>;
178
+ pastEmployersWebsiteUrls: z.ZodOptional<z.ZodObject<{
179
179
  include: z.ZodDefault<z.ZodArray<z.ZodString>>;
180
180
  exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
181
- }, z.core.$strip>;
181
+ }, z.core.$strip>>;
182
182
  pastJobTitle: z.ZodOptional<z.ZodObject<{
183
183
  include: z.ZodDefault<z.ZodArray<z.ZodString>>;
184
184
  exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
@@ -320,14 +320,14 @@ export declare const searchPayloadSchemaCatalog: {
320
320
  include: z.ZodDefault<z.ZodArray<z.ZodString>>;
321
321
  exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
322
322
  }, z.core.$strip>>;
323
- currentEmployersWebsiteUrls: z.ZodObject<{
323
+ currentEmployersWebsiteUrls: z.ZodOptional<z.ZodObject<{
324
324
  include: z.ZodDefault<z.ZodArray<z.ZodString>>;
325
325
  exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
326
- }, z.core.$strip>;
327
- pastEmployersWebsiteUrls: z.ZodObject<{
326
+ }, z.core.$strip>>;
327
+ pastEmployersWebsiteUrls: z.ZodOptional<z.ZodObject<{
328
328
  include: z.ZodDefault<z.ZodArray<z.ZodString>>;
329
329
  exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
330
- }, z.core.$strip>;
330
+ }, z.core.$strip>>;
331
331
  pastJobTitle: z.ZodOptional<z.ZodObject<{
332
332
  include: z.ZodDefault<z.ZodArray<z.ZodString>>;
333
333
  exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
@@ -1127,12 +1127,15 @@ export declare const searchCatalog: {
1127
1127
  searchId: "people:profiles:clado@2";
1128
1128
  baseSearch: string;
1129
1129
  label: string;
1130
- categories: "people"[];
1130
+ categories: "deprecated"[];
1131
1131
  hasManagedConnection: true;
1132
1132
  allowsUserConnection: true;
1133
- lifecycle: null;
1133
+ lifecycle: {
1134
+ deprecatedOn: string;
1135
+ replacedBy: "people:profiles:clado@2";
1136
+ };
1134
1137
  description: string;
1135
- tags: "People Profiles"[];
1138
+ tags: never[];
1136
1139
  docPath: string;
1137
1140
  cost: {
1138
1141
  mode: "per_page";
@@ -1525,14 +1528,14 @@ export declare function getSearchPayloadSchema(seachId: SearchId): z.ZodObject<{
1525
1528
  include: z.ZodDefault<z.ZodArray<z.ZodString>>;
1526
1529
  exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
1527
1530
  }, z.core.$strip>>;
1528
- currentEmployersWebsiteUrls: z.ZodObject<{
1531
+ currentEmployersWebsiteUrls: z.ZodOptional<z.ZodObject<{
1529
1532
  include: z.ZodDefault<z.ZodArray<z.ZodString>>;
1530
1533
  exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
1531
- }, z.core.$strip>;
1532
- pastEmployersWebsiteUrls: z.ZodObject<{
1534
+ }, z.core.$strip>>;
1535
+ pastEmployersWebsiteUrls: z.ZodOptional<z.ZodObject<{
1533
1536
  include: z.ZodDefault<z.ZodArray<z.ZodString>>;
1534
1537
  exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
1535
- }, z.core.$strip>;
1538
+ }, z.core.$strip>>;
1536
1539
  pastJobTitle: z.ZodOptional<z.ZodObject<{
1537
1540
  include: z.ZodDefault<z.ZodArray<z.ZodString>>;
1538
1541
  exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
@@ -3013,14 +3016,14 @@ export declare const SearchesRequestSchema: z.ZodObject<{
3013
3016
  include: z.ZodDefault<z.ZodArray<z.ZodString>>;
3014
3017
  exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
3015
3018
  }, z.core.$strip>>;
3016
- currentEmployersWebsiteUrls: z.ZodObject<{
3019
+ currentEmployersWebsiteUrls: z.ZodOptional<z.ZodObject<{
3017
3020
  include: z.ZodDefault<z.ZodArray<z.ZodString>>;
3018
3021
  exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
3019
- }, z.core.$strip>;
3020
- pastEmployersWebsiteUrls: z.ZodObject<{
3022
+ }, z.core.$strip>>;
3023
+ pastEmployersWebsiteUrls: z.ZodOptional<z.ZodObject<{
3021
3024
  include: z.ZodDefault<z.ZodArray<z.ZodString>>;
3022
3025
  exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
3023
- }, z.core.$strip>;
3026
+ }, z.core.$strip>>;
3024
3027
  pastJobTitle: z.ZodOptional<z.ZodObject<{
3025
3028
  include: z.ZodDefault<z.ZodArray<z.ZodString>>;
3026
3029
  exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
@@ -3793,12 +3796,15 @@ export declare function getSearchEntry(searchId: SearchId): {
3793
3796
  searchId: "people:profiles:clado@2";
3794
3797
  baseSearch: string;
3795
3798
  label: string;
3796
- categories: "people"[];
3799
+ categories: "deprecated"[];
3797
3800
  hasManagedConnection: true;
3798
3801
  allowsUserConnection: true;
3799
- lifecycle: null;
3802
+ lifecycle: {
3803
+ deprecatedOn: string;
3804
+ replacedBy: "people:profiles:clado@2";
3805
+ };
3800
3806
  description: string;
3801
- tags: "People Profiles"[];
3807
+ tags: never[];
3802
3808
  docPath: string;
3803
3809
  cost: {
3804
3810
  mode: "per_page";
@@ -1 +1,2 @@
1
- export {};
1
+ export declare function getBaseSearchName(searchId: string): string;
2
+ export declare function getSearchDocsURI(searchId: string): string;
@@ -295,23 +295,23 @@ export declare class Searches {
295
295
  config: {
296
296
  limit: number | null;
297
297
  filters: {
298
- currentEmployersWebsiteUrls: {
298
+ firstname?: {
299
299
  include: string[];
300
300
  exclude: string[];
301
- };
302
- pastEmployersWebsiteUrls: {
301
+ } | undefined;
302
+ lastname?: {
303
303
  include: string[];
304
304
  exclude: string[];
305
- };
306
- firstname?: {
305
+ } | undefined;
306
+ currentJobTitle?: {
307
307
  include: string[];
308
308
  exclude: string[];
309
309
  } | undefined;
310
- lastname?: {
310
+ currentEmployersWebsiteUrls?: {
311
311
  include: string[];
312
312
  exclude: string[];
313
313
  } | undefined;
314
- currentJobTitle?: {
314
+ pastEmployersWebsiteUrls?: {
315
315
  include: string[];
316
316
  exclude: string[];
317
317
  } | undefined;
@@ -797,23 +797,23 @@ export declare class Searches {
797
797
  config: {
798
798
  limit: number | null;
799
799
  filters: {
800
- currentEmployersWebsiteUrls: {
800
+ firstname?: {
801
801
  include: string[];
802
802
  exclude: string[];
803
- };
804
- pastEmployersWebsiteUrls: {
803
+ } | undefined;
804
+ lastname?: {
805
805
  include: string[];
806
806
  exclude: string[];
807
- };
808
- firstname?: {
807
+ } | undefined;
808
+ currentJobTitle?: {
809
809
  include: string[];
810
810
  exclude: string[];
811
811
  } | undefined;
812
- lastname?: {
812
+ currentEmployersWebsiteUrls?: {
813
813
  include: string[];
814
814
  exclude: string[];
815
815
  } | undefined;
816
- currentJobTitle?: {
816
+ pastEmployersWebsiteUrls?: {
817
817
  include: string[];
818
818
  exclude: string[];
819
819
  } | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipe0/ops",
3
- "version": "0.0.12",
3
+ "version": "0.0.14",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "type": "module",
@@ -47,7 +47,7 @@
47
47
  "tldts": "^7.0.19",
48
48
  "xxhash-wasm": "^1.1.0",
49
49
  "zod": "4.1.12",
50
- "@pipe0/client": "0.0.15"
50
+ "@pipe0/client": "0.0.16"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/json-schema": "^7.0.15",