@pipe0/ops 0.0.6 → 0.0.8
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 +16 -0
- package/dist/index.js +37 -7
- package/dist/pipes/catalog/entries/people-identity-email-waterfall-1.d.ts +4 -4
- package/dist/pipes/catalog/entries/people-profile-workemail-curstdata-1.d.ts +1 -1
- package/dist/pipes/catalog/pipes-catalog.d.ts +25 -25
- package/dist/pipes/catalog/utils/get-pipe-instances.d.ts +2 -2
- package/dist/pipes/catalog/utils/index.d.ts +12 -12
- package/dist/pipes/utils/pipes-utils.d.ts +12 -12
- package/dist/pipes/utils/schemas-primitives.d.ts +14 -14
- package/dist/pipes/utils/sheet-schemas-primitives.d.ts +7 -7
- package/dist/searches/catalog/entries/people-profiles-crustdata-1.d.ts +6 -0
- package/dist/searches/catalog/searches-catalog.d.ts +15 -3
- package/dist/searches/index.d.ts +4 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @pipe0/ops
|
|
2
2
|
|
|
3
|
+
## 0.0.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 880540f: Add website field to crustdata filters
|
|
8
|
+
- Updated dependencies [880540f]
|
|
9
|
+
- @pipe0/client@0.0.11
|
|
10
|
+
|
|
11
|
+
## 0.0.7
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 44fc797: Rename person identity pipe
|
|
16
|
+
- Updated dependencies [44fc797]
|
|
17
|
+
- @pipe0/client@0.0.10
|
|
18
|
+
|
|
3
19
|
## 0.0.6
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/dist/index.js
CHANGED
|
@@ -13768,7 +13768,7 @@ const FieldNameSchema = _enum(/* @__PURE__ */ "company_description.cleaned_compa
|
|
|
13768
13768
|
"openai",
|
|
13769
13769
|
"companyenrich",
|
|
13770
13770
|
"logodev"
|
|
13771
|
-
]), PipesEnvironmentSchema = _enum(["production", "sandbox"]), PIPE_IDS = /* @__PURE__ */ "prompt:run@1.company:newssummary:website@1.company:techstack:builtwith@1.company:websiteurl:email@1.company:funding:leadmagic@1.people:workemail:waterfall@1.people:email:iswork@1.people:name:split@1.people:name:join@1.people:validate:email:zerobounce@1.people:email:validate:zerobounce@2.people:mobilenumber:workemail:waterfall@1.company:overview@1.company:overview@2.json:extract@1.email:write@1.message:write@1.email:send:resend@1.email:send:gmail@1.message:send:slack@1.template:fill@1.contact:create:resend@1.people:match:role:waterfall@1.company:identity@2.people:phone:profile:waterfall@1.people:personalemail:profile:waterfall@1.people:profile:waterfall@1.people:profileurl:email:waterfall@1.people:profileurl:name@1.people:email:validate:zerobounce@1.people:email:validate:millionverifier@1.people:phone:workemail:waterfall@1.fields:merge@1.website:scrape:firecrawl@1.website:scrapelist:firecrawl@1.website:extract:firecrawl@1.website:maplinks:firecrawl@1.sheet:append@1.sheet:expandappend@1.company:lookalikes:companyenrich@1.company:match:logodev@1.people:posts:crustdata@1.people:profile:workemail:crustdata@1.people:workemail:profileurl:waterfall@1.people:identity:
|
|
13771
|
+
]), PipesEnvironmentSchema = _enum(["production", "sandbox"]), PIPE_IDS = /* @__PURE__ */ "prompt:run@1.company:newssummary:website@1.company:techstack:builtwith@1.company:websiteurl:email@1.company:funding:leadmagic@1.people:workemail:waterfall@1.people:email:iswork@1.people:name:split@1.people:name:join@1.people:validate:email:zerobounce@1.people:email:validate:zerobounce@2.people:mobilenumber:workemail:waterfall@1.company:overview@1.company:overview@2.json:extract@1.email:write@1.message:write@1.email:send:resend@1.email:send:gmail@1.message:send:slack@1.template:fill@1.contact:create:resend@1.people:match:role:waterfall@1.company:identity@2.people:phone:profile:waterfall@1.people:personalemail:profile:waterfall@1.people:profile:waterfall@1.people:profileurl:email:waterfall@1.people:profileurl:name@1.people:email:validate:zerobounce@1.people:email:validate:millionverifier@1.people:phone:workemail:waterfall@1.fields:merge@1.website:scrape:firecrawl@1.website:scrapelist:firecrawl@1.website:extract:firecrawl@1.website:maplinks:firecrawl@1.sheet:append@1.sheet:expandappend@1.company:lookalikes:companyenrich@1.company:match:logodev@1.people:posts:crustdata@1.people:profile:workemail:crustdata@1.people:workemail:profileurl:waterfall@1.people:identity:email:waterfall@1.company:identity@1.people:professionalprofile:waterfall@1.people:professionalprofileurl:name@1.people:professionalprofileurl:email:waterfall@1.people:mobilenumber:professionalprofile:waterfall@1".split("."), PipeIdSchema = _enum(PIPE_IDS), RECORD_FIELD_TYPES = [
|
|
13772
13772
|
"string",
|
|
13773
13773
|
"number",
|
|
13774
13774
|
"boolean",
|
|
@@ -26361,7 +26361,7 @@ const PeopleProfileWorkemailCrustdataPipeClass1 = class extends Pipe {
|
|
|
26361
26361
|
inputFieldMode: "static",
|
|
26362
26362
|
outputFieldMode: "static",
|
|
26363
26363
|
basePipe: getBasePipeName(pipeId$13),
|
|
26364
|
-
label: "
|
|
26364
|
+
label: "Profile from work email",
|
|
26365
26365
|
executionMode: "single",
|
|
26366
26366
|
categories: ["people_data"],
|
|
26367
26367
|
lifecycle: null,
|
|
@@ -27707,7 +27707,7 @@ var pipeId$1 = "people:workemail:profileurl:waterfall@1", profileUrlInput = getF
|
|
|
27707
27707
|
groupPath: "config.general",
|
|
27708
27708
|
required: !1,
|
|
27709
27709
|
sectionKey: "general",
|
|
27710
|
-
description: "
|
|
27710
|
+
description: "Higher chance of bouncing or being marked as spam.",
|
|
27711
27711
|
label: "Allow risky emails"
|
|
27712
27712
|
}),
|
|
27713
27713
|
input_fields: inputFields(object({ [profileUrlInput.name]: pipesInputField({ fieldName: profileUrlInput.name }) })),
|
|
@@ -27831,7 +27831,7 @@ const PoepleWorkEmailProfileUrlWaterfallPipeClass1 = class extends Pipe {
|
|
|
27831
27831
|
}
|
|
27832
27832
|
}
|
|
27833
27833
|
};
|
|
27834
|
-
var pipeId = "people:identity:
|
|
27834
|
+
var pipeId = "people:identity:email:waterfall@1", emailInput = getField("email"), companyWebsiteUrlOutput = getField("company_website_url"), nameOutput$2 = getField("name"), jobTitleOutput$2 = getField("job_title"), profileUrlOutput$2 = getField("profile_url"), companyProfileUrlOutput = getField("company_profile_url"), companyNameOutput$3 = getField("company_name"), PROVIDERS = [
|
|
27835
27835
|
"findymail",
|
|
27836
27836
|
"hunter",
|
|
27837
27837
|
"crustdata"
|
|
@@ -27993,7 +27993,7 @@ const PeopleIdentityEmailWaterfallPipeClass1 = class extends Pipe {
|
|
|
27993
27993
|
"company:match:logodev@1": CompanyMatchLogoDevPipeClass1,
|
|
27994
27994
|
"people:posts:crustdata@1": PeoplePostsCrustdataPipeClass1,
|
|
27995
27995
|
"people:profile:workemail:crustdata@1": PeopleProfileWorkemailCrustdataPipeClass1,
|
|
27996
|
-
"people:identity:
|
|
27996
|
+
"people:identity:email:waterfall@1": PeopleIdentityEmailWaterfallPipeClass1,
|
|
27997
27997
|
"email:send:resend@1": ActionSendMailResend1PipeClass,
|
|
27998
27998
|
"contact:create:resend@1": ActionAddContactResendPipeClass1,
|
|
27999
27999
|
"email:send:gmail@1": ActionSendMailGmailPipeClass1,
|
|
@@ -28048,7 +28048,7 @@ const PeopleIdentityEmailWaterfallPipeClass1 = class extends Pipe {
|
|
|
28048
28048
|
"company:match:logodev@1": CompanyMatchLogoDevPayloadSchema1,
|
|
28049
28049
|
"people:posts:crustdata@1": PeoplePostsCrustdataPayloadSchema1,
|
|
28050
28050
|
"people:profile:workemail:crustdata@1": PeopleProfileWorkemailCrustdataPayloadSchema1,
|
|
28051
|
-
"people:identity:
|
|
28051
|
+
"people:identity:email:waterfall@1": PeopleIdentityEmailWaterfallPayloadSchema1,
|
|
28052
28052
|
"message:send:slack@1": MessageSendSlackPayloadSchema1,
|
|
28053
28053
|
"email:send:gmail@1": ActionSendMailGmailPayloadSchema1,
|
|
28054
28054
|
"message:write@1": MessageWritePayloadSchema1,
|
|
@@ -28106,7 +28106,7 @@ const PeopleIdentityEmailWaterfallPipeClass1 = class extends Pipe {
|
|
|
28106
28106
|
"people:posts:crustdata@1": PeoplePostsCrustdataEntry1,
|
|
28107
28107
|
"people:profile:workemail:crustdata@1": PeopleProfileWorkemailCrustdataEntry1,
|
|
28108
28108
|
"people:workemail:profileurl:waterfall@1": PoepleWorkEmailProfileUrlWaterfallEntry1,
|
|
28109
|
-
"people:identity:
|
|
28109
|
+
"people:identity:email:waterfall@1": PeopleIdentityEmailWaterfallEntry1,
|
|
28110
28110
|
"people:personalemail:profile:waterfall@1": PeoplePersonalEmailProfileWaterfall1Entry,
|
|
28111
28111
|
"people:email:validate:zerobounce@1": PeopleEmailValidateZeroBounceEntry1,
|
|
28112
28112
|
"people:email:validate:zerobounce@2": PeopleEmailValidateZeroBounceEntry2,
|
|
@@ -29774,6 +29774,14 @@ var limit$1 = 100, nameOutput = getField("name"), companyWebsiteOutput$1 = getFi
|
|
|
29774
29774
|
}));
|
|
29775
29775
|
}
|
|
29776
29776
|
}),
|
|
29777
|
+
current_employers_website_urls: searchesMultiCreateInput({
|
|
29778
|
+
path: "config.filters.current_employers_website_urls",
|
|
29779
|
+
sectionKey: "config.filters",
|
|
29780
|
+
label: "Current employers website URLs",
|
|
29781
|
+
description: "",
|
|
29782
|
+
maxItems: 200,
|
|
29783
|
+
groupPath: "config.filters.experience"
|
|
29784
|
+
}),
|
|
29777
29785
|
current_job_titles: searchesMultiCreateInput({
|
|
29778
29786
|
path: "config.filters.current_job_titles",
|
|
29779
29787
|
sectionKey: "config.filters",
|
|
@@ -29842,6 +29850,14 @@ var limit$1 = 100, nameOutput = getField("name"), companyWebsiteOutput$1 = getFi
|
|
|
29842
29850
|
label: a
|
|
29843
29851
|
}))
|
|
29844
29852
|
}),
|
|
29853
|
+
previous_employers_website_urls: searchesMultiCreateInput({
|
|
29854
|
+
path: "config.filters.previous_employers_website_urls",
|
|
29855
|
+
sectionKey: "config.filters",
|
|
29856
|
+
label: "Previous employers website URLs",
|
|
29857
|
+
description: "",
|
|
29858
|
+
maxItems: 200,
|
|
29859
|
+
groupPath: "config.filters.experience"
|
|
29860
|
+
}),
|
|
29845
29861
|
previous_seniority_levels: searchesIncludeExcludeSelectInput({
|
|
29846
29862
|
path: "config.filters.previous_seniority_levels",
|
|
29847
29863
|
sectionKey: "config.filters",
|
|
@@ -30098,6 +30114,12 @@ var limit$1 = 100, nameOutput = getField("name"), companyWebsiteOutput$1 = getFi
|
|
|
30098
30114
|
}));
|
|
30099
30115
|
}
|
|
30100
30116
|
})
|
|
30117
|
+
}).check((a) => {
|
|
30118
|
+
isFiltersEmpty(a.value) && a.issues.push({
|
|
30119
|
+
code: "custom",
|
|
30120
|
+
message: "You must set at least one filter.",
|
|
30121
|
+
input: a.value
|
|
30122
|
+
});
|
|
30101
30123
|
})
|
|
30102
30124
|
})
|
|
30103
30125
|
}), defaultDedupConfig$1 = { default: { input: [{ fields: [] }] } };
|
|
@@ -30183,6 +30205,8 @@ const PeopleProfilesCrustdataClass1 = class extends Search {
|
|
|
30183
30205
|
certifications: [],
|
|
30184
30206
|
honors: [],
|
|
30185
30207
|
current_employers_linkedin_industries: [],
|
|
30208
|
+
current_employers_website_urls: [],
|
|
30209
|
+
previous_employers_website_urls: [],
|
|
30186
30210
|
current_seniority_levels: {
|
|
30187
30211
|
include: [],
|
|
30188
30212
|
exclude: []
|
|
@@ -30550,6 +30574,12 @@ var limit = 100, companyNameOutput = getField("company_name"), companyWebsiteOut
|
|
|
30550
30574
|
description: "Ex. 'google.com'",
|
|
30551
30575
|
groupPath: "config.filters.competitors"
|
|
30552
30576
|
})
|
|
30577
|
+
}).check((a) => {
|
|
30578
|
+
isFiltersEmpty(a.value) && a.issues.push({
|
|
30579
|
+
code: "custom",
|
|
30580
|
+
message: "You must set at least one filter.",
|
|
30581
|
+
input: a.value
|
|
30582
|
+
});
|
|
30553
30583
|
})
|
|
30554
30584
|
})
|
|
30555
30585
|
}), defaultDedupConfig = { default: { input: [{ fields: [] }] } };
|
|
@@ -4,7 +4,7 @@ import { type PipeId } from "../../utils/schemas-primitives.js";
|
|
|
4
4
|
import { Pipe } from "../pipe.js";
|
|
5
5
|
import type { InputGroup, PipeOutputField } from "../types.js";
|
|
6
6
|
declare const PayloadSchema: z.ZodObject<{
|
|
7
|
-
pipe_id: z.ZodLiteral<"people:identity:
|
|
7
|
+
pipe_id: z.ZodLiteral<"people:identity:email:waterfall@1">;
|
|
8
8
|
connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
9
9
|
strategy: z.ZodDefault<z.ZodEnum<{
|
|
10
10
|
first: "first";
|
|
@@ -132,7 +132,7 @@ declare class PipeClass extends Pipe<Payload> {
|
|
|
132
132
|
}
|
|
133
133
|
export declare const PeopleIdentityEmailWaterfallPipeClass1: typeof PipeClass;
|
|
134
134
|
export declare const PeopleIdentityEmailWaterfallPayloadSchema1: z.ZodObject<{
|
|
135
|
-
pipe_id: z.ZodLiteral<"people:identity:
|
|
135
|
+
pipe_id: z.ZodLiteral<"people:identity:email:waterfall@1">;
|
|
136
136
|
connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
137
137
|
strategy: z.ZodDefault<z.ZodEnum<{
|
|
138
138
|
first: "first";
|
|
@@ -222,7 +222,7 @@ export declare const PeopleIdentityEmailWaterfallPayloadSchema1: z.ZodObject<{
|
|
|
222
222
|
}, z.core.$strip>>;
|
|
223
223
|
}, z.core.$strip>;
|
|
224
224
|
export declare const PeopleIdentityEmailWaterfallEntry1: {
|
|
225
|
-
readonly pipeId: "people:identity:
|
|
225
|
+
readonly pipeId: "people:identity:email:waterfall@1";
|
|
226
226
|
readonly basePipe: string;
|
|
227
227
|
readonly label: "Person identity from email";
|
|
228
228
|
readonly executionMode: "waterfall";
|
|
@@ -257,7 +257,7 @@ export declare const PeopleIdentityEmailWaterfallEntry1: {
|
|
|
257
257
|
};
|
|
258
258
|
readonly defaultInputGroups: InputGroup[];
|
|
259
259
|
readonly defaultPayload: {
|
|
260
|
-
readonly pipe_id: "people:identity:
|
|
260
|
+
readonly pipe_id: "people:identity:email:waterfall@1";
|
|
261
261
|
readonly connector: null;
|
|
262
262
|
readonly trigger: null;
|
|
263
263
|
readonly config: {
|
|
@@ -164,7 +164,7 @@ export declare const PeopleProfileWorkemailCrustdataEntry1: {
|
|
|
164
164
|
readonly inputFieldMode: "static";
|
|
165
165
|
readonly outputFieldMode: "static";
|
|
166
166
|
readonly basePipe: string;
|
|
167
|
-
readonly label: "
|
|
167
|
+
readonly label: "Profile from work email";
|
|
168
168
|
readonly executionMode: "single";
|
|
169
169
|
readonly categories: ["people_data"];
|
|
170
170
|
readonly lifecycle: null;
|
|
@@ -1650,8 +1650,8 @@ export declare const pipePayloadSchemaCatalog: {
|
|
|
1650
1650
|
}, z.core.$strip>>;
|
|
1651
1651
|
}, z.core.$strip>>;
|
|
1652
1652
|
}, z.core.$strip>;
|
|
1653
|
-
"people:identity:
|
|
1654
|
-
pipe_id: z.ZodLiteral<"people:identity:
|
|
1653
|
+
"people:identity:email:waterfall@1": z.ZodObject<{
|
|
1654
|
+
pipe_id: z.ZodLiteral<"people:identity:email:waterfall@1">;
|
|
1655
1655
|
connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1656
1656
|
strategy: z.ZodDefault<z.ZodEnum<{
|
|
1657
1657
|
first: "first";
|
|
@@ -5121,7 +5121,7 @@ export declare const pipeCatalog: {
|
|
|
5121
5121
|
readonly inputFieldMode: "static";
|
|
5122
5122
|
readonly outputFieldMode: "static";
|
|
5123
5123
|
readonly basePipe: string;
|
|
5124
|
-
readonly label: "
|
|
5124
|
+
readonly label: "Profile from work email";
|
|
5125
5125
|
readonly executionMode: "single";
|
|
5126
5126
|
readonly categories: ["people_data"];
|
|
5127
5127
|
readonly lifecycle: null;
|
|
@@ -5257,8 +5257,8 @@ export declare const pipeCatalog: {
|
|
|
5257
5257
|
};
|
|
5258
5258
|
};
|
|
5259
5259
|
};
|
|
5260
|
-
"people:identity:
|
|
5261
|
-
readonly pipeId: "people:identity:
|
|
5260
|
+
"people:identity:email:waterfall@1": {
|
|
5261
|
+
readonly pipeId: "people:identity:email:waterfall@1";
|
|
5262
5262
|
readonly basePipe: string;
|
|
5263
5263
|
readonly label: "Person identity from email";
|
|
5264
5264
|
readonly executionMode: "waterfall";
|
|
@@ -5293,7 +5293,7 @@ export declare const pipeCatalog: {
|
|
|
5293
5293
|
};
|
|
5294
5294
|
readonly defaultInputGroups: import("./types.js").InputGroup[];
|
|
5295
5295
|
readonly defaultPayload: {
|
|
5296
|
-
readonly pipe_id: "people:identity:
|
|
5296
|
+
readonly pipe_id: "people:identity:email:waterfall@1";
|
|
5297
5297
|
readonly connector: null;
|
|
5298
5298
|
readonly trigger: null;
|
|
5299
5299
|
readonly config: {
|
|
@@ -7142,7 +7142,7 @@ export declare function getPipeDefaultPayload(pipeId: PipeId): {
|
|
|
7142
7142
|
};
|
|
7143
7143
|
};
|
|
7144
7144
|
} | {
|
|
7145
|
-
readonly pipe_id: "people:identity:
|
|
7145
|
+
readonly pipe_id: "people:identity:email:waterfall@1";
|
|
7146
7146
|
readonly connector: null;
|
|
7147
7147
|
readonly trigger: null;
|
|
7148
7148
|
readonly config: {
|
|
@@ -9701,7 +9701,7 @@ export declare function getPipePayloadSchema(pipeId: PipeId): z.ZodObject<{
|
|
|
9701
9701
|
}, z.core.$strip>>;
|
|
9702
9702
|
}, z.core.$strip>>;
|
|
9703
9703
|
}, z.core.$strip> | z.ZodObject<{
|
|
9704
|
-
pipe_id: z.ZodLiteral<"people:identity:
|
|
9704
|
+
pipe_id: z.ZodLiteral<"people:identity:email:waterfall@1">;
|
|
9705
9705
|
connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
9706
9706
|
strategy: z.ZodDefault<z.ZodEnum<{
|
|
9707
9707
|
first: "first";
|
|
@@ -12666,7 +12666,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
12666
12666
|
readonly inputFieldMode: "static";
|
|
12667
12667
|
readonly outputFieldMode: "static";
|
|
12668
12668
|
readonly basePipe: string;
|
|
12669
|
-
readonly label: "
|
|
12669
|
+
readonly label: "Profile from work email";
|
|
12670
12670
|
readonly executionMode: "single";
|
|
12671
12671
|
readonly categories: ["people_data"];
|
|
12672
12672
|
readonly lifecycle: null;
|
|
@@ -12801,7 +12801,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
12801
12801
|
};
|
|
12802
12802
|
};
|
|
12803
12803
|
} | {
|
|
12804
|
-
readonly pipeId: "people:identity:
|
|
12804
|
+
readonly pipeId: "people:identity:email:waterfall@1";
|
|
12805
12805
|
readonly basePipe: string;
|
|
12806
12806
|
readonly label: "Person identity from email";
|
|
12807
12807
|
readonly executionMode: "waterfall";
|
|
@@ -12836,7 +12836,7 @@ export declare function getPipeEntry(pipeId: PipeId): {
|
|
|
12836
12836
|
};
|
|
12837
12837
|
readonly defaultInputGroups: import("./types.js").InputGroup[];
|
|
12838
12838
|
readonly defaultPayload: {
|
|
12839
|
-
readonly pipe_id: "people:identity:
|
|
12839
|
+
readonly pipe_id: "people:identity:email:waterfall@1";
|
|
12840
12840
|
readonly connector: null;
|
|
12841
12841
|
readonly trigger: null;
|
|
12842
12842
|
readonly config: {
|
|
@@ -13994,14 +13994,14 @@ export declare const getDefaultPipeProviders: (pipeId: PipeId) => ProviderName[]
|
|
|
13994
13994
|
export type PipeCategory = "people_data" | "company_data" | "tools" | "find_comapnies" | "find_people" | "actions" | "integrations" | "deprecated";
|
|
13995
13995
|
export declare function getInitialTableData(category: PipeCategory | null): PipeEntryWithLatestVersion[];
|
|
13996
13996
|
export declare function getTableDataAggregates(initialTableData: PipeEntryWithLatestVersion[], category: PipeCategory | null): {
|
|
13997
|
-
pipeIdsByInputField: Record<string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "company:identity@2" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:append@1" | "sheet:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:
|
|
13998
|
-
pipeIdsByOutputField: Record<string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "company:identity@2" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:append@1" | "sheet:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:
|
|
13999
|
-
pipeIdsByTag: Record<string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "company:identity@2" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:append@1" | "sheet:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:
|
|
14000
|
-
pipeIdsByProvider: Record<string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "company:identity@2" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:append@1" | "sheet:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:
|
|
14001
|
-
sortedTagEntries: [string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "company:identity@2" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:append@1" | "sheet:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:
|
|
14002
|
-
sortedInputFieldEntries: [string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "company:identity@2" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:append@1" | "sheet:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:
|
|
14003
|
-
sortedOutputFieldEntries: [string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "company:identity@2" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:append@1" | "sheet:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:
|
|
14004
|
-
sortedProviderEntries: [string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "company:identity@2" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:append@1" | "sheet:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:
|
|
13997
|
+
pipeIdsByInputField: Record<string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "company:identity@2" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:append@1" | "sheet:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1")[]>;
|
|
13998
|
+
pipeIdsByOutputField: Record<string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "company:identity@2" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:append@1" | "sheet:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1")[]>;
|
|
13999
|
+
pipeIdsByTag: Record<string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "company:identity@2" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:append@1" | "sheet:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1")[]>;
|
|
14000
|
+
pipeIdsByProvider: Record<string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "company:identity@2" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:append@1" | "sheet:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1")[]>;
|
|
14001
|
+
sortedTagEntries: [string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "company:identity@2" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:append@1" | "sheet:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1")[]][];
|
|
14002
|
+
sortedInputFieldEntries: [string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "company:identity@2" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:append@1" | "sheet:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1")[]][];
|
|
14003
|
+
sortedOutputFieldEntries: [string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "company:identity@2" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:append@1" | "sheet:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1")[]][];
|
|
14004
|
+
sortedProviderEntries: [string, ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "company:identity@2" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:append@1" | "sheet:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1")[]][];
|
|
14005
14005
|
pipeEntriesByBasePipe: Record<string, PipeMetaEntryWithId[]>;
|
|
14006
14006
|
};
|
|
14007
14007
|
export declare const PipesResponseSchema: z.ZodObject<{
|
|
@@ -14063,7 +14063,7 @@ export declare const PipesResponseSchema: z.ZodObject<{
|
|
|
14063
14063
|
"people:posts:crustdata@1": "people:posts:crustdata@1";
|
|
14064
14064
|
"people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
|
|
14065
14065
|
"people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
|
|
14066
|
-
"people:identity:
|
|
14066
|
+
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
14067
14067
|
"company:identity@1": "company:identity@1";
|
|
14068
14068
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
14069
14069
|
"people:professionalprofileurl:name@1": "people:professionalprofileurl:name@1";
|
|
@@ -14162,7 +14162,7 @@ export declare const PipesResponseSchema: z.ZodObject<{
|
|
|
14162
14162
|
"people:posts:crustdata@1": "people:posts:crustdata@1";
|
|
14163
14163
|
"people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
|
|
14164
14164
|
"people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
|
|
14165
|
-
"people:identity:
|
|
14165
|
+
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
14166
14166
|
"company:identity@1": "company:identity@1";
|
|
14167
14167
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
14168
14168
|
"people:professionalprofileurl:name@1": "people:professionalprofileurl:name@1";
|
|
@@ -14218,7 +14218,7 @@ export declare const PipesResponseSchema: z.ZodObject<{
|
|
|
14218
14218
|
"people:posts:crustdata@1": "people:posts:crustdata@1";
|
|
14219
14219
|
"people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
|
|
14220
14220
|
"people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
|
|
14221
|
-
"people:identity:
|
|
14221
|
+
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
14222
14222
|
"company:identity@1": "company:identity@1";
|
|
14223
14223
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
14224
14224
|
"people:professionalprofileurl:name@1": "people:professionalprofileurl:name@1";
|
|
@@ -17484,7 +17484,7 @@ export declare const PipesRequestSchema: z.ZodObject<{
|
|
|
17484
17484
|
}, z.core.$strip>>;
|
|
17485
17485
|
}, z.core.$strip>>;
|
|
17486
17486
|
}, z.core.$strip>, z.ZodObject<{
|
|
17487
|
-
pipe_id: z.ZodLiteral<"people:identity:
|
|
17487
|
+
pipe_id: z.ZodLiteral<"people:identity:email:waterfall@1">;
|
|
17488
17488
|
connector: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
17489
17489
|
strategy: z.ZodDefault<z.ZodEnum<{
|
|
17490
17490
|
first: "first";
|
|
@@ -17998,7 +17998,7 @@ export declare const PipesRequestSchema: z.ZodObject<{
|
|
|
17998
17998
|
"people:posts:crustdata@1": "people:posts:crustdata@1";
|
|
17999
17999
|
"people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
|
|
18000
18000
|
"people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
|
|
18001
|
-
"people:identity:
|
|
18001
|
+
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
18002
18002
|
"company:identity@1": "company:identity@1";
|
|
18003
18003
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
18004
18004
|
"people:professionalprofileurl:name@1": "people:professionalprofileurl:name@1";
|
|
@@ -18054,7 +18054,7 @@ export declare const PipesRequestSchema: z.ZodObject<{
|
|
|
18054
18054
|
"people:posts:crustdata@1": "people:posts:crustdata@1";
|
|
18055
18055
|
"people:profile:workemail:crustdata@1": "people:profile:workemail:crustdata@1";
|
|
18056
18056
|
"people:workemail:profileurl:waterfall@1": "people:workemail:profileurl:waterfall@1";
|
|
18057
|
-
"people:identity:
|
|
18057
|
+
"people:identity:email:waterfall@1": "people:identity:email:waterfall@1";
|
|
18058
18058
|
"company:identity@1": "company:identity@1";
|
|
18059
18059
|
"people:professionalprofile:waterfall@1": "people:professionalprofile:waterfall@1";
|
|
18060
18060
|
"people:professionalprofileurl:name@1": "people:professionalprofileurl:name@1";
|
|
@@ -2,5 +2,5 @@ import { Pipe } from "../pipe.js";
|
|
|
2
2
|
import { type PipePayload, type PipePayloadInput } from "../pipes-catalog.js";
|
|
3
3
|
import type { ValidationContext } from "../types.js";
|
|
4
4
|
export declare function getPipeInstances(pipesOrInstances: PipePayloadInput[] | Pipe[]): Pipe[];
|
|
5
|
-
export declare function getDependentPipeNamesForInputProperty(pipes: Pipe[] | PipePayload[], propertyName: string): ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "company:identity@2" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:append@1" | "sheet:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:
|
|
6
|
-
export declare function getDependentPipeNamesForPipe(validationContext: ValidationContext, idx: number): ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "company:identity@2" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:append@1" | "sheet:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:
|
|
5
|
+
export declare function getDependentPipeNamesForInputProperty(pipes: Pipe[] | PipePayload[], propertyName: string): ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "company:identity@2" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:append@1" | "sheet:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1")[];
|
|
6
|
+
export declare function getDependentPipeNamesForPipe(validationContext: ValidationContext, idx: number): ("prompt:run@1" | "company:newssummary:website@1" | "company:techstack:builtwith@1" | "company:websiteurl:email@1" | "company:funding:leadmagic@1" | "people:workemail:waterfall@1" | "people:email:iswork@1" | "people:name:split@1" | "people:name:join@1" | "people:validate:email:zerobounce@1" | "people:email:validate:zerobounce@2" | "people:mobilenumber:workemail:waterfall@1" | "company:overview@1" | "company:overview@2" | "json:extract@1" | "email:write@1" | "message:write@1" | "email:send:resend@1" | "email:send:gmail@1" | "message:send:slack@1" | "template:fill@1" | "contact:create:resend@1" | "people:match:role:waterfall@1" | "company:identity@2" | "people:phone:profile:waterfall@1" | "people:personalemail:profile:waterfall@1" | "people:profile:waterfall@1" | "people:profileurl:email:waterfall@1" | "people:profileurl:name@1" | "people:email:validate:zerobounce@1" | "people:email:validate:millionverifier@1" | "people:phone:workemail:waterfall@1" | "fields:merge@1" | "website:scrape:firecrawl@1" | "website:scrapelist:firecrawl@1" | "website:extract:firecrawl@1" | "website:maplinks:firecrawl@1" | "sheet:append@1" | "sheet:expandappend@1" | "company:lookalikes:companyenrich@1" | "company:match:logodev@1" | "people:posts:crustdata@1" | "people:profile:workemail:crustdata@1" | "people:workemail:profileurl:waterfall@1" | "people:identity:email:waterfall@1" | "company:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1")[];
|