@keystrokehq/fullenrich 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) 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 +27 -3
  5. package/dist/actions/create-contact-data-list.d.cts.map +1 -1
  6. package/dist/actions/create-contact-data-list.d.mts +27 -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 +7 -3
  12. package/dist/actions/get-current-credit-balance.d.cts.map +1 -1
  13. package/dist/actions/get-current-credit-balance.d.mts +7 -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 +62 -62
  18. package/dist/actions/get-enrichment-result.cjs.map +1 -1
  19. package/dist/actions/get-enrichment-result.d.cts +181 -3
  20. package/dist/actions/get-enrichment-result.d.cts.map +1 -1
  21. package/dist/actions/get-enrichment-result.d.mts +181 -3
  22. package/dist/actions/get-enrichment-result.d.mts.map +1 -1
  23. package/dist/actions/get-enrichment-result.mjs +62 -62
  24. package/dist/actions/get-enrichment-result.mjs.map +1 -1
  25. package/dist/actions/get-reverse-email-result.cjs +47 -47
  26. package/dist/actions/get-reverse-email-result.cjs.map +1 -1
  27. package/dist/actions/get-reverse-email-result.d.cts +143 -3
  28. package/dist/actions/get-reverse-email-result.d.cts.map +1 -1
  29. package/dist/actions/get-reverse-email-result.d.mts +143 -3
  30. package/dist/actions/get-reverse-email-result.d.mts.map +1 -1
  31. package/dist/actions/get-reverse-email-result.mjs +47 -47
  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 +19 -3
  36. package/dist/actions/reverse-email-lookup.d.cts.map +1 -1
  37. package/dist/actions/reverse-email-lookup.d.mts +19 -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 +16 -16
  42. package/dist/actions/search-company.cjs.map +1 -1
  43. package/dist/actions/search-company.d.cts +69 -3
  44. package/dist/actions/search-company.d.cts.map +1 -1
  45. package/dist/actions/search-company.d.mts +69 -3
  46. package/dist/actions/search-company.d.mts.map +1 -1
  47. package/dist/actions/search-company.mjs +16 -16
  48. package/dist/actions/search-company.mjs.map +1 -1
  49. package/dist/actions/search-people.cjs +50 -50
  50. package/dist/actions/search-people.cjs.map +1 -1
  51. package/dist/actions/search-people.d.cts +277 -3
  52. package/dist/actions/search-people.d.cts.map +1 -1
  53. package/dist/actions/search-people.d.mts +277 -3
  54. package/dist/actions/search-people.d.mts.map +1 -1
  55. package/dist/actions/search-people.mjs +50 -50
  56. package/dist/actions/search-people.mjs.map +1 -1
  57. package/dist/actions/start-bulk-enrichment.cjs +1 -1
  58. package/dist/actions/start-bulk-enrichment.cjs.map +1 -1
  59. package/dist/actions/start-bulk-enrichment.d.cts +35 -3
  60. package/dist/actions/start-bulk-enrichment.d.cts.map +1 -1
  61. package/dist/actions/start-bulk-enrichment.d.mts +35 -3
  62. package/dist/actions/start-bulk-enrichment.d.mts.map +1 -1
  63. package/dist/actions/start-bulk-enrichment.mjs +1 -1
  64. package/dist/actions/start-bulk-enrichment.mjs.map +1 -1
  65. package/dist/actions/verify-api-key.cjs +1 -1
  66. package/dist/actions/verify-api-key.cjs.map +1 -1
  67. package/dist/actions/verify-api-key.d.cts +7 -3
  68. package/dist/actions/verify-api-key.d.cts.map +1 -1
  69. package/dist/actions/verify-api-key.d.mts +7 -3
  70. package/dist/actions/verify-api-key.d.mts.map +1 -1
  71. package/dist/actions/verify-api-key.mjs +1 -1
  72. package/dist/actions/verify-api-key.mjs.map +1 -1
  73. package/dist/catalog.cjs +7 -1
  74. package/dist/catalog.cjs.map +1 -1
  75. package/dist/catalog.d.cts +8 -0
  76. package/dist/catalog.d.mts +8 -0
  77. package/dist/catalog.mjs +7 -1
  78. package/dist/catalog.mjs.map +1 -1
  79. package/package.json +2 -2
