@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
@@ -8,65 +8,65 @@ declare const FullenrichGetReverseEmailResultOutput: z.ZodObject<{
8
8
  id: z.ZodNullable<z.ZodString>;
9
9
  cost: z.ZodNullable<z.ZodObject<{
10
10
  credits: z.ZodNullable<z.ZodNumber>;
11
- }, z.core.$strip>>;
11
+ }, z.core.$loose>>;
12
12
  name: z.ZodNullable<z.ZodString>;
13
13
  datas: z.ZodArray<z.ZodObject<{
14
14
  input: z.ZodNullable<z.ZodObject<{
15
15
  email: z.ZodNullable<z.ZodString>;
16
- }, z.core.$strip>>;
16
+ }, z.core.$loose>>;
17
17
  contact: z.ZodNullable<z.ZodObject<{
18
- domain: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
19
- profile: z.ZodPreprocess<z.ZodOptional<z.ZodObject<{
20
- summary: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
21
- headline: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
22
- lastname: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
23
- location: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
24
- position: z.ZodPreprocess<z.ZodOptional<z.ZodObject<{
25
- title: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
26
- end_at: z.ZodPreprocess<z.ZodOptional<z.ZodObject<{
27
- year: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
28
- month: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
29
- }, z.core.$strip>>>;
30
- company: z.ZodPreprocess<z.ZodOptional<z.ZodObject<{
31
- name: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
32
- type: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
33
- domain: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
34
- website: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
35
- industry: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
36
- headcount: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
37
- description: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
38
- linkedin_id: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
39
- headquarters: z.ZodPreprocess<z.ZodOptional<z.ZodObject<{
40
- city: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
41
- region: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
42
- country: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
43
- postal_code: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
44
- country_code: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
45
- address_line_1: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
46
- address_line_2: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
47
- }, z.core.$strip>>>;
48
- linkedin_url: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
49
- year_founded: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
50
- headcount_range: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
51
- linkedin_handle: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
52
- }, z.core.$strip>>>;
53
- start_at: z.ZodPreprocess<z.ZodOptional<z.ZodObject<{
54
- year: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
55
- month: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
56
- }, z.core.$strip>>>;
57
- description: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
58
- }, z.core.$strip>>>;
59
- firstname: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
60
- linkedin_id: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
61
- linkedin_url: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
62
- linkedin_handle: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
63
- premium_account: z.ZodPreprocess<z.ZodOptional<z.ZodBoolean>>;
64
- sales_navigator_id: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
65
- }, z.core.$strip>>>;
66
- lastname: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
67
- firstname: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
68
- }, z.core.$strip>>;
69
- }, z.core.$strip>>;
18
+ domain: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19
+ profile: z.ZodOptional<z.ZodNullable<z.ZodObject<{
20
+ summary: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
+ headline: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22
+ lastname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23
+ location: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24
+ position: z.ZodOptional<z.ZodNullable<z.ZodObject<{
25
+ title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26
+ end_at: z.ZodOptional<z.ZodNullable<z.ZodObject<{
27
+ year: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
28
+ month: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
29
+ }, z.core.$loose>>>;
30
+ company: z.ZodOptional<z.ZodNullable<z.ZodObject<{
31
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32
+ type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33
+ domain: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34
+ website: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35
+ industry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36
+ headcount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
37
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
38
+ linkedin_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
39
+ headquarters: z.ZodOptional<z.ZodNullable<z.ZodObject<{
40
+ city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
41
+ region: z.ZodOptional<z.ZodNullable<z.ZodString>>;
42
+ country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
43
+ postal_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
44
+ country_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
45
+ address_line_1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
46
+ address_line_2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
47
+ }, z.core.$loose>>>;
48
+ linkedin_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
49
+ year_founded: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
50
+ headcount_range: z.ZodOptional<z.ZodNullable<z.ZodString>>;
51
+ linkedin_handle: z.ZodOptional<z.ZodNullable<z.ZodString>>;
52
+ }, z.core.$loose>>>;
53
+ start_at: z.ZodOptional<z.ZodNullable<z.ZodObject<{
54
+ year: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
55
+ month: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
56
+ }, z.core.$loose>>>;
57
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
58
+ }, z.core.$loose>>>;
59
+ firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
60
+ linkedin_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
61
+ linkedin_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
62
+ linkedin_handle: z.ZodOptional<z.ZodNullable<z.ZodString>>;
63
+ premium_account: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
64
+ sales_navigator_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
65
+ }, z.core.$loose>>>;
66
+ lastname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
67
+ firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
68
+ }, z.core.$loose>>;
69
+ }, z.core.$loose>>;
70
70
  status: z.ZodNullable<z.ZodEnum<{
71
71
  CREATED: "CREATED";
72
72
  IN_PROGRESS: "IN_PROGRESS";
@@ -76,74 +76,10 @@ declare const FullenrichGetReverseEmailResultOutput: z.ZodObject<{
76
76
  RATE_LIMIT: "RATE_LIMIT";
77
77
  UNKNOWN: "UNKNOWN";
78
78
  }>>;
79
- }, z.core.$strip>;
79
+ }, z.core.$loose>;
80
80
  declare const fullenrichGetReverseEmailResult: import("@keystrokehq/action").WorkflowActionDefinition<{
81
81
  reverse_email_id: string;
82
- }, {
83
- id: string | null;
84
- cost: {
85
- credits: number | null;
86
- } | null;
87
- name: string | null;
88
- datas: {
89
- input: {
90
- email: string | null;
91
- } | null;
92
- contact: {
93
- domain?: string | undefined;
94
- profile?: {
95
- summary?: string | undefined;
96
- headline?: string | undefined;
97
- lastname?: string | undefined;
98
- location?: string | undefined;
99
- position?: {
100
- title?: string | undefined;
101
- end_at?: {
102
- year?: number | undefined;
103
- month?: number | undefined;
104
- } | undefined;
105
- company?: {
106
- name?: string | undefined;
107
- type?: string | undefined;
108
- domain?: string | undefined;
109
- website?: string | undefined;
110
- industry?: string | undefined;
111
- headcount?: number | undefined;
112
- description?: string | undefined;
113
- linkedin_id?: number | undefined;
114
- headquarters?: {
115
- city?: string | undefined;
116
- region?: string | undefined;
117
- country?: string | undefined;
118
- postal_code?: string | undefined;
119
- country_code?: string | undefined;
120
- address_line_1?: string | undefined;
121
- address_line_2?: string | undefined;
122
- } | undefined;
123
- linkedin_url?: string | undefined;
124
- year_founded?: number | undefined;
125
- headcount_range?: string | undefined;
126
- linkedin_handle?: string | undefined;
127
- } | undefined;
128
- start_at?: {
129
- year?: number | undefined;
130
- month?: number | undefined;
131
- } | undefined;
132
- description?: string | undefined;
133
- } | undefined;
134
- firstname?: string | undefined;
135
- linkedin_id?: number | undefined;
136
- linkedin_url?: string | undefined;
137
- linkedin_handle?: string | undefined;
138
- premium_account?: boolean | undefined;
139
- sales_navigator_id?: string | undefined;
140
- } | undefined;
141
- lastname?: string | undefined;
142
- firstname?: string | undefined;
143
- } | null;
144
- }[];
145
- status: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | null;
146
- }, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
82
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
147
83
  //#endregion
