@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
@@ -1 +1 @@
1
- {"version":3,"file":"get-enrichment-result.mjs","names":[],"sources":["../../src/actions/get-enrichment-result.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FullenrichGetEnrichmentResultInput: z.ZodTypeAny = z.object({\n forceResults: z.boolean().default(false).describe(\"Return partial results even if job is not finished (may be incomplete)\").optional(),\n enrichment_id: z.string().describe(\"Bulk enrichment job ID to fetch\"),\n}).describe(\"Request parameters for retrieving bulk enrichment results.\");\nconst FullenrichGetEnrichmentResult_CostInfoSchema: z.ZodTypeAny = z.object({\n credits: z.number().int().describe(\"Number of credits consumed by the enrichment job\"),\n});\nconst FullenrichGetEnrichmentResult_EmailItemSchema: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Enriched email address\"),\n status: z.string().describe(\"Status of the email (e.g., verified, risky)\"),\n});\nconst FullenrichGetEnrichmentResult_PhoneItemSchema: z.ZodTypeAny = z.object({\n number: z.string().describe(\"Phone number\"),\n region: z.string().describe(\"Region or country code of the phone number\"),\n});\nconst FullenrichGetEnrichmentResult_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 FullenrichGetEnrichmentResult_HeadquartersSchema: z.ZodTypeAny = z.object({\n city: z.string().describe(\"City\").nullable().optional(),\n region: z.string().describe(\"Region or state\").nullable().optional(),\n country: z.string().describe(\"Country name\").nullable().optional(),\n postal_code: z.string().describe(\"Postal code\").nullable().optional(),\n country_code: z.string().describe(\"Country code\").nullable().optional(),\n address_line_1: z.string().describe(\"Primary address line\").nullable().optional(),\n address_line_2: z.string().describe(\"Secondary address line\").nullable().optional(),\n});\nconst FullenrichGetEnrichmentResult_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.string().describe(\"Industry sector\").nullable().optional(),\n headcount: z.number().int().describe(\"Number of employees\").nullable().optional(),\n description: z.string().describe(\"Company description\").nullable().optional(),\n linkedin_id: z.number().int().describe(\"LinkedIn company ID\").nullable().optional(),\n headquarters: FullenrichGetEnrichmentResult_HeadquartersSchema.nullable().optional(),\n linkedin_url: z.string().describe(\"LinkedIn company URL\").nullable().optional(),\n year_founded: z.number().int().describe(\"Year the company was founded\").nullable().optional(),\n headcount_range: z.string().describe(\"Employee count range\").nullable().optional(),\n linkedin_handle: z.string().describe(\"LinkedIn company handle\").nullable().optional(),\n});\nconst FullenrichGetEnrichmentResult_PositionSchema: z.ZodTypeAny = z.object({\n title: z.string().describe(\"Job title\").nullable().optional(),\n end_at: FullenrichGetEnrichmentResult_DateInfoSchema.nullable().optional(),\n company: FullenrichGetEnrichmentResult_CompanySchema.nullable().optional(),\n start_at: FullenrichGetEnrichmentResult_DateInfoSchema.nullable().optional(),\n description: z.string().describe(\"Position description\").nullable().optional(),\n});\nconst FullenrichGetEnrichmentResult_ContactProfileSchema: z.ZodTypeAny = z.object({\n summary: z.string().describe(\"Profile summary or bio\").nullable().optional(),\n headline: z.string().describe(\"Profile headline or title\").nullable().optional(),\n lastname: z.string().describe(\"Last name as detected on profile\").nullable().optional(),\n location: z.string().describe(\"Profile location\").nullable().optional(),\n position: FullenrichGetEnrichmentResult_PositionSchema.nullable().optional(),\n firstname: z.string().describe(\"First name as detected on profile\").nullable().optional(),\n linkedin_id: z.number().int().describe(\"LinkedIn profile ID\").nullable().optional(),\n linkedin_url: z.string().describe(\"LinkedIn profile URL\").nullable().optional(),\n linkedin_handle: z.string().describe(\"LinkedIn handle or username\").nullable().optional(),\n premium_account: z.boolean().describe(\"Whether the profile has a premium account\").nullable().optional(),\n sales_navigator_id: z.string().describe(\"Sales Navigator profile ID\").nullable().optional(),\n});\nconst FullenrichGetEnrichmentResult_SocialMediaItemSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL of the social media profile\"),\n type: z.string().describe(\"Type of social media (e.g., LinkedIn, Twitter)\"),\n});\nconst FullenrichGetEnrichmentResult_ContactSchema: z.ZodTypeAny = z.object({\n domain: z.string().describe(\"Contact's email domain\").nullable().optional(),\n emails: z.array(FullenrichGetEnrichmentResult_EmailItemSchema).describe(\"List of emails found for the contact\").nullable().optional(),\n phones: z.array(FullenrichGetEnrichmentResult_PhoneItemSchema).describe(\"List of phone numbers found for the contact\").nullable().optional(),\n profile: FullenrichGetEnrichmentResult_ContactProfileSchema.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 social_medias: z.array(FullenrichGetEnrichmentResult_SocialMediaItemSchema).describe(\"List of social media profiles for the contact\").nullable().optional(),\n personal_emails: z.array(FullenrichGetEnrichmentResult_EmailItemSchema).describe(\"List of personal emails found for the contact\").nullable().optional(),\n most_probable_email: z.string().describe(\"Most probable email address\").nullable().optional(),\n most_probable_phone: z.string().describe(\"Most probable phone number\").nullable().optional(),\n most_probable_email_status: z.string().describe(\"Status of most probable email\").nullable().optional(),\n most_probable_personal_email: z.string().describe(\"Most probable personal email address\").nullable().optional(),\n most_probable_personal_email_status: z.string().describe(\"Status of most probable personal email\").nullable().optional(),\n});\nconst FullenrichGetEnrichmentResult_DataItemSchema: z.ZodTypeAny = z.object({\n custom: z.object({}).describe(\"Custom key/value pairs provided in enrichment request\").nullable().optional(),\n contact: FullenrichGetEnrichmentResult_ContactSchema.nullable(),\n});\nexport const FullenrichGetEnrichmentResultOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Enrichment job ID\").nullable().optional(),\n cost: FullenrichGetEnrichmentResult_CostInfoSchema.nullable(),\n name: z.string().describe(\"Enrichment job name\").nullable().optional(),\n datas: z.array(FullenrichGetEnrichmentResult_DataItemSchema).describe(\"Array of enrichment result items\"),\n status: z.enum([\"CREATED\", \"IN_PROGRESS\", \"CANCELED\", \"CREDITS_INSUFFICIENT\", \"FINISHED\", \"RATE_LIMIT\", \"UNKNOWN\"]).describe(\"Status of the enrichment job\").nullable().optional(),\n});\n\nexport const fullenrichGetEnrichmentResult = action(\"FULLENRICH_GET_ENRICHMENT_RESULT\", {\n slug: \"fullenrich-get-enrichment-result\",\n name: \"Get Bulk Enrichment Result\",\n description: \"Tool to retrieve results of a bulk enrichment by enrichment ID. Use after submitting a bulk enrichment job to check its status and get enriched data.\",\n input: FullenrichGetEnrichmentResultInput,\n output: FullenrichGetEnrichmentResultOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"get-enrichment-result.mjs","names":[],"sources":["../../src/actions/get-enrichment-result.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FullenrichGetEnrichmentResultInput = z.object({\n forceResults: z.boolean().default(false).describe(\"Return partial results even if job is not finished (may be incomplete)\").optional(),\n enrichment_id: z.string().describe(\"Bulk enrichment job ID to fetch\"),\n}).describe(\"Request parameters for retrieving bulk enrichment results.\");\nconst FullenrichGetEnrichmentResult_CostInfoSchema = z.object({\n credits: z.number().int().describe(\"Number of credits consumed by the enrichment job\").nullable(),\n});\nconst FullenrichGetEnrichmentResult_EmailItemSchema = z.object({\n email: z.string().describe(\"Enriched email address\").nullable(),\n status: z.string().describe(\"Status of the email (e.g., verified, risky)\").nullable(),\n});\nconst FullenrichGetEnrichmentResult_PhoneItemSchema = z.object({\n number: z.string().describe(\"Phone number\").nullable(),\n region: z.string().describe(\"Region or country code of the phone number\").nullable(),\n});\nconst FullenrichGetEnrichmentResult_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 FullenrichGetEnrichmentResult_HeadquartersSchema = z.object({\n city: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"City\").optional()),\n region: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Region or state\").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 code\").optional()),\n country_code: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Country code\").optional()),\n address_line_1: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Primary address line\").optional()),\n address_line_2: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Secondary address line\").optional()),\n});\nconst FullenrichGetEnrichmentResult_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.string().describe(\"Industry sector\").optional()),\n headcount: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Number of employees\").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(\"LinkedIn company ID\").optional()),\n headquarters: z.preprocess((value) => (value === null ? undefined : value), FullenrichGetEnrichmentResult_HeadquartersSchema.optional()),\n linkedin_url: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"LinkedIn company URL\").optional()),\n year_founded: z.preprocess((value) => (value === null ? undefined : value), z.number().int().describe(\"Year the 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(\"LinkedIn company handle\").optional()),\n});\nconst FullenrichGetEnrichmentResult_PositionSchema = 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), FullenrichGetEnrichmentResult_DateInfoSchema.optional()),\n company: z.preprocess((value) => (value === null ? undefined : value), FullenrichGetEnrichmentResult_CompanySchema.optional()),\n start_at: z.preprocess((value) => (value === null ? undefined : value), FullenrichGetEnrichmentResult_DateInfoSchema.optional()),\n description: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Position description\").optional()),\n});\nconst FullenrichGetEnrichmentResult_ContactProfileSchema = z.object({\n summary: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Profile summary or bio\").optional()),\n headline: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Profile headline or title\").optional()),\n lastname: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Last name as detected on profile\").optional()),\n location: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Profile location\").optional()),\n position: z.preprocess((value) => (value === null ? undefined : value), FullenrichGetEnrichmentResult_PositionSchema.optional()),\n firstname: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"First name as detected on profile\").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(\"LinkedIn profile URL\").optional()),\n linkedin_handle: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"LinkedIn handle or username\").optional()),\n premium_account: z.preprocess((value) => (value === null ? undefined : value), z.boolean().describe(\"Whether the profile has a premium account\").optional()),\n sales_navigator_id: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Sales Navigator profile ID\").optional()),\n});\nconst FullenrichGetEnrichmentResult_SocialMediaItemSchema = z.object({\n url: z.string().describe(\"URL of the social media profile\").nullable(),\n type: z.string().describe(\"Type of social media (e.g., LinkedIn, Twitter)\").nullable(),\n});\nconst FullenrichGetEnrichmentResult_ContactSchema = z.object({\n domain: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Contact's email domain\").optional()),\n emails: z.preprocess((value) => (value === null ? undefined : value), z.array(FullenrichGetEnrichmentResult_EmailItemSchema).describe(\"List of emails found for the contact\").optional()),\n phones: z.preprocess((value) => (value === null ? undefined : value), z.array(FullenrichGetEnrichmentResult_PhoneItemSchema).describe(\"List of phone numbers found for the contact\").optional()),\n profile: z.preprocess((value) => (value === null ? undefined : value), FullenrichGetEnrichmentResult_ContactProfileSchema.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 social_medias: z.preprocess((value) => (value === null ? undefined : value), z.array(FullenrichGetEnrichmentResult_SocialMediaItemSchema).describe(\"List of social media profiles for the contact\").optional()),\n personal_emails: z.preprocess((value) => (value === null ? undefined : value), z.array(FullenrichGetEnrichmentResult_EmailItemSchema).describe(\"List of personal emails found for the contact\").optional()),\n most_probable_email: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Most probable email address\").optional()),\n most_probable_phone: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Most probable phone number\").optional()),\n most_probable_email_status: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Status of most probable email\").optional()),\n most_probable_personal_email: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Most probable personal email address\").optional()),\n most_probable_personal_email_status: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Status of most probable personal email\").optional()),\n});\nconst FullenrichGetEnrichmentResult_DataItemSchema = z.object({\n custom: z.preprocess((value) => (value === null ? undefined : value), z.object({}).describe(\"Custom key/value pairs provided in enrichment request\").optional()),\n contact: FullenrichGetEnrichmentResult_ContactSchema.nullable(),\n});\nexport const FullenrichGetEnrichmentResultOutput = z.object({\n id: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Enrichment job ID\").optional()),\n cost: FullenrichGetEnrichmentResult_CostInfoSchema.nullable(),\n name: z.preprocess((value) => (value === null ? undefined : value), z.string().describe(\"Enrichment job name\").optional()),\n datas: z.array(FullenrichGetEnrichmentResult_DataItemSchema).describe(\"Array of enrichment result items\"),\n status: z.preprocess((value) => (value === null ? undefined : value), z.enum([\"CREATED\", \"IN_PROGRESS\", \"CANCELED\", \"CREDITS_INSUFFICIENT\", \"FINISHED\", \"RATE_LIMIT\", \"UNKNOWN\"]).describe(\"Status of the enrichment job\").optional()),\n});\n\nexport const fullenrichGetEnrichmentResult = action(\"FULLENRICH_GET_ENRICHMENT_RESULT\", {\n slug: \"fullenrich-get-enrichment-result\",\n name: \"Get Bulk Enrichment Result\",\n description: \"Tool to retrieve results of a bulk enrichment by enrichment ID. Use after submitting a bulk enrichment job to check its status and get enriched data.\",\n input: FullenrichGetEnrichmentResultInput,\n output: FullenrichGetEnrichmentResultOutput,\n});\n"],"mappings":"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"}
@@ -2,70 +2,70 @@ const require_action = require("../action.cjs");
2
2
  let zod = require("zod");
3
3
  //#region src/actions/get-reverse-email-result.ts
4
4
  const FullenrichGetReverseEmailResultInput = zod.z.object({ reverse_email_id: zod.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 = zod.z.object({ credits: zod.z.number().int().describe("Number of credits consumed by the operation") });
6
- const FullenrichGetReverseEmailResult_InputInfoSchema = zod.z.object({ email: zod.z.string().describe("The email address that was looked up") });
5
+ const FullenrichGetReverseEmailResult_CostInfoSchema = zod.z.object({ credits: zod.z.number().int().describe("Number of credits consumed by the operation").nullable() });
6
+ const FullenrichGetReverseEmailResult_InputInfoSchema = zod.z.object({ email: zod.z.string().describe("The email address that was looked up").nullable() });
7
7
  const FullenrichGetReverseEmailResult_DateInfoSchema = zod.z.object({
8
- year: zod.z.number().int().describe("Year").nullable().optional(),
9
- month: zod.z.number().int().describe("Month (1-12)").nullable().optional()
8
+ year: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Year").optional()),
9
+ month: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Month (1-12)").optional())
10
10
  });
11
11
  const FullenrichGetReverseEmailResult_CompanyHeadquartersSchema = zod.z.object({
12
- city: zod.z.string().describe("City name").nullable().optional(),
13
- region: zod.z.string().describe("Geographic region").nullable().optional(),
14
- country: zod.z.string().describe("Country name").nullable().optional(),
15
- postal_code: zod.z.string().describe("Postal/ZIP code").nullable().optional(),
16
- country_code: zod.z.string().describe("ISO country code").nullable().optional(),
17
- address_line_1: zod.z.string().describe("Primary address").nullable().optional(),
18
- address_line_2: zod.z.string().describe("Secondary address").nullable().optional()
12
+ city: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("City name").optional()),
13
+ region: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Geographic region").optional()),
14
+ country: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Country name").optional()),
15
+ postal_code: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Postal/ZIP code").optional()),
16
+ country_code: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("ISO country code").optional()),
17
+ address_line_1: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Primary address").optional()),
18
+ address_line_2: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Secondary address").optional())
19
19
  });
20
20
  const FullenrichGetReverseEmailResult_CompanyInfoSchema = zod.z.object({
21
- name: zod.z.string().describe("Company name").nullable().optional(),
22
- type: zod.z.string().describe("Company type").nullable().optional(),
23
- domain: zod.z.string().describe("Company domain").nullable().optional(),
24
- website: zod.z.string().describe("Company website").nullable().optional(),
25
- industry: zod.z.string().describe("Industry classification").nullable().optional(),
26
- headcount: zod.z.number().int().describe("Employee count").nullable().optional(),
27
- description: zod.z.string().describe("Company description").nullable().optional(),
28
- linkedin_id: zod.z.number().int().describe("Company LinkedIn ID").nullable().optional(),
29
- headquarters: FullenrichGetReverseEmailResult_CompanyHeadquartersSchema.nullable().optional(),
30
- linkedin_url: zod.z.string().describe("Company LinkedIn URL").nullable().optional(),
31
- year_founded: zod.z.number().int().describe("Year company was founded").nullable().optional(),
32
- headcount_range: zod.z.string().describe("Employee count range").nullable().optional(),
33
- linkedin_handle: zod.z.string().describe("Company LinkedIn handle").nullable().optional()
21
+ name: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Company name").optional()),
22
+ type: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Company type").optional()),
23
+ domain: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Company domain").optional()),
24
+ website: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Company website").optional()),
25
+ industry: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Industry classification").optional()),
26
+ headcount: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Employee count").optional()),
27
+ description: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Company description").optional()),
28
+ linkedin_id: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Company LinkedIn ID").optional()),
29
+ headquarters: zod.z.preprocess((value) => value === null ? void 0 : value, FullenrichGetReverseEmailResult_CompanyHeadquartersSchema.optional()),
30
+ linkedin_url: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Company LinkedIn URL").optional()),
31
+ year_founded: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("Year company was founded").optional()),
32
+ headcount_range: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Employee count range").optional()),
33
+ linkedin_handle: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Company LinkedIn handle").optional())
34
34
  });
35
35
  const FullenrichGetReverseEmailResult_PositionInfoSchema = zod.z.object({
36
- title: zod.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: zod.z.string().describe("Role description").nullable().optional()
36
+ title: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Job title").optional()),
37
+ end_at: zod.z.preprocess((value) => value === null ? void 0 : value, FullenrichGetReverseEmailResult_DateInfoSchema.optional()),
38
+ company: zod.z.preprocess((value) => value === null ? void 0 : value, FullenrichGetReverseEmailResult_CompanyInfoSchema.optional()),
39
+ start_at: zod.z.preprocess((value) => value === null ? void 0 : value, FullenrichGetReverseEmailResult_DateInfoSchema.optional()),
40
+ description: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Role description").optional())
41
41
  });
42
42
  const FullenrichGetReverseEmailResult_ProfileInfoSchema = zod.z.object({
43
- summary: zod.z.string().describe("Profile summary/bio").nullable().optional(),
44
- headline: zod.z.string().describe("Professional headline").nullable().optional(),
45
- lastname: zod.z.string().describe("Last name from LinkedIn").nullable().optional(),
46
- location: zod.z.string().describe("Geographic location").nullable().optional(),
47
- position: FullenrichGetReverseEmailResult_PositionInfoSchema.nullable().optional(),
48
- firstname: zod.z.string().describe("First name from LinkedIn").nullable().optional(),
49
- linkedin_id: zod.z.number().int().describe("LinkedIn profile ID").nullable().optional(),
50
- linkedin_url: zod.z.string().describe("Full LinkedIn profile URL").nullable().optional(),
51
- linkedin_handle: zod.z.string().describe("LinkedIn username/handle").nullable().optional(),
52
- premium_account: zod.z.boolean().describe("Whether user has LinkedIn Premium").nullable().optional(),
53
- sales_navigator_id: zod.z.string().describe("Sales Navigator ID").nullable().optional()
43
+ summary: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Profile summary/bio").optional()),
44
+ headline: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Professional headline").optional()),
45
+ lastname: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Last name from LinkedIn").optional()),
46
+ location: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Geographic location").optional()),
47
+ position: zod.z.preprocess((value) => value === null ? void 0 : value, FullenrichGetReverseEmailResult_PositionInfoSchema.optional()),
48
+ firstname: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("First name from LinkedIn").optional()),
49
+ linkedin_id: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.number().int().describe("LinkedIn profile ID").optional()),
50
+ linkedin_url: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Full LinkedIn profile URL").optional()),
51
+ linkedin_handle: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("LinkedIn username/handle").optional()),
52
+ premium_account: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.boolean().describe("Whether user has LinkedIn Premium").optional()),
53
+ sales_navigator_id: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Sales Navigator ID").optional())
54
54
  });
