@pipe0/ops 0.0.1
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/README.md +68 -0
- package/dist/api/core-client.types.d.ts +9259 -0
- package/dist/fields/field-catalog.d.ts +5095 -0
- package/dist/fields/json-meta/fields/builtwith-domain-stack.d.ts +14 -0
- package/dist/fields/json-meta/fields/clado-person-match-v2.d.ts +639 -0
- package/dist/fields/json-meta/fields/clado-person-match.d.ts +139 -0
- package/dist/fields/json-meta/fields/exa_match_evaluation.d.ts +18 -0
- package/dist/fields/json-meta/fields/funding_history.d.ts +10 -0
- package/dist/fields/json-meta/fields/icypeas-company-match.d.ts +30 -0
- package/dist/fields/json-meta/fields/icypeas-person-match.d.ts +22 -0
- package/dist/fields/json-meta/fields/leadmagic-fields.d.ts +25 -0
- package/dist/fields/json-meta/fields/million-verifier-validation-match.d.ts +25 -0
- package/dist/fields/json-meta/fields/oceanio-company-match.d.ts +133 -0
- package/dist/fields/json-meta/fields/profile.d.ts +82 -0
- package/dist/fields/json-meta/fields/scrape-batch-result.d.ts +11 -0
- package/dist/fields/json-meta/fields/website-link-list.d.ts +7 -0
- package/dist/fields/json-meta/fields/zerobounce-validation-match.d.ts +28 -0
- package/dist/fields/schemas.d.ts +18 -0
- package/dist/fields/utils/field-utils.d.ts +2 -0
- package/dist/fields/utils/flag-from.d.ts +12 -0
- package/dist/fields/utils/linkedin-display-value.d.ts +1 -0
- package/dist/form-generation/fields.d.ts +518 -0
- package/dist/form-generation/get-pipes-form-config.d.ts +13 -0
- package/dist/form-generation/get-searches-form-config.d.ts +7 -0
- package/dist/index.d.ts +49 -0
- package/dist/index.js +31112 -0
- package/dist/payload-config/provider-info.d.ts +1 -0
- package/dist/pipes/catalog/entries/company-funding-leadmagic-1.d.ts +257 -0
- package/dist/pipes/catalog/entries/company-identity-2.d.ts +232 -0
- package/dist/pipes/catalog/entries/company-newssummary-website-1.d.ts +207 -0
- package/dist/pipes/catalog/entries/company-overview-2.d.ts +297 -0
- package/dist/pipes/catalog/entries/company-techstack-builtwith-1.d.ts +248 -0
- package/dist/pipes/catalog/entries/company-websiteurl-email-1.d.ts +206 -0
- package/dist/pipes/catalog/entries/contact-create-resent-1.d.ts +218 -0
- package/dist/pipes/catalog/entries/deprecated/company-identity-1.d.ts +235 -0
- package/dist/pipes/catalog/entries/deprecated/company-overview-1.d.ts +288 -0
- package/dist/pipes/catalog/entries/deprecated/people-email-validate-zerobounce-1.d.ts +203 -0
- package/dist/pipes/catalog/entries/deprecated/people-mobile-number-professional-profile-waterfall-1.d.ts +253 -0
- package/dist/pipes/catalog/entries/deprecated/people-mobile-number-work-email-waterfall-1.d.ts +237 -0
- package/dist/pipes/catalog/entries/deprecated/people-professionalprofile-waterfall-1.d.ts +241 -0
- package/dist/pipes/catalog/entries/deprecated/people-professionalprofileurl-email-waterfall-1.d.ts +242 -0
- package/dist/pipes/catalog/entries/deprecated/people-professionalprofileurl-name-1.d.ts +216 -0
- package/dist/pipes/catalog/entries/deprecated/people-validate-email-zero-bounce-1.d.ts +212 -0
- package/dist/pipes/catalog/entries/email-send-gmail.d.ts +224 -0
- package/dist/pipes/catalog/entries/email-send-resend-1.d.ts +227 -0
- package/dist/pipes/catalog/entries/email-write-1.d.ts +260 -0
- package/dist/pipes/catalog/entries/fields-merge-1.d.ts +187 -0
- package/dist/pipes/catalog/entries/json-extract-1.d.ts +240 -0
- package/dist/pipes/catalog/entries/message-send-slack-1.d.ts +206 -0
- package/dist/pipes/catalog/entries/message-write-1.d.ts +226 -0
- package/dist/pipes/catalog/entries/people-email-iswork-1.d.ts +207 -0
- package/dist/pipes/catalog/entries/people-email-validate-million-1.d.ts +212 -0
- package/dist/pipes/catalog/entries/people-email-validate-zerobounce-2.d.ts +212 -0
- package/dist/pipes/catalog/entries/people-name-join-1.d.ts +224 -0
- package/dist/pipes/catalog/entries/people-name-split-1.d.ts +220 -0
- package/dist/pipes/catalog/entries/people-personalemail-profile-waterfall-1.d.ts +262 -0
- package/dist/pipes/catalog/entries/people-phone-profile-waterfall-1.d.ts +266 -0
- package/dist/pipes/catalog/entries/people-phone-workemail-waterfall-1.d.ts +234 -0
- package/dist/pipes/catalog/entries/people-profile-waterfall-1.d.ts +254 -0
- package/dist/pipes/catalog/entries/people-profileurl-email-waterfall-1.d.ts +239 -0
- package/dist/pipes/catalog/entries/people-profileurl-name-1.d.ts +213 -0
- package/dist/pipes/catalog/entries/people-workemail-waterfall-1.d.ts +279 -0
- package/dist/pipes/catalog/entries/prompt-run-1.d.ts +217 -0
- package/dist/pipes/catalog/entries/sheet-append-1.d.ts +195 -0
- package/dist/pipes/catalog/entries/sheet-expandappend-1.d.ts +207 -0
- package/dist/pipes/catalog/entries/template-fill-1.d.ts +183 -0
- package/dist/pipes/catalog/entries/website-extract-firecrawl-1.d.ts +214 -0
- package/dist/pipes/catalog/entries/website-maplinks-firecrawl-1.d.ts +225 -0
- package/dist/pipes/catalog/entries/website-scrape-firecrawl-1.d.ts +227 -0
- package/dist/pipes/catalog/entries/website-scrapelist-firecrawl-1.d.ts +216 -0
- package/dist/pipes/catalog/pipe.d.ts +1866 -0
- package/dist/pipes/catalog/pipes-catalog.d.ts +15435 -0
- package/dist/pipes/catalog/types.d.ts +109 -0
- package/dist/pipes/catalog/utils/find-fields-in-ctx.d.ts +11 -0
- package/dist/pipes/catalog/utils/get-pipe-hash-key.d.ts +4 -0
- package/dist/pipes/catalog/utils/get-pipe-instances.d.ts +6 -0
- package/dist/pipes/catalog/utils/get-provider-billable-operation.d.ts +6 -0
- package/dist/pipes/catalog/utils/index.d.ts +389 -0
- package/dist/pipes/catalog/utils/lazy-property-resolve.d.ts +3 -0
- package/dist/pipes/field-annotations/field-annotations.d.ts +12 -0
- package/dist/pipes/pipes-validator/pipes-validator-utils.d.ts +15 -0
- package/dist/pipes/pipes-validator/pipes-validator.conditions.test.d.ts +1 -0
- package/dist/pipes/pipes-validator/pipes-validator.d.ts +15 -0
- package/dist/pipes/pipes-validator/transform-into-response.d.ts +18 -0
- package/dist/pipes/providers/provider-catalog.d.ts +242 -0
- package/dist/pipes/providers/provider-utils.d.ts +230 -0
- package/dist/pipes/utils/build-dependency-graph.d.ts +15 -0
- package/dist/pipes/utils/clean-payload.d.ts +2 -0
- package/dist/pipes/utils/clean-record-value.d.ts +2 -0
- package/dist/pipes/utils/config-defaults.d.ts +1 -0
- package/dist/pipes/utils/errors.d.ts +219 -0
- package/dist/pipes/utils/get-json-values.d.ts +1 -0
- package/dist/pipes/utils/helpers-widgets.d.ts +17 -0
- package/dist/pipes/utils/helpers.d.ts +13 -0
- package/dist/pipes/utils/input-groups-satisfied.d.ts +13 -0
- package/dist/pipes/utils/parse-prompt-tags.d.ts +41 -0
- package/dist/pipes/utils/pipes-utils.d.ts +382 -0
- package/dist/pipes/utils/schemas-primitives.d.ts +1710 -0
- package/dist/pipes/utils/types.d.ts +5 -0
- package/dist/searches/catalog/entries/companies-profiles-exa-1.d.ts +159 -0
- package/dist/searches/catalog/entries/companies-profiles-icypeas-1.d.ts +265 -0
- package/dist/searches/catalog/entries/deprecated/people-profiles-clado-1.d.ts +162 -0
- package/dist/searches/catalog/entries/people-employees-leadmagic-1.d.ts +135 -0
- package/dist/searches/catalog/entries/people-profiles-clado-2.d.ts +165 -0
- package/dist/searches/catalog/entries/people-profiles-exa-1.d.ts +159 -0
- package/dist/searches/catalog/entries/people-profiles-icypeas-1.d.ts +301 -0
- package/dist/searches/catalog/search.d.ts +26 -0
- package/dist/searches/catalog/searches-catalog.d.ts +2925 -0
- package/dist/searches/catalog/types.d.ts +32 -0
- package/dist/searches/catalog/utils/index.d.ts +1 -0
- package/dist/searches/errors.d.ts +11 -0
- package/dist/searches/index.d.ts +751 -0
- package/dist/searches/schemas.d.ts +12 -0
- package/dist/searches/searches-validator.d.ts +5 -0
- package/dist/searches/types.d.ts +17 -0
- package/dist/searches/utils/get-search-instances.d.ts +3 -0
- package/dist/searches/utils/index.d.ts +2 -0
- package/dist/searches/utils/is-filters-empty.d.ts +1 -0
- package/dist/utils/catalog-tags.d.ts +25 -0
- package/dist/utils/catalog-utils.d.ts +11 -0
- package/dist/utils/clean-object.d.ts +1 -0
- package/dist/utils/clean-url.d.ts +24 -0
- package/dist/utils/connection-id.d.ts +8 -0
- package/dist/utils/hasher.d.ts +8 -0
- package/dist/utils/icons.d.ts +1 -0
- package/dist/utils/index.d.ts +3 -0
- package/dist/utils/json-schema-utils.d.ts +3 -0
- package/dist/utils/pixelart.d.ts +13 -0
- package/dist/utils/schemas.d.ts +113 -0
- package/dist/utils/types.d.ts +4 -0
- package/package.json +69 -0
|
@@ -0,0 +1,382 @@
|
|
|
1
|
+
import type { PipesInMemoryResponse } from "../catalog/pipes-catalog.js";
|
|
2
|
+
import type { ExpandedFieldValue, FieldValue, PipesInput, PipesRecord, RecordFieldStatus } from "./schemas-primitives.js";
|
|
3
|
+
export interface FieldsToObjectsConfig {
|
|
4
|
+
expandAllStatuses: boolean;
|
|
5
|
+
expandStatuses: RecordFieldStatus[];
|
|
6
|
+
}
|
|
7
|
+
export declare function fieldsToObject(fields: PipesRecord["fields"], cfg?: Partial<FieldsToObjectsConfig>): {
|
|
8
|
+
id: string | number;
|
|
9
|
+
[k: string | number]: ExpandedFieldValue | FieldValue;
|
|
10
|
+
};
|
|
11
|
+
export declare function inputFromRecords(records: PipesInMemoryResponse["records"], config?: Partial<FieldsToObjectsConfig>): {
|
|
12
|
+
[k: string]: string | number | boolean | Record<string, unknown> | unknown[] | {
|
|
13
|
+
value: string | number | boolean | Record<string, unknown> | unknown[] | null;
|
|
14
|
+
status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
|
|
15
|
+
reason?: {
|
|
16
|
+
code: string;
|
|
17
|
+
summary: string;
|
|
18
|
+
message: string;
|
|
19
|
+
} | null | undefined;
|
|
20
|
+
type?: "string" | "number" | "boolean" | "json" | "unknown" | undefined;
|
|
21
|
+
format?: "email" | "address_line_1" | "zip_code" | "profile_url" | "phone" | "website_url" | "int" | "date" | "json_object" | "json_list" | "json_list_string" | "url" | "datetime" | "currency" | "markdown" | "text" | "decimal" | "percent" | null | undefined;
|
|
22
|
+
claimed_by?: {
|
|
23
|
+
ref: "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" | "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:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "input" | null;
|
|
24
|
+
config_hash: string | null;
|
|
25
|
+
} | undefined;
|
|
26
|
+
resolved_by?: {
|
|
27
|
+
ref: "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" | "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:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "input" | "system" | null;
|
|
28
|
+
environment: "production" | "sandbox" | null;
|
|
29
|
+
config_hash: string | null;
|
|
30
|
+
input_hash: string | null;
|
|
31
|
+
} | null | undefined;
|
|
32
|
+
widgets?: {
|
|
33
|
+
display_value?: {
|
|
34
|
+
label?: string | undefined;
|
|
35
|
+
} | undefined;
|
|
36
|
+
entity_logo?: {
|
|
37
|
+
image_url: string;
|
|
38
|
+
entity: string;
|
|
39
|
+
} | undefined;
|
|
40
|
+
location_indicator?: {
|
|
41
|
+
emoji: string;
|
|
42
|
+
} | undefined;
|
|
43
|
+
avatar?: {
|
|
44
|
+
image_url: string;
|
|
45
|
+
name: string;
|
|
46
|
+
} | undefined;
|
|
47
|
+
waterfall?: {
|
|
48
|
+
attempted_providers: {
|
|
49
|
+
provider: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai";
|
|
50
|
+
}[];
|
|
51
|
+
available_providers: ("pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai")[];
|
|
52
|
+
successful_provider?: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | undefined;
|
|
53
|
+
} | undefined;
|
|
54
|
+
icon?: {
|
|
55
|
+
key: "linkedin" | "job";
|
|
56
|
+
} | undefined;
|
|
57
|
+
action_summary?: {
|
|
58
|
+
result_status: "completed" | "failed";
|
|
59
|
+
} | undefined;
|
|
60
|
+
sources?: {
|
|
61
|
+
list: {
|
|
62
|
+
source: string;
|
|
63
|
+
url: string;
|
|
64
|
+
description?: string | undefined;
|
|
65
|
+
}[];
|
|
66
|
+
} | undefined;
|
|
67
|
+
confidence?: {
|
|
68
|
+
numeric: number;
|
|
69
|
+
} | undefined;
|
|
70
|
+
} | undefined;
|
|
71
|
+
} | null;
|
|
72
|
+
[k: number]: string | number | boolean | Record<string, unknown> | unknown[] | {
|
|
73
|
+
value: string | number | boolean | Record<string, unknown> | unknown[] | null;
|
|
74
|
+
status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
|
|
75
|
+
reason?: {
|
|
76
|
+
code: string;
|
|
77
|
+
summary: string;
|
|
78
|
+
message: string;
|
|
79
|
+
} | null | undefined;
|
|
80
|
+
type?: "string" | "number" | "boolean" | "json" | "unknown" | undefined;
|
|
81
|
+
format?: "email" | "address_line_1" | "zip_code" | "profile_url" | "phone" | "website_url" | "int" | "date" | "json_object" | "json_list" | "json_list_string" | "url" | "datetime" | "currency" | "markdown" | "text" | "decimal" | "percent" | null | undefined;
|
|
82
|
+
claimed_by?: {
|
|
83
|
+
ref: "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" | "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:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "input" | null;
|
|
84
|
+
config_hash: string | null;
|
|
85
|
+
} | undefined;
|
|
86
|
+
resolved_by?: {
|
|
87
|
+
ref: "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" | "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:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "input" | "system" | null;
|
|
88
|
+
environment: "production" | "sandbox" | null;
|
|
89
|
+
config_hash: string | null;
|
|
90
|
+
input_hash: string | null;
|
|
91
|
+
} | null | undefined;
|
|
92
|
+
widgets?: {
|
|
93
|
+
display_value?: {
|
|
94
|
+
label?: string | undefined;
|
|
95
|
+
} | undefined;
|
|
96
|
+
entity_logo?: {
|
|
97
|
+
image_url: string;
|
|
98
|
+
entity: string;
|
|
99
|
+
} | undefined;
|
|
100
|
+
location_indicator?: {
|
|
101
|
+
emoji: string;
|
|
102
|
+
} | undefined;
|
|
103
|
+
avatar?: {
|
|
104
|
+
image_url: string;
|
|
105
|
+
name: string;
|
|
106
|
+
} | undefined;
|
|
107
|
+
waterfall?: {
|
|
108
|
+
attempted_providers: {
|
|
109
|
+
provider: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai";
|
|
110
|
+
}[];
|
|
111
|
+
available_providers: ("pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai")[];
|
|
112
|
+
successful_provider?: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | undefined;
|
|
113
|
+
} | undefined;
|
|
114
|
+
icon?: {
|
|
115
|
+
key: "linkedin" | "job";
|
|
116
|
+
} | undefined;
|
|
117
|
+
action_summary?: {
|
|
118
|
+
result_status: "completed" | "failed";
|
|
119
|
+
} | undefined;
|
|
120
|
+
sources?: {
|
|
121
|
+
list: {
|
|
122
|
+
source: string;
|
|
123
|
+
url: string;
|
|
124
|
+
description?: string | undefined;
|
|
125
|
+
}[];
|
|
126
|
+
} | undefined;
|
|
127
|
+
confidence?: {
|
|
128
|
+
numeric: number;
|
|
129
|
+
} | undefined;
|
|
130
|
+
} | undefined;
|
|
131
|
+
} | null;
|
|
132
|
+
id: string | number;
|
|
133
|
+
}[];
|
|
134
|
+
export declare function inputFromRecordArr(records: PipesRecord[], config?: Partial<FieldsToObjectsConfig>): {
|
|
135
|
+
[k: string]: string | number | boolean | Record<string, unknown> | unknown[] | {
|
|
136
|
+
value: string | number | boolean | Record<string, unknown> | unknown[] | null;
|
|
137
|
+
status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
|
|
138
|
+
reason?: {
|
|
139
|
+
code: string;
|
|
140
|
+
summary: string;
|
|
141
|
+
message: string;
|
|
142
|
+
} | null | undefined;
|
|
143
|
+
type?: "string" | "number" | "boolean" | "json" | "unknown" | undefined;
|
|
144
|
+
format?: "email" | "address_line_1" | "zip_code" | "profile_url" | "phone" | "website_url" | "int" | "date" | "json_object" | "json_list" | "json_list_string" | "url" | "datetime" | "currency" | "markdown" | "text" | "decimal" | "percent" | null | undefined;
|
|
145
|
+
claimed_by?: {
|
|
146
|
+
ref: "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" | "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:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "input" | null;
|
|
147
|
+
config_hash: string | null;
|
|
148
|
+
} | undefined;
|
|
149
|
+
resolved_by?: {
|
|
150
|
+
ref: "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" | "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:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "input" | "system" | null;
|
|
151
|
+
environment: "production" | "sandbox" | null;
|
|
152
|
+
config_hash: string | null;
|
|
153
|
+
input_hash: string | null;
|
|
154
|
+
} | null | undefined;
|
|
155
|
+
widgets?: {
|
|
156
|
+
display_value?: {
|
|
157
|
+
label?: string | undefined;
|
|
158
|
+
} | undefined;
|
|
159
|
+
entity_logo?: {
|
|
160
|
+
image_url: string;
|
|
161
|
+
entity: string;
|
|
162
|
+
} | undefined;
|
|
163
|
+
location_indicator?: {
|
|
164
|
+
emoji: string;
|
|
165
|
+
} | undefined;
|
|
166
|
+
avatar?: {
|
|
167
|
+
image_url: string;
|
|
168
|
+
name: string;
|
|
169
|
+
} | undefined;
|
|
170
|
+
waterfall?: {
|
|
171
|
+
attempted_providers: {
|
|
172
|
+
provider: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai";
|
|
173
|
+
}[];
|
|
174
|
+
available_providers: ("pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai")[];
|
|
175
|
+
successful_provider?: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | undefined;
|
|
176
|
+
} | undefined;
|
|
177
|
+
icon?: {
|
|
178
|
+
key: "linkedin" | "job";
|
|
179
|
+
} | undefined;
|
|
180
|
+
action_summary?: {
|
|
181
|
+
result_status: "completed" | "failed";
|
|
182
|
+
} | undefined;
|
|
183
|
+
sources?: {
|
|
184
|
+
list: {
|
|
185
|
+
source: string;
|
|
186
|
+
url: string;
|
|
187
|
+
description?: string | undefined;
|
|
188
|
+
}[];
|
|
189
|
+
} | undefined;
|
|
190
|
+
confidence?: {
|
|
191
|
+
numeric: number;
|
|
192
|
+
} | undefined;
|
|
193
|
+
} | undefined;
|
|
194
|
+
} | null;
|
|
195
|
+
[k: number]: string | number | boolean | Record<string, unknown> | unknown[] | {
|
|
196
|
+
value: string | number | boolean | Record<string, unknown> | unknown[] | null;
|
|
197
|
+
status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
|
|
198
|
+
reason?: {
|
|
199
|
+
code: string;
|
|
200
|
+
summary: string;
|
|
201
|
+
message: string;
|
|
202
|
+
} | null | undefined;
|
|
203
|
+
type?: "string" | "number" | "boolean" | "json" | "unknown" | undefined;
|
|
204
|
+
format?: "email" | "address_line_1" | "zip_code" | "profile_url" | "phone" | "website_url" | "int" | "date" | "json_object" | "json_list" | "json_list_string" | "url" | "datetime" | "currency" | "markdown" | "text" | "decimal" | "percent" | null | undefined;
|
|
205
|
+
claimed_by?: {
|
|
206
|
+
ref: "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" | "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:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "input" | null;
|
|
207
|
+
config_hash: string | null;
|
|
208
|
+
} | undefined;
|
|
209
|
+
resolved_by?: {
|
|
210
|
+
ref: "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" | "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:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "input" | "system" | null;
|
|
211
|
+
environment: "production" | "sandbox" | null;
|
|
212
|
+
config_hash: string | null;
|
|
213
|
+
input_hash: string | null;
|
|
214
|
+
} | null | undefined;
|
|
215
|
+
widgets?: {
|
|
216
|
+
display_value?: {
|
|
217
|
+
label?: string | undefined;
|
|
218
|
+
} | undefined;
|
|
219
|
+
entity_logo?: {
|
|
220
|
+
image_url: string;
|
|
221
|
+
entity: string;
|
|
222
|
+
} | undefined;
|
|
223
|
+
location_indicator?: {
|
|
224
|
+
emoji: string;
|
|
225
|
+
} | undefined;
|
|
226
|
+
avatar?: {
|
|
227
|
+
image_url: string;
|
|
228
|
+
name: string;
|
|
229
|
+
} | undefined;
|
|
230
|
+
waterfall?: {
|
|
231
|
+
attempted_providers: {
|
|
232
|
+
provider: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai";
|
|
233
|
+
}[];
|
|
234
|
+
available_providers: ("pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai")[];
|
|
235
|
+
successful_provider?: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | undefined;
|
|
236
|
+
} | undefined;
|
|
237
|
+
icon?: {
|
|
238
|
+
key: "linkedin" | "job";
|
|
239
|
+
} | undefined;
|
|
240
|
+
action_summary?: {
|
|
241
|
+
result_status: "completed" | "failed";
|
|
242
|
+
} | undefined;
|
|
243
|
+
sources?: {
|
|
244
|
+
list: {
|
|
245
|
+
source: string;
|
|
246
|
+
url: string;
|
|
247
|
+
description?: string | undefined;
|
|
248
|
+
}[];
|
|
249
|
+
} | undefined;
|
|
250
|
+
confidence?: {
|
|
251
|
+
numeric: number;
|
|
252
|
+
} | undefined;
|
|
253
|
+
} | undefined;
|
|
254
|
+
} | null;
|
|
255
|
+
id: string | number;
|
|
256
|
+
}[];
|
|
257
|
+
export declare function inputFromRecord(record: PipesRecord, config?: Partial<FieldsToObjectsConfig>): {
|
|
258
|
+
[k: string]: string | number | boolean | Record<string, unknown> | unknown[] | {
|
|
259
|
+
value: string | number | boolean | Record<string, unknown> | unknown[] | null;
|
|
260
|
+
status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
|
|
261
|
+
reason?: {
|
|
262
|
+
code: string;
|
|
263
|
+
summary: string;
|
|
264
|
+
message: string;
|
|
265
|
+
} | null | undefined;
|
|
266
|
+
type?: "string" | "number" | "boolean" | "json" | "unknown" | undefined;
|
|
267
|
+
format?: "email" | "address_line_1" | "zip_code" | "profile_url" | "phone" | "website_url" | "int" | "date" | "json_object" | "json_list" | "json_list_string" | "url" | "datetime" | "currency" | "markdown" | "text" | "decimal" | "percent" | null | undefined;
|
|
268
|
+
claimed_by?: {
|
|
269
|
+
ref: "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" | "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:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "input" | null;
|
|
270
|
+
config_hash: string | null;
|
|
271
|
+
} | undefined;
|
|
272
|
+
resolved_by?: {
|
|
273
|
+
ref: "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" | "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:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "input" | "system" | null;
|
|
274
|
+
environment: "production" | "sandbox" | null;
|
|
275
|
+
config_hash: string | null;
|
|
276
|
+
input_hash: string | null;
|
|
277
|
+
} | null | undefined;
|
|
278
|
+
widgets?: {
|
|
279
|
+
display_value?: {
|
|
280
|
+
label?: string | undefined;
|
|
281
|
+
} | undefined;
|
|
282
|
+
entity_logo?: {
|
|
283
|
+
image_url: string;
|
|
284
|
+
entity: string;
|
|
285
|
+
} | undefined;
|
|
286
|
+
location_indicator?: {
|
|
287
|
+
emoji: string;
|
|
288
|
+
} | undefined;
|
|
289
|
+
avatar?: {
|
|
290
|
+
image_url: string;
|
|
291
|
+
name: string;
|
|
292
|
+
} | undefined;
|
|
293
|
+
waterfall?: {
|
|
294
|
+
attempted_providers: {
|
|
295
|
+
provider: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai";
|
|
296
|
+
}[];
|
|
297
|
+
available_providers: ("pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai")[];
|
|
298
|
+
successful_provider?: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | undefined;
|
|
299
|
+
} | undefined;
|
|
300
|
+
icon?: {
|
|
301
|
+
key: "linkedin" | "job";
|
|
302
|
+
} | undefined;
|
|
303
|
+
action_summary?: {
|
|
304
|
+
result_status: "completed" | "failed";
|
|
305
|
+
} | undefined;
|
|
306
|
+
sources?: {
|
|
307
|
+
list: {
|
|
308
|
+
source: string;
|
|
309
|
+
url: string;
|
|
310
|
+
description?: string | undefined;
|
|
311
|
+
}[];
|
|
312
|
+
} | undefined;
|
|
313
|
+
confidence?: {
|
|
314
|
+
numeric: number;
|
|
315
|
+
} | undefined;
|
|
316
|
+
} | undefined;
|
|
317
|
+
} | null;
|
|
318
|
+
[k: number]: string | number | boolean | Record<string, unknown> | unknown[] | {
|
|
319
|
+
value: string | number | boolean | Record<string, unknown> | unknown[] | null;
|
|
320
|
+
status: "completed" | "failed" | "pending" | "queued" | "processing" | "no_result" | "skipped";
|
|
321
|
+
reason?: {
|
|
322
|
+
code: string;
|
|
323
|
+
summary: string;
|
|
324
|
+
message: string;
|
|
325
|
+
} | null | undefined;
|
|
326
|
+
type?: "string" | "number" | "boolean" | "json" | "unknown" | undefined;
|
|
327
|
+
format?: "email" | "address_line_1" | "zip_code" | "profile_url" | "phone" | "website_url" | "int" | "date" | "json_object" | "json_list" | "json_list_string" | "url" | "datetime" | "currency" | "markdown" | "text" | "decimal" | "percent" | null | undefined;
|
|
328
|
+
claimed_by?: {
|
|
329
|
+
ref: "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" | "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:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "input" | null;
|
|
330
|
+
config_hash: string | null;
|
|
331
|
+
} | undefined;
|
|
332
|
+
resolved_by?: {
|
|
333
|
+
ref: "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" | "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:identity@1" | "people:professionalprofile:waterfall@1" | "people:professionalprofileurl:name@1" | "people:professionalprofileurl:email:waterfall@1" | "people:mobilenumber:professionalprofile:waterfall@1" | "input" | "system" | null;
|
|
334
|
+
environment: "production" | "sandbox" | null;
|
|
335
|
+
config_hash: string | null;
|
|
336
|
+
input_hash: string | null;
|
|
337
|
+
} | null | undefined;
|
|
338
|
+
widgets?: {
|
|
339
|
+
display_value?: {
|
|
340
|
+
label?: string | undefined;
|
|
341
|
+
} | undefined;
|
|
342
|
+
entity_logo?: {
|
|
343
|
+
image_url: string;
|
|
344
|
+
entity: string;
|
|
345
|
+
} | undefined;
|
|
346
|
+
location_indicator?: {
|
|
347
|
+
emoji: string;
|
|
348
|
+
} | undefined;
|
|
349
|
+
avatar?: {
|
|
350
|
+
image_url: string;
|
|
351
|
+
name: string;
|
|
352
|
+
} | undefined;
|
|
353
|
+
waterfall?: {
|
|
354
|
+
attempted_providers: {
|
|
355
|
+
provider: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai";
|
|
356
|
+
}[];
|
|
357
|
+
available_providers: ("pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai")[];
|
|
358
|
+
successful_provider?: "pipe0" | "findymail" | "zerobounce" | "millionverifier" | "googlemaps" | "gemini" | "leadmagic" | "builtwith" | "perplexity" | "serper" | "icypeas" | "prospeo" | "clado" | "resend" | "slack" | "gmail" | "firecrawl" | "exa" | "openai" | undefined;
|
|
359
|
+
} | undefined;
|
|
360
|
+
icon?: {
|
|
361
|
+
key: "linkedin" | "job";
|
|
362
|
+
} | undefined;
|
|
363
|
+
action_summary?: {
|
|
364
|
+
result_status: "completed" | "failed";
|
|
365
|
+
} | undefined;
|
|
366
|
+
sources?: {
|
|
367
|
+
list: {
|
|
368
|
+
source: string;
|
|
369
|
+
url: string;
|
|
370
|
+
description?: string | undefined;
|
|
371
|
+
}[];
|
|
372
|
+
} | undefined;
|
|
373
|
+
confidence?: {
|
|
374
|
+
numeric: number;
|
|
375
|
+
} | undefined;
|
|
376
|
+
} | undefined;
|
|
377
|
+
} | null;
|
|
378
|
+
id: string | number;
|
|
379
|
+
};
|
|
380
|
+
export declare function processInputObjects(input: PipesInput[], config: {
|
|
381
|
+
unexpandStatuses: RecordFieldStatus[];
|
|
382
|
+
}): PipesInput[];
|