148
84
  export { fullenrichGetReverseEmailResult };
149
85
  //# sourceMappingURL=get-reverse-email-result.d.cts.map
@@ -8,65 +8,65 @@ declare const FullenrichGetReverseEmailResultOutput: z.ZodObject<{
8
8
  id: z.ZodNullable<z.ZodString>;
9
9
  cost: z.ZodNullable<z.ZodObject<{
10
10
  credits: z.ZodNullable<z.ZodNumber>;
11
- }, z.core.$strip>>;
11
+ }, z.core.$loose>>;
12
12
  name: z.ZodNullable<z.ZodString>;
13
13
  datas: z.ZodArray<z.ZodObject<{
14
14
  input: z.ZodNullable<z.ZodObject<{
15
15
  email: z.ZodNullable<z.ZodString>;
16
- }, z.core.$strip>>;
16
+ }, z.core.$loose>>;
17
17
  contact: z.ZodNullable<z.ZodObject<{
18
- domain: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
19
- profile: z.ZodPreprocess<z.ZodOptional<z.ZodObject<{
20
- summary: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
21
- headline: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
22
- lastname: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
23
- location: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
24
- position: z.ZodPreprocess<z.ZodOptional<z.ZodObject<{
25
- title: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
26
- end_at: z.ZodPreprocess<z.ZodOptional<z.ZodObject<{
27
- year: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
28
- month: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
29
- }, z.core.$strip>>>;
30
- company: z.ZodPreprocess<z.ZodOptional<z.ZodObject<{
31
- name: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
32
- type: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
33
- domain: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
34
- website: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
35
- industry: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
36
- headcount: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
37
- description: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
38
- linkedin_id: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
39
- headquarters: z.ZodPreprocess<z.ZodOptional<z.ZodObject<{
40
- city: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
41
- region: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
42
- country: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
43
- postal_code: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
44
- country_code: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
45
- address_line_1: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
46
- address_line_2: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
47
- }, z.core.$strip>>>;
48
- linkedin_url: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
49
- year_founded: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
50
- headcount_range: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
51
- linkedin_handle: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
52
- }, z.core.$strip>>>;
53
- start_at: z.ZodPreprocess<z.ZodOptional<z.ZodObject<{
54
- year: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
55
- month: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
56
- }, z.core.$strip>>>;
57
- description: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
58
- }, z.core.$strip>>>;
59
- firstname: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
60
- linkedin_id: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
61
- linkedin_url: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
62
- linkedin_handle: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
63
- premium_account: z.ZodPreprocess<z.ZodOptional<z.ZodBoolean>>;
64
- sales_navigator_id: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
65
- }, z.core.$strip>>>;
66
- lastname: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
67
- firstname: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
68
- }, z.core.$strip>>;
69
- }, z.core.$strip>>;
18
+ domain: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19
+ profile: z.ZodOptional<z.ZodNullable<z.ZodObject<{
20
+ summary: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
+ headline: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22
+ lastname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23
+ location: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24
+ position: z.ZodOptional<z.ZodNullable<z.ZodObject<{
25
+ title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26
+ end_at: z.ZodOptional<z.ZodNullable<z.ZodObject<{
27
+ year: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
28
+ month: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
29
+ }, z.core.$loose>>>;
30
+ company: z.ZodOptional<z.ZodNullable<z.ZodObject<{
31
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32
+ type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33
+ domain: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34
+ website: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35
+ industry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36
+ headcount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
37
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
38
+ linkedin_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
39
+ headquarters: z.ZodOptional<z.ZodNullable<z.ZodObject<{
40
+ city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
41
+ region: z.ZodOptional<z.ZodNullable<z.ZodString>>;
42
+ country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
43
+ postal_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
44
+ country_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
45
+ address_line_1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
46
+ address_line_2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
47
+ }, z.core.$loose>>>;
48
+ linkedin_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
49
+ year_founded: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
50
+ headcount_range: z.ZodOptional<z.ZodNullable<z.ZodString>>;
51
+ linkedin_handle: z.ZodOptional<z.ZodNullable<z.ZodString>>;
52
+ }, z.core.$loose>>>;
53
+ start_at: z.ZodOptional<z.ZodNullable<z.ZodObject<{
54
+ year: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
55
+ month: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
56
+ }, z.core.$loose>>>;
57
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
58
+ }, z.core.$loose>>>;
59
+ firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
60
+ linkedin_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
61
+ linkedin_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
62
+ linkedin_handle: z.ZodOptional<z.ZodNullable<z.ZodString>>;
63
+ premium_account: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
64
+ sales_navigator_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
65
+ }, z.core.$loose>>>;
66
+ lastname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
67
+ firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
68
+ }, z.core.$loose>>;
69
+ }, z.core.$loose>>;
70
70
  status: z.ZodNullable<z.ZodEnum<{
71
71
  CREATED: "CREATED";
72
72
  IN_PROGRESS: "IN_PROGRESS";
@@ -76,74 +76,10 @@ declare const FullenrichGetReverseEmailResultOutput: z.ZodObject<{
76
76
  RATE_LIMIT: "RATE_LIMIT";
77
77
  UNKNOWN: "UNKNOWN";
78
78
  }>>;
79
- }, z.core.$strip>;
79
+ }, z.core.$loose>;
80
80
  declare const fullenrichGetReverseEmailResult: import("@keystrokehq/action").WorkflowActionDefinition<{
81
81
  reverse_email_id: string;
82
- }, {
83
- id: string | null;
84
- cost: {
85
- credits: number | null;
86
- } | null;
87
- name: string | null;
88
- datas: {
89
- input: {
90
- email: string | null;
91
- } | null;
92
- contact: {
93
- domain?: string | undefined;
94
- profile?: {
95
- summary?: string | undefined;
96
- headline?: string | undefined;
97
- lastname?: string | undefined;
98
- location?: string | undefined;
99
- position?: {
100
- title?: string | undefined;
101
- end_at?: {
102
- year?: number | undefined;
103
- month?: number | undefined;
104
- } | undefined;
105
- company?: {
106
- name?: string | undefined;
107
- type?: string | undefined;
108
- domain?: string | undefined;
109
- website?: string | undefined;
110
- industry?: string | undefined;
111
- headcount?: number | undefined;
112
- description?: string | undefined;
113
- linkedin_id?: number | undefined;
114
- headquarters?: {
115
- city?: string | undefined;
116
- region?: string | undefined;
117
- country?: string | undefined;
118
- postal_code?: string | undefined;
119
- country_code?: string | undefined;
120
- address_line_1?: string | undefined;
121
- address_line_2?: string | undefined;
122
- } | undefined;
123
- linkedin_url?: string | undefined;
124
- year_founded?: number | undefined;
125
- headcount_range?: string | undefined;
126
- linkedin_handle?: string | undefined;
127
- } | undefined;
128
- start_at?: {
129
- year?: number | undefined;
130
- month?: number | undefined;
131
- } | undefined;
132
- description?: string | undefined;
133
- } | undefined;
134
- firstname?: string | undefined;
135
- linkedin_id?: number | undefined;
136
- linkedin_url?: string | undefined;
137
- linkedin_handle?: string | undefined;
138
- premium_account?: boolean | undefined;
139
- sales_navigator_id?: string | undefined;
140
- } | undefined;
141
- lastname?: string | undefined;
142
- firstname?: string | undefined;
143
- } | null;
144
- }[];
145
- status: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | null;
146
- }, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
82
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
147
83
  //#endregion