55
55
  const FullenrichGetReverseEmailResult_ContactInfoSchema = zod.z.object({
56
- domain: zod.z.string().describe("Email domain").nullable().optional(),
57
- profile: FullenrichGetReverseEmailResult_ProfileInfoSchema.nullable().optional(),
58
- lastname: zod.z.string().describe("Contact's last name").nullable().optional(),
59
- firstname: zod.z.string().describe("Contact's first name").nullable().optional()
56
+ domain: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Email domain").optional()),
57
+ profile: zod.z.preprocess((value) => value === null ? void 0 : value, FullenrichGetReverseEmailResult_ProfileInfoSchema.optional()),
58
+ lastname: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Contact's last name").optional()),
59
+ firstname: zod.z.preprocess((value) => value === null ? void 0 : value, zod.z.string().describe("Contact's first name").optional())
60
60
  });
61
61
  const FullenrichGetReverseEmailResult_ReverseEmailDataSchema = zod.z.object({
62
62
  input: FullenrichGetReverseEmailResult_InputInfoSchema.nullable(),
63
63
  contact: FullenrichGetReverseEmailResult_ContactInfoSchema.nullable()
64
64
  });
65
65
  const FullenrichGetReverseEmailResultOutput = zod.z.object({
66
- id: zod.z.string().describe("Unique identifier for the bulk operation"),
66
+ id: zod.z.string().describe("Unique identifier for the bulk operation").nullable(),
67
67
  cost: FullenrichGetReverseEmailResult_CostInfoSchema.nullable(),
68
- name: zod.z.string().describe("Name/label for the operation"),
68
+ name: zod.z.string().describe("Name/label for the operation").nullable(),
69
69
  datas: zod.z.array(FullenrichGetReverseEmailResult_ReverseEmailDataSchema).describe("Array of result objects containing enrichment data"),
70
70
  status: zod.z.enum([
71
71
  "CREATED",
@@ -75,7 +75,7 @@ const FullenrichGetReverseEmailResultOutput = zod.z.object({
75
75
  "FINISHED",
76
76
  "RATE_LIMIT",
77
77
  "UNKNOWN"
78
- ]).describe("Operation status")
78
+ ]).describe("Operation status").nullable()
79
79
  });