@@ -2,61 +2,61 @@ 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") });
6
- const FullenrichGetReverseEmailResult_InputInfoSchema = z.object({ email: z.string().describe("The email address that was looked up") });
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() });
7
7
  const FullenrichGetReverseEmailResult_DateInfoSchema = z.object({
8
- year: z.number().int().describe("Year").nullable().optional(),
9
- month: z.number().int().describe("Month (1-12)").nullable().optional()
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
10
  });
11
11
  const FullenrichGetReverseEmailResult_CompanyHeadquartersSchema = z.object({
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()
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
19
  });
20
20
  const FullenrichGetReverseEmailResult_CompanyInfoSchema = z.object({
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()
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
34
  });
35
35
  const FullenrichGetReverseEmailResult_PositionInfoSchema = z.object({
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()
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
41
  });
42
42
  const FullenrichGetReverseEmailResult_ProfileInfoSchema = z.object({
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()
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
54
  });
55
55
  const FullenrichGetReverseEmailResult_ContactInfoSchema = z.object({
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()
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
60
  });
61
61
  const FullenrichGetReverseEmailResult_ReverseEmailDataSchema = z.object({
62
62
  input: FullenrichGetReverseEmailResult_InputInfoSchema.nullable(),
@@ -68,9 +68,9 @@ const fullenrichGetReverseEmailResult = action("FULLENRICH_GET_REVERSE_EMAIL_RES
68
68
  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.",
69
69
  input: FullenrichGetReverseEmailResultInput,
70
70
  output: z.object({
71
- id: z.string().describe("Unique identifier for the bulk operation"),
71
+ id: z.string().describe("Unique identifier for the bulk operation").nullable(),
72
72
  cost: FullenrichGetReverseEmailResult_CostInfoSchema.nullable(),
73
- name: z.string().describe("Name/label for the operation"),
73
+ name: z.string().describe("Name/label for the operation").nullable(),
74
74
  datas: z.array(FullenrichGetReverseEmailResult_ReverseEmailDataSchema).describe("Array of result objects containing enrichment data"),
75
75
  status: z.enum([
76
76
  "CREATED",
@@ -80,7 +80,7 @@ const fullenrichGetReverseEmailResult = action("FULLENRICH_GET_REVERSE_EMAIL_RES
80
80
  "FINISHED",
81
81
  "RATE_LIMIT",
82
82
  "UNKNOWN"
83
- ]).describe("Operation status")
83
+ ]).describe("Operation status").nullable()
84
84
  })
85
85
  });
86
86
  //#endregion