148
84
  export { fullenrichGetReverseEmailResult };
149
85
  //# sourceMappingURL=get-reverse-email-result.d.mts.map
@@ -2,66 +2,66 @@ import { action } from "../action.mjs";
2
2
  import { z } from "zod";
3
3
  //#region src/actions/get-reverse-email-result.ts
4
4
  const FullenrichGetReverseEmailResultInput = z.object({ reverse_email_id: z.string().describe("The unique identifier (UUID) for the reverse email lookup operation") }).describe("Request parameters for retrieving reverse email lookup results.");
5
- const FullenrichGetReverseEmailResult_CostInfoSchema = z.object({ credits: z.number().int().describe("Number of credits consumed by the operation").nullable() });
6
- const FullenrichGetReverseEmailResult_InputInfoSchema = z.object({ email: z.string().describe("The email address that was looked up").nullable() });
5
+ const FullenrichGetReverseEmailResult_CostInfoSchema = z.object({ credits: z.number().int().describe("Number of credits consumed by the operation").nullable() }).passthrough();
6
+ const FullenrichGetReverseEmailResult_InputInfoSchema = z.object({ email: z.string().describe("The email address that was looked up").nullable() }).passthrough();
7
7
  const FullenrichGetReverseEmailResult_DateInfoSchema = z.object({
8
- year: z.preprocess((value) => value === null ? void 0 : value, z.number().int().describe("Year").optional()),
9
- month: z.preprocess((value) => value === null ? void 0 : value, z.number().int().describe("Month (1-12)").optional())
10
- });
8
+ year: z.number().int().describe("Year").nullable().optional(),
9
+ month: z.number().int().describe("Month (1-12)").nullable().optional()
10
+ }).passthrough();
11
11
  const FullenrichGetReverseEmailResult_CompanyHeadquartersSchema = z.object({
12
- city: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("City name").optional()),
13
- region: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Geographic region").optional()),
14
- country: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Country name").optional()),
15
- postal_code: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Postal/ZIP code").optional()),
16
- country_code: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("ISO country code").optional()),
17
- address_line_1: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Primary address").optional()),
18
- address_line_2: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Secondary address").optional())
19
- });
12
+ city: z.string().describe("City name").nullable().optional(),
13
+ region: z.string().describe("Geographic region").nullable().optional(),
14
+ country: z.string().describe("Country name").nullable().optional(),
15
+ postal_code: z.string().describe("Postal/ZIP code").nullable().optional(),
16
+ country_code: z.string().describe("ISO country code").nullable().optional(),
17
+ address_line_1: z.string().describe("Primary address").nullable().optional(),
18
+ address_line_2: z.string().describe("Secondary address").nullable().optional()
19
+ }).passthrough();
20
20
  const FullenrichGetReverseEmailResult_CompanyInfoSchema = z.object({
21
- name: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Company name").optional()),
22
- type: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Company type").optional()),
23
- domain: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Company domain").optional()),
24
- website: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Company website").optional()),
25
- industry: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Industry classification").optional()),
26
- headcount: z.preprocess((value) => value === null ? void 0 : value, z.number().int().describe("Employee count").optional()),
27
- description: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Company description").optional()),
28
- linkedin_id: z.preprocess((value) => value === null ? void 0 : value, z.number().int().describe("Company LinkedIn ID").optional()),
29
- headquarters: z.preprocess((value) => value === null ? void 0 : value, FullenrichGetReverseEmailResult_CompanyHeadquartersSchema.optional()),
30
- linkedin_url: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Company LinkedIn URL").optional()),
31
- year_founded: z.preprocess((value) => value === null ? void 0 : value, z.number().int().describe("Year company was founded").optional()),
32
- headcount_range: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Employee count range").optional()),
33
- linkedin_handle: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Company LinkedIn handle").optional())
34
- });
21
+ name: z.string().describe("Company name").nullable().optional(),
22
+ type: z.string().describe("Company type").nullable().optional(),
23
+ domain: z.string().describe("Company domain").nullable().optional(),
24
+ website: z.string().describe("Company website").nullable().optional(),
25
+ industry: z.string().describe("Industry classification").nullable().optional(),
26
+ headcount: z.number().int().describe("Employee count").nullable().optional(),
27
+ description: z.string().describe("Company description").nullable().optional(),
28
+ linkedin_id: z.number().int().describe("Company LinkedIn ID").nullable().optional(),
29
+ headquarters: FullenrichGetReverseEmailResult_CompanyHeadquartersSchema.nullable().optional(),
30
+ linkedin_url: z.string().describe("Company LinkedIn URL").nullable().optional(),
31
+ year_founded: z.number().int().describe("Year company was founded").nullable().optional(),
32
+ headcount_range: z.string().describe("Employee count range").nullable().optional(),
33
+ linkedin_handle: z.string().describe("Company LinkedIn handle").nullable().optional()
34
+ }).passthrough();
35
35
  const FullenrichGetReverseEmailResult_PositionInfoSchema = z.object({
36
- title: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Job title").optional()),
37
- end_at: z.preprocess((value) => value === null ? void 0 : value, FullenrichGetReverseEmailResult_DateInfoSchema.optional()),
38
- company: z.preprocess((value) => value === null ? void 0 : value, FullenrichGetReverseEmailResult_CompanyInfoSchema.optional()),
39
- start_at: z.preprocess((value) => value === null ? void 0 : value, FullenrichGetReverseEmailResult_DateInfoSchema.optional()),
40
- description: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Role description").optional())
41
- });
36
+ title: z.string().describe("Job title").nullable().optional(),
37
+ end_at: FullenrichGetReverseEmailResult_DateInfoSchema.nullable().optional(),
38
+ company: FullenrichGetReverseEmailResult_CompanyInfoSchema.nullable().optional(),
39
+ start_at: FullenrichGetReverseEmailResult_DateInfoSchema.nullable().optional(),
40
+ description: z.string().describe("Role description").nullable().optional()
41
+ }).passthrough();
42
42
  const FullenrichGetReverseEmailResult_ProfileInfoSchema = z.object({
43
- summary: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Profile summary/bio").optional()),
44
- headline: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Professional headline").optional()),
45
- lastname: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Last name from LinkedIn").optional()),
46
- location: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Geographic location").optional()),
47
- position: z.preprocess((value) => value === null ? void 0 : value, FullenrichGetReverseEmailResult_PositionInfoSchema.optional()),
48
- firstname: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("First name from LinkedIn").optional()),
49
- linkedin_id: z.preprocess((value) => value === null ? void 0 : value, z.number().int().describe("LinkedIn profile ID").optional()),
50
- linkedin_url: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Full LinkedIn profile URL").optional()),
51
- linkedin_handle: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("LinkedIn username/handle").optional()),
52
- premium_account: z.preprocess((value) => value === null ? void 0 : value, z.boolean().describe("Whether user has LinkedIn Premium").optional()),
53
- sales_navigator_id: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Sales Navigator ID").optional())
54
- });
43
+ summary: z.string().describe("Profile summary/bio").nullable().optional(),
44
+ headline: z.string().describe("Professional headline").nullable().optional(),
45
+ lastname: z.string().describe("Last name from LinkedIn").nullable().optional(),
46
+ location: z.string().describe("Geographic location").nullable().optional(),
47
+ position: FullenrichGetReverseEmailResult_PositionInfoSchema.nullable().optional(),
48
+ firstname: z.string().describe("First name from LinkedIn").nullable().optional(),
49
+ linkedin_id: z.number().int().describe("LinkedIn profile ID").nullable().optional(),
50
+ linkedin_url: z.string().describe("Full LinkedIn profile URL").nullable().optional(),
51
+ linkedin_handle: z.string().describe("LinkedIn username/handle").nullable().optional(),
52
+ premium_account: z.boolean().describe("Whether user has LinkedIn Premium").nullable().optional(),
53
+ sales_navigator_id: z.string().describe("Sales Navigator ID").nullable().optional()
54
+ }).passthrough();
55
55
  const FullenrichGetReverseEmailResult_ContactInfoSchema = z.object({
56
- domain: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Email domain").optional()),
57
- profile: z.preprocess((value) => value === null ? void 0 : value, FullenrichGetReverseEmailResult_ProfileInfoSchema.optional()),
58
- lastname: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Contact's last name").optional()),
59
- firstname: z.preprocess((value) => value === null ? void 0 : value, z.string().describe("Contact's first name").optional())
60
- });
56
+ domain: z.string().describe("Email domain").nullable().optional(),
57
+ profile: FullenrichGetReverseEmailResult_ProfileInfoSchema.nullable().optional(),
58
+ lastname: z.string().describe("Contact's last name").nullable().optional(),
59
+ firstname: z.string().describe("Contact's first name").nullable().optional()
60
+ }).passthrough();
61
61
  const FullenrichGetReverseEmailResult_ReverseEmailDataSchema = z.object({
62
62
  input: FullenrichGetReverseEmailResult_InputInfoSchema.nullable(),
63
63
  contact: FullenrichGetReverseEmailResult_ContactInfoSchema.nullable()
64
- });
64
+ }).passthrough();
65
65
  const fullenrichGetReverseEmailResult = action("FULLENRICH_GET_REVERSE_EMAIL_RESULT", {
66
66
  slug: "fullenrich-get-reverse-email-result",
67
67
  name: "Get Reverse Email Result",
@@ -81,7 +81,7 @@ const fullenrichGetReverseEmailResult = action("FULLENRICH_GET_REVERSE_EMAIL_RES
81
81
  "RATE_LIMIT",
82
82
  "UNKNOWN"
83
83
  ]).describe("Operation status").nullable()
84
- })
84
+ }).passthrough()
85
85
  });