80
80
  const fullenrichGetReverseEmailResult = require_action.action("FULLENRICH_GET_REVERSE_EMAIL_RESULT", {
81
81
  slug: "fullenrich-get-reverse-email-result",
@@ -1 +1 @@
1
- {"version":3,"file":"get-reverse-email-result.cjs","names":["z","action"],"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.cjs","names":["z","action"],"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,9 +1,149 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-reverse-email-result.d.ts
4
- declare const FullenrichGetReverseEmailResultInput: z.ZodTypeAny;
5
- declare const FullenrichGetReverseEmailResultOutput: z.ZodTypeAny;
6
- declare const fullenrichGetReverseEmailResult: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const FullenrichGetReverseEmailResultInput: z.ZodObject<{
5
+ reverse_email_id: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const FullenrichGetReverseEmailResultOutput: z.ZodObject<{
8
+ id: z.ZodNullable<z.ZodString>;
9
+ cost: z.ZodNullable<z.ZodObject<{
10
+ credits: z.ZodNullable<z.ZodNumber>;
11
+ }, z.core.$strip>>;
12
+ name: z.ZodNullable<z.ZodString>;
13
+ datas: z.ZodArray<z.ZodObject<{
14
+ input: z.ZodNullable<z.ZodObject<{
15
+ email: z.ZodNullable<z.ZodString>;
16
+ }, z.core.$strip>>;
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>>;
70
+ status: z.ZodNullable<z.ZodEnum<{
71
+ CREATED: "CREATED";
72
+ IN_PROGRESS: "IN_PROGRESS";
73
+ CANCELED: "CANCELED";
74
+ CREDITS_INSUFFICIENT: "CREDITS_INSUFFICIENT";
75
+ FINISHED: "FINISHED";
76
+ RATE_LIMIT: "RATE_LIMIT";
77
+ UNKNOWN: "UNKNOWN";
78
+ }>>;
79
+ }, z.core.$strip>;
80
+ declare const fullenrichGetReverseEmailResult: import("@keystrokehq/action").WorkflowActionDefinition<{
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]>;
7
147
  //#endregion
8
148
  export { fullenrichGetReverseEmailResult };
9
149
  //# sourceMappingURL=get-reverse-email-result.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-reverse-email-result.d.cts","names":[],"sources":["../../src/actions/get-reverse-email-result.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAEyB;AAAA,cAiEjE,qCAAA,EAAuC,CAAA,CAAE,UAMpD;AAAA,cAEW,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-reverse-email-result.d.cts","names":[],"sources":["../../src/actions/get-reverse-email-result.ts"],"mappings":";;;cAIa,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;cAmEpC,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAQrC,+BAAA,gCAA+B,wBAAA"}
@@ -1,9 +1,149 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-reverse-email-result.d.ts
4
- declare const FullenrichGetReverseEmailResultInput: z.ZodTypeAny;
5
- declare const FullenrichGetReverseEmailResultOutput: z.ZodTypeAny;
6
- declare const fullenrichGetReverseEmailResult: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const FullenrichGetReverseEmailResultInput: z.ZodObject<{
5
+ reverse_email_id: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const FullenrichGetReverseEmailResultOutput: z.ZodObject<{
8
+ id: z.ZodNullable<z.ZodString>;
9
+ cost: z.ZodNullable<z.ZodObject<{
10
+ credits: z.ZodNullable<z.ZodNumber>;
11
+ }, z.core.$strip>>;
12
+ name: z.ZodNullable<z.ZodString>;
13
+ datas: z.ZodArray<z.ZodObject<{
14
+ input: z.ZodNullable<z.ZodObject<{
15
+ email: z.ZodNullable<z.ZodString>;
16
+ }, z.core.$strip>>;
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>>;
70
+ status: z.ZodNullable<z.ZodEnum<{
71
+ CREATED: "CREATED";
72
+ IN_PROGRESS: "IN_PROGRESS";
73
+ CANCELED: "CANCELED";
74
+ CREDITS_INSUFFICIENT: "CREDITS_INSUFFICIENT";
75
+ FINISHED: "FINISHED";
76
+ RATE_LIMIT: "RATE_LIMIT";
77
+ UNKNOWN: "UNKNOWN";
78
+ }>>;
79
+ }, z.core.$strip>;
80
+ declare const fullenrichGetReverseEmailResult: import("@keystrokehq/action").WorkflowActionDefinition<{
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]>;
7
147
  //#endregion
8
148
  export { fullenrichGetReverseEmailResult };
9
149
  //# sourceMappingURL=get-reverse-email-result.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-reverse-email-result.d.mts","names":[],"sources":["../../src/actions/get-reverse-email-result.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAEyB;AAAA,cAiEjE,qCAAA,EAAuC,CAAA,CAAE,UAMpD;AAAA,cAEW,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-reverse-email-result.d.mts","names":[],"sources":["../../src/actions/get-reverse-email-result.ts"],"mappings":";;;cAIa,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;cAmEpC,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAQrC,+BAAA,gCAA+B,wBAAA"}