@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.
Files changed (69) hide show
  1. package/dist/action.cjs.map +1 -1
  2. package/dist/action.mjs.map +1 -1
  3. package/dist/actions/create-contact-data-list.cjs +3 -3
  4. package/dist/actions/create-contact-data-list.cjs.map +1 -1
  5. package/dist/actions/create-contact-data-list.d.cts +6 -7
  6. package/dist/actions/create-contact-data-list.d.cts.map +1 -1
  7. package/dist/actions/create-contact-data-list.d.mts +6 -7
  8. package/dist/actions/create-contact-data-list.d.mts.map +1 -1
  9. package/dist/actions/create-contact-data-list.mjs +3 -3
  10. package/dist/actions/create-contact-data-list.mjs.map +1 -1
  11. package/dist/actions/get-current-credit-balance.cjs +1 -1
  12. package/dist/actions/get-current-credit-balance.cjs.map +1 -1
  13. package/dist/actions/get-current-credit-balance.d.cts +2 -4
  14. package/dist/actions/get-current-credit-balance.d.cts.map +1 -1
  15. package/dist/actions/get-current-credit-balance.d.mts +2 -4
  16. package/dist/actions/get-current-credit-balance.d.mts.map +1 -1
  17. package/dist/actions/get-current-credit-balance.mjs +1 -1
  18. package/dist/actions/get-current-credit-balance.mjs.map +1 -1
  19. package/dist/actions/get-enrichment-result.cjs +67 -67
  20. package/dist/actions/get-enrichment-result.cjs.map +1 -1
  21. package/dist/actions/get-enrichment-result.d.cts +71 -153
  22. package/dist/actions/get-enrichment-result.d.cts.map +1 -1
  23. package/dist/actions/get-enrichment-result.d.mts +71 -153
  24. package/dist/actions/get-enrichment-result.d.mts.map +1 -1
  25. package/dist/actions/get-enrichment-result.mjs +67 -67
  26. package/dist/actions/get-enrichment-result.mjs.map +1 -1
  27. package/dist/actions/get-reverse-email-result.cjs +52 -52
  28. package/dist/actions/get-reverse-email-result.cjs.map +1 -1
  29. package/dist/actions/get-reverse-email-result.d.cts +56 -120
  30. package/dist/actions/get-reverse-email-result.d.mts +56 -120
  31. package/dist/actions/get-reverse-email-result.mjs +52 -52
  32. package/dist/actions/get-reverse-email-result.mjs.map +1 -1
  33. package/dist/actions/reverse-email-lookup.cjs +2 -2
  34. package/dist/actions/reverse-email-lookup.cjs.map +1 -1
  35. package/dist/actions/reverse-email-lookup.d.cts +4 -5
  36. package/dist/actions/reverse-email-lookup.d.mts +4 -5
  37. package/dist/actions/reverse-email-lookup.mjs +2 -2
  38. package/dist/actions/reverse-email-lookup.mjs.map +1 -1
  39. package/dist/actions/search-company.cjs +19 -19
  40. package/dist/actions/search-company.cjs.map +1 -1
  41. package/dist/actions/search-company.d.cts +20 -39
  42. package/dist/actions/search-company.d.cts.map +1 -1
  43. package/dist/actions/search-company.d.mts +20 -39
  44. package/dist/actions/search-company.d.mts.map +1 -1
  45. package/dist/actions/search-company.mjs +19 -19
  46. package/dist/actions/search-company.mjs.map +1 -1
  47. package/dist/actions/search-people.cjs +69 -69
  48. package/dist/actions/search-people.cjs.map +1 -1
  49. package/dist/actions/search-people.d.cts +110 -195
  50. package/dist/actions/search-people.d.mts +110 -195
  51. package/dist/actions/search-people.mjs +69 -69
  52. package/dist/actions/search-people.mjs.map +1 -1
  53. package/dist/actions/start-bulk-enrichment.cjs +3 -3
  54. package/dist/actions/start-bulk-enrichment.cjs.map +1 -1
  55. package/dist/actions/start-bulk-enrichment.d.cts +6 -7
  56. package/dist/actions/start-bulk-enrichment.d.cts.map +1 -1
  57. package/dist/actions/start-bulk-enrichment.d.mts +6 -7
  58. package/dist/actions/start-bulk-enrichment.d.mts.map +1 -1
  59. package/dist/actions/start-bulk-enrichment.mjs +3 -3
  60. package/dist/actions/start-bulk-enrichment.mjs.map +1 -1
  61. package/dist/actions/verify-api-key.cjs +1 -1
  62. package/dist/actions/verify-api-key.cjs.map +1 -1
  63. package/dist/actions/verify-api-key.d.cts +2 -4
  64. package/dist/actions/verify-api-key.d.cts.map +1 -1
  65. package/dist/actions/verify-api-key.d.mts +2 -4
  66. package/dist/actions/verify-api-key.d.mts.map +1 -1
  67. package/dist/actions/verify-api-key.mjs +1 -1
  68. package/dist/actions/verify-api-key.mjs.map +1 -1
  69. 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.$strip>>>;
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.$strip>>>;
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.$strip>>>;
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.$strip>>>;
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.$strip>>>;
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.$strip>>>;
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.$strip>>>;
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.$strip>>>;
47
+ }, z.core.$loose>>>;
48
48
  }, z.core.$strip>;
