@keystrokehq/fullenrich 0.1.0 → 0.1.2

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 (75) 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.map +1 -1
  4. package/dist/actions/create-contact-data-list.d.cts +25 -3
  5. package/dist/actions/create-contact-data-list.d.cts.map +1 -1
  6. package/dist/actions/create-contact-data-list.d.mts +25 -3
  7. package/dist/actions/create-contact-data-list.d.mts.map +1 -1
  8. package/dist/actions/create-contact-data-list.mjs.map +1 -1
  9. package/dist/actions/get-current-credit-balance.cjs +1 -1
  10. package/dist/actions/get-current-credit-balance.cjs.map +1 -1
  11. package/dist/actions/get-current-credit-balance.d.cts +5 -3
  12. package/dist/actions/get-current-credit-balance.d.cts.map +1 -1
  13. package/dist/actions/get-current-credit-balance.d.mts +5 -3
  14. package/dist/actions/get-current-credit-balance.d.mts.map +1 -1
  15. package/dist/actions/get-current-credit-balance.mjs +1 -1
  16. package/dist/actions/get-current-credit-balance.mjs.map +1 -1
  17. package/dist/actions/get-enrichment-result.cjs +7 -7
  18. package/dist/actions/get-enrichment-result.cjs.map +1 -1
  19. package/dist/actions/get-enrichment-result.d.cts +99 -3
  20. package/dist/actions/get-enrichment-result.d.cts.map +1 -1
  21. package/dist/actions/get-enrichment-result.d.mts +99 -3
  22. package/dist/actions/get-enrichment-result.d.mts.map +1 -1
  23. package/dist/actions/get-enrichment-result.mjs +7 -7
  24. package/dist/actions/get-enrichment-result.mjs.map +1 -1
  25. package/dist/actions/get-reverse-email-result.cjs +5 -5
  26. package/dist/actions/get-reverse-email-result.cjs.map +1 -1
  27. package/dist/actions/get-reverse-email-result.d.cts +79 -3
  28. package/dist/actions/get-reverse-email-result.d.cts.map +1 -1
  29. package/dist/actions/get-reverse-email-result.d.mts +79 -3
  30. package/dist/actions/get-reverse-email-result.d.mts.map +1 -1
  31. package/dist/actions/get-reverse-email-result.mjs +5 -5
  32. package/dist/actions/get-reverse-email-result.mjs.map +1 -1
  33. package/dist/actions/reverse-email-lookup.cjs +1 -1
  34. package/dist/actions/reverse-email-lookup.cjs.map +1 -1
  35. package/dist/actions/reverse-email-lookup.d.cts +17 -3
  36. package/dist/actions/reverse-email-lookup.d.cts.map +1 -1
  37. package/dist/actions/reverse-email-lookup.d.mts +17 -3
  38. package/dist/actions/reverse-email-lookup.d.mts.map +1 -1
  39. package/dist/actions/reverse-email-lookup.mjs +1 -1
  40. package/dist/actions/reverse-email-lookup.mjs.map +1 -1
  41. package/dist/actions/search-company.cjs.map +1 -1
  42. package/dist/actions/search-company.d.cts +50 -3
  43. package/dist/actions/search-company.d.cts.map +1 -1
  44. package/dist/actions/search-company.d.mts +50 -3
  45. package/dist/actions/search-company.d.mts.map +1 -1
  46. package/dist/actions/search-company.mjs.map +1 -1
  47. package/dist/actions/search-people.cjs.map +1 -1
  48. package/dist/actions/search-people.d.cts +184 -3
  49. package/dist/actions/search-people.d.cts.map +1 -1
  50. package/dist/actions/search-people.d.mts +184 -3
  51. package/dist/actions/search-people.d.mts.map +1 -1
  52. package/dist/actions/search-people.mjs.map +1 -1
  53. package/dist/actions/start-bulk-enrichment.cjs +1 -1
  54. package/dist/actions/start-bulk-enrichment.cjs.map +1 -1
  55. package/dist/actions/start-bulk-enrichment.d.cts +33 -3
  56. package/dist/actions/start-bulk-enrichment.d.cts.map +1 -1
  57. package/dist/actions/start-bulk-enrichment.d.mts +33 -3
  58. package/dist/actions/start-bulk-enrichment.d.mts.map +1 -1
  59. package/dist/actions/start-bulk-enrichment.mjs +1 -1
  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 +5 -3
  64. package/dist/actions/verify-api-key.d.cts.map +1 -1
  65. package/dist/actions/verify-api-key.d.mts +5 -3
  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/dist/catalog.cjs +7 -1
  70. package/dist/catalog.cjs.map +1 -1
  71. package/dist/catalog.d.cts +8 -0
  72. package/dist/catalog.d.mts +8 -0
  73. package/dist/catalog.mjs +7 -1
  74. package/dist/catalog.mjs.map +1 -1
  75. package/package.json +2 -2