86
86
  //#endregion
87
87
  export { fullenrichGetReverseEmailResult };
@@ -1 +1 @@
1
- {"version":3,"file":"get-reverse-email-result.mjs","names":[],"sources":["../../src/actions/get-reverse-email-result.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FullenrichGetReverseEmailResultInput = z.object({\n reverse_email_id: z.string().describe(\"The unique identifier (UUID) for the reverse email lookup operation\"),\n}).describe(\"Request parameters for retrieving reverse email lookup results.\");\nconst FullenrichGetReverseEmailResult_CostInfoSchema = z.object({\n credits: z.number().int().describe(\"Number of credits consumed by the operation\").nullable(),\n});\nconst FullenrichGetReverseEmailResult_InputInfoSchema = z.object({\n email: z.string().describe(\"The email address that was looked up\").nullable(),\n});\nconst FullenrichGetReverseEmailResult_DateInfoSchema = z.object({\n year: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Year\").optional()),\n month: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Month (1-12)\").optional()),\n});\nconst FullenrichGetReverseEmailResult_CompanyHeadquartersSchema = z.object({\n city: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"City name\").optional()),\n region: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Geographic region\").optional()),\n country: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Country name\").optional()),\n postal_code: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Postal/ZIP code\").optional()),\n country_code: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"ISO country code\").optional()),\n address_line_1: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Primary address\").optional()),\n address_line_2: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Secondary address\").optional()),\n});\nconst FullenrichGetReverseEmailResult_CompanyInfoSchema = z.object({\n name: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Company name\").optional()),\n type: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Company type\").optional()),\n domain: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Company domain\").optional()),\n website: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Company website\").optional()),\n industry: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Industry classification\").optional()),\n headcount: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Employee count\").optional()),\n description: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Company description\").optional()),\n linkedin_id: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Company LinkedIn ID\").optional()),\n headquarters: z.preprocess((value) => (value === null ? undefined : value), FullenrichGetReverseEmailResult_CompanyHeadquartersSchema.optional()),\n linkedin_url: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Company LinkedIn URL\").optional()),\n year_founded: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Year company was founded\").optional()),\n headcount_range: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Employee count range\").optional()),\n linkedin_handle: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Company LinkedIn handle\").optional()),\n});\nconst FullenrichGetReverseEmailResult_PositionInfoSchema = z.object({\n title: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Job title\").optional()),\n end_at: z.preprocess((value) => (value === null ? undefined : value), FullenrichGetReverseEmailResult_DateInfoSchema.optional()),\n company: z.preprocess((value) => (value === null ? undefined : value), FullenrichGetReverseEmailResult_CompanyInfoSchema.optional()),\n start_at: z.preprocess((value) => (value === null ? undefined : value), FullenrichGetReverseEmailResult_DateInfoSchema.optional()),\n description: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Role description\").optional()),\n});\nconst FullenrichGetReverseEmailResult_ProfileInfoSchema = z.object({\n summary: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Profile summary/bio\").optional()),\n headline: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Professional headline\").optional()),\n lastname: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Last name from LinkedIn\").optional()),\n location: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Geographic location\").optional()),\n position: z.preprocess((value) => (value === null ? undefined : value), FullenrichGetReverseEmailResult_PositionInfoSchema.optional()),\n firstname: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"First name from LinkedIn\").optional()),\n linkedin_id: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"LinkedIn profile ID\").optional()),\n linkedin_url: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Full LinkedIn profile URL\").optional()),\n linkedin_handle: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"LinkedIn username/handle\").optional()),\n premium_account: z.preprocess((value) => (value === null ? undefined : value), z.boolean().describe(\"Whether user has LinkedIn Premium\").optional()),\n sales_navigator_id: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Sales Navigator ID\").optional()),\n});\nconst FullenrichGetReverseEmailResult_ContactInfoSchema = z.object({\n domain: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Email domain\").optional()),\n profile: z.preprocess((value) => (value === null ? undefined : value), FullenrichGetReverseEmailResult_ProfileInfoSchema.optional()),\n lastname: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Contact's last name\").optional()),\n firstname: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Contact's first name\").optional()),\n});\nconst FullenrichGetReverseEmailResult_ReverseEmailDataSchema = z.object({\n input: FullenrichGetReverseEmailResult_InputInfoSchema.nullable(),\n contact: FullenrichGetReverseEmailResult_ContactInfoSchema.nullable(),\n});\nexport const FullenrichGetReverseEmailResultOutput = z.object({\n id: z.string().describe(\"Unique identifier for the bulk operation\").nullable(),\n cost: FullenrichGetReverseEmailResult_CostInfoSchema.nullable(),\n name: z.string().describe(\"Name/label for the operation\").nullable(),\n datas: z.array(FullenrichGetReverseEmailResult_ReverseEmailDataSchema).describe(\"Array of result objects containing enrichment data\"),\n status: z.enum([\"CREATED\", \"IN_PROGRESS\", \"CANCELED\", \"CREDITS_INSUFFICIENT\", \"FINISHED\", \"RATE_LIMIT\", \"UNKNOWN\"]).describe(\"Operation status\").nullable(),\n});\n\nexport const fullenrichGetReverseEmailResult = action(\"FULLENRICH_GET_REVERSE_EMAIL_RESULT\", {\n slug: \"fullenrich-get-reverse-email-result\",\n name: \"Get Reverse Email Result\",\n description: \"Tool to retrieve results from a reverse email lookup operation using reverse email ID. Use after submitting a reverse email lookup to check its status and get contact data.\",\n input: FullenrichGetReverseEmailResultInput,\n output: FullenrichGetReverseEmailResultOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"get-reverse-email-result.mjs","names":[],"sources":["../../src/actions/get-reverse-email-result.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FullenrichGetReverseEmailResultInput = z.object({\n reverse_email_id: z.string().describe(\"The unique identifier (UUID) for the reverse email lookup operation\"),\n}).describe(\"Request parameters for retrieving reverse email lookup results.\");\nconst FullenrichGetReverseEmailResult_CostInfoSchema = z.object({\n credits: z.number().int().describe(\"Number of credits consumed by the operation\").nullable(),\n}).passthrough();\nconst FullenrichGetReverseEmailResult_InputInfoSchema = z.object({\n email: z.string().describe(\"The email address that was looked up\").nullable(),\n}).passthrough();\nconst FullenrichGetReverseEmailResult_DateInfoSchema = z.object({\n year: z.number().int().describe(\"Year\").nullable().optional(),\n month: z.number().int().describe(\"Month (1-12)\").nullable().optional(),\n}).passthrough();\nconst FullenrichGetReverseEmailResult_CompanyHeadquartersSchema = z.object({\n city: z.string().describe(\"City name\").nullable().optional(),\n region: z.string().describe(\"Geographic region\").nullable().optional(),\n country: z.string().describe(\"Country name\").nullable().optional(),\n postal_code: z.string().describe(\"Postal/ZIP code\").nullable().optional(),\n country_code: z.string().describe(\"ISO country code\").nullable().optional(),\n address_line_1: z.string().describe(\"Primary address\").nullable().optional(),\n address_line_2: z.string().describe(\"Secondary address\").nullable().optional(),\n}).passthrough();\nconst FullenrichGetReverseEmailResult_CompanyInfoSchema = z.object({\n name: z.string().describe(\"Company name\").nullable().optional(),\n type: z.string().describe(\"Company type\").nullable().optional(),\n domain: z.string().describe(\"Company domain\").nullable().optional(),\n website: z.string().describe(\"Company website\").nullable().optional(),\n industry: z.string().describe(\"Industry classification\").nullable().optional(),\n headcount: z.number().int().describe(\"Employee count\").nullable().optional(),\n description: z.string().describe(\"Company description\").nullable().optional(),\n linkedin_id: z.number().int().describe(\"Company LinkedIn ID\").nullable().optional(),\n headquarters: FullenrichGetReverseEmailResult_CompanyHeadquartersSchema.nullable().optional(),\n linkedin_url: z.string().describe(\"Company LinkedIn URL\").nullable().optional(),\n year_founded: z.number().int().describe(\"Year company was founded\").nullable().optional(),\n headcount_range: z.string().describe(\"Employee count range\").nullable().optional(),\n linkedin_handle: z.string().describe(\"Company LinkedIn handle\").nullable().optional(),\n}).passthrough();\nconst FullenrichGetReverseEmailResult_PositionInfoSchema = z.object({\n title: z.string().describe(\"Job title\").nullable().optional(),\n end_at: FullenrichGetReverseEmailResult_DateInfoSchema.nullable().optional(),\n company: FullenrichGetReverseEmailResult_CompanyInfoSchema.nullable().optional(),\n start_at: FullenrichGetReverseEmailResult_DateInfoSchema.nullable().optional(),\n description: z.string().describe(\"Role description\").nullable().optional(),\n}).passthrough();\nconst FullenrichGetReverseEmailResult_ProfileInfoSchema = z.object({\n summary: z.string().describe(\"Profile summary/bio\").nullable().optional(),\n headline: z.string().describe(\"Professional headline\").nullable().optional(),\n lastname: z.string().describe(\"Last name from LinkedIn\").nullable().optional(),\n location: z.string().describe(\"Geographic location\").nullable().optional(),\n position: FullenrichGetReverseEmailResult_PositionInfoSchema.nullable().optional(),\n firstname: z.string().describe(\"First name from LinkedIn\").nullable().optional(),\n linkedin_id: z.number().int().describe(\"LinkedIn profile ID\").nullable().optional(),\n linkedin_url: z.string().describe(\"Full LinkedIn profile URL\").nullable().optional(),\n linkedin_handle: z.string().describe(\"LinkedIn username/handle\").nullable().optional(),\n premium_account: z.boolean().describe(\"Whether user has LinkedIn Premium\").nullable().optional(),\n sales_navigator_id: z.string().describe(\"Sales Navigator ID\").nullable().optional(),\n}).passthrough();\nconst FullenrichGetReverseEmailResult_ContactInfoSchema = z.object({\n domain: z.string().describe(\"Email domain\").nullable().optional(),\n profile: FullenrichGetReverseEmailResult_ProfileInfoSchema.nullable().optional(),\n lastname: z.string().describe(\"Contact's last name\").nullable().optional(),\n firstname: z.string().describe(\"Contact's first name\").nullable().optional(),\n}).passthrough();\nconst FullenrichGetReverseEmailResult_ReverseEmailDataSchema = z.object({\n input: FullenrichGetReverseEmailResult_InputInfoSchema.nullable(),\n contact: FullenrichGetReverseEmailResult_ContactInfoSchema.nullable(),\n}).passthrough();\nexport const FullenrichGetReverseEmailResultOutput = z.object({\n id: z.string().describe(\"Unique identifier for the bulk operation\").nullable(),\n cost: FullenrichGetReverseEmailResult_CostInfoSchema.nullable(),\n name: z.string().describe(\"Name/label for the operation\").nullable(),\n datas: z.array(FullenrichGetReverseEmailResult_ReverseEmailDataSchema).describe(\"Array of result objects containing enrichment data\"),\n status: z.enum([\"CREATED\", \"IN_PROGRESS\", \"CANCELED\", \"CREDITS_INSUFFICIENT\", \"FINISHED\", \"RATE_LIMIT\", \"UNKNOWN\"]).describe(\"Operation status\").nullable(),\n}).passthrough();\n\nexport const fullenrichGetReverseEmailResult = action(\"FULLENRICH_GET_REVERSE_EMAIL_RESULT\", {\n slug: \"fullenrich-get-reverse-email-result\",\n name: \"Get Reverse Email Result\",\n description: \"Tool to retrieve results from a reverse email lookup operation using reverse email ID. Use after submitting a reverse email lookup to check its status and get contact data.\",\n input: FullenrichGetReverseEmailResultInput,\n output: FullenrichGetReverseEmailResultOutput,\n});\n"],"mappings":"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"}
@@ -2,11 +2,11 @@ const require_action = require("../action.cjs");
2
2
  let zod = require("zod");
3
3
  //#region src/actions/reverse-email-lookup.ts
4
4
  const FullenrichReverseEmailLookupInput = zod.z.object({
5
- data: zod.z.array(zod.z.object({ email: zod.z.string().describe("Email address for reverse lookup (work or personal)") })).describe("Collection of email objects to process; each email lookup consumes 1 credit"),
5
+ data: zod.z.array(zod.z.object({ email: zod.z.string().describe("Email address for reverse lookup (work or personal)") }).passthrough()).describe("Collection of email objects to process; each email lookup consumes 1 credit"),
6
6
  name: zod.z.string().describe("Operation identifier for the enrichment task"),
7
7
  webhook_url: zod.z.string().describe("Webhook URL to be triggered when enrichment is complete. Useful for n8n integrations and async processing").optional()
8
8
  });
9
- const FullenrichReverseEmailLookupOutput = zod.z.object({ enrichment_id: zod.z.string().describe("Unique identifier in UUID format for the bulk operation. Use this ID to retrieve enrichment results via the 'Get Reverse Email Result' endpoint").nullable() });
9
+ const FullenrichReverseEmailLookupOutput = zod.z.object({ enrichment_id: zod.z.string().describe("Unique identifier in UUID format for the bulk operation. Use this ID to retrieve enrichment results via the 'Get Reverse Email Result' endpoint").nullable() }).passthrough();
10
10
  const fullenrichReverseEmailLookup = require_action.action("FULLENRICH_REVERSE_EMAIL_LOOKUP", {
11
11
  slug: "fullenrich-reverse-email-lookup",
12
12
  name: "Reverse Email Lookup",
@@ -1 +1 @@
1
- {"version":3,"file":"reverse-email-lookup.cjs","names":["z","action"],"sources":["../../src/actions/reverse-email-lookup.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FullenrichReverseEmailLookupInput = z.object({\n data: z.array(z.object({\n email: z.string().describe(\"Email address for reverse lookup (work or personal)\"),\n})).describe(\"Collection of email objects to process; each email lookup consumes 1 credit\"),\n name: z.string().describe(\"Operation identifier for the enrichment task\"),\n webhook_url: z.string().describe(\"Webhook URL to be triggered when enrichment is complete. Useful for n8n integrations and async processing\").optional(),\n});\nexport const FullenrichReverseEmailLookupOutput = z.object({\n enrichment_id: z.string().describe(\"Unique identifier in UUID format for the bulk operation. Use this ID to retrieve enrichment results via the 'Get Reverse Email Result' endpoint\").nullable(),\n});\n\nexport const fullenrichReverseEmailLookup = action(\"FULLENRICH_REVERSE_EMAIL_LOOKUP\", {\n slug: \"fullenrich-reverse-email-lookup\",\n name: \"Reverse Email Lookup\",\n description: \"Tool to perform bulk reverse email lookup to retrieve full person and company profile from work or personal email addresses. Use when you have email addresses and need to enrich them with complete contact information. Results are processed asynchronously; use the returned enrichment_id to retrieve actual data.\",\n input: FullenrichReverseEmailLookupInput,\n output: FullenrichReverseEmailLookupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAoCA,IAAAA,EAAE,OAAO;CACxD,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,EACvB,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,EAClF,CAAC,CAAC,CAAC,CAAC,SAAS,6EAA6E;CACxF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACxE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2GAA2G,CAAC,CAAC,SAAS;AACzJ,CAAC;AACD,MAAa,qCAAqCA,IAAAA,EAAE,OAAO,EACzD,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iJAAiJ,CAAC,CAAC,SAAS,EACjM,CAAC;AAED,MAAa,+BAA+BC,eAAAA,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"reverse-email-lookup.cjs","names":["z","action"],"sources":["../../src/actions/reverse-email-lookup.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FullenrichReverseEmailLookupInput = z.object({\n data: z.array(z.object({\n email: z.string().describe(\"Email address for reverse lookup (work or personal)\"),\n}).passthrough()).describe(\"Collection of email objects to process; each email lookup consumes 1 credit\"),\n name: z.string().describe(\"Operation identifier for the enrichment task\"),\n webhook_url: z.string().describe(\"Webhook URL to be triggered when enrichment is complete. Useful for n8n integrations and async processing\").optional(),\n});\nexport const FullenrichReverseEmailLookupOutput = z.object({\n enrichment_id: z.string().describe(\"Unique identifier in UUID format for the bulk operation. Use this ID to retrieve enrichment results via the 'Get Reverse Email Result' endpoint\").nullable(),\n}).passthrough();\n\nexport const fullenrichReverseEmailLookup = action(\"FULLENRICH_REVERSE_EMAIL_LOOKUP\", {\n slug: \"fullenrich-reverse-email-lookup\",\n name: \"Reverse Email Lookup\",\n description: \"Tool to perform bulk reverse email lookup to retrieve full person and company profile from work or personal email addresses. Use when you have email addresses and need to enrich them with complete contact information. Results are processed asynchronously; use the returned enrichment_id to retrieve actual data.\",\n input: FullenrichReverseEmailLookupInput,\n output: FullenrichReverseEmailLookupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAoCA,IAAAA,EAAE,OAAO;CACxD,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,EACvB,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,EAClF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,6EAA6E;CACtG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACxE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2GAA2G,CAAC,CAAC,SAAS;AACzJ,CAAC;AACD,MAAa,qCAAqCA,IAAAA,EAAE,OAAO,EACzD,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iJAAiJ,CAAC,CAAC,SAAS,EACjM,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,+BAA+BC,eAAAA,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}