@keystrokehq/fullenrich 0.1.1 → 0.1.3
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/dist/action.cjs.map +1 -1
- package/dist/action.mjs.map +1 -1
- package/dist/actions/create-contact-data-list.cjs +3 -3
- package/dist/actions/create-contact-data-list.cjs.map +1 -1
- package/dist/actions/create-contact-data-list.d.cts +6 -7
- package/dist/actions/create-contact-data-list.d.cts.map +1 -1
- package/dist/actions/create-contact-data-list.d.mts +6 -7
- package/dist/actions/create-contact-data-list.d.mts.map +1 -1
- package/dist/actions/create-contact-data-list.mjs +3 -3
- package/dist/actions/create-contact-data-list.mjs.map +1 -1
- package/dist/actions/get-current-credit-balance.cjs +1 -1
- package/dist/actions/get-current-credit-balance.cjs.map +1 -1
- package/dist/actions/get-current-credit-balance.d.cts +2 -4
- package/dist/actions/get-current-credit-balance.d.cts.map +1 -1
- package/dist/actions/get-current-credit-balance.d.mts +2 -4
- package/dist/actions/get-current-credit-balance.d.mts.map +1 -1
- package/dist/actions/get-current-credit-balance.mjs +1 -1
- package/dist/actions/get-current-credit-balance.mjs.map +1 -1
- package/dist/actions/get-enrichment-result.cjs +67 -67
- package/dist/actions/get-enrichment-result.cjs.map +1 -1
- package/dist/actions/get-enrichment-result.d.cts +71 -153
- package/dist/actions/get-enrichment-result.d.cts.map +1 -1
- package/dist/actions/get-enrichment-result.d.mts +71 -153
- package/dist/actions/get-enrichment-result.d.mts.map +1 -1
- package/dist/actions/get-enrichment-result.mjs +67 -67
- package/dist/actions/get-enrichment-result.mjs.map +1 -1
- package/dist/actions/get-reverse-email-result.cjs +52 -52
- package/dist/actions/get-reverse-email-result.cjs.map +1 -1
- package/dist/actions/get-reverse-email-result.d.cts +56 -120
- package/dist/actions/get-reverse-email-result.d.mts +56 -120
- package/dist/actions/get-reverse-email-result.mjs +52 -52
- package/dist/actions/get-reverse-email-result.mjs.map +1 -1
- package/dist/actions/reverse-email-lookup.cjs +2 -2
- package/dist/actions/reverse-email-lookup.cjs.map +1 -1
- package/dist/actions/reverse-email-lookup.d.cts +4 -5
- package/dist/actions/reverse-email-lookup.d.mts +4 -5
- package/dist/actions/reverse-email-lookup.mjs +2 -2
- package/dist/actions/reverse-email-lookup.mjs.map +1 -1
- package/dist/actions/search-company.cjs +19 -19
- package/dist/actions/search-company.cjs.map +1 -1
- package/dist/actions/search-company.d.cts +20 -39
- package/dist/actions/search-company.d.cts.map +1 -1
- package/dist/actions/search-company.d.mts +20 -39
- package/dist/actions/search-company.d.mts.map +1 -1
- package/dist/actions/search-company.mjs +19 -19
- package/dist/actions/search-company.mjs.map +1 -1
- package/dist/actions/search-people.cjs +69 -69
- package/dist/actions/search-people.cjs.map +1 -1
- package/dist/actions/search-people.d.cts +110 -195
- package/dist/actions/search-people.d.mts +110 -195
- package/dist/actions/search-people.mjs +69 -69
- package/dist/actions/search-people.mjs.map +1 -1
- package/dist/actions/start-bulk-enrichment.cjs +3 -3
- package/dist/actions/start-bulk-enrichment.cjs.map +1 -1
- package/dist/actions/start-bulk-enrichment.d.cts +6 -7
- package/dist/actions/start-bulk-enrichment.d.cts.map +1 -1
- package/dist/actions/start-bulk-enrichment.d.mts +6 -7
- package/dist/actions/start-bulk-enrichment.d.mts.map +1 -1
- package/dist/actions/start-bulk-enrichment.mjs +3 -3
- package/dist/actions/start-bulk-enrichment.mjs.map +1 -1
- package/dist/actions/verify-api-key.cjs +1 -1
- package/dist/actions/verify-api-key.cjs.map +1 -1
- package/dist/actions/verify-api-key.d.cts +2 -4
- package/dist/actions/verify-api-key.d.cts.map +1 -1
- package/dist/actions/verify-api-key.d.mts +2 -4
- package/dist/actions/verify-api-key.d.mts.map +1 -1
- package/dist/actions/verify-api-key.mjs +1 -1
- package/dist/actions/verify-api-key.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -9,275 +9,190 @@ declare const FullenrichSearchPeopleInput: z.ZodObject<{
|
|
|
9
9
|
value: z.ZodString;
|
|
10
10
|
exclude: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
11
11
|
exact_match: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
12
|
-
}, z.core.$
|
|
12
|
+
}, z.core.$loose>>>;
|
|
13
13
|
person_locations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
14
14
|
value: z.ZodString;
|
|
15
15
|
exclude: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
16
16
|
exact_match: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
17
|
-
}, z.core.$
|
|
17
|
+
}, z.core.$loose>>>;
|
|
18
18
|
current_company_names: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
19
19
|
value: z.ZodString;
|
|
20
20
|
exclude: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
21
21
|
exact_match: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
22
|
-
}, z.core.$
|
|
22
|
+
}, z.core.$loose>>>;
|
|
23
23
|
current_company_domains: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
24
24
|
value: z.ZodString;
|
|
25
25
|
exclude: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
26
26
|
exact_match: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
27
|
-
}, z.core.$
|
|
27
|
+
}, z.core.$loose>>>;
|
|
28
28
|
current_position_titles: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
29
29
|
value: z.ZodString;
|
|
30
30
|
exclude: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
31
31
|
exact_match: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
32
|
-
}, z.core.$
|
|
32
|
+
}, z.core.$loose>>>;
|
|
33
33
|
current_company_headcounts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
34
34
|
max: z.ZodOptional<z.ZodNumber>;
|
|
35
35
|
min: z.ZodOptional<z.ZodNumber>;
|
|
36
36
|
exclude: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
37
|
-
}, z.core.$
|
|
37
|
+
}, z.core.$loose>>>;
|
|
38
38
|
current_company_industries: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
39
39
|
value: z.ZodString;
|
|
40
40
|
exclude: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
41
41
|
exact_match: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
42
|
-
}, z.core.$
|
|
42
|
+
}, z.core.$loose>>>;
|
|
43
43
|
current_position_seniority_level: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
44
44
|
value: z.ZodString;
|
|
45
45
|
exclude: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
46
46
|
exact_match: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
47
|
-
}, z.core.$
|
|
47
|
+
}, z.core.$loose>>>;
|
|
48
48
|
}, z.core.$strip>;
|
|
49
49
|
declare const FullenrichSearchPeopleOutput: z.ZodObject<{
|
|
50
|
-
people: z.
|
|
51
|
-
id: z.
|
|
52
|
-
skills: z.
|
|
53
|
-
location: z.
|
|
54
|
-
city: z.
|
|
55
|
-
region: z.
|
|
56
|
-
country: z.
|
|
57
|
-
country_code: z.
|
|
58
|
-
}, z.core.$
|
|
59
|
-
full_name: z.
|
|
60
|
-
languages: z.
|
|
61
|
-
code: z.
|
|
62
|
-
language: z.
|
|
63
|
-
proficiency: z.
|
|
64
|
-
}, z.core.$
|
|
65
|
-
last_name: z.
|
|
66
|
-
educations: z.
|
|
67
|
-
degree: z.
|
|
68
|
-
end_at: z.
|
|
69
|
-
start_at: z.
|
|
70
|
-
school_name: z.
|
|
71
|
-
}, z.core.$
|
|
72
|
-
employment: z.
|
|
73
|
-
all: z.
|
|
74
|
-
title: z.
|
|
75
|
-
end_at: z.
|
|
76
|
-
company: z.
|
|
77
|
-
name: z.
|
|
78
|
-
domain: z.
|
|
79
|
-
industry: z.
|
|
80
|
-
headcount: z.
|
|
81
|
-
locations: z.
|
|
82
|
-
city: z.
|
|
83
|
-
region: z.
|
|
84
|
-
country: z.
|
|
85
|
-
country_code: z.
|
|
86
|
-
}, z.core.$
|
|
87
|
-
description: z.
|
|
88
|
-
company_type: z.
|
|
89
|
-
headquarters: z.
|
|
90
|
-
city: z.
|
|
91
|
-
region: z.
|
|
92
|
-
country: z.
|
|
93
|
-
country_code: z.
|
|
94
|
-
}, z.core.$
|
|
95
|
-
year_founded: z.
|
|
96
|
-
}, z.core.$
|
|
97
|
-
start_at: z.
|
|
98
|
-
is_current: z.
|
|
99
|
-
}, z.core.$
|
|
100
|
-
current: z.
|
|
101
|
-
title: z.
|
|
102
|
-
end_at: z.
|
|
103
|
-
company: z.
|
|
104
|
-
name: z.
|
|
105
|
-
domain: z.
|
|
106
|
-
industry: z.
|
|
107
|
-
headcount: z.
|
|
108
|
-
locations: z.
|
|
109
|
-
city: z.
|
|
110
|
-
region: z.
|
|
111
|
-
country: z.
|
|
112
|
-
country_code: z.
|
|
113
|
-
}, z.core.$
|
|
114
|
-
description: z.
|
|
115
|
-
company_type: z.
|
|
116
|
-
headquarters: z.
|
|
117
|
-
city: z.
|
|
118
|
-
region: z.
|
|
119
|
-
country: z.
|
|
120
|
-
country_code: z.
|
|
121
|
-
}, z.core.$
|
|
122
|
-
year_founded: z.
|
|
123
|
-
}, z.core.$
|
|
124
|
-
start_at: z.
|
|
125
|
-
is_current: z.
|
|
126
|
-
}, z.core.$
|
|
127
|
-
}, z.core.$
|
|
128
|
-
first_name: z.
|
|
129
|
-
social_profiles: z.
|
|
130
|
-
linkedin: z.
|
|
131
|
-
url: z.
|
|
132
|
-
handle: z.
|
|
133
|
-
connection_count: z.
|
|
134
|
-
}, z.core.$
|
|
135
|
-
}, z.core.$
|
|
136
|
-
}, z.core.$
|
|
137
|
-
metadata: z.
|
|
138
|
-
total: z.
|
|
139
|
-
offset: z.
|
|
140
|
-
search_after: z.
|
|
141
|
-
}, z.core.$
|
|
142
|
-
}, z.core.$
|
|
50
|
+
people: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
51
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
52
|
+
skills: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
53
|
+
location: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
54
|
+
city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
55
|
+
region: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
56
|
+
country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
57
|
+
country_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
58
|
+
}, z.core.$loose>>>;
|
|
59
|
+
full_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
60
|
+
languages: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
61
|
+
code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
62
|
+
language: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
63
|
+
proficiency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
64
|
+
}, z.core.$loose>>>>;
|
|
65
|
+
last_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
66
|
+
educations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
67
|
+
degree: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
68
|
+
end_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
69
|
+
start_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
70
|
+
school_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
71
|
+
}, z.core.$loose>>>>;
|
|
72
|
+
employment: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
73
|
+
all: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
74
|
+
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
75
|
+
end_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
76
|
+
company: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
77
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
78
|
+
domain: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
79
|
+
industry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
80
|
+
headcount: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
81
|
+
locations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
82
|
+
city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
83
|
+
region: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
84
|
+
country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
85
|
+
country_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
86
|
+
}, z.core.$loose>>>>;
|
|
87
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
88
|
+
company_type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
89
|
+
headquarters: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
90
|
+
city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
91
|
+
region: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
92
|
+
country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
93
|
+
country_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
94
|
+
}, z.core.$loose>>>;
|
|
95
|
+
year_founded: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
96
|
+
}, z.core.$loose>>>;
|
|
97
|
+
start_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98
|
+
is_current: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
99
|
+
}, z.core.$loose>>>>;
|
|
100
|
+
current: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
101
|
+
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
102
|
+
end_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
103
|
+
company: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
104
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
105
|
+
domain: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
106
|
+
industry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
107
|
+
headcount: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
108
|
+
locations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
109
|
+
city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
110
|
+
region: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
111
|
+
country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
112
|
+
country_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
113
|
+
}, z.core.$loose>>>>;
|
|
114
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
115
|
+
company_type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
116
|
+
headquarters: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
117
|
+
city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
118
|
+
region: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
119
|
+
country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
120
|
+
country_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
121
|
+
}, z.core.$loose>>>;
|
|
122
|
+
year_founded: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
123
|
+
}, z.core.$loose>>>;
|
|
124
|
+
start_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
125
|
+
is_current: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
126
|
+
}, z.core.$loose>>>;
|
|
127
|
+
}, z.core.$loose>>>;
|
|
128
|
+
first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
129
|
+
social_profiles: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
130
|
+
linkedin: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
131
|
+
url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
132
|
+
handle: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
133
|
+
connection_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
134
|
+
}, z.core.$loose>>>;
|
|
135
|
+
}, z.core.$loose>>>;
|
|
136
|
+
}, z.core.$loose>>>>;
|
|
137
|
+
metadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
138
|
+
total: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
139
|
+
offset: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
140
|
+
search_after: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
141
|
+
}, z.core.$loose>>>;
|
|
142
|
+
}, z.core.$loose>;
|
|
143
143
|
declare const fullenrichSearchPeople: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
144
144
|
limit?: number | undefined;
|
|
145
145
|
offset?: number | undefined;
|
|
146
146
|
search_after?: string | undefined;
|
|
147
147
|
person_skills?: {
|
|
148
|
+
[x: string]: unknown;
|
|
148
149
|
value: string;
|
|
149
150
|
exclude?: boolean | undefined;
|
|
150
151
|
exact_match?: boolean | undefined;
|
|
151
152
|
}[] | undefined;
|
|
152
153
|
person_locations?: {
|
|
154
|
+
[x: string]: unknown;
|
|
153
155
|
value: string;
|
|
154
156
|
exclude?: boolean | undefined;
|
|
155
157
|
exact_match?: boolean | undefined;
|
|
156
158
|
}[] | undefined;
|
|
157
159
|
current_company_names?: {
|
|
160
|
+
[x: string]: unknown;
|
|
158
161
|
value: string;
|
|
159
162
|
exclude?: boolean | undefined;
|
|
160
163
|
exact_match?: boolean | undefined;
|
|
161
164
|
}[] | undefined;
|
|
162
165
|
current_company_domains?: {
|
|
166
|
+
[x: string]: unknown;
|
|
163
167
|
value: string;
|
|
164
168
|
exclude?: boolean | undefined;
|
|
165
169
|
exact_match?: boolean | undefined;
|
|
166
170
|
}[] | undefined;
|
|
167
171
|
current_position_titles?: {
|
|
172
|
+
[x: string]: unknown;
|
|
168
173
|
value: string;
|
|
169
174
|
exclude?: boolean | undefined;
|
|
170
175
|
exact_match?: boolean | undefined;
|
|
171
176
|
}[] | undefined;
|
|
172
177
|
current_company_headcounts?: {
|
|
178
|
+
[x: string]: unknown;
|
|
173
179
|
max?: number | undefined;
|
|
174
180
|
min?: number | undefined;
|
|
175
181
|
exclude?: boolean | undefined;
|
|
176
182
|
}[] | undefined;
|
|
177
183
|
current_company_industries?: {
|
|
184
|
+
[x: string]: unknown;
|
|
178
185
|
value: string;
|
|
179
186
|
exclude?: boolean | undefined;
|
|
180
187
|
exact_match?: boolean | undefined;
|
|
181
188
|
}[] | undefined;
|
|
182
189
|
current_position_seniority_level?: {
|
|
190
|
+
[x: string]: unknown;
|
|
183
191
|
value: string;
|
|
184
192
|
exclude?: boolean | undefined;
|
|
185
193
|
exact_match?: boolean | undefined;
|
|
186
194
|
}[] | undefined;
|
|
187
|
-
},
|
|
188
|
-
people?: {
|
|
189
|
-
id?: string | undefined;
|
|
190
|
-
skills?: string[] | undefined;
|
|
191
|
-
location?: {
|
|
192
|
-
city?: string | undefined;
|
|
193
|
-
region?: string | undefined;
|
|
194
|
-
country?: string | undefined;
|
|
195
|
-
country_code?: string | undefined;
|
|
196
|
-
} | undefined;
|
|
197
|
-
full_name?: string | undefined;
|
|
198
|
-
languages?: {
|
|
199
|
-
code?: string | undefined;
|
|
200
|
-
language?: string | undefined;
|
|
201
|
-
proficiency?: string | undefined;
|
|
202
|
-
}[] | undefined;
|
|
203
|
-
last_name?: string | undefined;
|
|
204
|
-
educations?: {
|
|
205
|
-
degree?: string | undefined;
|
|
206
|
-
end_at?: string | undefined;
|
|
207
|
-
start_at?: string | undefined;
|
|
208
|
-
school_name?: string | undefined;
|
|
209
|
-
}[] | undefined;
|
|
210
|
-
employment?: {
|
|
211
|
-
all?: {
|
|
212
|
-
title?: string | undefined;
|
|
213
|
-
end_at?: string | undefined;
|
|
214
|
-
company?: {
|
|
215
|
-
name?: string | undefined;
|
|
216
|
-
domain?: string | undefined;
|
|
217
|
-
industry?: string | undefined;
|
|
218
|
-
headcount?: string | undefined;
|
|
219
|
-
locations?: {
|
|
220
|
-
city?: string | undefined;
|
|
221
|
-
region?: string | undefined;
|
|
222
|
-
country?: string | undefined;
|
|
223
|
-
country_code?: string | undefined;
|
|
224
|
-
}[] | undefined;
|
|
225
|
-
description?: string | undefined;
|
|
226
|
-
company_type?: string | undefined;
|
|
227
|
-
headquarters?: {
|
|
228
|
-
city?: string | undefined;
|
|
229
|
-
region?: string | undefined;
|
|
230
|
-
country?: string | undefined;
|
|
231
|
-
country_code?: string | undefined;
|
|
232
|
-
} | undefined;
|
|
233
|
-
year_founded?: number | undefined;
|
|
234
|
-
} | undefined;
|
|
235
|
-
start_at?: string | undefined;
|
|
236
|
-
is_current?: boolean | undefined;
|
|
237
|
-
}[] | undefined;
|
|
238
|
-
current?: {
|
|
239
|
-
title?: string | undefined;
|
|
240
|
-
end_at?: string | undefined;
|
|
241
|
-
company?: {
|
|
242
|
-
name?: string | undefined;
|
|
243
|
-
domain?: string | undefined;
|
|
244
|
-
industry?: string | undefined;
|
|
245
|
-
headcount?: string | undefined;
|
|
246
|
-
locations?: {
|
|
247
|
-
city?: string | undefined;
|
|
248
|
-
region?: string | undefined;
|
|
249
|
-
country?: string | undefined;
|
|
250
|
-
country_code?: string | undefined;
|
|
251
|
-
}[] | undefined;
|
|
252
|
-
description?: string | undefined;
|
|
253
|
-
company_type?: string | undefined;
|
|
254
|
-
headquarters?: {
|
|
255
|
-
city?: string | undefined;
|
|
256
|
-
region?: string | undefined;
|
|
257
|
-
country?: string | undefined;
|
|
258
|
-
country_code?: string | undefined;
|
|
259
|
-
} | undefined;
|
|
260
|
-
year_founded?: number | undefined;
|
|
261
|
-
} | undefined;
|
|
262
|
-
start_at?: string | undefined;
|
|
263
|
-
is_current?: boolean | undefined;
|
|
264
|
-
} | undefined;
|
|
265
|
-
} | undefined;
|
|
266
|
-
first_name?: string | undefined;
|
|
267
|
-
social_profiles?: {
|
|
268
|
-
linkedin?: {
|
|
269
|
-
url?: string | undefined;
|
|
270
|
-
handle?: string | undefined;
|
|
271
|
-
connection_count?: number | undefined;
|
|
272
|
-
} | undefined;
|
|
273
|
-
} | undefined;
|
|
274
|
-
}[] | undefined;
|
|
275
|
-
metadata?: {
|
|
276
|
-
total?: number | undefined;
|
|
277
|
-
offset?: number | undefined;
|
|
278
|
-
search_after?: string | undefined;
|
|
279
|
-
} | undefined;
|
|
280
|
-
}, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
195
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
281
196
|
//#endregion
|
|
282
197
|
export { fullenrichSearchPeople };
|
|
283
198
|
//# sourceMappingURL=search-people.d.mts.map
|
|
@@ -9,120 +9,120 @@ const FullenrichSearchPeopleInput = z.object({
|
|
|
9
9
|
value: z.string().describe("Filter term to match"),
|
|
10
10
|
exclude: z.boolean().default(false).describe("When true, removes matching results; defaults to false").optional(),
|
|
11
11
|
exact_match: z.boolean().default(false).describe("When true, requires precise matching (case-insensitive); defaults to false").optional()
|
|
12
|
-
})).describe("Filter by skills. Multiple filters are combined with OR logic.").optional(),
|
|
12
|
+
}).passthrough()).describe("Filter by skills. Multiple filters are combined with OR logic.").optional(),
|
|
13
13
|
person_locations: z.array(z.object({
|
|
14
14
|
value: z.string().describe("Filter term to match"),
|
|
15
15
|
exclude: z.boolean().default(false).describe("When true, removes matching results; defaults to false").optional(),
|
|
16
16
|
exact_match: z.boolean().default(false).describe("When true, requires precise matching (case-insensitive); defaults to false").optional()
|
|
17
|
-
})).describe("Filter by person locations (city, region, or country). Multiple filters are combined with OR logic.").optional(),
|
|
17
|
+
}).passthrough()).describe("Filter by person locations (city, region, or country). Multiple filters are combined with OR logic.").optional(),
|
|
18
18
|
current_company_names: z.array(z.object({
|
|
19
19
|
value: z.string().describe("Filter term to match"),
|
|
20
20
|
exclude: z.boolean().default(false).describe("When true, removes matching results; defaults to false").optional(),
|
|
21
21
|
exact_match: z.boolean().default(false).describe("When true, requires precise matching (case-insensitive); defaults to false").optional()
|
|
22
|
-
})).describe("Filter by current company names. Multiple filters are combined with OR logic.").optional(),
|
|
22
|
+
}).passthrough()).describe("Filter by current company names. Multiple filters are combined with OR logic.").optional(),
|
|
23
23
|
current_company_domains: z.array(z.object({
|
|
24
24
|
value: z.string().describe("Filter term to match"),
|
|
25
25
|
exclude: z.boolean().default(false).describe("When true, removes matching results; defaults to false").optional(),
|
|
26
26
|
exact_match: z.boolean().default(false).describe("When true, requires precise matching (case-insensitive); defaults to false").optional()
|
|
27
|
-
})).describe("Filter by current company domains. Multiple filters are combined with OR logic.").optional(),
|
|
27
|
+
}).passthrough()).describe("Filter by current company domains. Multiple filters are combined with OR logic.").optional(),
|
|
28
28
|
current_position_titles: z.array(z.object({
|
|
29
29
|
value: z.string().describe("Filter term to match"),
|
|
30
30
|
exclude: z.boolean().default(false).describe("When true, removes matching results; defaults to false").optional(),
|
|
31
31
|
exact_match: z.boolean().default(false).describe("When true, requires precise matching (case-insensitive); defaults to false").optional()
|
|
32
|
-
})).describe("Filter by job titles. Multiple filters are combined with OR logic.").optional(),
|
|
32
|
+
}).passthrough()).describe("Filter by job titles. Multiple filters are combined with OR logic.").optional(),
|
|
33
33
|
current_company_headcounts: z.array(z.object({
|
|
34
34
|
max: z.number().int().describe("Maximum value for range").optional(),
|
|
35
35
|
min: z.number().int().describe("Minimum value for range").optional(),
|
|
36
36
|
exclude: z.boolean().default(false).describe("When true, removes matching results; defaults to false").optional()
|
|
37
|
-
})).describe("Filter by company headcount ranges. Specify min/max values for the range.").optional(),
|
|
37
|
+
}).passthrough()).describe("Filter by company headcount ranges. Specify min/max values for the range.").optional(),
|
|
38
38
|
current_company_industries: z.array(z.object({
|
|
39
39
|
value: z.string().describe("Filter term to match"),
|
|
40
40
|
exclude: z.boolean().default(false).describe("When true, removes matching results; defaults to false").optional(),
|
|
41
41
|
exact_match: z.boolean().default(false).describe("When true, requires precise matching (case-insensitive); defaults to false").optional()
|
|
42
|
-
})).describe("Filter by company industries. Multiple filters are combined with OR logic.").optional(),
|
|
42
|
+
}).passthrough()).describe("Filter by company industries. Multiple filters are combined with OR logic.").optional(),
|
|
43
43
|
current_position_seniority_level: z.array(z.object({
|
|
44
44
|
value: z.string().describe("Filter term to match"),
|
|
45
45
|
exclude: z.boolean().default(false).describe("When true, removes matching results; defaults to false").optional(),
|
|
46
46
|
exact_match: z.boolean().default(false).describe("When true, requires precise matching (case-insensitive); defaults to false").optional()
|
|
47
|
-
})).describe("Filter by seniority level (e.g., Director, VP, C-Suite). Multiple filters are combined with OR logic.").optional()
|
|
47
|
+
}).passthrough()).describe("Filter by seniority level (e.g., Director, VP, C-Suite). Multiple filters are combined with OR logic.").optional()
|
|
48
48
|
});
|
|
49
49
|
const FullenrichSearchPeople_PersonLocationSchema = z.object({
|
|
50
|
-
city: z.
|
|
51
|
-
region: z.
|
|
52
|
-
country: z.
|
|
53
|
-
country_code: z.
|
|
54
|
-
});
|
|
50
|
+
city: z.string().describe("City name").nullable().optional(),
|
|
51
|
+
region: z.string().describe("Region or state name").nullable().optional(),
|
|
52
|
+
country: z.string().describe("Country name").nullable().optional(),
|
|
53
|
+
country_code: z.string().describe("Country code (ISO 3166-1 alpha-2)").nullable().optional()
|
|
54
|
+
}).passthrough();
|
|
55
55
|
const FullenrichSearchPeople_LanguageSchema = z.object({
|
|
56
|
-
code: z.
|
|
57
|
-
language: z.
|
|
58
|
-
proficiency: z.
|
|
59
|
-
});
|
|
56
|
+
code: z.string().describe("Language code (ISO 639-1)").nullable().optional(),
|
|
57
|
+
language: z.string().describe("Language name").nullable().optional(),
|
|
58
|
+
proficiency: z.string().describe("Proficiency level (e.g., Native, Professional, Limited)").nullable().optional()
|
|
59
|
+
}).passthrough();
|
|
60
60
|
const FullenrichSearchPeople_EducationSchema = z.object({
|
|
61
|
-
degree: z.
|
|
62
|
-
end_at: z.
|
|
63
|
-
start_at: z.
|
|
64
|
-
school_name: z.
|
|
65
|
-
});
|
|
61
|
+
degree: z.string().describe("Degree obtained").nullable().optional(),
|
|
62
|
+
end_at: z.string().describe("End date of education").nullable().optional(),
|
|
63
|
+
start_at: z.string().describe("Start date of education").nullable().optional(),
|
|
64
|
+
school_name: z.string().describe("Name of the educational institution").nullable().optional()
|
|
65
|
+
}).passthrough();
|
|
66
66
|
const FullenrichSearchPeople_CompanyLocationSchema = z.object({
|
|
67
|
-
city: z.
|
|
68
|
-
region: z.
|
|
69
|
-
country: z.
|
|
70
|
-
country_code: z.
|
|
71
|
-
});
|
|
67
|
+
city: z.string().describe("City name").nullable().optional(),
|
|
68
|
+
region: z.string().describe("Region or state name").nullable().optional(),
|
|
69
|
+
country: z.string().describe("Country name").nullable().optional(),
|
|
70
|
+
country_code: z.string().describe("Country code (ISO 3166-1 alpha-2)").nullable().optional()
|
|
71
|
+
}).passthrough();
|
|
72
72
|
const FullenrichSearchPeople_EmploymentCompanySchema = z.object({
|
|
73
|
-
name: z.
|
|
74
|
-
domain: z.
|
|
75
|
-
industry: z.
|
|
76
|
-
headcount: z.
|
|
77
|
-
locations: z.
|
|
78
|
-
description: z.
|
|
79
|
-
company_type: z.
|
|
80
|
-
headquarters:
|
|
81
|
-
year_founded: z.
|
|
82
|
-
});
|
|
73
|
+
name: z.string().describe("Company name").nullable().optional(),
|
|
74
|
+
domain: z.string().describe("Company domain").nullable().optional(),
|
|
75
|
+
industry: z.string().describe("Company industry").nullable().optional(),
|
|
76
|
+
headcount: z.string().describe("Company headcount range").nullable().optional(),
|
|
77
|
+
locations: z.array(FullenrichSearchPeople_CompanyLocationSchema).describe("List of company office locations").nullable().optional(),
|
|
78
|
+
description: z.string().describe("Company description").nullable().optional(),
|
|
79
|
+
company_type: z.string().describe("Company type (e.g., Public Company, Privately Held)").nullable().optional(),
|
|
80
|
+
headquarters: FullenrichSearchPeople_CompanyLocationSchema.nullable().optional(),
|
|
81
|
+
year_founded: z.number().int().describe("Year the company was founded").nullable().optional()
|
|
82
|
+
}).passthrough();
|
|
83
83
|
const FullenrichSearchPeople_EmploymentSchema = z.object({
|
|
84
|
-
title: z.
|
|
85
|
-
end_at: z.
|
|
86
|
-
company:
|
|
87
|
-
start_at: z.
|
|
88
|
-
is_current: z.
|
|
89
|
-
});
|
|
84
|
+
title: z.string().describe("Job title").nullable().optional(),
|
|
85
|
+
end_at: z.string().describe("End date of employment").nullable().optional(),
|
|
86
|
+
company: FullenrichSearchPeople_EmploymentCompanySchema.nullable().optional(),
|
|
87
|
+
start_at: z.string().describe("Start date of employment").nullable().optional(),
|
|
88
|
+
is_current: z.boolean().describe("Whether this is the current employment").nullable().optional()
|
|
89
|
+
}).passthrough();
|
|
90
90
|
const FullenrichSearchPeople_EmploymentHistorySchema = z.object({
|
|
91
|
-
all: z.
|
|
92
|
-
current:
|
|
93
|
-
});
|
|
91
|
+
all: z.array(FullenrichSearchPeople_EmploymentSchema).describe("Complete employment history").nullable().optional(),
|
|
92
|
+
current: FullenrichSearchPeople_EmploymentSchema.nullable().optional()
|
|
93
|
+
}).passthrough();
|
|
94
94
|
const FullenrichSearchPeople_LinkedInProfileSchema = z.object({
|
|
95
|
-
url: z.
|
|
96
|
-
handle: z.
|
|
97
|
-
connection_count: z.
|
|
98
|
-
});
|
|
99
|
-
const FullenrichSearchPeople_SocialProfilesSchema = z.object({ linkedin:
|
|
95
|
+
url: z.string().describe("LinkedIn profile URL").nullable().optional(),
|
|
96
|
+
handle: z.string().describe("LinkedIn handle").nullable().optional(),
|
|
97
|
+
connection_count: z.number().int().describe("Number of LinkedIn connections").nullable().optional()
|
|
98
|
+
}).passthrough();
|
|
99
|
+
const FullenrichSearchPeople_SocialProfilesSchema = z.object({ linkedin: FullenrichSearchPeople_LinkedInProfileSchema.nullable().optional() }).passthrough();
|
|
100
100
|
const FullenrichSearchPeople_PersonSchema = z.object({
|
|
101
|
-
id: z.
|
|
102
|
-
skills: z.
|
|
103
|
-
location:
|
|
104
|
-
full_name: z.
|
|
105
|
-
languages: z.
|
|
106
|
-
last_name: z.
|
|
107
|
-
educations: z.
|
|
108
|
-
employment:
|
|
109
|
-
first_name: z.
|
|
110
|
-
social_profiles:
|
|
111
|
-
});
|
|
101
|
+
id: z.string().describe("Unique identifier for the person").nullable().optional(),
|
|
102
|
+
skills: z.array(z.string()).describe("List of skills").nullable().optional(),
|
|
103
|
+
location: FullenrichSearchPeople_PersonLocationSchema.nullable().optional(),
|
|
104
|
+
full_name: z.string().describe("Full name").nullable().optional(),
|
|
105
|
+
languages: z.array(FullenrichSearchPeople_LanguageSchema).describe("Languages spoken and proficiency levels").nullable().optional(),
|
|
106
|
+
last_name: z.string().describe("Last name").nullable().optional(),
|
|
107
|
+
educations: z.array(FullenrichSearchPeople_EducationSchema).describe("Educational background").nullable().optional(),
|
|
108
|
+
employment: FullenrichSearchPeople_EmploymentHistorySchema.nullable().optional(),
|
|
109
|
+
first_name: z.string().describe("First name").nullable().optional(),
|
|
110
|
+
social_profiles: FullenrichSearchPeople_SocialProfilesSchema.nullable().optional()
|
|
111
|
+
}).passthrough();
|
|
112
112
|
const FullenrichSearchPeople_PeopleMetadataSchema = z.object({
|
|
113
|
-
total: z.
|
|
114
|
-
offset: z.
|
|
115
|
-
search_after: z.
|
|
116
|
-
});
|
|
113
|
+
total: z.number().int().describe("Total number of people matching the search criteria").nullable().optional(),
|
|
114
|
+
offset: z.number().int().describe("Current offset in the result set").nullable().optional(),
|
|
115
|
+
search_after: z.string().describe("Cursor for the next page of results when using cursor-based pagination").nullable().optional()
|
|
116
|
+
}).passthrough();
|
|
117
117
|
const fullenrichSearchPeople = action("FULLENRICH_SEARCH_PEOPLE", {
|
|
118
118
|
slug: "fullenrich-search-people",
|
|
119
119
|
name: "Search People",
|
|
120
120
|
description: "Tool to search for people based on filters including company, location, skills, position titles, and seniority levels. Multiple filters within the same field are combined with OR logic. Use when you need to find people matching specific professional criteria.",
|
|
121
121
|
input: FullenrichSearchPeopleInput,
|
|
122
122
|
output: z.object({
|
|
123
|
-
people: z.
|
|
124
|
-
metadata:
|
|
125
|
-
})
|
|
123
|
+
people: z.array(FullenrichSearchPeople_PersonSchema).describe("List of people matching the search criteria").nullable().optional(),
|
|
124
|
+
metadata: FullenrichSearchPeople_PeopleMetadataSchema.nullable().optional()
|
|
125
|
+
}).passthrough()
|
|
126
126
|
});
|
|
127
127
|
//#endregion
|
|
128
128
|
export { fullenrichSearchPeople };
|