@@ -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.ZodTypeAny = 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.ZodTypeAny = z.object({\n credits: z.number().int().describe(\"Number of credits consumed by the operation\"),\n});\nconst FullenrichGetReverseEmailResult_InputInfoSchema: z.ZodTypeAny = z.object({\n email: z.string().describe(\"The email address that was looked up\"),\n});\nconst FullenrichGetReverseEmailResult_DateInfoSchema: z.ZodTypeAny = z.object({\n year: z.number().int().describe(\"Year\").nullable().optional(),\n month: z.number().int().describe(\"Month (1-12)\").nullable().optional(),\n});\nconst FullenrichGetReverseEmailResult_CompanyHeadquartersSchema: z.ZodTypeAny = 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});\nconst FullenrichGetReverseEmailResult_CompanyInfoSchema: z.ZodTypeAny = 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});\nconst FullenrichGetReverseEmailResult_PositionInfoSchema: z.ZodTypeAny = 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});\nconst FullenrichGetReverseEmailResult_ProfileInfoSchema: z.ZodTypeAny = 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});\nconst FullenrichGetReverseEmailResult_ContactInfoSchema: z.ZodTypeAny = 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});\nconst FullenrichGetReverseEmailResult_ReverseEmailDataSchema: z.ZodTypeAny = z.object({\n input: FullenrichGetReverseEmailResult_InputInfoSchema.nullable(),\n contact: FullenrichGetReverseEmailResult_ContactInfoSchema.nullable(),\n});\nexport const FullenrichGetReverseEmailResultOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the bulk operation\"),\n cost: FullenrichGetReverseEmailResult_CostInfoSchema.nullable(),\n name: z.string().describe(\"Name/label for the operation\"),\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\"),\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});\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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"}
@@ -6,7 +6,7 @@ const FullenrichReverseEmailLookupInput = zod.z.object({
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") });
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() });
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.ZodTypeAny = 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.ZodTypeAny = 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\"),\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,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,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,qCAAmDA,IAAAA,EAAE,OAAO,EACvE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iJAAiJ,EACtL,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})).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,9 +1,25 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/reverse-email-lookup.d.ts
4
- declare const FullenrichReverseEmailLookupInput: z.ZodTypeAny;
5
- declare const FullenrichReverseEmailLookupOutput: z.ZodTypeAny;
6
- declare const fullenrichReverseEmailLookup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const FullenrichReverseEmailLookupInput: z.ZodObject<{
5
+ data: z.ZodArray<z.ZodObject<{
6
+ email: z.ZodString;
7
+ }, z.core.$strip>>;
8
+ name: z.ZodString;
9
+ webhook_url: z.ZodOptional<z.ZodString>;
10
+ }, z.core.$strip>;
11
+ declare const FullenrichReverseEmailLookupOutput: z.ZodObject<{
12
+ enrichment_id: z.ZodNullable<z.ZodString>;
13
+ }, z.core.$strip>;
14
+ declare const fullenrichReverseEmailLookup: import("@keystrokehq/action").WorkflowActionDefinition<{
15
+ data: {
16
+ email: string;
17
+ }[];
18
+ name: string;
19
+ webhook_url?: string | undefined;
20
+ }, {
21
+ enrichment_id: string | null;
22
+ }, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
23
  //#endregion
8
24
  export { fullenrichReverseEmailLookup };
9
25
  //# sourceMappingURL=reverse-email-lookup.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"reverse-email-lookup.d.cts","names":[],"sources":["../../src/actions/reverse-email-lookup.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAMhD;AAAA,cACW,kCAAA,EAAoC,CAAA,CAAE,UAEjD;AAAA,cAEW,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"reverse-email-lookup.d.cts","names":[],"sources":["../../src/actions/reverse-email-lookup.ts"],"mappings":";;;cAIa,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;cAOjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;cAIlC,4BAAA,gCAA4B,wBAAA"}
@@ -1,9 +1,25 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/reverse-email-lookup.d.ts
4
- declare const FullenrichReverseEmailLookupInput: z.ZodTypeAny;
5
- declare const FullenrichReverseEmailLookupOutput: z.ZodTypeAny;
6
- declare const fullenrichReverseEmailLookup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const FullenrichReverseEmailLookupInput: z.ZodObject<{
5
+ data: z.ZodArray<z.ZodObject<{
6
+ email: z.ZodString;
7
+ }, z.core.$strip>>;
8
+ name: z.ZodString;
9
+ webhook_url: z.ZodOptional<z.ZodString>;
10
+ }, z.core.$strip>;
11
+ declare const FullenrichReverseEmailLookupOutput: z.ZodObject<{
12
+ enrichment_id: z.ZodNullable<z.ZodString>;
13
+ }, z.core.$strip>;
14
+ declare const fullenrichReverseEmailLookup: import("@keystrokehq/action").WorkflowActionDefinition<{
15
+ data: {
16
+ email: string;
17
+ }[];
18
+ name: string;
19
+ webhook_url?: string | undefined;
20
+ }, {
21
+ enrichment_id: string | null;
22
+ }, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
23
  //#endregion
8
24
  export { fullenrichReverseEmailLookup };
9
25
  //# sourceMappingURL=reverse-email-lookup.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"reverse-email-lookup.d.mts","names":[],"sources":["../../src/actions/reverse-email-lookup.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAMhD;AAAA,cACW,kCAAA,EAAoC,CAAA,CAAE,UAEjD;AAAA,cAEW,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"reverse-email-lookup.d.mts","names":[],"sources":["../../src/actions/reverse-email-lookup.ts"],"mappings":";;;cAIa,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;cAOjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;cAIlC,4BAAA,gCAA4B,wBAAA"}
@@ -9,7 +9,7 @@ const fullenrichReverseEmailLookup = action("FULLENRICH_REVERSE_EMAIL_LOOKUP", {
9
9
  name: z.string().describe("Operation identifier for the enrichment task"),
10
10
  webhook_url: z.string().describe("Webhook URL to be triggered when enrichment is complete. Useful for n8n integrations and async processing").optional()
11
11
  }),
12
- output: z.object({ 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") })
12
+ output: z.object({ 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() })
13
13
  });
14
14
  //#endregion
15
15
  export { fullenrichReverseEmailLookup };
@@ -1 +1 @@
1
- {"version":3,"file":"reverse-email-lookup.mjs","names":[],"sources":["../../src/actions/reverse-email-lookup.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FullenrichReverseEmailLookupInput: z.ZodTypeAny = 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.ZodTypeAny = 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\"),\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":";;AAeA,MAAa,+BAA+B,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAf6D,EAAE,OAAO;EACtE,MAAM,EAAE,MAAM,EAAE,OAAO,EACvB,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,EAClF,CAAC,CAAC,CAAC,CAAC,SAAS,6EAA6E;EACxF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EACxE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2GAA2G,CAAC,CAAC,SAAS;CACzJ,CASS;CACP,QAT8D,EAAE,OAAO,EACvE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,iJAAiJ,EACtL,CAOU;AACV,CAAC"}
1
+ {"version":3,"file":"reverse-email-lookup.mjs","names":[],"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":";;AAeA,MAAa,+BAA+B,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAf+C,EAAE,OAAO;EACxD,MAAM,EAAE,MAAM,EAAE,OAAO,EACvB,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,EAClF,CAAC,CAAC,CAAC,CAAC,SAAS,6EAA6E;EACxF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EACxE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2GAA2G,CAAC,CAAC,SAAS;CACzJ,CASS;CACP,QATgD,EAAE,OAAO,EACzD,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,iJAAiJ,CAAC,CAAC,SAAS,EACjM,CAOU;AACV,CAAC"}
@@ -17,26 +17,26 @@ const FullenrichSearchCompanyInput = zod.z.object({
17
17
  headquarters_locations: zod.z.array(zod.z.string()).describe("Filter by headquarters location. Multiple locations are combined with OR logic.").optional()
18
18
  });
19
19
  const FullenrichSearchCompany_CompanyMetadataSchema = zod.z.object({
20
- total: zod.z.number().int().describe("Total number of companies matching the search criteria").nullable().optional(),
21
- offset: zod.z.number().int().describe("Current offset in the result set").nullable().optional(),
22
- search_after: zod.z.string().describe("Cursor for the next page of results when using cursor-based pagination").nullable().optional()
20
+ total: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Total number of companies matching the search criteria").optional()),
21
+ offset: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Current offset in the result set").optional()),
22
+ search_after: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Cursor for the next page of results when using cursor-based pagination").optional())
23
23
  });
24
24
  const FullenrichSearchCompany_CompanySchema = zod.z.object({
25
- name: zod.z.string().describe("Company name").nullable().optional(),
26
- domain: zod.z.string().describe("Company domain").nullable().optional(),
27
- website: zod.z.string().describe("Company website URL").nullable().optional(),
28
- industry: zod.z.union([zod.z.string(), zod.z.object({})]).nullable().optional(),
29
- headcount: zod.z.union([zod.z.string(), zod.z.number().int()]).nullable().optional(),
30
- description: zod.z.string().describe("Company description").nullable().optional(),
31
- specialties: zod.z.array(zod.z.string()).describe("List of company specialties").nullable().optional(),
32
- company_type: zod.z.string().describe("Company type (e.g., Public Company, Privately Held)").nullable().optional(),
33
- founded_year: zod.z.number().int().describe("Year the company was founded").nullable().optional(),
34
- linkedin_url: zod.z.string().describe("LinkedIn company URL").nullable().optional(),
35
- headquarters_location: zod.z.string().describe("Company headquarters location").nullable().optional()
25
+ name: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Company name").optional()),
26
+ domain: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Company domain").optional()),
27
+ website: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Company website URL").optional()),
28
+ industry: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.union([zod.z.string(), zod.z.object({})]).optional()),
29
+ headcount: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.union([zod.z.string(), zod.z.number().int()]).optional()),
30
+ description: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Company description").optional()),
31
+ specialties: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.array(zod.z.string()).describe("List of company specialties").optional()),
32
+ company_type: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Company type (e.g., Public Company, Privately Held)").optional()),
33
+ founded_year: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Year the company was founded").optional()),
34
+ linkedin_url: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("LinkedIn company URL").optional()),
35
+ headquarters_location: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Company headquarters location").optional())
36
36
  });