49
49
  declare const FullenrichSearchPeopleOutput: z.ZodObject<{
50
- people: z.ZodPreprocess<z.ZodOptional<z.ZodArray<z.ZodObject<{
51
- id: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
52
- skills: z.ZodPreprocess<z.ZodOptional<z.ZodArray<z.ZodString>>>;
53
- location: z.ZodPreprocess<z.ZodOptional<z.ZodObject<{
54
- city: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
55
- region: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
56
- country: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
57
- country_code: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
58
- }, z.core.$strip>>>;
59
- full_name: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
60
- languages: z.ZodPreprocess<z.ZodOptional<z.ZodArray<z.ZodObject<{
61
- code: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
62
- language: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
63
- proficiency: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
64
- }, z.core.$strip>>>>;
65
- last_name: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
66
- educations: z.ZodPreprocess<z.ZodOptional<z.ZodArray<z.ZodObject<{
67
- degree: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
68
- end_at: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
69
- start_at: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
70
- school_name: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
71
- }, z.core.$strip>>>>;
72
- employment: z.ZodPreprocess<z.ZodOptional<z.ZodObject<{
73
- all: z.ZodPreprocess<z.ZodOptional<z.ZodArray<z.ZodObject<{
74
- title: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
75
- end_at: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
76
- company: z.ZodPreprocess<z.ZodOptional<z.ZodObject<{
77
- name: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
78
- domain: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
79
- industry: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
80
- headcount: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
81
- locations: z.ZodPreprocess<z.ZodOptional<z.ZodArray<z.ZodObject<{
82
- city: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
83
- region: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
84
- country: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
85
- country_code: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
86
- }, z.core.$strip>>>>;
87
- description: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
88
- company_type: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
89
- headquarters: z.ZodPreprocess<z.ZodOptional<z.ZodObject<{
90
- city: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
91
- region: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
92
- country: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
93
- country_code: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
94
- }, z.core.$strip>>>;
95
- year_founded: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
96
- }, z.core.$strip>>>;
97
- start_at: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
98
- is_current: z.ZodPreprocess<z.ZodOptional<z.ZodBoolean>>;
99
- }, z.core.$strip>>>>;
100
- current: z.ZodPreprocess<z.ZodOptional<z.ZodObject<{
101
- title: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
102
- end_at: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
103
- company: z.ZodPreprocess<z.ZodOptional<z.ZodObject<{
104
- name: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
105
- domain: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
106
- industry: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
107
- headcount: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
108
- locations: z.ZodPreprocess<z.ZodOptional<z.ZodArray<z.ZodObject<{
109
- city: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
110
- region: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
111
- country: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
112
- country_code: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
113
- }, z.core.$strip>>>>;
114
- description: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
115
- company_type: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
116
- headquarters: z.ZodPreprocess<z.ZodOptional<z.ZodObject<{
117
- city: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
118
- region: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
119
- country: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
120
- country_code: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
121
- }, z.core.$strip>>>;
122
- year_founded: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
123
- }, z.core.$strip>>>;
124
- start_at: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
125
- is_current: z.ZodPreprocess<z.ZodOptional<z.ZodBoolean>>;
126
- }, z.core.$strip>>>;
127
- }, z.core.$strip>>>;
128
- first_name: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
129
- social_profiles: z.ZodPreprocess<z.ZodOptional<z.ZodObject<{
130
- linkedin: z.ZodPreprocess<z.ZodOptional<z.ZodObject<{
131
- url: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
132
- handle: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
133
- connection_count: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
134
- }, z.core.$strip>>>;
135
- }, z.core.$strip>>>;
136
- }, z.core.$strip>>>>;
137
- metadata: z.ZodPreprocess<z.ZodOptional<z.ZodObject<{
138
- total: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
139
- offset: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
140
- search_after: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
141
- }, z.core.$strip>>>;
142
- }, z.core.$strip>;
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.preprocess((value) => value === null ? void 0 : value, z.string().describe("City name").optional()),
51
- region: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Region or state name").optional()),
52
- country: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Country name").optional()),
53
- country_code: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Country code (ISO 3166-1 alpha-2)").optional())
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.preprocess((value) => value === null ? void 0 : value, z.string().describe("Language code (ISO 639-1)").optional()),
57
- language: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Language name").optional()),
58
- proficiency: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Proficiency level (e.g., Native, Professional, Limited)").optional())
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.preprocess((value) => value === null ? void 0 : value, z.string().describe("Degree obtained").optional()),
62
- end_at: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("End date of education").optional()),
63
- start_at: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Start date of education").optional()),
64
- school_name: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Name of the educational institution").optional())
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.preprocess((value) => value === null ? void 0 : value, z.string().describe("City name").optional()),
68
- region: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Region or state name").optional()),
69
- country: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Country name").optional()),
70
- country_code: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Country code (ISO 3166-1 alpha-2)").optional())
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.preprocess((value) => value === null ? void 0 : value, z.string().describe("Company name").optional()),
74
- domain: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Company domain").optional()),
75
- industry: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Company industry").optional()),
76
- headcount: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Company headcount range").optional()),
77
- locations: z.preprocess((value) => value === null ? void 0 : value, z.array(FullenrichSearchPeople_CompanyLocationSchema).describe("List of company office locations").optional()),
78
- description: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Company description").optional()),
79
- company_type: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Company type (e.g., Public Company, Privately Held)").optional()),
80
- headquarters: z.preprocess((value) => value === null ? void 0 : value, FullenrichSearchPeople_CompanyLocationSchema.optional()),
81
- year_founded: z.preprocess((value) => value === null ? void 0 : value, z.number().int().describe("Year the company was founded").optional())
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.preprocess((value) => value === null ? void 0 : value, z.string().describe("Job title").optional()),
85
- end_at: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("End date of employment").optional()),
86
- company: z.preprocess((value) => value === null ? void 0 : value, FullenrichSearchPeople_EmploymentCompanySchema.optional()),
87
- start_at: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Start date of employment").optional()),
88
- is_current: z.preprocess((value) => value === null ? void 0 : value, z.boolean().describe("Whether this is the current employment").optional())
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.preprocess((value) => value === null ? void 0 : value, z.array(FullenrichSearchPeople_EmploymentSchema).describe("Complete employment history").optional()),
92
- current: z.preprocess((value) => value === null ? void 0 : value, FullenrichSearchPeople_EmploymentSchema.optional())
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.preprocess((value) => value === null ? void 0 : value, z.string().describe("LinkedIn profile URL").optional()),
96
- handle: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("LinkedIn handle").optional()),
97
- connection_count: z.preprocess((value) => value === null ? void 0 : value, z.number().int().describe("Number of LinkedIn connections").optional())
98
- });
99
- const FullenrichSearchPeople_SocialProfilesSchema = z.object({ linkedin: z.preprocess((value) => value === null ? void 0 : value, FullenrichSearchPeople_LinkedInProfileSchema.optional()) });
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.preprocess((value) => value === null ? void 0 : value, z.string().describe("Unique identifier for the person").optional()),
102
- skills: z.preprocess((value) => value === null ? void 0 : value, z.array(z.string()).describe("List of skills").optional()),
103
- location: z.preprocess((value) => value === null ? void 0 : value, FullenrichSearchPeople_PersonLocationSchema.optional()),
104
- full_name: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Full name").optional()),
105
- languages: z.preprocess((value) => value === null ? void 0 : value, z.array(FullenrichSearchPeople_LanguageSchema).describe("Languages spoken and proficiency levels").optional()),
106
- last_name: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Last name").optional()),
107
- educations: z.preprocess((value) => value === null ? void 0 : value, z.array(FullenrichSearchPeople_EducationSchema).describe("Educational background").optional()),
108
- employment: z.preprocess((value) => value === null ? void 0 : value, FullenrichSearchPeople_EmploymentHistorySchema.optional()),
109
- first_name: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("First name").optional()),
110
- social_profiles: z.preprocess((value) => value === null ? void 0 : value, FullenrichSearchPeople_SocialProfilesSchema.optional())
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.preprocess((value) => value === null ? void 0 : value, z.number().int().describe("Total number of people matching the search criteria").optional()),
114
- offset: z.preprocess((value) => value === null ? void 0 : value, z.number().int().describe("Current offset in the result set").optional()),
115
- search_after: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Cursor for the next page of results when using cursor-based pagination").optional())
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.preprocess((value) => value === null ? void 0 : value, z.array(FullenrichSearchPeople_PersonSchema).describe("List of people matching the search criteria").optional()),
124
- metadata: z.preprocess((value) => value === null ? void 0 : value, FullenrichSearchPeople_PeopleMetadataSchema.optional())
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 };