@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,751 @@
|
|
|
1
|
+
import type { SearchPayload, SearchesRequestPayload } from "./catalog/searches-catalog.js";
|
|
2
|
+
export declare class Searches {
|
|
3
|
+
private readonly searches;
|
|
4
|
+
constructor(searches?: SearchPayload[]);
|
|
5
|
+
addSearch(payload: SearchPayload): Searches;
|
|
6
|
+
removeSearch(idx: number): Searches;
|
|
7
|
+
replaceSearch(idx: number, payload: SearchPayload): Searches;
|
|
8
|
+
toPayload(config: SearchesRequestPayload["config"]): {
|
|
9
|
+
config: {
|
|
10
|
+
dedup?: {
|
|
11
|
+
strategy: "default" | null;
|
|
12
|
+
} | undefined;
|
|
13
|
+
environment?: "production" | "sandbox" | undefined;
|
|
14
|
+
widgets?: {
|
|
15
|
+
enabled?: boolean | undefined;
|
|
16
|
+
} | undefined;
|
|
17
|
+
} | undefined;
|
|
18
|
+
searches: ({
|
|
19
|
+
search_id: "companies:profiles:exa@1";
|
|
20
|
+
config: {
|
|
21
|
+
limit: number;
|
|
22
|
+
filters: {
|
|
23
|
+
query: string;
|
|
24
|
+
};
|
|
25
|
+
output_fields?: {
|
|
26
|
+
company_name: {
|
|
27
|
+
alias: string;
|
|
28
|
+
enabled: boolean;
|
|
29
|
+
};
|
|
30
|
+
company_website_url: {
|
|
31
|
+
alias: string;
|
|
32
|
+
enabled: boolean;
|
|
33
|
+
};
|
|
34
|
+
company_description: {
|
|
35
|
+
alias: string;
|
|
36
|
+
enabled: boolean;
|
|
37
|
+
};
|
|
38
|
+
company_industry: {
|
|
39
|
+
alias: string;
|
|
40
|
+
enabled: boolean;
|
|
41
|
+
};
|
|
42
|
+
headcount: {
|
|
43
|
+
alias: string;
|
|
44
|
+
enabled: boolean;
|
|
45
|
+
};
|
|
46
|
+
exa_match_evaluation: {
|
|
47
|
+
alias: string;
|
|
48
|
+
enabled: boolean;
|
|
49
|
+
};
|
|
50
|
+
} | undefined;
|
|
51
|
+
};
|
|
52
|
+
connector?: {
|
|
53
|
+
strategy: "first";
|
|
54
|
+
connections: {
|
|
55
|
+
type: "vault";
|
|
56
|
+
connection: string;
|
|
57
|
+
}[];
|
|
58
|
+
} | null | undefined;
|
|
59
|
+
} | {
|
|
60
|
+
search_id: "companies:profiles:icypeas@1";
|
|
61
|
+
config: {
|
|
62
|
+
limit: number;
|
|
63
|
+
filters: {
|
|
64
|
+
name?: {
|
|
65
|
+
include: string[];
|
|
66
|
+
exclude: string[];
|
|
67
|
+
} | undefined;
|
|
68
|
+
type?: {
|
|
69
|
+
include: string[];
|
|
70
|
+
exclude: string[];
|
|
71
|
+
} | undefined;
|
|
72
|
+
industry?: {
|
|
73
|
+
include: string[];
|
|
74
|
+
exclude: string[];
|
|
75
|
+
} | undefined;
|
|
76
|
+
location?: {
|
|
77
|
+
include: string[];
|
|
78
|
+
exclude: string[];
|
|
79
|
+
} | undefined;
|
|
80
|
+
headcount?: {
|
|
81
|
+
gt?: number | null | undefined;
|
|
82
|
+
lt?: number | null | undefined;
|
|
83
|
+
gte?: number | null | undefined;
|
|
84
|
+
lte?: number | null | undefined;
|
|
85
|
+
} | undefined;
|
|
86
|
+
urn?: {
|
|
87
|
+
include: string[];
|
|
88
|
+
exclude: string[];
|
|
89
|
+
} | undefined;
|
|
90
|
+
lid?: {
|
|
91
|
+
include: string[];
|
|
92
|
+
exclude: string[];
|
|
93
|
+
} | undefined;
|
|
94
|
+
};
|
|
95
|
+
output_fields?: {
|
|
96
|
+
company_name: {
|
|
97
|
+
alias: string;
|
|
98
|
+
enabled: boolean;
|
|
99
|
+
};
|
|
100
|
+
company_industry: {
|
|
101
|
+
alias: string;
|
|
102
|
+
enabled: boolean;
|
|
103
|
+
};
|
|
104
|
+
company_description: {
|
|
105
|
+
alias: string;
|
|
106
|
+
enabled: boolean;
|
|
107
|
+
};
|
|
108
|
+
company_website_url: {
|
|
109
|
+
alias: string;
|
|
110
|
+
enabled: boolean;
|
|
111
|
+
};
|
|
112
|
+
headcount: {
|
|
113
|
+
alias: string;
|
|
114
|
+
enabled: boolean;
|
|
115
|
+
};
|
|
116
|
+
company_region: {
|
|
117
|
+
alias: string;
|
|
118
|
+
enabled: boolean;
|
|
119
|
+
};
|
|
120
|
+
company_profile_url: {
|
|
121
|
+
alias: string;
|
|
122
|
+
enabled: boolean;
|
|
123
|
+
};
|
|
124
|
+
icypeas_company_match: {
|
|
125
|
+
alias: string;
|
|
126
|
+
enabled: boolean;
|
|
127
|
+
};
|
|
128
|
+
} | undefined;
|
|
129
|
+
};
|
|
130
|
+
connector?: {
|
|
131
|
+
strategy: "first";
|
|
132
|
+
connections: {
|
|
133
|
+
type: "vault";
|
|
134
|
+
connection: string;
|
|
135
|
+
}[];
|
|
136
|
+
} | null | undefined;
|
|
137
|
+
} | {
|
|
138
|
+
search_id: "people:profiles:clado@1";
|
|
139
|
+
config: {
|
|
140
|
+
limit: number;
|
|
141
|
+
filters: {
|
|
142
|
+
query: string;
|
|
143
|
+
};
|
|
144
|
+
output_fields?: {
|
|
145
|
+
name: {
|
|
146
|
+
alias: string;
|
|
147
|
+
enabled: boolean;
|
|
148
|
+
};
|
|
149
|
+
job_title: {
|
|
150
|
+
alias: string;
|
|
151
|
+
enabled: boolean;
|
|
152
|
+
};
|
|
153
|
+
company_profile_url: {
|
|
154
|
+
alias: string;
|
|
155
|
+
enabled: boolean;
|
|
156
|
+
};
|
|
157
|
+
company_name: {
|
|
158
|
+
alias: string;
|
|
159
|
+
enabled: boolean;
|
|
160
|
+
};
|
|
161
|
+
profile_url: {
|
|
162
|
+
alias: string;
|
|
163
|
+
enabled: boolean;
|
|
164
|
+
};
|
|
165
|
+
clado_person_match: {
|
|
166
|
+
alias: string;
|
|
167
|
+
enabled: boolean;
|
|
168
|
+
};
|
|
169
|
+
} | undefined;
|
|
170
|
+
};
|
|
171
|
+
connector?: {
|
|
172
|
+
strategy: "first";
|
|
173
|
+
connections: {
|
|
174
|
+
type: "vault";
|
|
175
|
+
connection: string;
|
|
176
|
+
}[];
|
|
177
|
+
} | null | undefined;
|
|
178
|
+
} | {
|
|
179
|
+
search_id: "people:employees:leadmagic@1";
|
|
180
|
+
config: {
|
|
181
|
+
limit: number;
|
|
182
|
+
filters: {
|
|
183
|
+
company_website_url: string;
|
|
184
|
+
};
|
|
185
|
+
output_fields?: {
|
|
186
|
+
name: {
|
|
187
|
+
alias: string;
|
|
188
|
+
enabled: boolean;
|
|
189
|
+
};
|
|
190
|
+
company_name: {
|
|
191
|
+
alias: string;
|
|
192
|
+
enabled: boolean;
|
|
193
|
+
};
|
|
194
|
+
company_website_url: {
|
|
195
|
+
alias: string;
|
|
196
|
+
enabled: boolean;
|
|
197
|
+
};
|
|
198
|
+
job_title: {
|
|
199
|
+
alias: string;
|
|
200
|
+
enabled: boolean;
|
|
201
|
+
};
|
|
202
|
+
} | undefined;
|
|
203
|
+
};
|
|
204
|
+
connector?: {
|
|
205
|
+
strategy: "first";
|
|
206
|
+
connections: {
|
|
207
|
+
type: "vault";
|
|
208
|
+
connection: string;
|
|
209
|
+
}[];
|
|
210
|
+
} | null | undefined;
|
|
211
|
+
} | {
|
|
212
|
+
search_id: "people:profiles:clado@2";
|
|
213
|
+
config: {
|
|
214
|
+
limit: number;
|
|
215
|
+
search_id: string;
|
|
216
|
+
offset: number | undefined;
|
|
217
|
+
output_fields?: {
|
|
218
|
+
name: {
|
|
219
|
+
alias: string;
|
|
220
|
+
enabled: boolean;
|
|
221
|
+
};
|
|
222
|
+
job_title: {
|
|
223
|
+
alias: string;
|
|
224
|
+
enabled: boolean;
|
|
225
|
+
};
|
|
226
|
+
company_profile_url: {
|
|
227
|
+
alias: string;
|
|
228
|
+
enabled: boolean;
|
|
229
|
+
};
|
|
230
|
+
company_name: {
|
|
231
|
+
alias: string;
|
|
232
|
+
enabled: boolean;
|
|
233
|
+
};
|
|
234
|
+
profile_url: {
|
|
235
|
+
alias: string;
|
|
236
|
+
enabled: boolean;
|
|
237
|
+
};
|
|
238
|
+
clado_person_match_v2: {
|
|
239
|
+
alias: string;
|
|
240
|
+
enabled: boolean;
|
|
241
|
+
};
|
|
242
|
+
} | undefined;
|
|
243
|
+
filters?: {
|
|
244
|
+
query: string;
|
|
245
|
+
} | undefined;
|
|
246
|
+
};
|
|
247
|
+
connector?: {
|
|
248
|
+
strategy: "first";
|
|
249
|
+
connections: {
|
|
250
|
+
type: "vault";
|
|
251
|
+
connection: string;
|
|
252
|
+
}[];
|
|
253
|
+
} | null | undefined;
|
|
254
|
+
} | {
|
|
255
|
+
search_id: "people:profiles:exa@1";
|
|
256
|
+
config: {
|
|
257
|
+
limit: number;
|
|
258
|
+
filters: {
|
|
259
|
+
query: string;
|
|
260
|
+
};
|
|
261
|
+
output_fields?: {
|
|
262
|
+
name: {
|
|
263
|
+
alias: string;
|
|
264
|
+
enabled: boolean;
|
|
265
|
+
};
|
|
266
|
+
profile_url: {
|
|
267
|
+
alias: string;
|
|
268
|
+
enabled: boolean;
|
|
269
|
+
};
|
|
270
|
+
job_title: {
|
|
271
|
+
alias: string;
|
|
272
|
+
enabled: boolean;
|
|
273
|
+
};
|
|
274
|
+
company_name: {
|
|
275
|
+
alias: string;
|
|
276
|
+
enabled: boolean;
|
|
277
|
+
};
|
|
278
|
+
company_region: {
|
|
279
|
+
alias: string;
|
|
280
|
+
enabled: boolean;
|
|
281
|
+
};
|
|
282
|
+
exa_match_evaluation: {
|
|
283
|
+
alias: string;
|
|
284
|
+
enabled: boolean;
|
|
285
|
+
};
|
|
286
|
+
} | undefined;
|
|
287
|
+
};
|
|
288
|
+
connector?: {
|
|
289
|
+
strategy: "first";
|
|
290
|
+
connections: {
|
|
291
|
+
type: "vault";
|
|
292
|
+
connection: string;
|
|
293
|
+
}[];
|
|
294
|
+
} | null | undefined;
|
|
295
|
+
} | {
|
|
296
|
+
search_id: "people:profiles:icypeas@1";
|
|
297
|
+
config: {
|
|
298
|
+
limit: number;
|
|
299
|
+
filters: {
|
|
300
|
+
firstname?: {
|
|
301
|
+
include: string[];
|
|
302
|
+
exclude: string[];
|
|
303
|
+
} | undefined;
|
|
304
|
+
lastname?: {
|
|
305
|
+
include: string[];
|
|
306
|
+
exclude: string[];
|
|
307
|
+
} | undefined;
|
|
308
|
+
currentJobTitle?: {
|
|
309
|
+
include: string[];
|
|
310
|
+
exclude: string[];
|
|
311
|
+
} | undefined;
|
|
312
|
+
pastJobTitle?: {
|
|
313
|
+
include: string[];
|
|
314
|
+
exclude: string[];
|
|
315
|
+
} | undefined;
|
|
316
|
+
currentCompanyName?: {
|
|
317
|
+
include: string[];
|
|
318
|
+
exclude: string[];
|
|
319
|
+
} | undefined;
|
|
320
|
+
pastCompanyName?: {
|
|
321
|
+
include: string[];
|
|
322
|
+
exclude: string[];
|
|
323
|
+
} | undefined;
|
|
324
|
+
school?: {
|
|
325
|
+
include: string[];
|
|
326
|
+
exclude: string[];
|
|
327
|
+
} | undefined;
|
|
328
|
+
location?: {
|
|
329
|
+
include: string[];
|
|
330
|
+
exclude: string[];
|
|
331
|
+
} | undefined;
|
|
332
|
+
languages?: {
|
|
333
|
+
include: string[];
|
|
334
|
+
exclude: string[];
|
|
335
|
+
} | undefined;
|
|
336
|
+
skills?: {
|
|
337
|
+
include: string[];
|
|
338
|
+
exclude: string[];
|
|
339
|
+
} | undefined;
|
|
340
|
+
keyword?: {
|
|
341
|
+
include: string[];
|
|
342
|
+
exclude: string[];
|
|
343
|
+
} | undefined;
|
|
344
|
+
};
|
|
345
|
+
output_fields?: {
|
|
346
|
+
name: {
|
|
347
|
+
alias: string;
|
|
348
|
+
enabled: boolean;
|
|
349
|
+
};
|
|
350
|
+
job_title: {
|
|
351
|
+
alias: string;
|
|
352
|
+
enabled: boolean;
|
|
353
|
+
};
|
|
354
|
+
profile_headline: {
|
|
355
|
+
alias: string;
|
|
356
|
+
enabled: boolean;
|
|
357
|
+
};
|
|
358
|
+
company_website_url: {
|
|
359
|
+
alias: string;
|
|
360
|
+
enabled: boolean;
|
|
361
|
+
};
|
|
362
|
+
company_profile_url: {
|
|
363
|
+
alias: string;
|
|
364
|
+
enabled: boolean;
|
|
365
|
+
};
|
|
366
|
+
profile_url: {
|
|
367
|
+
alias: string;
|
|
368
|
+
enabled: boolean;
|
|
369
|
+
};
|
|
370
|
+
icypeas_person_match: {
|
|
371
|
+
alias: string;
|
|
372
|
+
enabled: boolean;
|
|
373
|
+
};
|
|
374
|
+
} | undefined;
|
|
375
|
+
};
|
|
376
|
+
connector?: {
|
|
377
|
+
strategy: "first";
|
|
378
|
+
connections: {
|
|
379
|
+
type: "vault";
|
|
380
|
+
connection: string;
|
|
381
|
+
}[];
|
|
382
|
+
} | null | undefined;
|
|
383
|
+
})[];
|
|
384
|
+
};
|
|
385
|
+
getSearchPayloads(): ({
|
|
386
|
+
search_id: "companies:profiles:exa@1";
|
|
387
|
+
config: {
|
|
388
|
+
limit: number;
|
|
389
|
+
filters: {
|
|
390
|
+
query: string;
|
|
391
|
+
};
|
|
392
|
+
output_fields?: {
|
|
393
|
+
company_name: {
|
|
394
|
+
alias: string;
|
|
395
|
+
enabled: boolean;
|
|
396
|
+
};
|
|
397
|
+
company_website_url: {
|
|
398
|
+
alias: string;
|
|
399
|
+
enabled: boolean;
|
|
400
|
+
};
|
|
401
|
+
company_description: {
|
|
402
|
+
alias: string;
|
|
403
|
+
enabled: boolean;
|
|
404
|
+
};
|
|
405
|
+
company_industry: {
|
|
406
|
+
alias: string;
|
|
407
|
+
enabled: boolean;
|
|
408
|
+
};
|
|
409
|
+
headcount: {
|
|
410
|
+
alias: string;
|
|
411
|
+
enabled: boolean;
|
|
412
|
+
};
|
|
413
|
+
exa_match_evaluation: {
|
|
414
|
+
alias: string;
|
|
415
|
+
enabled: boolean;
|
|
416
|
+
};
|
|
417
|
+
} | undefined;
|
|
418
|
+
};
|
|
419
|
+
connector?: {
|
|
420
|
+
strategy: "first";
|
|
421
|
+
connections: {
|
|
422
|
+
type: "vault";
|
|
423
|
+
connection: string;
|
|
424
|
+
}[];
|
|
425
|
+
} | null | undefined;
|
|
426
|
+
} | {
|
|
427
|
+
search_id: "companies:profiles:icypeas@1";
|
|
428
|
+
config: {
|
|
429
|
+
limit: number;
|
|
430
|
+
filters: {
|
|
431
|
+
name?: {
|
|
432
|
+
include: string[];
|
|
433
|
+
exclude: string[];
|
|
434
|
+
} | undefined;
|
|
435
|
+
type?: {
|
|
436
|
+
include: string[];
|
|
437
|
+
exclude: string[];
|
|
438
|
+
} | undefined;
|
|
439
|
+
industry?: {
|
|
440
|
+
include: string[];
|
|
441
|
+
exclude: string[];
|
|
442
|
+
} | undefined;
|
|
443
|
+
location?: {
|
|
444
|
+
include: string[];
|
|
445
|
+
exclude: string[];
|
|
446
|
+
} | undefined;
|
|
447
|
+
headcount?: {
|
|
448
|
+
gt?: number | null | undefined;
|
|
449
|
+
lt?: number | null | undefined;
|
|
450
|
+
gte?: number | null | undefined;
|
|
451
|
+
lte?: number | null | undefined;
|
|
452
|
+
} | undefined;
|
|
453
|
+
urn?: {
|
|
454
|
+
include: string[];
|
|
455
|
+
exclude: string[];
|
|
456
|
+
} | undefined;
|
|
457
|
+
lid?: {
|
|
458
|
+
include: string[];
|
|
459
|
+
exclude: string[];
|
|
460
|
+
} | undefined;
|
|
461
|
+
};
|
|
462
|
+
output_fields?: {
|
|
463
|
+
company_name: {
|
|
464
|
+
alias: string;
|
|
465
|
+
enabled: boolean;
|
|
466
|
+
};
|
|
467
|
+
company_industry: {
|
|
468
|
+
alias: string;
|
|
469
|
+
enabled: boolean;
|
|
470
|
+
};
|
|
471
|
+
company_description: {
|
|
472
|
+
alias: string;
|
|
473
|
+
enabled: boolean;
|
|
474
|
+
};
|
|
475
|
+
company_website_url: {
|
|
476
|
+
alias: string;
|
|
477
|
+
enabled: boolean;
|
|
478
|
+
};
|
|
479
|
+
headcount: {
|
|
480
|
+
alias: string;
|
|
481
|
+
enabled: boolean;
|
|
482
|
+
};
|
|
483
|
+
company_region: {
|
|
484
|
+
alias: string;
|
|
485
|
+
enabled: boolean;
|
|
486
|
+
};
|
|
487
|
+
company_profile_url: {
|
|
488
|
+
alias: string;
|
|
489
|
+
enabled: boolean;
|
|
490
|
+
};
|
|
491
|
+
icypeas_company_match: {
|
|
492
|
+
alias: string;
|
|
493
|
+
enabled: boolean;
|
|
494
|
+
};
|
|
495
|
+
} | undefined;
|
|
496
|
+
};
|
|
497
|
+
connector?: {
|
|
498
|
+
strategy: "first";
|
|
499
|
+
connections: {
|
|
500
|
+
type: "vault";
|
|
501
|
+
connection: string;
|
|
502
|
+
}[];
|
|
503
|
+
} | null | undefined;
|
|
504
|
+
} | {
|
|
505
|
+
search_id: "people:profiles:clado@1";
|
|
506
|
+
config: {
|
|
507
|
+
limit: number;
|
|
508
|
+
filters: {
|
|
509
|
+
query: string;
|
|
510
|
+
};
|
|
511
|
+
output_fields?: {
|
|
512
|
+
name: {
|
|
513
|
+
alias: string;
|
|
514
|
+
enabled: boolean;
|
|
515
|
+
};
|
|
516
|
+
job_title: {
|
|
517
|
+
alias: string;
|
|
518
|
+
enabled: boolean;
|
|
519
|
+
};
|
|
520
|
+
company_profile_url: {
|
|
521
|
+
alias: string;
|
|
522
|
+
enabled: boolean;
|
|
523
|
+
};
|
|
524
|
+
company_name: {
|
|
525
|
+
alias: string;
|
|
526
|
+
enabled: boolean;
|
|
527
|
+
};
|
|
528
|
+
profile_url: {
|
|
529
|
+
alias: string;
|
|
530
|
+
enabled: boolean;
|
|
531
|
+
};
|
|
532
|
+
clado_person_match: {
|
|
533
|
+
alias: string;
|
|
534
|
+
enabled: boolean;
|
|
535
|
+
};
|
|
536
|
+
} | undefined;
|
|
537
|
+
};
|
|
538
|
+
connector?: {
|
|
539
|
+
strategy: "first";
|
|
540
|
+
connections: {
|
|
541
|
+
type: "vault";
|
|
542
|
+
connection: string;
|
|
543
|
+
}[];
|
|
544
|
+
} | null | undefined;
|
|
545
|
+
} | {
|
|
546
|
+
search_id: "people:employees:leadmagic@1";
|
|
547
|
+
config: {
|
|
548
|
+
limit: number;
|
|
549
|
+
filters: {
|
|
550
|
+
company_website_url: string;
|
|
551
|
+
};
|
|
552
|
+
output_fields?: {
|
|
553
|
+
name: {
|
|
554
|
+
alias: string;
|
|
555
|
+
enabled: boolean;
|
|
556
|
+
};
|
|
557
|
+
company_name: {
|
|
558
|
+
alias: string;
|
|
559
|
+
enabled: boolean;
|
|
560
|
+
};
|
|
561
|
+
company_website_url: {
|
|
562
|
+
alias: string;
|
|
563
|
+
enabled: boolean;
|
|
564
|
+
};
|
|
565
|
+
job_title: {
|
|
566
|
+
alias: string;
|
|
567
|
+
enabled: boolean;
|
|
568
|
+
};
|
|
569
|
+
} | undefined;
|
|
570
|
+
};
|
|
571
|
+
connector?: {
|
|
572
|
+
strategy: "first";
|
|
573
|
+
connections: {
|
|
574
|
+
type: "vault";
|
|
575
|
+
connection: string;
|
|
576
|
+
}[];
|
|
577
|
+
} | null | undefined;
|
|
578
|
+
} | {
|
|
579
|
+
search_id: "people:profiles:clado@2";
|
|
580
|
+
config: {
|
|
581
|
+
limit: number;
|
|
582
|
+
search_id: string;
|
|
583
|
+
offset: number | undefined;
|
|
584
|
+
output_fields?: {
|
|
585
|
+
name: {
|
|
586
|
+
alias: string;
|
|
587
|
+
enabled: boolean;
|
|
588
|
+
};
|
|
589
|
+
job_title: {
|
|
590
|
+
alias: string;
|
|
591
|
+
enabled: boolean;
|
|
592
|
+
};
|
|
593
|
+
company_profile_url: {
|
|
594
|
+
alias: string;
|
|
595
|
+
enabled: boolean;
|
|
596
|
+
};
|
|
597
|
+
company_name: {
|
|
598
|
+
alias: string;
|
|
599
|
+
enabled: boolean;
|
|
600
|
+
};
|
|
601
|
+
profile_url: {
|
|
602
|
+
alias: string;
|
|
603
|
+
enabled: boolean;
|
|
604
|
+
};
|
|
605
|
+
clado_person_match_v2: {
|
|
606
|
+
alias: string;
|
|
607
|
+
enabled: boolean;
|
|
608
|
+
};
|
|
609
|
+
} | undefined;
|
|
610
|
+
filters?: {
|
|
611
|
+
query: string;
|
|
612
|
+
} | undefined;
|
|
613
|
+
};
|
|
614
|
+
connector?: {
|
|
615
|
+
strategy: "first";
|
|
616
|
+
connections: {
|
|
617
|
+
type: "vault";
|
|
618
|
+
connection: string;
|
|
619
|
+
}[];
|
|
620
|
+
} | null | undefined;
|
|
621
|
+
} | {
|
|
622
|
+
search_id: "people:profiles:exa@1";
|
|
623
|
+
config: {
|
|
624
|
+
limit: number;
|
|
625
|
+
filters: {
|
|
626
|
+
query: string;
|
|
627
|
+
};
|
|
628
|
+
output_fields?: {
|
|
629
|
+
name: {
|
|
630
|
+
alias: string;
|
|
631
|
+
enabled: boolean;
|
|
632
|
+
};
|
|
633
|
+
profile_url: {
|
|
634
|
+
alias: string;
|
|
635
|
+
enabled: boolean;
|
|
636
|
+
};
|
|
637
|
+
job_title: {
|
|
638
|
+
alias: string;
|
|
639
|
+
enabled: boolean;
|
|
640
|
+
};
|
|
641
|
+
company_name: {
|
|
642
|
+
alias: string;
|
|
643
|
+
enabled: boolean;
|
|
644
|
+
};
|
|
645
|
+
company_region: {
|
|
646
|
+
alias: string;
|
|
647
|
+
enabled: boolean;
|
|
648
|
+
};
|
|
649
|
+
exa_match_evaluation: {
|
|
650
|
+
alias: string;
|
|
651
|
+
enabled: boolean;
|
|
652
|
+
};
|
|
653
|
+
} | undefined;
|
|
654
|
+
};
|
|
655
|
+
connector?: {
|
|
656
|
+
strategy: "first";
|
|
657
|
+
connections: {
|
|
658
|
+
type: "vault";
|
|
659
|
+
connection: string;
|
|
660
|
+
}[];
|
|
661
|
+
} | null | undefined;
|
|
662
|
+
} | {
|
|
663
|
+
search_id: "people:profiles:icypeas@1";
|
|
664
|
+
config: {
|
|
665
|
+
limit: number;
|
|
666
|
+
filters: {
|
|
667
|
+
firstname?: {
|
|
668
|
+
include: string[];
|
|
669
|
+
exclude: string[];
|
|
670
|
+
} | undefined;
|
|
671
|
+
lastname?: {
|
|
672
|
+
include: string[];
|
|
673
|
+
exclude: string[];
|
|
674
|
+
} | undefined;
|
|
675
|
+
currentJobTitle?: {
|
|
676
|
+
include: string[];
|
|
677
|
+
exclude: string[];
|
|
678
|
+
} | undefined;
|
|
679
|
+
pastJobTitle?: {
|
|
680
|
+
include: string[];
|
|
681
|
+
exclude: string[];
|
|
682
|
+
} | undefined;
|
|
683
|
+
currentCompanyName?: {
|
|
684
|
+
include: string[];
|
|
685
|
+
exclude: string[];
|
|
686
|
+
} | undefined;
|
|
687
|
+
pastCompanyName?: {
|
|
688
|
+
include: string[];
|
|
689
|
+
exclude: string[];
|
|
690
|
+
} | undefined;
|
|
691
|
+
school?: {
|
|
692
|
+
include: string[];
|
|
693
|
+
exclude: string[];
|
|
694
|
+
} | undefined;
|
|
695
|
+
location?: {
|
|
696
|
+
include: string[];
|
|
697
|
+
exclude: string[];
|
|
698
|
+
} | undefined;
|
|
699
|
+
languages?: {
|
|
700
|
+
include: string[];
|
|
701
|
+
exclude: string[];
|
|
702
|
+
} | undefined;
|
|
703
|
+
skills?: {
|
|
704
|
+
include: string[];
|
|
705
|
+
exclude: string[];
|
|
706
|
+
} | undefined;
|
|
707
|
+
keyword?: {
|
|
708
|
+
include: string[];
|
|
709
|
+
exclude: string[];
|
|
710
|
+
} | undefined;
|
|
711
|
+
};
|
|
712
|
+
output_fields?: {
|
|
713
|
+
name: {
|
|
714
|
+
alias: string;
|
|
715
|
+
enabled: boolean;
|
|
716
|
+
};
|
|
717
|
+
job_title: {
|
|
718
|
+
alias: string;
|
|
719
|
+
enabled: boolean;
|
|
720
|
+
};
|
|
721
|
+
profile_headline: {
|
|
722
|
+
alias: string;
|
|
723
|
+
enabled: boolean;
|
|
724
|
+
};
|
|
725
|
+
company_website_url: {
|
|
726
|
+
alias: string;
|
|
727
|
+
enabled: boolean;
|
|
728
|
+
};
|
|
729
|
+
company_profile_url: {
|
|
730
|
+
alias: string;
|
|
731
|
+
enabled: boolean;
|
|
732
|
+
};
|
|
733
|
+
profile_url: {
|
|
734
|
+
alias: string;
|
|
735
|
+
enabled: boolean;
|
|
736
|
+
};
|
|
737
|
+
icypeas_person_match: {
|
|
738
|
+
alias: string;
|
|
739
|
+
enabled: boolean;
|
|
740
|
+
};
|
|
741
|
+
} | undefined;
|
|
742
|
+
};
|
|
743
|
+
connector?: {
|
|
744
|
+
strategy: "first";
|
|
745
|
+
connections: {
|
|
746
|
+
type: "vault";
|
|
747
|
+
connection: string;
|
|
748
|
+
}[];
|
|
749
|
+
} | null | undefined;
|
|
750
|
+
})[];
|
|
751
|
+
}
|