37
37
  const FullenrichSearchCompanyOutput = zod.z.object({
38
- metadata: FullenrichSearchCompany_CompanyMetadataSchema.nullable().optional(),
39
- companies: zod.z.array(FullenrichSearchCompany_CompanySchema).describe("List of companies matching the search criteria").nullable().optional()
38
+ metadata: zod.z.preprocess((value) => value === null ? void 0 : value, FullenrichSearchCompany_CompanyMetadataSchema.optional()),
39
+ companies: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.array(FullenrichSearchCompany_CompanySchema).describe("List of companies matching the search criteria").optional())
40
40
  });
41
41
  const fullenrichSearchCompany = require_action.action("FULLENRICH_SEARCH_COMPANY", {
42
42
  slug: "fullenrich-search-company",
@@ -1 +1 @@
1
- {"version":3,"file":"search-company.cjs","names":["z","action"],"sources":["../../src/actions/search-company.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FullenrichSearchCompanyInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of results to return. Default is 20 if not specified.\").optional(),\n names: z.array(z.string()).describe(\"Filter by company names. Multiple names are combined with OR logic.\").optional(),\n types: z.array(z.string()).describe(\"Filter by company types (e.g., Public Company, Privately Held, Partnership). Multiple types are combined with OR logic.\").optional(),\n offset: z.number().int().describe(\"Number of results to skip for pagination. Use for offset-based pagination.\").optional(),\n domains: z.array(z.string()).describe(\"Filter by company domains. Multiple domains are combined with OR logic.\").optional(),\n keywords: z.array(z.string()).describe(\"Filter by keywords in company description. Multiple keywords are combined with OR logic.\").optional(),\n headcounts: z.array(z.string()).describe(\"Filter by headcount ranges. Specify as ranges (e.g., '1-10', '11-50', '51-200'). Multiple ranges are combined with OR logic.\").optional(),\n industries: z.array(z.string()).describe(\"Filter by industries. Multiple industries are combined with OR logic.\").optional(),\n specialties: z.array(z.string()).describe(\"Filter by company specialties. Multiple specialties are combined with OR logic.\").optional(),\n search_after: z.string().describe(\"Cursor for deep pagination. Use this for efficient pagination of large result sets instead of offset.\").optional(),\n founded_years: z.array(z.string()).describe(\"Filter by year founded ranges. Specify as ranges (e.g., '2000-2010') or specific years. Multiple ranges are combined with OR logic.\").optional(),\n linkedin_urls: z.array(z.string()).describe(\"Filter by LinkedIn company URLs. Multiple URLs are combined with OR logic.\").optional(),\n headquarters_locations: z.array(z.string()).describe(\"Filter by headquarters location. Multiple locations are combined with OR logic.\").optional(),\n});\nconst FullenrichSearchCompany_CompanyMetadataSchema: z.ZodTypeAny = z.object({\n total: z.number().int().describe(\"Total number of companies 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});\nconst FullenrichSearchCompany_CompanySchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Company name\").nullable().optional(),\n domain: z.string().describe(\"Company domain\").nullable().optional(),\n website: z.string().describe(\"Company website URL\").nullable().optional(),\n industry: z.union([z.string(), z.object({})]).nullable().optional(),\n headcount: z.union([z.string(), z.number().int()]).nullable().optional(),\n description: z.string().describe(\"Company description\").nullable().optional(),\n specialties: z.array(z.string()).describe(\"List of company specialties\").nullable().optional(),\n company_type: z.string().describe(\"Company type (e.g., Public Company, Privately Held)\").nullable().optional(),\n founded_year: z.number().int().describe(\"Year the company was founded\").nullable().optional(),\n linkedin_url: z.string().describe(\"LinkedIn company URL\").nullable().optional(),\n headquarters_location: z.string().describe(\"Company headquarters location\").nullable().optional(),\n});\nexport const FullenrichSearchCompanyOutput: z.ZodTypeAny = z.object({\n metadata: FullenrichSearchCompany_CompanyMetadataSchema.nullable().optional(),\n companies: z.array(FullenrichSearchCompany_CompanySchema).describe(\"List of companies matching the search criteria\").nullable().optional(),\n});\n\nexport const fullenrichSearchCompany = action(\"FULLENRICH_SEARCH_COMPANY\", {\n slug: \"fullenrich-search-company\",\n name: \"Search Company\",\n description: \"Tool to search for companies based on filters including name, domain, industry, type, headquarters location, headcount, and founded year. Multiple filters within the same field are combined with OR logic. Use when you need to find companies matching specific criteria.\",\n input: FullenrichSearchCompanyInput,\n output: FullenrichSearchCompanyOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"search-company.cjs","names":["z","action"],"sources":["../../src/actions/search-company.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FullenrichSearchCompanyInput = z.object({\n limit: z.number().int().describe(\"Maximum number of results to return. Default is 20 if not specified.\").optional(),\n names: z.array(z.string()).describe(\"Filter by company names. Multiple names are combined with OR logic.\").optional(),\n types: z.array(z.string()).describe(\"Filter by company types (e.g., Public Company, Privately Held, Partnership). Multiple types are combined with OR logic.\").optional(),\n offset: z.number().int().describe(\"Number of results to skip for pagination. Use for offset-based pagination.\").optional(),\n domains: z.array(z.string()).describe(\"Filter by company domains. Multiple domains are combined with OR logic.\").optional(),\n keywords: z.array(z.string()).describe(\"Filter by keywords in company description. Multiple keywords are combined with OR logic.\").optional(),\n headcounts: z.array(z.string()).describe(\"Filter by headcount ranges. Specify as ranges (e.g., '1-10', '11-50', '51-200'). Multiple ranges are combined with OR logic.\").optional(),\n industries: z.array(z.string()).describe(\"Filter by industries. Multiple industries are combined with OR logic.\").optional(),\n specialties: z.array(z.string()).describe(\"Filter by company specialties. Multiple specialties are combined with OR logic.\").optional(),\n search_after: z.string().describe(\"Cursor for deep pagination. Use this for efficient pagination of large result sets instead of offset.\").optional(),\n founded_years: z.array(z.string()).describe(\"Filter by year founded ranges. Specify as ranges (e.g., '2000-2010') or specific years. Multiple ranges are combined with OR logic.\").optional(),\n linkedin_urls: z.array(z.string()).describe(\"Filter by LinkedIn company URLs. Multiple URLs are combined with OR logic.\").optional(),\n headquarters_locations: z.array(z.string()).describe(\"Filter by headquarters location. Multiple locations are combined with OR logic.\").optional(),\n});\nconst FullenrichSearchCompany_CompanyMetadataSchema = z.object({\n total: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Total number of companies matching the search criteria\").optional()),\n offset: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Current offset in the result set\").optional()),\n search_after: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Cursor for the next page of results when using cursor-based pagination\").optional()),\n});\nconst FullenrichSearchCompany_CompanySchema = z.object({\n name: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Company name\").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 URL\").optional()),\n industry: z.preprocess((value) => (value === null ? undefined : value), z.union([z.string(), z.object({})]).optional()),\n headcount: z.preprocess((value) => (value === null ? undefined : value), z.union([z.string(), z.number().int()]).optional()),\n description: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Company description\").optional()),\n specialties: z.preprocess((value) => (value === null ? undefined : value), z.array(z.string()).describe(\"List of company specialties\").optional()),\n company_type: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Company type (e.g., Public Company, Privately Held)\").optional()),\n founded_year: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Year the company was founded\").optional()),\n linkedin_url: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"LinkedIn company URL\").optional()),\n headquarters_location: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Company headquarters location\").optional()),\n});\nexport const FullenrichSearchCompanyOutput = z.object({\n metadata: z.preprocess((value) => (value === null ? undefined : value), FullenrichSearchCompany_CompanyMetadataSchema.optional()),\n companies: z.preprocess((value) => (value === null ? undefined : value), z.array(FullenrichSearchCompany_CompanySchema).describe(\"List of companies matching the search criteria\").optional()),\n});\n\nexport const fullenrichSearchCompany = action(\"FULLENRICH_SEARCH_COMPANY\", {\n slug: \"fullenrich-search-company\",\n name: \"Search Company\",\n description: \"Tool to search for companies based on filters including name, domain, industry, type, headquarters location, headcount, and founded year. Multiple filters within the same field are combined with OR logic. Use when you need to find companies matching specific criteria.\",\n input: FullenrichSearchCompanyInput,\n output: FullenrichSearchCompanyOutput,\n});\n"],"mappings":"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"}
@@ -1,9 +1,75 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/search-company.d.ts
4
- declare const FullenrichSearchCompanyInput: z.ZodTypeAny;
5
- declare const FullenrichSearchCompanyOutput: z.ZodTypeAny;
6
- declare const fullenrichSearchCompany: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const FullenrichSearchCompanyInput: z.ZodObject<{
5
+ limit: z.ZodOptional<z.ZodNumber>;
6
+ names: z.ZodOptional<z.ZodArray<z.ZodString>>;
7
+ types: z.ZodOptional<z.ZodArray<z.ZodString>>;
8
+ offset: z.ZodOptional<z.ZodNumber>;
9
+ domains: z.ZodOptional<z.ZodArray<z.ZodString>>;
10
+ keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
11
+ headcounts: z.ZodOptional<z.ZodArray<z.ZodString>>;
12
+ industries: z.ZodOptional<z.ZodArray<z.ZodString>>;
13
+ specialties: z.ZodOptional<z.ZodArray<z.ZodString>>;
14
+ search_after: z.ZodOptional<z.ZodString>;
15
+ founded_years: z.ZodOptional<z.ZodArray<z.ZodString>>;
16
+ linkedin_urls: z.ZodOptional<z.ZodArray<z.ZodString>>;
17
+ headquarters_locations: z.ZodOptional<z.ZodArray<z.ZodString>>;
18
+ }, z.core.$strip>;
19
+ declare const FullenrichSearchCompanyOutput: z.ZodObject<{
20
+ metadata: z.ZodPreprocess<z.ZodOptional<z.ZodObject<{
21
+ total: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
22
+ offset: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
23
+ search_after: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
24
+ }, z.core.$strip>>>;
25
+ companies: z.ZodPreprocess<z.ZodOptional<z.ZodArray<z.ZodObject<{
26
+ name: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
27
+ domain: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
28
+ website: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
29
+ industry: z.ZodPreprocess<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{}, z.core.$strip>]>>>;
30
+ headcount: z.ZodPreprocess<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
31
+ description: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
32
+ specialties: z.ZodPreprocess<z.ZodOptional<z.ZodArray<z.ZodString>>>;
33
+ company_type: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
34
+ founded_year: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
35
+ linkedin_url: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
36
+ headquarters_location: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
37
+ }, z.core.$strip>>>>;
38
+ }, z.core.$strip>;
39
+ declare const fullenrichSearchCompany: import("@keystrokehq/action").WorkflowActionDefinition<{
40
+ limit?: number | undefined;
41
+ names?: string[] | undefined;
42
+ types?: string[] | undefined;
43
+ offset?: number | undefined;
44
+ domains?: string[] | undefined;
45
+ keywords?: string[] | undefined;
46
+ headcounts?: string[] | undefined;
47
+ industries?: string[] | undefined;
48
+ specialties?: string[] | undefined;
49
+ search_after?: string | undefined;
50
+ founded_years?: string[] | undefined;
51
+ linkedin_urls?: string[] | undefined;
52
+ headquarters_locations?: string[] | undefined;
53
+ }, {
54
+ metadata?: {
55
+ total?: number | undefined;
56
+ offset?: number | undefined;
57
+ search_after?: string | undefined;
58
+ } | undefined;
59
+ companies?: {
60
+ name?: string | undefined;
61
+ domain?: string | undefined;
62
+ website?: string | undefined;
63
+ industry?: string | Record<string, never> | undefined;
64
+ headcount?: string | number | undefined;
65
+ description?: string | undefined;
66
+ specialties?: string[] | undefined;
67
+ company_type?: string | undefined;
68
+ founded_year?: number | undefined;
69
+ linkedin_url?: string | undefined;
70
+ headquarters_location?: string | undefined;
71
+ }[] | undefined;
72
+ }, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
73
  //#endregion
8
74
  export { fullenrichSearchCompany };
9
75
  //# sourceMappingURL=search-company.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"search-company.d.cts","names":[],"sources":["../../src/actions/search-company.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAc3C;AAAA,cAmBW,6BAAA,EAA+B,CAAA,CAAE,UAG5C;AAAA,cAEW,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"search-company.d.cts","names":[],"sources":["../../src/actions/search-company.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAiC5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;cAK7B,uBAAA,gCAAuB,wBAAA;;;;;;;;;;;;;;;;;;;;;;;;wBAMlC,MAAA"}
@@ -1,9 +1,75 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/search-company.d.ts
4
- declare const FullenrichSearchCompanyInput: z.ZodTypeAny;
5
- declare const FullenrichSearchCompanyOutput: z.ZodTypeAny;
6
- declare const fullenrichSearchCompany: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const FullenrichSearchCompanyInput: z.ZodObject<{
5
+ limit: z.ZodOptional<z.ZodNumber>;
6
+ names: z.ZodOptional<z.ZodArray<z.ZodString>>;
7
+ types: z.ZodOptional<z.ZodArray<z.ZodString>>;
8
+ offset: z.ZodOptional<z.ZodNumber>;
9
+ domains: z.ZodOptional<z.ZodArray<z.ZodString>>;
10
+ keywords: z.ZodOptional<z.ZodArray<z.ZodString>>;
11
+ headcounts: z.ZodOptional<z.ZodArray<z.ZodString>>;
12
+ industries: z.ZodOptional<z.ZodArray<z.ZodString>>;
13
+ specialties: z.ZodOptional<z.ZodArray<z.ZodString>>;
14
+ search_after: z.ZodOptional<z.ZodString>;
15
+ founded_years: z.ZodOptional<z.ZodArray<z.ZodString>>;
16
+ linkedin_urls: z.ZodOptional<z.ZodArray<z.ZodString>>;
17
+ headquarters_locations: z.ZodOptional<z.ZodArray<z.ZodString>>;
18
+ }, z.core.$strip>;
19
+ declare const FullenrichSearchCompanyOutput: z.ZodObject<{
20
+ metadata: z.ZodPreprocess<z.ZodOptional<z.ZodObject<{
21
+ total: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
22
+ offset: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
23
+ search_after: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
24
+ }, z.core.$strip>>>;
25
+ companies: z.ZodPreprocess<z.ZodOptional<z.ZodArray<z.ZodObject<{
26
+ name: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
27
+ domain: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
28
+ website: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
29
+ industry: z.ZodPreprocess<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{}, z.core.$strip>]>>>;
30
+ headcount: z.ZodPreprocess<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
31
+ description: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
32
+ specialties: z.ZodPreprocess<z.ZodOptional<z.ZodArray<z.ZodString>>>;
33
+ company_type: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
34
+ founded_year: z.ZodPreprocess<z.ZodOptional<z.ZodNumber>>;
35
+ linkedin_url: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
36
+ headquarters_location: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
37
+ }, z.core.$strip>>>>;
38
+ }, z.core.$strip>;
39
+ declare const fullenrichSearchCompany: import("@keystrokehq/action").WorkflowActionDefinition<{
40
+ limit?: number | undefined;
41
+ names?: string[] | undefined;
42
+ types?: string[] | undefined;
43
+ offset?: number | undefined;
44
+ domains?: string[] | undefined;
45
+ keywords?: string[] | undefined;
46
+ headcounts?: string[] | undefined;
47
+ industries?: string[] | undefined;
48
+ specialties?: string[] | undefined;
49
+ search_after?: string | undefined;
50
+ founded_years?: string[] | undefined;
51
+ linkedin_urls?: string[] | undefined;
52
+ headquarters_locations?: string[] | undefined;
53
+ }, {
54
+ metadata?: {
55
+ total?: number | undefined;
56
+ offset?: number | undefined;
57
+ search_after?: string | undefined;
58
+ } | undefined;
59
+ companies?: {
60
+ name?: string | undefined;
61
+ domain?: string | undefined;
62
+ website?: string | undefined;
63
+ industry?: string | Record<string, never> | undefined;
64
+ headcount?: string | number | undefined;
65
+ description?: string | undefined;
66
+ specialties?: string[] | undefined;
67
+ company_type?: string | undefined;
68
+ founded_year?: number | undefined;
69
+ linkedin_url?: string | undefined;
70
+ headquarters_location?: string | undefined;
71
+ }[] | undefined;
72
+ }, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
73
  //#endregion
8
74
  export { fullenrichSearchCompany };
9
75
  //# sourceMappingURL=search-company.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"search-company.d.mts","names":[],"sources":["../../src/actions/search-company.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAc3C;AAAA,cAmBW,6BAAA,EAA+B,CAAA,CAAE,UAG5C;AAAA,cAEW,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"search-company.d.mts","names":[],"sources":["../../src/actions/search-company.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAiC5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;cAK7B,uBAAA,gCAAuB,wBAAA;;;;;;;;;;;;;;;;;;;;;;;;wBAMlC,MAAA"}