@@ -1,9 +1,190 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/search-people.d.ts
4
- declare const FullenrichSearchPeopleInput: z.ZodTypeAny;
5
- declare const FullenrichSearchPeopleOutput: z.ZodTypeAny;
6
- declare const fullenrichSearchPeople: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const FullenrichSearchPeopleInput: z.ZodObject<{
5
+ limit: z.ZodOptional<z.ZodNumber>;
6
+ offset: z.ZodOptional<z.ZodNumber>;
7
+ search_after: z.ZodOptional<z.ZodString>;
8
+ person_skills: z.ZodOptional<z.ZodArray<z.ZodObject<{
9
+ value: z.ZodString;
10
+ exclude: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
11
+ exact_match: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
12
+ }, z.core.$strip>>>;
13
+ person_locations: z.ZodOptional<z.ZodArray<z.ZodObject<{
14
+ value: z.ZodString;
15
+ exclude: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
16
+ exact_match: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
17
+ }, z.core.$strip>>>;
18
+ current_company_names: z.ZodOptional<z.ZodArray<z.ZodObject<{
19
+ value: z.ZodString;
20
+ exclude: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
21
+ exact_match: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
22
+ }, z.core.$strip>>>;
23
+ current_company_domains: z.ZodOptional<z.ZodArray<z.ZodObject<{
24
+ value: z.ZodString;
25
+ exclude: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
26
+ exact_match: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
27
+ }, z.core.$strip>>>;
28
+ current_position_titles: z.ZodOptional<z.ZodArray<z.ZodObject<{
29
+ value: z.ZodString;
30
+ exclude: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
31
+ exact_match: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
32
+ }, z.core.$strip>>>;
33
+ current_company_headcounts: z.ZodOptional<z.ZodArray<z.ZodObject<{
34
+ max: z.ZodOptional<z.ZodNumber>;
35
+ min: z.ZodOptional<z.ZodNumber>;
36
+ exclude: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
37
+ }, z.core.$strip>>>;
38
+ current_company_industries: z.ZodOptional<z.ZodArray<z.ZodObject<{
39
+ value: z.ZodString;
40
+ exclude: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
41
+ exact_match: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
42
+ }, z.core.$strip>>>;
43
+ current_position_seniority_level: z.ZodOptional<z.ZodArray<z.ZodObject<{
44
+ value: z.ZodString;
45
+ exclude: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
46
+ exact_match: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
47
+ }, z.core.$strip>>>;
48
+ }, z.core.$strip>;
49
+ declare const FullenrichSearchPeopleOutput: z.ZodObject<{
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.$strip>>>;
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.$strip>>>>;
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.$strip>>>>;
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.$strip>>>>;
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.$strip>>>;
95
+ year_founded: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
96
+ }, z.core.$strip>>>;
97
+ start_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
98
+ is_current: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
99
+ }, z.core.$strip>>>>;
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.$strip>>>>;
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.$strip>>>;
122
+ year_founded: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
123
+ }, z.core.$strip>>>;
124
+ start_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
125
+ is_current: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
126
+ }, z.core.$strip>>>;
127
+ }, z.core.$strip>>>;
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.$strip>>>;
135
+ }, z.core.$strip>>>;
136
+ }, z.core.$strip>>>>;
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.$strip>>>;
142
+ }, z.core.$strip>;
143
+ declare const fullenrichSearchPeople: import("@keystrokehq/action").WorkflowActionDefinition<{
144
+ limit?: number | undefined;
145
+ offset?: number | undefined;
146
+ search_after?: string | undefined;
147
+ person_skills?: {
148
+ value: string;
149
+ exclude?: boolean | undefined;
150
+ exact_match?: boolean | undefined;
151
+ }[] | undefined;
152
+ person_locations?: {
153
+ value: string;
154
+ exclude?: boolean | undefined;
155
+ exact_match?: boolean | undefined;
156
+ }[] | undefined;
157
+ current_company_names?: {
158
+ value: string;
159
+ exclude?: boolean | undefined;
160
+ exact_match?: boolean | undefined;
161
+ }[] | undefined;
162
+ current_company_domains?: {
163
+ value: string;
164
+ exclude?: boolean | undefined;
165
+ exact_match?: boolean | undefined;
166
+ }[] | undefined;
167
+ current_position_titles?: {
168
+ value: string;
169
+ exclude?: boolean | undefined;
170
+ exact_match?: boolean | undefined;
171
+ }[] | undefined;
172
+ current_company_headcounts?: {
173
+ max?: number | undefined;
174
+ min?: number | undefined;
175
+ exclude?: boolean | undefined;
176
+ }[] | undefined;
177
+ current_company_industries?: {
178
+ value: string;
179
+ exclude?: boolean | undefined;
180
+ exact_match?: boolean | undefined;
181
+ }[] | undefined;
182
+ current_position_seniority_level?: {
183
+ value: string;
184
+ exclude?: boolean | undefined;
185
+ exact_match?: boolean | undefined;
186
+ }[] | undefined;
187
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
188
  //#endregion
8
189
  export { fullenrichSearchPeople };
9
190
  //# sourceMappingURL=search-people.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"search-people.d.mts","names":[],"sources":["../../src/actions/search-people.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UA4C1C;AAAA,cAuEW,4BAAA,EAA8B,CAAA,CAAE,UAG3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"search-people.d.mts","names":[],"sources":["../../src/actions/search-people.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAmH3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAK5B,sBAAA,gCAAsB,wBAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"search-people.mjs","names":[],"sources":["../../src/actions/search-people.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FullenrichSearchPeopleInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of results to return. Default is 20 if not specified.\").optional(),\n offset: z.number().int().describe(\"Number of results to skip for pagination. Use for offset-based pagination.\").optional(),\n search_after: z.string().describe(\"Cursor for deep pagination. Use this for efficient pagination of large result sets beyond 10,000 results instead of offset.\").optional(),\n person_skills: z.array(z.object({\n value: z.string().describe(\"Filter term to match\"),\n exclude: z.boolean().default(false).describe(\"When true, removes matching results; defaults to false\").optional(),\n exact_match: z.boolean().default(false).describe(\"When true, requires precise matching (case-insensitive); defaults to false\").optional(),\n})).describe(\"Filter by skills. Multiple filters are combined with OR logic.\").optional(),\n person_locations: z.array(z.object({\n value: z.string().describe(\"Filter term to match\"),\n exclude: z.boolean().default(false).describe(\"When true, removes matching results; defaults to false\").optional(),\n exact_match: z.boolean().default(false).describe(\"When true, requires precise matching (case-insensitive); defaults to false\").optional(),\n})).describe(\"Filter by person locations (city, region, or country). Multiple filters are combined with OR logic.\").optional(),\n current_company_names: z.array(z.object({\n value: z.string().describe(\"Filter term to match\"),\n exclude: z.boolean().default(false).describe(\"When true, removes matching results; defaults to false\").optional(),\n exact_match: z.boolean().default(false).describe(\"When true, requires precise matching (case-insensitive); defaults to false\").optional(),\n})).describe(\"Filter by current company names. Multiple filters are combined with OR logic.\").optional(),\n current_company_domains: z.array(z.object({\n value: z.string().describe(\"Filter term to match\"),\n exclude: z.boolean().default(false).describe(\"When true, removes matching results; defaults to false\").optional(),\n exact_match: z.boolean().default(false).describe(\"When true, requires precise matching (case-insensitive); defaults to false\").optional(),\n})).describe(\"Filter by current company domains. Multiple filters are combined with OR logic.\").optional(),\n current_position_titles: z.array(z.object({\n value: z.string().describe(\"Filter term to match\"),\n exclude: z.boolean().default(false).describe(\"When true, removes matching results; defaults to false\").optional(),\n exact_match: z.boolean().default(false).describe(\"When true, requires precise matching (case-insensitive); defaults to false\").optional(),\n})).describe(\"Filter by job titles. Multiple filters are combined with OR logic.\").optional(),\n current_company_headcounts: z.array(z.object({\n max: z.number().int().describe(\"Maximum value for range\").optional(),\n min: z.number().int().describe(\"Minimum value for range\").optional(),\n exclude: z.boolean().default(false).describe(\"When true, removes matching results; defaults to false\").optional(),\n})).describe(\"Filter by company headcount ranges. Specify min/max values for the range.\").optional(),\n current_company_industries: z.array(z.object({\n value: z.string().describe(\"Filter term to match\"),\n exclude: z.boolean().default(false).describe(\"When true, removes matching results; defaults to false\").optional(),\n exact_match: z.boolean().default(false).describe(\"When true, requires precise matching (case-insensitive); defaults to false\").optional(),\n})).describe(\"Filter by company industries. Multiple filters are combined with OR logic.\").optional(),\n current_position_seniority_level: z.array(z.object({\n value: z.string().describe(\"Filter term to match\"),\n exclude: z.boolean().default(false).describe(\"When true, removes matching results; defaults to false\").optional(),\n exact_match: z.boolean().default(false).describe(\"When true, requires precise matching (case-insensitive); defaults to false\").optional(),\n})).describe(\"Filter by seniority level (e.g., Director, VP, C-Suite). Multiple filters are combined with OR logic.\").optional(),\n});\nconst FullenrichSearchPeople_PersonLocationSchema: z.ZodTypeAny = z.object({\n city: z.string().describe(\"City name\").nullable().optional(),\n region: z.string().describe(\"Region or state name\").nullable().optional(),\n country: z.string().describe(\"Country name\").nullable().optional(),\n country_code: z.string().describe(\"Country code (ISO 3166-1 alpha-2)\").nullable().optional(),\n});\nconst FullenrichSearchPeople_LanguageSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Language code (ISO 639-1)\").nullable().optional(),\n language: z.string().describe(\"Language name\").nullable().optional(),\n proficiency: z.string().describe(\"Proficiency level (e.g., Native, Professional, Limited)\").nullable().optional(),\n});\nconst FullenrichSearchPeople_EducationSchema: z.ZodTypeAny = z.object({\n degree: z.string().describe(\"Degree obtained\").nullable().optional(),\n end_at: z.string().describe(\"End date of education\").nullable().optional(),\n start_at: z.string().describe(\"Start date of education\").nullable().optional(),\n school_name: z.string().describe(\"Name of the educational institution\").nullable().optional(),\n});\nconst FullenrichSearchPeople_CompanyLocationSchema: z.ZodTypeAny = z.object({\n city: z.string().describe(\"City name\").nullable().optional(),\n region: z.string().describe(\"Region or state name\").nullable().optional(),\n country: z.string().describe(\"Country name\").nullable().optional(),\n country_code: z.string().describe(\"Country code (ISO 3166-1 alpha-2)\").nullable().optional(),\n});\nconst FullenrichSearchPeople_EmploymentCompanySchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Company name\").nullable().optional(),\n domain: z.string().describe(\"Company domain\").nullable().optional(),\n industry: z.string().describe(\"Company industry\").nullable().optional(),\n headcount: z.string().describe(\"Company headcount range\").nullable().optional(),\n locations: z.array(FullenrichSearchPeople_CompanyLocationSchema).describe(\"List of company office locations\").nullable().optional(),\n description: z.string().describe(\"Company description\").nullable().optional(),\n company_type: z.string().describe(\"Company type (e.g., Public Company, Privately Held)\").nullable().optional(),\n headquarters: FullenrichSearchPeople_CompanyLocationSchema.nullable().optional(),\n year_founded: z.number().int().describe(\"Year the company was founded\").nullable().optional(),\n});\nconst FullenrichSearchPeople_EmploymentSchema: z.ZodTypeAny = z.object({\n title: z.string().describe(\"Job title\").nullable().optional(),\n end_at: z.string().describe(\"End date of employment\").nullable().optional(),\n company: FullenrichSearchPeople_EmploymentCompanySchema.nullable().optional(),\n start_at: z.string().describe(\"Start date of employment\").nullable().optional(),\n is_current: z.boolean().describe(\"Whether this is the current employment\").nullable().optional(),\n});\nconst FullenrichSearchPeople_EmploymentHistorySchema: z.ZodTypeAny = z.object({\n all: z.array(FullenrichSearchPeople_EmploymentSchema).describe(\"Complete employment history\").nullable().optional(),\n current: FullenrichSearchPeople_EmploymentSchema.nullable().optional(),\n});\nconst FullenrichSearchPeople_LinkedInProfileSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"LinkedIn profile URL\").nullable().optional(),\n handle: z.string().describe(\"LinkedIn handle\").nullable().optional(),\n connection_count: z.number().int().describe(\"Number of LinkedIn connections\").nullable().optional(),\n});\nconst FullenrichSearchPeople_SocialProfilesSchema: z.ZodTypeAny = z.object({\n linkedin: FullenrichSearchPeople_LinkedInProfileSchema.nullable().optional(),\n});\nconst FullenrichSearchPeople_PersonSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the person\").nullable().optional(),\n skills: z.array(z.string()).describe(\"List of skills\").nullable().optional(),\n location: FullenrichSearchPeople_PersonLocationSchema.nullable().optional(),\n full_name: z.string().describe(\"Full name\").nullable().optional(),\n languages: z.array(FullenrichSearchPeople_LanguageSchema).describe(\"Languages spoken and proficiency levels\").nullable().optional(),\n last_name: z.string().describe(\"Last name\").nullable().optional(),\n educations: z.array(FullenrichSearchPeople_EducationSchema).describe(\"Educational background\").nullable().optional(),\n employment: FullenrichSearchPeople_EmploymentHistorySchema.nullable().optional(),\n first_name: z.string().describe(\"First name\").nullable().optional(),\n social_profiles: FullenrichSearchPeople_SocialProfilesSchema.nullable().optional(),\n});\nconst FullenrichSearchPeople_PeopleMetadataSchema: z.ZodTypeAny = z.object({\n total: z.number().int().describe(\"Total number of people matching the search criteria\").nullable().optional(),\n offset: z.number().int().describe(\"Current offset in the result set\").nullable().optional(),\n search_after: z.string().describe(\"Cursor for the next page of results when using cursor-based pagination\").nullable().optional(),\n});\nexport const FullenrichSearchPeopleOutput: z.ZodTypeAny = z.object({\n people: z.array(FullenrichSearchPeople_PersonSchema).describe(\"List of people matching the search criteria\").nullable().optional(),\n metadata: FullenrichSearchPeople_PeopleMetadataSchema.nullable().optional(),\n});\n\nexport const fullenrichSearchPeople = action(\"FULLENRICH_SEARCH_PEOPLE\", {\n slug: \"fullenrich-search-people\",\n name: \"Search People\",\n 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.\",\n input: FullenrichSearchPeopleInput,\n output: FullenrichSearchPeopleOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"search-people.mjs","names":[],"sources":["../../src/actions/search-people.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FullenrichSearchPeopleInput = z.object({\n limit: z.number().int().describe(\"Maximum number of results to return. Default is 20 if not specified.\").optional(),\n offset: z.number().int().describe(\"Number of results to skip for pagination. Use for offset-based pagination.\").optional(),\n search_after: z.string().describe(\"Cursor for deep pagination. Use this for efficient pagination of large result sets beyond 10,000 results instead of offset.\").optional(),\n person_skills: z.array(z.object({\n value: z.string().describe(\"Filter term to match\"),\n exclude: z.boolean().default(false).describe(\"When true, removes matching results; defaults to false\").optional(),\n exact_match: z.boolean().default(false).describe(\"When true, requires precise matching (case-insensitive); defaults to false\").optional(),\n})).describe(\"Filter by skills. Multiple filters are combined with OR logic.\").optional(),\n person_locations: z.array(z.object({\n value: z.string().describe(\"Filter term to match\"),\n exclude: z.boolean().default(false).describe(\"When true, removes matching results; defaults to false\").optional(),\n exact_match: z.boolean().default(false).describe(\"When true, requires precise matching (case-insensitive); defaults to false\").optional(),\n})).describe(\"Filter by person locations (city, region, or country). Multiple filters are combined with OR logic.\").optional(),\n current_company_names: z.array(z.object({\n value: z.string().describe(\"Filter term to match\"),\n exclude: z.boolean().default(false).describe(\"When true, removes matching results; defaults to false\").optional(),\n exact_match: z.boolean().default(false).describe(\"When true, requires precise matching (case-insensitive); defaults to false\").optional(),\n})).describe(\"Filter by current company names. Multiple filters are combined with OR logic.\").optional(),\n current_company_domains: z.array(z.object({\n value: z.string().describe(\"Filter term to match\"),\n exclude: z.boolean().default(false).describe(\"When true, removes matching results; defaults to false\").optional(),\n exact_match: z.boolean().default(false).describe(\"When true, requires precise matching (case-insensitive); defaults to false\").optional(),\n})).describe(\"Filter by current company domains. Multiple filters are combined with OR logic.\").optional(),\n current_position_titles: z.array(z.object({\n value: z.string().describe(\"Filter term to match\"),\n exclude: z.boolean().default(false).describe(\"When true, removes matching results; defaults to false\").optional(),\n exact_match: z.boolean().default(false).describe(\"When true, requires precise matching (case-insensitive); defaults to false\").optional(),\n})).describe(\"Filter by job titles. Multiple filters are combined with OR logic.\").optional(),\n current_company_headcounts: z.array(z.object({\n max: z.number().int().describe(\"Maximum value for range\").optional(),\n min: z.number().int().describe(\"Minimum value for range\").optional(),\n exclude: z.boolean().default(false).describe(\"When true, removes matching results; defaults to false\").optional(),\n})).describe(\"Filter by company headcount ranges. Specify min/max values for the range.\").optional(),\n current_company_industries: z.array(z.object({\n value: z.string().describe(\"Filter term to match\"),\n exclude: z.boolean().default(false).describe(\"When true, removes matching results; defaults to false\").optional(),\n exact_match: z.boolean().default(false).describe(\"When true, requires precise matching (case-insensitive); defaults to false\").optional(),\n})).describe(\"Filter by company industries. Multiple filters are combined with OR logic.\").optional(),\n current_position_seniority_level: z.array(z.object({\n value: z.string().describe(\"Filter term to match\"),\n exclude: z.boolean().default(false).describe(\"When true, removes matching results; defaults to false\").optional(),\n exact_match: z.boolean().default(false).describe(\"When true, requires precise matching (case-insensitive); defaults to false\").optional(),\n})).describe(\"Filter by seniority level (e.g., Director, VP, C-Suite). Multiple filters are combined with OR logic.\").optional(),\n});\nconst FullenrichSearchPeople_PersonLocationSchema = z.object({\n city: z.string().describe(\"City name\").nullable().optional(),\n region: z.string().describe(\"Region or state name\").nullable().optional(),\n country: z.string().describe(\"Country name\").nullable().optional(),\n country_code: z.string().describe(\"Country code (ISO 3166-1 alpha-2)\").nullable().optional(),\n});\nconst FullenrichSearchPeople_LanguageSchema = z.object({\n code: z.string().describe(\"Language code (ISO 639-1)\").nullable().optional(),\n language: z.string().describe(\"Language name\").nullable().optional(),\n proficiency: z.string().describe(\"Proficiency level (e.g., Native, Professional, Limited)\").nullable().optional(),\n});\nconst FullenrichSearchPeople_EducationSchema = z.object({\n degree: z.string().describe(\"Degree obtained\").nullable().optional(),\n end_at: z.string().describe(\"End date of education\").nullable().optional(),\n start_at: z.string().describe(\"Start date of education\").nullable().optional(),\n school_name: z.string().describe(\"Name of the educational institution\").nullable().optional(),\n});\nconst FullenrichSearchPeople_CompanyLocationSchema = z.object({\n city: z.string().describe(\"City name\").nullable().optional(),\n region: z.string().describe(\"Region or state name\").nullable().optional(),\n country: z.string().describe(\"Country name\").nullable().optional(),\n country_code: z.string().describe(\"Country code (ISO 3166-1 alpha-2)\").nullable().optional(),\n});\nconst FullenrichSearchPeople_EmploymentCompanySchema = z.object({\n name: z.string().describe(\"Company name\").nullable().optional(),\n domain: z.string().describe(\"Company domain\").nullable().optional(),\n industry: z.string().describe(\"Company industry\").nullable().optional(),\n headcount: z.string().describe(\"Company headcount range\").nullable().optional(),\n locations: z.array(FullenrichSearchPeople_CompanyLocationSchema).describe(\"List of company office locations\").nullable().optional(),\n description: z.string().describe(\"Company description\").nullable().optional(),\n company_type: z.string().describe(\"Company type (e.g., Public Company, Privately Held)\").nullable().optional(),\n headquarters: FullenrichSearchPeople_CompanyLocationSchema.nullable().optional(),\n year_founded: z.number().int().describe(\"Year the company was founded\").nullable().optional(),\n});\nconst FullenrichSearchPeople_EmploymentSchema = z.object({\n title: z.string().describe(\"Job title\").nullable().optional(),\n end_at: z.string().describe(\"End date of employment\").nullable().optional(),\n company: FullenrichSearchPeople_EmploymentCompanySchema.nullable().optional(),\n start_at: z.string().describe(\"Start date of employment\").nullable().optional(),\n is_current: z.boolean().describe(\"Whether this is the current employment\").nullable().optional(),\n});\nconst FullenrichSearchPeople_EmploymentHistorySchema = z.object({\n all: z.array(FullenrichSearchPeople_EmploymentSchema).describe(\"Complete employment history\").nullable().optional(),\n current: FullenrichSearchPeople_EmploymentSchema.nullable().optional(),\n});\nconst FullenrichSearchPeople_LinkedInProfileSchema = z.object({\n url: z.string().describe(\"LinkedIn profile URL\").nullable().optional(),\n handle: z.string().describe(\"LinkedIn handle\").nullable().optional(),\n connection_count: z.number().int().describe(\"Number of LinkedIn connections\").nullable().optional(),\n});\nconst FullenrichSearchPeople_SocialProfilesSchema = z.object({\n linkedin: FullenrichSearchPeople_LinkedInProfileSchema.nullable().optional(),\n});\nconst FullenrichSearchPeople_PersonSchema = z.object({\n id: z.string().describe(\"Unique identifier for the person\").nullable().optional(),\n skills: z.array(z.string()).describe(\"List of skills\").nullable().optional(),\n location: FullenrichSearchPeople_PersonLocationSchema.nullable().optional(),\n full_name: z.string().describe(\"Full name\").nullable().optional(),\n languages: z.array(FullenrichSearchPeople_LanguageSchema).describe(\"Languages spoken and proficiency levels\").nullable().optional(),\n last_name: z.string().describe(\"Last name\").nullable().optional(),\n educations: z.array(FullenrichSearchPeople_EducationSchema).describe(\"Educational background\").nullable().optional(),\n employment: FullenrichSearchPeople_EmploymentHistorySchema.nullable().optional(),\n first_name: z.string().describe(\"First name\").nullable().optional(),\n social_profiles: FullenrichSearchPeople_SocialProfilesSchema.nullable().optional(),\n});\nconst FullenrichSearchPeople_PeopleMetadataSchema = z.object({\n total: z.number().int().describe(\"Total number of people matching the search criteria\").nullable().optional(),\n offset: z.number().int().describe(\"Current offset in the result set\").nullable().optional(),\n search_after: z.string().describe(\"Cursor for the next page of results when using cursor-based pagination\").nullable().optional(),\n});\nexport const FullenrichSearchPeopleOutput = z.object({\n people: z.array(FullenrichSearchPeople_PersonSchema).describe(\"List of people matching the search criteria\").nullable().optional(),\n metadata: FullenrichSearchPeople_PeopleMetadataSchema.nullable().optional(),\n});\n\nexport const fullenrichSearchPeople = action(\"FULLENRICH_SEARCH_PEOPLE\", {\n slug: \"fullenrich-search-people\",\n name: \"Search People\",\n 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.\",\n input: FullenrichSearchPeopleInput,\n output: FullenrichSearchPeopleOutput,\n});\n"],"mappings":"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"}
@@ -16,7 +16,7 @@ const FullenrichStartBulkEnrichmentInput = zod.z.object({
16
16
  webhook_url: zod.z.string().describe("URL to receive a POST callback when job finishes, fails, or lacks credits").optional(),
17
17
  checkLinkedinUrl: zod.z.boolean().describe("If false, skip contacts with invalid/missing LinkedIn URLs").optional()
18
18
  });
19
- const FullenrichStartBulkEnrichmentOutput = zod.z.object({ enrichment_id: zod.z.string().describe("ID of the started bulk enrichment job") });
19
+ const FullenrichStartBulkEnrichmentOutput = zod.z.object({ enrichment_id: zod.z.string().describe("ID of the started bulk enrichment job").nullable() });
20
20
  const fullenrichStartBulkEnrichment = require_action.action("FULLENRICH_START_BULK_ENRICHMENT", {
21
21
  slug: "fullenrich-start-bulk-enrichment",
22
22
  name: "Start Bulk Enrichment",
@@ -1 +1 @@
1
- {"version":3,"file":"start-bulk-enrichment.cjs","names":["z","action"],"sources":["../../src/actions/start-bulk-enrichment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FullenrichStartBulkEnrichmentInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Human-readable job name (e.g., 'Sales Operations in London')\"),\n datas: z.array(z.object({\n custom: z.object({}).describe(\"Free-form metadata; values must be strings. Numbers or nested objects will error\").optional(),\n domain: z.string().describe(\"Contact's domain; required with firstname and lastname\").optional(),\n lastname: z.string().describe(\"Contact's last name; required if not using linkedin_url\").optional(),\n firstname: z.string().describe(\"Contact's first name; required if not using linkedin_url\").optional(),\n company_name: z.string().describe(\"Contact's company name; alternative to domain when using names\").optional(),\n linkedin_url: z.string().describe(\"Full LinkedIn profile URL. If provided, names and domain/company_name are ignored\").optional(),\n enrich_fields: z.array(z.string()).describe(\"Fields to enrich. Valid values: 'contact.emails', 'contact.personal_emails', 'contact.phones'. Defaults to ['contact.emails', 'contact.phones'] if not specified.\").optional(),\n})).describe(\"List of 1–100 contacts to enrich; see ContactData for details\"),\n checkDomain: z.boolean().describe(\"If false, skip contacts with invalid/missing domains\").optional(),\n webhook_url: z.string().describe(\"URL to receive a POST callback when job finishes, fails, or lacks credits\").optional(),\n checkLinkedinUrl: z.boolean().describe(\"If false, skip contacts with invalid/missing LinkedIn URLs\").optional(),\n});\nexport const FullenrichStartBulkEnrichmentOutput: z.ZodTypeAny = z.object({\n enrichment_id: z.string().describe(\"ID of the started bulk enrichment job\"),\n});\n\nexport const fullenrichStartBulkEnrichment = action(\"FULLENRICH_START_BULK_ENRICHMENT\", {\n slug: \"fullenrich-start-bulk-enrichment\",\n name: \"Start Bulk Enrichment\",\n description: \"Tool to start a bulk enrichment job. Use when you have up to 100 contacts prepared and need batch enrichment. Use after confirming contact data.\",\n input: FullenrichStartBulkEnrichmentInput,\n output: FullenrichStartBulkEnrichmentOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CACxF,OAAOA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EACxB,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;EAC3H,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;EAC/F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;EAClG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;EACpG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;EAC7G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;EAChI,eAAeA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mKAAmK,CAAC,CAAC,SAAS;CAC5N,CAAC,CAAC,CAAC,CAAC,SAAS,+DAA+D;CAC1E,aAAaA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CACnG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;CACvH,kBAAkBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;AAChH,CAAC;AACD,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,EAC5E,CAAC;AAED,MAAa,gCAAgCC,eAAAA,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"start-bulk-enrichment.cjs","names":["z","action"],"sources":["../../src/actions/start-bulk-enrichment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FullenrichStartBulkEnrichmentInput = z.object({\n name: z.string().describe(\"Human-readable job name (e.g., 'Sales Operations in London')\"),\n datas: z.array(z.object({\n custom: z.object({}).describe(\"Free-form metadata; values must be strings. Numbers or nested objects will error\").optional(),\n domain: z.string().describe(\"Contact's domain; required with firstname and lastname\").optional(),\n lastname: z.string().describe(\"Contact's last name; required if not using linkedin_url\").optional(),\n firstname: z.string().describe(\"Contact's first name; required if not using linkedin_url\").optional(),\n company_name: z.string().describe(\"Contact's company name; alternative to domain when using names\").optional(),\n linkedin_url: z.string().describe(\"Full LinkedIn profile URL. If provided, names and domain/company_name are ignored\").optional(),\n enrich_fields: z.array(z.string()).describe(\"Fields to enrich. Valid values: 'contact.emails', 'contact.personal_emails', 'contact.phones'. Defaults to ['contact.emails', 'contact.phones'] if not specified.\").optional(),\n})).describe(\"List of 1–100 contacts to enrich; see ContactData for details\"),\n checkDomain: z.boolean().describe(\"If false, skip contacts with invalid/missing domains\").optional(),\n webhook_url: z.string().describe(\"URL to receive a POST callback when job finishes, fails, or lacks credits\").optional(),\n checkLinkedinUrl: z.boolean().describe(\"If false, skip contacts with invalid/missing LinkedIn URLs\").optional(),\n});\nexport const FullenrichStartBulkEnrichmentOutput = z.object({\n enrichment_id: z.string().describe(\"ID of the started bulk enrichment job\").nullable(),\n});\n\nexport const fullenrichStartBulkEnrichment = action(\"FULLENRICH_START_BULK_ENRICHMENT\", {\n slug: \"fullenrich-start-bulk-enrichment\",\n name: \"Start Bulk Enrichment\",\n description: \"Tool to start a bulk enrichment job. Use when you have up to 100 contacts prepared and need batch enrichment. Use after confirming contact data.\",\n input: FullenrichStartBulkEnrichmentInput,\n output: FullenrichStartBulkEnrichmentOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAqCA,IAAAA,EAAE,OAAO;CACzD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CACxF,OAAOA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EACxB,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;EAC3H,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;EAC/F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;EAClG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;EACpG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;EAC7G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;EAChI,eAAeA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mKAAmK,CAAC,CAAC,SAAS;CAC5N,CAAC,CAAC,CAAC,CAAC,SAAS,+DAA+D;CAC1E,aAAaA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CACnG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;CACvH,kBAAkBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;AAChH,CAAC;AACD,MAAa,sCAAsCA,IAAAA,EAAE,OAAO,EAC1D,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,EACvF,CAAC;AAED,MAAa,gCAAgCC,eAAAA,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,39 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/start-bulk-enrichment.d.ts
4
- declare const FullenrichStartBulkEnrichmentInput: z.ZodTypeAny;
5
- declare const FullenrichStartBulkEnrichmentOutput: z.ZodTypeAny;
6
- declare const fullenrichStartBulkEnrichment: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const FullenrichStartBulkEnrichmentInput: z.ZodObject<{
5
+ name: z.ZodString;
6
+ datas: z.ZodArray<z.ZodObject<{
7
+ custom: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
8
+ domain: z.ZodOptional<z.ZodString>;
9
+ lastname: z.ZodOptional<z.ZodString>;
10
+ firstname: z.ZodOptional<z.ZodString>;
11
+ company_name: z.ZodOptional<z.ZodString>;
12
+ linkedin_url: z.ZodOptional<z.ZodString>;
13
+ enrich_fields: z.ZodOptional<z.ZodArray<z.ZodString>>;
14
+ }, z.core.$strip>>;
15
+ checkDomain: z.ZodOptional<z.ZodBoolean>;
16
+ webhook_url: z.ZodOptional<z.ZodString>;
17
+ checkLinkedinUrl: z.ZodOptional<z.ZodBoolean>;
18
+ }, z.core.$strip>;
19
+ declare const FullenrichStartBulkEnrichmentOutput: z.ZodObject<{
20
+ enrichment_id: z.ZodNullable<z.ZodString>;
21
+ }, z.core.$strip>;
22
+ declare const fullenrichStartBulkEnrichment: import("@keystrokehq/action").WorkflowActionDefinition<{
23
+ name: string;
24
+ datas: {
25
+ custom?: Record<string, never> | undefined;
26
+ domain?: string | undefined;
27
+ lastname?: string | undefined;
28
+ firstname?: string | undefined;
29
+ company_name?: string | undefined;
30
+ linkedin_url?: string | undefined;
31
+ enrich_fields?: string[] | undefined;
32
+ }[];
33
+ checkDomain?: boolean | undefined;
34
+ webhook_url?: string | undefined;
35
+ checkLinkedinUrl?: boolean | undefined;
36
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
37
  //#endregion
8
38
  export { fullenrichStartBulkEnrichment };
9
39
  //# sourceMappingURL=start-bulk-enrichment.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"start-bulk-enrichment.d.cts","names":[],"sources":["../../src/actions/start-bulk-enrichment.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAcjD;AAAA,cACW,mCAAA,EAAqC,CAAA,CAAE,UAElD;AAAA,cAEW,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"start-bulk-enrichment.d.cts","names":[],"sources":["../../src/actions/start-bulk-enrichment.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAelC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;cAInC,6BAAA,gCAA6B,wBAAA;;;aAMxC,MAAA"}
@@ -1,9 +1,39 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/start-bulk-enrichment.d.ts
4
- declare const FullenrichStartBulkEnrichmentInput: z.ZodTypeAny;
5
- declare const FullenrichStartBulkEnrichmentOutput: z.ZodTypeAny;
6
- declare const fullenrichStartBulkEnrichment: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const FullenrichStartBulkEnrichmentInput: z.ZodObject<{
5
+ name: z.ZodString;
6
+ datas: z.ZodArray<z.ZodObject<{
7
+ custom: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
8
+ domain: z.ZodOptional<z.ZodString>;
9
+ lastname: z.ZodOptional<z.ZodString>;
10
+ firstname: z.ZodOptional<z.ZodString>;
11
+ company_name: z.ZodOptional<z.ZodString>;
12
+ linkedin_url: z.ZodOptional<z.ZodString>;
13
+ enrich_fields: z.ZodOptional<z.ZodArray<z.ZodString>>;
14
+ }, z.core.$strip>>;
15
+ checkDomain: z.ZodOptional<z.ZodBoolean>;
16
+ webhook_url: z.ZodOptional<z.ZodString>;
17
+ checkLinkedinUrl: z.ZodOptional<z.ZodBoolean>;
18
+ }, z.core.$strip>;
19
+ declare const FullenrichStartBulkEnrichmentOutput: z.ZodObject<{
20
+ enrichment_id: z.ZodNullable<z.ZodString>;
21
+ }, z.core.$strip>;
22
+ declare const fullenrichStartBulkEnrichment: import("@keystrokehq/action").WorkflowActionDefinition<{
23
+ name: string;
24
+ datas: {
25
+ custom?: Record<string, never> | undefined;
26
+ domain?: string | undefined;
27
+ lastname?: string | undefined;
28
+ firstname?: string | undefined;
29
+ company_name?: string | undefined;
30
+ linkedin_url?: string | undefined;
31
+ enrich_fields?: string[] | undefined;
32
+ }[];
33
+ checkDomain?: boolean | undefined;
34
+ webhook_url?: string | undefined;
35
+ checkLinkedinUrl?: boolean | undefined;
36
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
37
  //#endregion
8
38
  export { fullenrichStartBulkEnrichment };
9
39
  //# sourceMappingURL=start-bulk-enrichment.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"start-bulk-enrichment.d.mts","names":[],"sources":["../../src/actions/start-bulk-enrichment.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAcjD;AAAA,cACW,mCAAA,EAAqC,CAAA,CAAE,UAElD;AAAA,cAEW,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"start-bulk-enrichment.d.mts","names":[],"sources":["../../src/actions/start-bulk-enrichment.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAelC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;cAInC,6BAAA,gCAA6B,wBAAA;;;aAMxC,MAAA"}
@@ -19,7 +19,7 @@ const fullenrichStartBulkEnrichment = action("FULLENRICH_START_BULK_ENRICHMENT",
19
19
  webhook_url: z.string().describe("URL to receive a POST callback when job finishes, fails, or lacks credits").optional(),
20
20
  checkLinkedinUrl: z.boolean().describe("If false, skip contacts with invalid/missing LinkedIn URLs").optional()
21
21
  }),
22
- output: z.object({ enrichment_id: z.string().describe("ID of the started bulk enrichment job") })
22
+ output: z.object({ enrichment_id: z.string().describe("ID of the started bulk enrichment job").nullable() })
23
23
  });
24
24
  //#endregion
25
25
  export { fullenrichStartBulkEnrichment };
@@ -1 +1 @@
1
- {"version":3,"file":"start-bulk-enrichment.mjs","names":[],"sources":["../../src/actions/start-bulk-enrichment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FullenrichStartBulkEnrichmentInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Human-readable job name (e.g., 'Sales Operations in London')\"),\n datas: z.array(z.object({\n custom: z.object({}).describe(\"Free-form metadata; values must be strings. Numbers or nested objects will error\").optional(),\n domain: z.string().describe(\"Contact's domain; required with firstname and lastname\").optional(),\n lastname: z.string().describe(\"Contact's last name; required if not using linkedin_url\").optional(),\n firstname: z.string().describe(\"Contact's first name; required if not using linkedin_url\").optional(),\n company_name: z.string().describe(\"Contact's company name; alternative to domain when using names\").optional(),\n linkedin_url: z.string().describe(\"Full LinkedIn profile URL. If provided, names and domain/company_name are ignored\").optional(),\n enrich_fields: z.array(z.string()).describe(\"Fields to enrich. Valid values: 'contact.emails', 'contact.personal_emails', 'contact.phones'. Defaults to ['contact.emails', 'contact.phones'] if not specified.\").optional(),\n})).describe(\"List of 1–100 contacts to enrich; see ContactData for details\"),\n checkDomain: z.boolean().describe(\"If false, skip contacts with invalid/missing domains\").optional(),\n webhook_url: z.string().describe(\"URL to receive a POST callback when job finishes, fails, or lacks credits\").optional(),\n checkLinkedinUrl: z.boolean().describe(\"If false, skip contacts with invalid/missing LinkedIn URLs\").optional(),\n});\nexport const FullenrichStartBulkEnrichmentOutput: z.ZodTypeAny = z.object({\n enrichment_id: z.string().describe(\"ID of the started bulk enrichment job\"),\n});\n\nexport const fullenrichStartBulkEnrichment = action(\"FULLENRICH_START_BULK_ENRICHMENT\", {\n slug: \"fullenrich-start-bulk-enrichment\",\n name: \"Start Bulk Enrichment\",\n description: \"Tool to start a bulk enrichment job. Use when you have up to 100 contacts prepared and need batch enrichment. Use after confirming contact data.\",\n input: FullenrichStartBulkEnrichmentInput,\n output: FullenrichStartBulkEnrichmentOutput,\n});\n"],"mappings":";;AAuBA,MAAa,gCAAgC,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAvB8D,EAAE,OAAO;EACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;EACxF,OAAO,EAAE,MAAM,EAAE,OAAO;GACxB,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;GAC3H,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;GAC/F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;GAClG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;GACpG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;GAC7G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;GAChI,eAAe,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mKAAmK,CAAC,CAAC,SAAS;EAC5N,CAAC,CAAC,CAAC,CAAC,SAAS,+DAA+D;EAC1E,aAAa,EAAE,QAAQ,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;EACnG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;EACvH,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CAChH,CASS;CACP,QAT+D,EAAE,OAAO,EACxE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,EAC5E,CAOU;AACV,CAAC"}
1
+ {"version":3,"file":"start-bulk-enrichment.mjs","names":[],"sources":["../../src/actions/start-bulk-enrichment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FullenrichStartBulkEnrichmentInput = z.object({\n name: z.string().describe(\"Human-readable job name (e.g., 'Sales Operations in London')\"),\n datas: z.array(z.object({\n custom: z.object({}).describe(\"Free-form metadata; values must be strings. Numbers or nested objects will error\").optional(),\n domain: z.string().describe(\"Contact's domain; required with firstname and lastname\").optional(),\n lastname: z.string().describe(\"Contact's last name; required if not using linkedin_url\").optional(),\n firstname: z.string().describe(\"Contact's first name; required if not using linkedin_url\").optional(),\n company_name: z.string().describe(\"Contact's company name; alternative to domain when using names\").optional(),\n linkedin_url: z.string().describe(\"Full LinkedIn profile URL. If provided, names and domain/company_name are ignored\").optional(),\n enrich_fields: z.array(z.string()).describe(\"Fields to enrich. Valid values: 'contact.emails', 'contact.personal_emails', 'contact.phones'. Defaults to ['contact.emails', 'contact.phones'] if not specified.\").optional(),\n})).describe(\"List of 1–100 contacts to enrich; see ContactData for details\"),\n checkDomain: z.boolean().describe(\"If false, skip contacts with invalid/missing domains\").optional(),\n webhook_url: z.string().describe(\"URL to receive a POST callback when job finishes, fails, or lacks credits\").optional(),\n checkLinkedinUrl: z.boolean().describe(\"If false, skip contacts with invalid/missing LinkedIn URLs\").optional(),\n});\nexport const FullenrichStartBulkEnrichmentOutput = z.object({\n enrichment_id: z.string().describe(\"ID of the started bulk enrichment job\").nullable(),\n});\n\nexport const fullenrichStartBulkEnrichment = action(\"FULLENRICH_START_BULK_ENRICHMENT\", {\n slug: \"fullenrich-start-bulk-enrichment\",\n name: \"Start Bulk Enrichment\",\n description: \"Tool to start a bulk enrichment job. Use when you have up to 100 contacts prepared and need batch enrichment. Use after confirming contact data.\",\n input: FullenrichStartBulkEnrichmentInput,\n output: FullenrichStartBulkEnrichmentOutput,\n});\n"],"mappings":";;AAuBA,MAAa,gCAAgC,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAvBgD,EAAE,OAAO;EACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;EACxF,OAAO,EAAE,MAAM,EAAE,OAAO;GACxB,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;GAC3H,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;GAC/F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;GAClG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;GACpG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;GAC7G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;GAChI,eAAe,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mKAAmK,CAAC,CAAC,SAAS;EAC5N,CAAC,CAAC,CAAC,CAAC,SAAS,+DAA+D;EAC1E,aAAa,EAAE,QAAQ,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;EACnG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;EACvH,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CAChH,CASS;CACP,QATiD,EAAE,OAAO,EAC1D,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,EACvF,CAOU;AACV,CAAC"}
@@ -2,7 +2,7 @@ const require_action = require("../action.cjs");
2
2
  let zod = require("zod");
3
3
  //#region src/actions/verify-api-key.ts
4
4
  const FullenrichVerifyApiKeyInput = zod.z.object({}).describe("Empty request: no parameters required to verify the API key.");
5
- const FullenrichVerifyApiKeyOutput = zod.z.object({ workspace_id: zod.z.string().describe("The identifier of the workspace associated with the valid API key") });
5
+ const FullenrichVerifyApiKeyOutput = zod.z.object({ workspace_id: zod.z.string().describe("The identifier of the workspace associated with the valid API key").nullable() });
6
6
  const fullenrichVerifyApiKey = require_action.action("FULLENRICH_VERIFY_API_KEY", {
7
7
  slug: "fullenrich-verify-api-key",
8
8
  name: "Verify API Key",
@@ -1 +1 @@
1
- {"version":3,"file":"verify-api-key.cjs","names":["z","action"],"sources":["../../src/actions/verify-api-key.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FullenrichVerifyApiKeyInput: z.ZodTypeAny = z.object({}).describe(\"Empty request: no parameters required to verify the API key.\");\nexport const FullenrichVerifyApiKeyOutput: z.ZodTypeAny = z.object({\n workspace_id: z.string().describe(\"The identifier of the workspace associated with the valid API key\"),\n});\n\nexport const fullenrichVerifyApiKey = action(\"FULLENRICH_VERIFY_API_KEY\", {\n slug: \"fullenrich-verify-api-key\",\n name: \"Verify API Key\",\n description: \"Tool to check if your API key is valid and return the associated workspace ID. Use when you need to verify API key validity before performing other operations.\",\n input: FullenrichVerifyApiKeyInput,\n output: FullenrichVerifyApiKeyOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC7I,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,EACvG,CAAC;AAED,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"verify-api-key.cjs","names":["z","action"],"sources":["../../src/actions/verify-api-key.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FullenrichVerifyApiKeyInput = z.object({}).describe(\"Empty request: no parameters required to verify the API key.\");\nexport const FullenrichVerifyApiKeyOutput = z.object({\n workspace_id: z.string().describe(\"The identifier of the workspace associated with the valid API key\").nullable(),\n});\n\nexport const fullenrichVerifyApiKey = action(\"FULLENRICH_VERIFY_API_KEY\", {\n slug: \"fullenrich-verify-api-key\",\n name: \"Verify API Key\",\n description: \"Tool to check if your API key is valid and return the associated workspace ID. Use when you need to verify API key validity before performing other operations.\",\n input: FullenrichVerifyApiKeyInput,\n output: FullenrichVerifyApiKeyOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA8BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC/H,MAAa,+BAA+BA,IAAAA,EAAE,OAAO,EACnD,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,EAClH,CAAC;AAED,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,11 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/verify-api-key.d.ts
4
- declare const FullenrichVerifyApiKeyInput: z.ZodTypeAny;
5
- declare const FullenrichVerifyApiKeyOutput: z.ZodTypeAny;
6
- declare const fullenrichVerifyApiKey: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const FullenrichVerifyApiKeyInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const FullenrichVerifyApiKeyOutput: z.ZodObject<{
6
+ workspace_id: z.ZodNullable<z.ZodString>;
7
+ }, z.core.$strip>;
8
+ declare const fullenrichVerifyApiKey: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
9
  //#endregion
8
10
  export { fullenrichVerifyApiKey };
9
11
  //# sourceMappingURL=verify-api-key.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"verify-api-key.d.cts","names":[],"sources":["../../src/actions/verify-api-key.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAAkG;AAAA,cACjI,4BAAA,EAA8B,CAAA,CAAE,UAE3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"verify-api-key.d.cts","names":[],"sources":["../../src/actions/verify-api-key.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAI5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -1,9 +1,11 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/verify-api-key.d.ts
4
- declare const FullenrichVerifyApiKeyInput: z.ZodTypeAny;
5
- declare const FullenrichVerifyApiKeyOutput: z.ZodTypeAny;
6
- declare const fullenrichVerifyApiKey: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const FullenrichVerifyApiKeyInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const FullenrichVerifyApiKeyOutput: z.ZodObject<{
6
+ workspace_id: z.ZodNullable<z.ZodString>;
7
+ }, z.core.$strip>;
8
+ declare const fullenrichVerifyApiKey: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
9
  //#endregion
8
10
  export { fullenrichVerifyApiKey };
9
11
  //# sourceMappingURL=verify-api-key.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"verify-api-key.d.mts","names":[],"sources":["../../src/actions/verify-api-key.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAAkG;AAAA,cACjI,4BAAA,EAA8B,CAAA,CAAE,UAE3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"verify-api-key.d.mts","names":[],"sources":["../../src/actions/verify-api-key.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAI5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -5,7 +5,7 @@ const fullenrichVerifyApiKey = action("FULLENRICH_VERIFY_API_KEY", {
5
5
  name: "Verify API Key",
6
6
  description: "Tool to check if your API key is valid and return the associated workspace ID. Use when you need to verify API key validity before performing other operations.",
7
7
  input: z.object({}).describe("Empty request: no parameters required to verify the API key."),
8
- output: z.object({ workspace_id: z.string().describe("The identifier of the workspace associated with the valid API key") })
8
+ output: z.object({ workspace_id: z.string().describe("The identifier of the workspace associated with the valid API key").nullable() })
9
9
  });
10
10
  //#endregion
11
11
  export { fullenrichVerifyApiKey };
@@ -1 +1 @@
1
- {"version":3,"file":"verify-api-key.mjs","names":[],"sources":["../../src/actions/verify-api-key.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FullenrichVerifyApiKeyInput: z.ZodTypeAny = z.object({}).describe(\"Empty request: no parameters required to verify the API key.\");\nexport const FullenrichVerifyApiKeyOutput: z.ZodTypeAny = z.object({\n workspace_id: z.string().describe(\"The identifier of the workspace associated with the valid API key\"),\n});\n\nexport const fullenrichVerifyApiKey = action(\"FULLENRICH_VERIFY_API_KEY\", {\n slug: \"fullenrich-verify-api-key\",\n name: \"Verify API Key\",\n description: \"Tool to check if your API key is valid and return the associated workspace ID. Use when you need to verify API key validity before performing other operations.\",\n input: FullenrichVerifyApiKeyInput,\n output: FullenrichVerifyApiKeyOutput,\n});\n"],"mappings":";;AASA,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATuD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DAStE;CACP,QATwD,EAAE,OAAO,EACjE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,EACvG,CAOU;AACV,CAAC"}
1
+ {"version":3,"file":"verify-api-key.mjs","names":[],"sources":["../../src/actions/verify-api-key.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FullenrichVerifyApiKeyInput = z.object({}).describe(\"Empty request: no parameters required to verify the API key.\");\nexport const FullenrichVerifyApiKeyOutput = z.object({\n workspace_id: z.string().describe(\"The identifier of the workspace associated with the valid API key\").nullable(),\n});\n\nexport const fullenrichVerifyApiKey = action(\"FULLENRICH_VERIFY_API_KEY\", {\n slug: \"fullenrich-verify-api-key\",\n name: \"Verify API Key\",\n description: \"Tool to check if your API key is valid and return the associated workspace ID. Use when you need to verify API key validity before performing other operations.\",\n input: FullenrichVerifyApiKeyInput,\n output: FullenrichVerifyApiKeyOutput,\n});\n"],"mappings":";;AASA,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATyC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DASxD;CACP,QAT0C,EAAE,OAAO,EACnD,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,EAClH,CAOU;AACV,CAAC"}
package/dist/catalog.cjs CHANGED
@@ -7,7 +7,13 @@ const fullenrichCatalog = {
7
7
  "category": "Contact Management",
8
8
  "logo": "https://gravatar.com/avatar/0d4b0c4b0c4b0c4b0c4b0c4b0c4b0c4b0",
9
9
  "authKind": "keystroke",
10
- "oauthScopes": []
10
+ "oauthScopes": [],
11
+ "credentialFields": { "api_key": {
12
+ "label": "FullEnrich API Key",
13
+ "secret": true,
14
+ "description": "Your FullEnrich API key, obtainable from your API Dashboard."
15
+ } },
16
+ "credentialScheme": "API_KEY"
11
17
  };
12
18
  //#endregion
13
19
  exports.fullenrichCatalog = fullenrichCatalog;
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const fullenrichCatalog = {\n \"slug\": \"fullenrich\",\n \"name\": \"Fullenrich\",\n \"description\": \"FullEnrich is a B2B email and phone waterfall enrichment platform that aggregates contact information from over 15 premium vendors to find the emails and phone numbers of leads.\",\n \"category\": \"Contact Management\",\n \"logo\": \"https://gravatar.com/avatar/0d4b0c4b0c4b0c4b0c4b0c4b0c4b0c4b0\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,oBAAoB;CAC/B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
1
+ {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const fullenrichCatalog = {\n \"slug\": \"fullenrich\",\n \"name\": \"Fullenrich\",\n \"description\": \"FullEnrich is a B2B email and phone waterfall enrichment platform that aggregates contact information from over 15 premium vendors to find the emails and phone numbers of leads.\",\n \"category\": \"Contact Management\",\n \"logo\": \"https://gravatar.com/avatar/0d4b0c4b0c4b0c4b0c4b0c4b0c4b0c4b0\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"FullEnrich API Key\",\n \"secret\": true,\n \"description\": \"Your FullEnrich API key, obtainable from your API Dashboard.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,oBAAoB;CAC/B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
@@ -8,6 +8,14 @@ declare const fullenrichCatalog: {
8
8
  readonly logo: "https://gravatar.com/avatar/0d4b0c4b0c4b0c4b0c4b0c4b0c4b0c4b0";
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
+ readonly credentialFields: {
12
+ readonly api_key: {
13
+ readonly label: "FullEnrich API Key";
14
+ readonly secret: true;
15
+ readonly description: "Your FullEnrich API key, obtainable from your API Dashboard.";
16
+ };
17
+ };
18
+ readonly credentialScheme: "API_KEY";
11
19
  };
12
20
  //#endregion
13
21
  export { fullenrichCatalog };
@@ -8,6 +8,14 @@ declare const fullenrichCatalog: {
8
8
  readonly logo: "https://gravatar.com/avatar/0d4b0c4b0c4b0c4b0c4b0c4b0c4b0c4b0";
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
+ readonly credentialFields: {
12
+ readonly api_key: {
13
+ readonly label: "FullEnrich API Key";
14
+ readonly secret: true;
15
+ readonly description: "Your FullEnrich API key, obtainable from your API Dashboard.";
16
+ };
17
+ };
18
+ readonly credentialScheme: "API_KEY";
11
19
  };
12
20
  //#endregion
13
21
  export { fullenrichCatalog };
package/dist/catalog.mjs CHANGED
@@ -7,7 +7,13 @@ const fullenrichCatalog = {
7
7
  "category": "Contact Management",
8
8
  "logo": "https://gravatar.com/avatar/0d4b0c4b0c4b0c4b0c4b0c4b0c4b0c4b0",
9
9
  "authKind": "keystroke",
10
- "oauthScopes": []
10
+ "oauthScopes": [],
11
+ "credentialFields": { "api_key": {
12
+ "label": "FullEnrich API Key",
13
+ "secret": true,
14
+ "description": "Your FullEnrich API key, obtainable from your API Dashboard."
15
+ } },
16
+ "credentialScheme": "API_KEY"
11
17
  };
12
18
  //#endregion
13
19
  export { fullenrichCatalog };
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const fullenrichCatalog = {\n \"slug\": \"fullenrich\",\n \"name\": \"Fullenrich\",\n \"description\": \"FullEnrich is a B2B email and phone waterfall enrichment platform that aggregates contact information from over 15 premium vendors to find the emails and phone numbers of leads.\",\n \"category\": \"Contact Management\",\n \"logo\": \"https://gravatar.com/avatar/0d4b0c4b0c4b0c4b0c4b0c4b0c4b0c4b0\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,oBAAoB;CAC/B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
1
+ {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const fullenrichCatalog = {\n \"slug\": \"fullenrich\",\n \"name\": \"Fullenrich\",\n \"description\": \"FullEnrich is a B2B email and phone waterfall enrichment platform that aggregates contact information from over 15 premium vendors to find the emails and phone numbers of leads.\",\n \"category\": \"Contact Management\",\n \"logo\": \"https://gravatar.com/avatar/0d4b0c4b0c4b0c4b0c4b0c4b0c4b0c4b0\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"FullEnrich API Key\",\n \"secret\": true,\n \"description\": \"Your FullEnrich API key, obtainable from your API Dashboard.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,oBAAoB;CAC/B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}