@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,159 @@
|
|
|
1
|
+
import { z, ZodType } from "zod";
|
|
2
|
+
import type { PipeConnectionRequirement, SearchOutputField } from "../../../pipes/catalog/types.js";
|
|
3
|
+
import type { SearchId } from "../../schemas.js";
|
|
4
|
+
import type { DedupConfig } from "../../types.js";
|
|
5
|
+
import { Search } from "../search.js";
|
|
6
|
+
export declare const searchId = "companies:profiles:exa@1";
|
|
7
|
+
declare const PayloadSchema: z.ZodObject<{
|
|
8
|
+
search_id: z.ZodLiteral<"companies:profiles:exa@1">;
|
|
9
|
+
connector: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
10
|
+
strategy: z.ZodDefault<z.ZodEnum<{
|
|
11
|
+
first: "first";
|
|
12
|
+
}>>;
|
|
13
|
+
connections: z.ZodArray<z.ZodObject<{
|
|
14
|
+
type: z.ZodLiteral<"vault">;
|
|
15
|
+
connection: z.ZodString;
|
|
16
|
+
}, z.core.$strip>>;
|
|
17
|
+
}, z.core.$strip>>>>>;
|
|
18
|
+
config: z.ZodObject<{
|
|
19
|
+
limit: z.ZodDefault<z.ZodCoercedNumber<unknown>> | z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
20
|
+
output_fields: z.ZodOptional<z.ZodObject<{
|
|
21
|
+
company_name: z.ZodDefault<z.ZodObject<{
|
|
22
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
23
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
24
|
+
}, z.core.$strip>>;
|
|
25
|
+
company_website_url: z.ZodDefault<z.ZodObject<{
|
|
26
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
27
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
28
|
+
}, z.core.$strip>>;
|
|
29
|
+
company_description: z.ZodDefault<z.ZodObject<{
|
|
30
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
31
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
32
|
+
}, z.core.$strip>>;
|
|
33
|
+
company_industry: z.ZodDefault<z.ZodObject<{
|
|
34
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
35
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
36
|
+
}, z.core.$strip>>;
|
|
37
|
+
headcount: z.ZodDefault<z.ZodObject<{
|
|
38
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
39
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
40
|
+
}, z.core.$strip>>;
|
|
41
|
+
exa_match_evaluation: z.ZodDefault<z.ZodObject<{
|
|
42
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
43
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
44
|
+
}, z.core.$strip>>;
|
|
45
|
+
}, z.core.$strip>>;
|
|
46
|
+
filters: z.ZodObject<{
|
|
47
|
+
query: z.ZodString;
|
|
48
|
+
}, z.core.$strip>;
|
|
49
|
+
}, z.core.$strip>;
|
|
50
|
+
}, z.core.$strip>;
|
|
51
|
+
type Config = z.infer<typeof PayloadSchema>;
|
|
52
|
+
declare class SearchClass extends Search<Config> {
|
|
53
|
+
searchId: SearchId;
|
|
54
|
+
schema: ZodType;
|
|
55
|
+
payload: Config;
|
|
56
|
+
constructor(config: Config);
|
|
57
|
+
getRawOutputFields(): Record<string, SearchOutputField>;
|
|
58
|
+
getConnectionsRequirements(): Array<PipeConnectionRequirement>;
|
|
59
|
+
getDedupConfig(): DedupConfig;
|
|
60
|
+
}
|
|
61
|
+
export declare const CompaniesProfilesExaClass1: typeof SearchClass;
|
|
62
|
+
export declare const CompaniesProfilesExaPayloadSchema1: z.ZodObject<{
|
|
63
|
+
search_id: z.ZodLiteral<"companies:profiles:exa@1">;
|
|
64
|
+
connector: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
65
|
+
strategy: z.ZodDefault<z.ZodEnum<{
|
|
66
|
+
first: "first";
|
|
67
|
+
}>>;
|
|
68
|
+
connections: z.ZodArray<z.ZodObject<{
|
|
69
|
+
type: z.ZodLiteral<"vault">;
|
|
70
|
+
connection: z.ZodString;
|
|
71
|
+
}, z.core.$strip>>;
|
|
72
|
+
}, z.core.$strip>>>>>;
|
|
73
|
+
config: z.ZodObject<{
|
|
74
|
+
limit: z.ZodDefault<z.ZodCoercedNumber<unknown>> | z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
75
|
+
output_fields: z.ZodOptional<z.ZodObject<{
|
|
76
|
+
company_name: z.ZodDefault<z.ZodObject<{
|
|
77
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
78
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
79
|
+
}, z.core.$strip>>;
|
|
80
|
+
company_website_url: z.ZodDefault<z.ZodObject<{
|
|
81
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
82
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
83
|
+
}, z.core.$strip>>;
|
|
84
|
+
company_description: z.ZodDefault<z.ZodObject<{
|
|
85
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
86
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
87
|
+
}, z.core.$strip>>;
|
|
88
|
+
company_industry: z.ZodDefault<z.ZodObject<{
|
|
89
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
90
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
91
|
+
}, z.core.$strip>>;
|
|
92
|
+
headcount: z.ZodDefault<z.ZodObject<{
|
|
93
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
94
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
95
|
+
}, z.core.$strip>>;
|
|
96
|
+
exa_match_evaluation: z.ZodDefault<z.ZodObject<{
|
|
97
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
98
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
99
|
+
}, z.core.$strip>>;
|
|
100
|
+
}, z.core.$strip>>;
|
|
101
|
+
filters: z.ZodObject<{
|
|
102
|
+
query: z.ZodString;
|
|
103
|
+
}, z.core.$strip>;
|
|
104
|
+
}, z.core.$strip>;
|
|
105
|
+
}, z.core.$strip>;
|
|
106
|
+
export declare const CompaniesProfilesExaEntry1: {
|
|
107
|
+
searchId: "companies:profiles:exa@1";
|
|
108
|
+
baseSearch: string;
|
|
109
|
+
label: string;
|
|
110
|
+
categories: "companies"[];
|
|
111
|
+
hasManagedConnection: true;
|
|
112
|
+
allowsUserConnection: true;
|
|
113
|
+
lifecycle: null;
|
|
114
|
+
description: string;
|
|
115
|
+
tags: "Company Profiles"[];
|
|
116
|
+
docPath: string;
|
|
117
|
+
cost: {
|
|
118
|
+
mode: "per_result";
|
|
119
|
+
creditsPerResult: number;
|
|
120
|
+
};
|
|
121
|
+
provider: "exa";
|
|
122
|
+
defaultPayload: {
|
|
123
|
+
search_id: "companies:profiles:exa@1";
|
|
124
|
+
connector: null;
|
|
125
|
+
config: {
|
|
126
|
+
limit: number;
|
|
127
|
+
output_fields: {
|
|
128
|
+
company_name: {
|
|
129
|
+
enabled: true;
|
|
130
|
+
alias: string;
|
|
131
|
+
};
|
|
132
|
+
company_website_url: {
|
|
133
|
+
enabled: true;
|
|
134
|
+
alias: string;
|
|
135
|
+
};
|
|
136
|
+
company_industry: {
|
|
137
|
+
enabled: true;
|
|
138
|
+
alias: string;
|
|
139
|
+
};
|
|
140
|
+
company_description: {
|
|
141
|
+
enabled: true;
|
|
142
|
+
alias: string;
|
|
143
|
+
};
|
|
144
|
+
headcount: {
|
|
145
|
+
enabled: true;
|
|
146
|
+
alias: string;
|
|
147
|
+
};
|
|
148
|
+
exa_match_evaluation: {
|
|
149
|
+
enabled: false;
|
|
150
|
+
alias: string;
|
|
151
|
+
};
|
|
152
|
+
};
|
|
153
|
+
filters: {
|
|
154
|
+
query: string;
|
|
155
|
+
};
|
|
156
|
+
};
|
|
157
|
+
};
|
|
158
|
+
};
|
|
159
|
+
export {};
|
|
@@ -0,0 +1,265 @@
|
|
|
1
|
+
import { z, ZodType } from "zod";
|
|
2
|
+
import type { PipeConnectionRequirement, SearchOutputField } from "../../../pipes/catalog/types.js";
|
|
3
|
+
import { type SearchId } from "../../schemas.js";
|
|
4
|
+
import type { DedupConfig } from "../../types.js";
|
|
5
|
+
import { Search } from "../search.js";
|
|
6
|
+
export declare const searchId = "companies:profiles:icypeas@1";
|
|
7
|
+
export declare const PayloadSchema: z.ZodObject<{
|
|
8
|
+
search_id: z.ZodLiteral<"companies:profiles:icypeas@1">;
|
|
9
|
+
connector: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
10
|
+
strategy: z.ZodDefault<z.ZodEnum<{
|
|
11
|
+
first: "first";
|
|
12
|
+
}>>;
|
|
13
|
+
connections: z.ZodArray<z.ZodObject<{
|
|
14
|
+
type: z.ZodLiteral<"vault">;
|
|
15
|
+
connection: z.ZodString;
|
|
16
|
+
}, z.core.$strip>>;
|
|
17
|
+
}, z.core.$strip>>>>>;
|
|
18
|
+
config: z.ZodObject<{
|
|
19
|
+
limit: z.ZodDefault<z.ZodCoercedNumber<unknown>> | z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
20
|
+
output_fields: z.ZodOptional<z.ZodObject<{
|
|
21
|
+
company_name: z.ZodDefault<z.ZodObject<{
|
|
22
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
23
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
24
|
+
}, z.core.$strip>>;
|
|
25
|
+
company_industry: z.ZodDefault<z.ZodObject<{
|
|
26
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
27
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
28
|
+
}, z.core.$strip>>;
|
|
29
|
+
company_description: z.ZodDefault<z.ZodObject<{
|
|
30
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
31
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
32
|
+
}, z.core.$strip>>;
|
|
33
|
+
company_website_url: z.ZodDefault<z.ZodObject<{
|
|
34
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
35
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
36
|
+
}, z.core.$strip>>;
|
|
37
|
+
headcount: z.ZodDefault<z.ZodObject<{
|
|
38
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
39
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
40
|
+
}, z.core.$strip>>;
|
|
41
|
+
company_region: z.ZodDefault<z.ZodObject<{
|
|
42
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
43
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
44
|
+
}, z.core.$strip>>;
|
|
45
|
+
company_profile_url: z.ZodDefault<z.ZodObject<{
|
|
46
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
47
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
48
|
+
}, z.core.$strip>>;
|
|
49
|
+
icypeas_company_match: z.ZodDefault<z.ZodObject<{
|
|
50
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
51
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
52
|
+
}, z.core.$strip>>;
|
|
53
|
+
}, z.core.$strip>>;
|
|
54
|
+
filters: z.ZodObject<{
|
|
55
|
+
name: z.ZodOptional<z.ZodObject<{
|
|
56
|
+
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
57
|
+
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
58
|
+
}, z.core.$strip>>;
|
|
59
|
+
type: z.ZodOptional<z.ZodObject<{
|
|
60
|
+
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
61
|
+
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
62
|
+
}, z.core.$strip>>;
|
|
63
|
+
industry: z.ZodOptional<z.ZodObject<{
|
|
64
|
+
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
65
|
+
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
66
|
+
}, z.core.$strip>>;
|
|
67
|
+
location: z.ZodOptional<z.ZodObject<{
|
|
68
|
+
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
69
|
+
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
70
|
+
}, z.core.$strip>>;
|
|
71
|
+
headcount: z.ZodOptional<z.ZodObject<{
|
|
72
|
+
gt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
73
|
+
lt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
74
|
+
gte: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
75
|
+
lte: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
76
|
+
}, z.core.$strip>>;
|
|
77
|
+
urn: z.ZodOptional<z.ZodObject<{
|
|
78
|
+
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
79
|
+
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
80
|
+
}, z.core.$strip>>;
|
|
81
|
+
lid: z.ZodOptional<z.ZodObject<{
|
|
82
|
+
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
83
|
+
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
84
|
+
}, z.core.$strip>>;
|
|
85
|
+
}, z.core.$strip>;
|
|
86
|
+
}, z.core.$strip>;
|
|
87
|
+
}, z.core.$strip>;
|
|
88
|
+
type Payload = z.infer<typeof PayloadSchema>;
|
|
89
|
+
declare class SearchClass extends Search<Payload> {
|
|
90
|
+
searchId: SearchId;
|
|
91
|
+
schema: ZodType;
|
|
92
|
+
payload: Payload;
|
|
93
|
+
constructor(payload: Payload);
|
|
94
|
+
getRawOutputFields(): Record<string, SearchOutputField>;
|
|
95
|
+
getConnectionsRequirements(): Array<PipeConnectionRequirement>;
|
|
96
|
+
getDedupConfig(): DedupConfig;
|
|
97
|
+
}
|
|
98
|
+
export declare const CompaniesProfilesIcypeasClass1: typeof SearchClass;
|
|
99
|
+
export declare const CompaniesProfilesIcypeasPayloadSchema1: z.ZodObject<{
|
|
100
|
+
search_id: z.ZodLiteral<"companies:profiles:icypeas@1">;
|
|
101
|
+
connector: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
102
|
+
strategy: z.ZodDefault<z.ZodEnum<{
|
|
103
|
+
first: "first";
|
|
104
|
+
}>>;
|
|
105
|
+
connections: z.ZodArray<z.ZodObject<{
|
|
106
|
+
type: z.ZodLiteral<"vault">;
|
|
107
|
+
connection: z.ZodString;
|
|
108
|
+
}, z.core.$strip>>;
|
|
109
|
+
}, z.core.$strip>>>>>;
|
|
110
|
+
config: z.ZodObject<{
|
|
111
|
+
limit: z.ZodDefault<z.ZodCoercedNumber<unknown>> | z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
112
|
+
output_fields: z.ZodOptional<z.ZodObject<{
|
|
113
|
+
company_name: z.ZodDefault<z.ZodObject<{
|
|
114
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
115
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
116
|
+
}, z.core.$strip>>;
|
|
117
|
+
company_industry: z.ZodDefault<z.ZodObject<{
|
|
118
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
119
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
120
|
+
}, z.core.$strip>>;
|
|
121
|
+
company_description: z.ZodDefault<z.ZodObject<{
|
|
122
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
123
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
124
|
+
}, z.core.$strip>>;
|
|
125
|
+
company_website_url: z.ZodDefault<z.ZodObject<{
|
|
126
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
127
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
128
|
+
}, z.core.$strip>>;
|
|
129
|
+
headcount: z.ZodDefault<z.ZodObject<{
|
|
130
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
131
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
132
|
+
}, z.core.$strip>>;
|
|
133
|
+
company_region: z.ZodDefault<z.ZodObject<{
|
|
134
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
135
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
136
|
+
}, z.core.$strip>>;
|
|
137
|
+
company_profile_url: z.ZodDefault<z.ZodObject<{
|
|
138
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
139
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
140
|
+
}, z.core.$strip>>;
|
|
141
|
+
icypeas_company_match: z.ZodDefault<z.ZodObject<{
|
|
142
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
143
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
144
|
+
}, z.core.$strip>>;
|
|
145
|
+
}, z.core.$strip>>;
|
|
146
|
+
filters: z.ZodObject<{
|
|
147
|
+
name: z.ZodOptional<z.ZodObject<{
|
|
148
|
+
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
149
|
+
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
150
|
+
}, z.core.$strip>>;
|
|
151
|
+
type: z.ZodOptional<z.ZodObject<{
|
|
152
|
+
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
153
|
+
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
154
|
+
}, z.core.$strip>>;
|
|
155
|
+
industry: z.ZodOptional<z.ZodObject<{
|
|
156
|
+
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
157
|
+
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
158
|
+
}, z.core.$strip>>;
|
|
159
|
+
location: z.ZodOptional<z.ZodObject<{
|
|
160
|
+
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
161
|
+
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
162
|
+
}, z.core.$strip>>;
|
|
163
|
+
headcount: z.ZodOptional<z.ZodObject<{
|
|
164
|
+
gt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
165
|
+
lt: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
166
|
+
gte: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
167
|
+
lte: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
168
|
+
}, z.core.$strip>>;
|
|
169
|
+
urn: z.ZodOptional<z.ZodObject<{
|
|
170
|
+
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
171
|
+
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
172
|
+
}, z.core.$strip>>;
|
|
173
|
+
lid: z.ZodOptional<z.ZodObject<{
|
|
174
|
+
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
175
|
+
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
176
|
+
}, z.core.$strip>>;
|
|
177
|
+
}, z.core.$strip>;
|
|
178
|
+
}, z.core.$strip>;
|
|
179
|
+
}, z.core.$strip>;
|
|
180
|
+
export declare const CompaniesProfilesIcypeasEntry1: {
|
|
181
|
+
searchId: "companies:profiles:icypeas@1";
|
|
182
|
+
baseSearch: string;
|
|
183
|
+
label: string;
|
|
184
|
+
categories: "companies"[];
|
|
185
|
+
hasManagedConnection: true;
|
|
186
|
+
allowsUserConnection: true;
|
|
187
|
+
lifecycle: null;
|
|
188
|
+
description: string;
|
|
189
|
+
tags: "Company Profiles"[];
|
|
190
|
+
docPath: string;
|
|
191
|
+
cost: {
|
|
192
|
+
mode: "per_result";
|
|
193
|
+
creditsPerResult: number;
|
|
194
|
+
};
|
|
195
|
+
provider: "icypeas";
|
|
196
|
+
defaultPayload: {
|
|
197
|
+
search_id: "companies:profiles:icypeas@1";
|
|
198
|
+
connector: null;
|
|
199
|
+
config: {
|
|
200
|
+
limit: number;
|
|
201
|
+
output_fields: {
|
|
202
|
+
company_name: {
|
|
203
|
+
alias: string;
|
|
204
|
+
enabled: true;
|
|
205
|
+
};
|
|
206
|
+
icypeas_company_match: {
|
|
207
|
+
alias: string;
|
|
208
|
+
enabled: true;
|
|
209
|
+
};
|
|
210
|
+
company_website_url: {
|
|
211
|
+
alias: string;
|
|
212
|
+
enabled: true;
|
|
213
|
+
};
|
|
214
|
+
company_description: {
|
|
215
|
+
alias: string;
|
|
216
|
+
enabled: true;
|
|
217
|
+
};
|
|
218
|
+
company_industry: {
|
|
219
|
+
alias: string;
|
|
220
|
+
enabled: true;
|
|
221
|
+
};
|
|
222
|
+
company_profile_url: {
|
|
223
|
+
alias: string;
|
|
224
|
+
enabled: true;
|
|
225
|
+
};
|
|
226
|
+
headcount: {
|
|
227
|
+
alias: string;
|
|
228
|
+
enabled: true;
|
|
229
|
+
};
|
|
230
|
+
company_region: {
|
|
231
|
+
alias: string;
|
|
232
|
+
enabled: true;
|
|
233
|
+
};
|
|
234
|
+
};
|
|
235
|
+
filters: {
|
|
236
|
+
name: {
|
|
237
|
+
include: never[];
|
|
238
|
+
exclude: never[];
|
|
239
|
+
};
|
|
240
|
+
type: {
|
|
241
|
+
include: never[];
|
|
242
|
+
exclude: never[];
|
|
243
|
+
};
|
|
244
|
+
industry: {
|
|
245
|
+
include: never[];
|
|
246
|
+
exclude: never[];
|
|
247
|
+
};
|
|
248
|
+
location: {
|
|
249
|
+
include: never[];
|
|
250
|
+
exclude: never[];
|
|
251
|
+
};
|
|
252
|
+
headcount: {};
|
|
253
|
+
urn: {
|
|
254
|
+
include: never[];
|
|
255
|
+
exclude: never[];
|
|
256
|
+
};
|
|
257
|
+
lid: {
|
|
258
|
+
include: never[];
|
|
259
|
+
exclude: never[];
|
|
260
|
+
};
|
|
261
|
+
};
|
|
262
|
+
};
|
|
263
|
+
};
|
|
264
|
+
};
|
|
265
|
+
export {};
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
import { z, ZodType } from "zod";
|
|
2
|
+
import type { PipeConnectionRequirement, SearchOutputField } from "../../../../pipes/catalog/types.js";
|
|
3
|
+
import type { SearchId } from "../../../schemas.js";
|
|
4
|
+
import type { DedupConfig } from "../../../types.js";
|
|
5
|
+
import { Search } from "../../search.js";
|
|
6
|
+
export declare const searchId = "people:profiles:clado@1";
|
|
7
|
+
declare const PayloadSchema: z.ZodObject<{
|
|
8
|
+
search_id: z.ZodLiteral<"people:profiles:clado@1">;
|
|
9
|
+
connector: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
10
|
+
strategy: z.ZodDefault<z.ZodEnum<{
|
|
11
|
+
first: "first";
|
|
12
|
+
}>>;
|
|
13
|
+
connections: z.ZodArray<z.ZodObject<{
|
|
14
|
+
type: z.ZodLiteral<"vault">;
|
|
15
|
+
connection: z.ZodString;
|
|
16
|
+
}, z.core.$strip>>;
|
|
17
|
+
}, z.core.$strip>>>>>;
|
|
18
|
+
config: z.ZodObject<{
|
|
19
|
+
limit: z.ZodDefault<z.ZodCoercedNumber<unknown>> | z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
20
|
+
output_fields: z.ZodOptional<z.ZodObject<{
|
|
21
|
+
name: z.ZodDefault<z.ZodObject<{
|
|
22
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
23
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
24
|
+
}, z.core.$strip>>;
|
|
25
|
+
job_title: z.ZodDefault<z.ZodObject<{
|
|
26
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
27
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
28
|
+
}, z.core.$strip>>;
|
|
29
|
+
company_profile_url: z.ZodDefault<z.ZodObject<{
|
|
30
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
31
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
32
|
+
}, z.core.$strip>>;
|
|
33
|
+
company_name: z.ZodDefault<z.ZodObject<{
|
|
34
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
35
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
36
|
+
}, z.core.$strip>>;
|
|
37
|
+
profile_url: z.ZodDefault<z.ZodObject<{
|
|
38
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
39
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
40
|
+
}, z.core.$strip>>;
|
|
41
|
+
clado_person_match: z.ZodDefault<z.ZodObject<{
|
|
42
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
43
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
44
|
+
}, z.core.$strip>>;
|
|
45
|
+
}, z.core.$strip>>;
|
|
46
|
+
filters: z.ZodObject<{
|
|
47
|
+
query: z.ZodString;
|
|
48
|
+
}, z.core.$strip>;
|
|
49
|
+
}, z.core.$strip>;
|
|
50
|
+
}, z.core.$strip>;
|
|
51
|
+
type Config = z.infer<typeof PayloadSchema>;
|
|
52
|
+
declare class SearchClass extends Search<Config> {
|
|
53
|
+
searchId: SearchId;
|
|
54
|
+
schema: ZodType;
|
|
55
|
+
payload: Config;
|
|
56
|
+
constructor(config: Config);
|
|
57
|
+
getRawOutputFields(): Record<string, SearchOutputField>;
|
|
58
|
+
getConnectionsRequirements(): Array<PipeConnectionRequirement>;
|
|
59
|
+
getDedupConfig(): DedupConfig;
|
|
60
|
+
}
|
|
61
|
+
export declare const PeopleProfilesCladoClass1: typeof SearchClass;
|
|
62
|
+
export declare const PeopleProfilesCladoPayloadSchema1: z.ZodObject<{
|
|
63
|
+
search_id: z.ZodLiteral<"people:profiles:clado@1">;
|
|
64
|
+
connector: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
65
|
+
strategy: z.ZodDefault<z.ZodEnum<{
|
|
66
|
+
first: "first";
|
|
67
|
+
}>>;
|
|
68
|
+
connections: z.ZodArray<z.ZodObject<{
|
|
69
|
+
type: z.ZodLiteral<"vault">;
|
|
70
|
+
connection: z.ZodString;
|
|
71
|
+
}, z.core.$strip>>;
|
|
72
|
+
}, z.core.$strip>>>>>;
|
|
73
|
+
config: z.ZodObject<{
|
|
74
|
+
limit: z.ZodDefault<z.ZodCoercedNumber<unknown>> | z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
75
|
+
output_fields: z.ZodOptional<z.ZodObject<{
|
|
76
|
+
name: z.ZodDefault<z.ZodObject<{
|
|
77
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
78
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
79
|
+
}, z.core.$strip>>;
|
|
80
|
+
job_title: z.ZodDefault<z.ZodObject<{
|
|
81
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
82
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
83
|
+
}, z.core.$strip>>;
|
|
84
|
+
company_profile_url: z.ZodDefault<z.ZodObject<{
|
|
85
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
86
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
87
|
+
}, z.core.$strip>>;
|
|
88
|
+
company_name: z.ZodDefault<z.ZodObject<{
|
|
89
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
90
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
91
|
+
}, z.core.$strip>>;
|
|
92
|
+
profile_url: z.ZodDefault<z.ZodObject<{
|
|
93
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
94
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
95
|
+
}, z.core.$strip>>;
|
|
96
|
+
clado_person_match: z.ZodDefault<z.ZodObject<{
|
|
97
|
+
alias: z.ZodDefault<z.ZodString>;
|
|
98
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
99
|
+
}, z.core.$strip>>;
|
|
100
|
+
}, z.core.$strip>>;
|
|
101
|
+
filters: z.ZodObject<{
|
|
102
|
+
query: z.ZodString;
|
|
103
|
+
}, z.core.$strip>;
|
|
104
|
+
}, z.core.$strip>;
|
|
105
|
+
}, z.core.$strip>;
|
|
106
|
+
export declare const PeopleProfilesCladoEntry1: {
|
|
107
|
+
searchId: "people:profiles:clado@1";
|
|
108
|
+
baseSearch: string;
|
|
109
|
+
label: string;
|
|
110
|
+
categories: "people"[];
|
|
111
|
+
hasManagedConnection: true;
|
|
112
|
+
allowsUserConnection: true;
|
|
113
|
+
lifecycle: {
|
|
114
|
+
deprecatedOn: string;
|
|
115
|
+
replacedBy: "people:profiles:clado@2";
|
|
116
|
+
};
|
|
117
|
+
description: string;
|
|
118
|
+
tags: "People Profiles"[];
|
|
119
|
+
docPath: string;
|
|
120
|
+
cost: {
|
|
121
|
+
mode: "per_search";
|
|
122
|
+
creditsPerSearch: number;
|
|
123
|
+
};
|
|
124
|
+
provider: "clado";
|
|
125
|
+
defaultPayload: {
|
|
126
|
+
search_id: "people:profiles:clado@1";
|
|
127
|
+
connector: null;
|
|
128
|
+
config: {
|
|
129
|
+
limit: number;
|
|
130
|
+
output_fields: {
|
|
131
|
+
company_name: {
|
|
132
|
+
enabled: true;
|
|
133
|
+
alias: string;
|
|
134
|
+
};
|
|
135
|
+
company_profile_url: {
|
|
136
|
+
enabled: true;
|
|
137
|
+
alias: string;
|
|
138
|
+
};
|
|
139
|
+
job_title: {
|
|
140
|
+
enabled: true;
|
|
141
|
+
alias: string;
|
|
142
|
+
};
|
|
143
|
+
name: {
|
|
144
|
+
enabled: true;
|
|
145
|
+
alias: string;
|
|
146
|
+
};
|
|
147
|
+
profile_url: {
|
|
148
|
+
enabled: true;
|
|
149
|
+
alias: string;
|
|
150
|
+
};
|
|
151
|
+
clado_person_match: {
|
|
152
|
+
enabled: true;
|
|
153
|
+
alias: string;
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
filters: {
|
|
157
|
+
query: string;
|
|
158
|
+
};
|
|
159
|
+
};
|
|
160
|
+
};
|
|
161
|
+
};
|
|
162
|
+
export {};
|