@keystrokehq/fullenrich 0.1.4 → 0.1.6

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 (85) 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 +1 -0
  4. package/dist/actions/create-contact-data-list.cjs.map +1 -1
  5. package/dist/actions/create-contact-data-list.d.cts +3 -12
  6. package/dist/actions/create-contact-data-list.d.cts.map +1 -1
  7. package/dist/actions/create-contact-data-list.d.mts +3 -12
  8. package/dist/actions/create-contact-data-list.d.mts.map +1 -1
  9. package/dist/actions/create-contact-data-list.mjs +1 -0
  10. package/dist/actions/create-contact-data-list.mjs.map +1 -1
  11. package/dist/actions/get-current-credit-balance.cjs +1 -0
  12. package/dist/actions/get-current-credit-balance.cjs.map +1 -1
  13. package/dist/actions/get-current-credit-balance.d.cts +3 -1
  14. package/dist/actions/get-current-credit-balance.d.cts.map +1 -1
  15. package/dist/actions/get-current-credit-balance.d.mts +3 -1
  16. package/dist/actions/get-current-credit-balance.d.mts.map +1 -1
  17. package/dist/actions/get-current-credit-balance.mjs +1 -0
  18. package/dist/actions/get-current-credit-balance.mjs.map +1 -1
  19. package/dist/actions/get-enrichment-result.cjs +1 -0
  20. package/dist/actions/get-enrichment-result.cjs.map +1 -1
  21. package/dist/actions/get-enrichment-result.d.cts +3 -4
  22. package/dist/actions/get-enrichment-result.d.cts.map +1 -1
  23. package/dist/actions/get-enrichment-result.d.mts +3 -4
  24. package/dist/actions/get-enrichment-result.d.mts.map +1 -1
  25. package/dist/actions/get-enrichment-result.mjs +1 -0
  26. package/dist/actions/get-enrichment-result.mjs.map +1 -1
  27. package/dist/actions/get-reverse-email-result.cjs +1 -0
  28. package/dist/actions/get-reverse-email-result.cjs.map +1 -1
  29. package/dist/actions/get-reverse-email-result.d.cts +3 -3
  30. package/dist/actions/get-reverse-email-result.d.cts.map +1 -1
  31. package/dist/actions/get-reverse-email-result.d.mts +3 -3
  32. package/dist/actions/get-reverse-email-result.d.mts.map +1 -1
  33. package/dist/actions/get-reverse-email-result.mjs +1 -0
  34. package/dist/actions/get-reverse-email-result.mjs.map +1 -1
  35. package/dist/actions/reverse-email-lookup.cjs +1 -0
  36. package/dist/actions/reverse-email-lookup.cjs.map +1 -1
  37. package/dist/actions/reverse-email-lookup.d.cts +3 -8
  38. package/dist/actions/reverse-email-lookup.d.cts.map +1 -1
  39. package/dist/actions/reverse-email-lookup.d.mts +3 -8
  40. package/dist/actions/reverse-email-lookup.d.mts.map +1 -1
  41. package/dist/actions/reverse-email-lookup.mjs +1 -0
  42. package/dist/actions/reverse-email-lookup.mjs.map +1 -1
  43. package/dist/actions/search-company.cjs +1 -0
  44. package/dist/actions/search-company.cjs.map +1 -1
  45. package/dist/actions/search-company.d.cts +3 -15
  46. package/dist/actions/search-company.d.cts.map +1 -1
  47. package/dist/actions/search-company.d.mts +3 -15
  48. package/dist/actions/search-company.d.mts.map +1 -1
  49. package/dist/actions/search-company.mjs +1 -0
  50. package/dist/actions/search-company.mjs.map +1 -1
  51. package/dist/actions/search-people.cjs +1 -0
  52. package/dist/actions/search-people.cjs.map +1 -1
  53. package/dist/actions/search-people.d.cts +3 -53
  54. package/dist/actions/search-people.d.cts.map +1 -1
  55. package/dist/actions/search-people.d.mts +3 -53
  56. package/dist/actions/search-people.d.mts.map +1 -1
  57. package/dist/actions/search-people.mjs +1 -0
  58. package/dist/actions/search-people.mjs.map +1 -1
  59. package/dist/actions/start-bulk-enrichment.cjs +1 -0
  60. package/dist/actions/start-bulk-enrichment.cjs.map +1 -1
  61. package/dist/actions/start-bulk-enrichment.d.cts +3 -16
  62. package/dist/actions/start-bulk-enrichment.d.cts.map +1 -1
  63. package/dist/actions/start-bulk-enrichment.d.mts +3 -16
  64. package/dist/actions/start-bulk-enrichment.d.mts.map +1 -1
  65. package/dist/actions/start-bulk-enrichment.mjs +1 -0
  66. package/dist/actions/start-bulk-enrichment.mjs.map +1 -1
  67. package/dist/actions/verify-api-key.cjs +1 -0
  68. package/dist/actions/verify-api-key.cjs.map +1 -1
  69. package/dist/actions/verify-api-key.d.cts +3 -1
  70. package/dist/actions/verify-api-key.d.cts.map +1 -1
  71. package/dist/actions/verify-api-key.d.mts +3 -1
  72. package/dist/actions/verify-api-key.d.mts.map +1 -1
  73. package/dist/actions/verify-api-key.mjs +1 -0
  74. package/dist/actions/verify-api-key.mjs.map +1 -1
  75. package/dist/app.cjs +5 -2
  76. package/dist/app.cjs.map +1 -1
  77. package/dist/app.d.cts +7 -1
  78. package/dist/app.d.cts.map +1 -1
  79. package/dist/app.d.mts +7 -1
  80. package/dist/app.d.mts.map +1 -1
  81. package/dist/app.mjs +3 -2
  82. package/dist/app.mjs.map +1 -1
  83. package/dist/index.d.cts +1 -1
  84. package/dist/index.d.mts +1 -1
  85. package/package.json +2 -2
@@ -1 +1 @@
1
- {"version":3,"file":"start-bulk-enrichment.cjs","names":["z","action"],"sources":["../../src/actions/start-bulk-enrichment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FullenrichStartBulkEnrichmentInput = z.object({\n name: z.string().describe(\"Human-readable job name (e.g., 'Sales Operations in London')\"),\n datas: z.array(z.object({\n custom: z.record(z.string(), z.unknown()).describe(\"Free-form metadata; values must be strings. Numbers or nested objects will error\").optional(),\n domain: z.string().describe(\"Contact's domain; required with firstname and lastname\").optional(),\n lastname: z.string().describe(\"Contact's last name; required if not using linkedin_url\").optional(),\n firstname: z.string().describe(\"Contact's first name; required if not using linkedin_url\").optional(),\n company_name: z.string().describe(\"Contact's company name; alternative to domain when using names\").optional(),\n linkedin_url: z.string().describe(\"Full LinkedIn profile URL. If provided, names and domain/company_name are ignored\").optional(),\n enrich_fields: z.array(z.string()).describe(\"Fields to enrich. Valid values: 'contact.emails', 'contact.personal_emails', 'contact.phones'. Defaults to ['contact.emails', 'contact.phones'] if not specified.\").optional(),\n}).passthrough()).describe(\"List of 1–100 contacts to enrich; see ContactData for details\"),\n checkDomain: z.boolean().describe(\"If false, skip contacts with invalid/missing domains\").optional(),\n webhook_url: z.string().describe(\"URL to receive a POST callback when job finishes, fails, or lacks credits\").optional(),\n checkLinkedinUrl: z.boolean().describe(\"If false, skip contacts with invalid/missing LinkedIn URLs\").optional(),\n});\nexport const FullenrichStartBulkEnrichmentOutput = z.object({\n enrichment_id: z.string().describe(\"ID of the started bulk enrichment job\").nullable(),\n}).passthrough();\n\nexport const fullenrichStartBulkEnrichment = action(\"FULLENRICH_START_BULK_ENRICHMENT\", {\n slug: \"fullenrich-start-bulk-enrichment\",\n name: \"Start Bulk Enrichment\",\n description: \"Tool to start a bulk enrichment job. Use when you have up to 100 contacts prepared and need batch enrichment. Use after confirming contact data.\",\n input: FullenrichStartBulkEnrichmentInput,\n output: FullenrichStartBulkEnrichmentOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAqCA,IAAAA,EAAE,OAAO;CACzD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CACxF,OAAOA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EACxB,QAAQA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;EAChJ,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;EAC/F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;EAClG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;EACpG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;EAC7G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;EAChI,eAAeA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mKAAmK,CAAC,CAAC,SAAS;CAC5N,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,+DAA+D;CACxF,aAAaA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CACnG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;CACvH,kBAAkBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;AAChH,CAAC;AACD,MAAa,sCAAsCA,IAAAA,EAAE,OAAO,EAC1D,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,EACvF,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,gCAAgCC,eAAAA,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"start-bulk-enrichment.cjs","names":["z","action"],"sources":["../../src/actions/start-bulk-enrichment.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { fullenrich } from \"../app\";\n\nexport const FullenrichStartBulkEnrichmentInput = z.object({\n name: z.string().describe(\"Human-readable job name (e.g., 'Sales Operations in London')\"),\n datas: z.array(z.object({\n custom: z.record(z.string(), z.unknown()).describe(\"Free-form metadata; values must be strings. Numbers or nested objects will error\").optional(),\n domain: z.string().describe(\"Contact's domain; required with firstname and lastname\").optional(),\n lastname: z.string().describe(\"Contact's last name; required if not using linkedin_url\").optional(),\n firstname: z.string().describe(\"Contact's first name; required if not using linkedin_url\").optional(),\n company_name: z.string().describe(\"Contact's company name; alternative to domain when using names\").optional(),\n linkedin_url: z.string().describe(\"Full LinkedIn profile URL. If provided, names and domain/company_name are ignored\").optional(),\n enrich_fields: z.array(z.string()).describe(\"Fields to enrich. Valid values: 'contact.emails', 'contact.personal_emails', 'contact.phones'. Defaults to ['contact.emails', 'contact.phones'] if not specified.\").optional(),\n}).passthrough()).describe(\"List of 1–100 contacts to enrich; see ContactData for details\"),\n checkDomain: z.boolean().describe(\"If false, skip contacts with invalid/missing domains\").optional(),\n webhook_url: z.string().describe(\"URL to receive a POST callback when job finishes, fails, or lacks credits\").optional(),\n checkLinkedinUrl: z.boolean().describe(\"If false, skip contacts with invalid/missing LinkedIn URLs\").optional(),\n});\nexport const FullenrichStartBulkEnrichmentOutput = z.object({\n enrichment_id: z.string().describe(\"ID of the started bulk enrichment job\").nullable(),\n}).passthrough();\n\nexport const fullenrichStartBulkEnrichment: AppAction<\n typeof FullenrichStartBulkEnrichmentInput,\n typeof FullenrichStartBulkEnrichmentOutput,\n typeof fullenrich.credential\n> = action(\"FULLENRICH_START_BULK_ENRICHMENT\", {\n slug: \"fullenrich-start-bulk-enrichment\",\n name: \"Start Bulk Enrichment\",\n description: \"Tool to start a bulk enrichment job. Use when you have up to 100 contacts prepared and need batch enrichment. Use after confirming contact data.\",\n input: FullenrichStartBulkEnrichmentInput,\n output: FullenrichStartBulkEnrichmentOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,qCAAqCA,IAAAA,EAAE,OAAO;CACzD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CACxF,OAAOA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EACxB,QAAQA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;EAChJ,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;EAC/F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;EAClG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;EACpG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;EAC7G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;EAChI,eAAeA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mKAAmK,CAAC,CAAC,SAAS;CAC5N,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,+DAA+D;CACxF,aAAaA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CACnG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;CACvH,kBAAkBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;AAChH,CAAC;AACD,MAAa,sCAAsCA,IAAAA,EAAE,OAAO,EAC1D,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,EACvF,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,gCAITC,eAAAA,OAAO,oCAAoC;CAC7C,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,3 +1,5 @@
1
+ import { fullenrich } from "../app.cjs";
2
+ import { AppAction } from "@keystrokehq/keystroke/app";
1
3
  import { z } from "zod";
2
4
 
3
5
  //#region src/actions/start-bulk-enrichment.d.ts
@@ -19,22 +21,7 @@ declare const FullenrichStartBulkEnrichmentInput: z.ZodObject<{
19
21
  declare const FullenrichStartBulkEnrichmentOutput: z.ZodObject<{
20
22
  enrichment_id: z.ZodNullable<z.ZodString>;
21
23
  }, z.core.$loose>;
22
- declare const fullenrichStartBulkEnrichment: import("@keystrokehq/action").WorkflowActionDefinition<{
23
- name: string;
24
- datas: {
25
- [x: string]: unknown;
26
- custom?: Record<string, unknown> | undefined;
27
- domain?: string | undefined;
28
- lastname?: string | undefined;
29
- firstname?: string | undefined;
30
- company_name?: string | undefined;
31
- linkedin_url?: string | undefined;
32
- enrich_fields?: string[] | undefined;
33
- }[];
34
- checkDomain?: boolean | undefined;
35
- webhook_url?: string | undefined;
36
- checkLinkedinUrl?: boolean | undefined;
37
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
24
+ declare const fullenrichStartBulkEnrichment: AppAction<typeof FullenrichStartBulkEnrichmentInput, typeof FullenrichStartBulkEnrichmentOutput, typeof fullenrich.credential>;
38
25
  //#endregion
39
26
  export { fullenrichStartBulkEnrichment };
40
27
  //# sourceMappingURL=start-bulk-enrichment.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"start-bulk-enrichment.d.cts","names":[],"sources":["../../src/actions/start-bulk-enrichment.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAelC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;cAInC,6BAAA,gCAA6B,wBAAA;;;;aAMxC,MAAA"}
1
+ {"version":3,"file":"start-bulk-enrichment.d.cts","names":[],"sources":["../../src/actions/start-bulk-enrichment.ts"],"mappings":";;;;;cAMa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAelC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;cAInC,6BAAA,EAA+B,SAAA,QACnC,kCAAA,SACA,mCAAA,SACA,UAAA,CAAW,UAAA"}
@@ -1,3 +1,5 @@
1
+ import { fullenrich } from "../app.mjs";
2
+ import { AppAction } from "@keystrokehq/keystroke/app";
1
3
  import { z } from "zod";
2
4
 
3
5
  //#region src/actions/start-bulk-enrichment.d.ts
@@ -19,22 +21,7 @@ declare const FullenrichStartBulkEnrichmentInput: z.ZodObject<{
19
21
  declare const FullenrichStartBulkEnrichmentOutput: z.ZodObject<{
20
22
  enrichment_id: z.ZodNullable<z.ZodString>;
21
23
  }, z.core.$loose>;
22
- declare const fullenrichStartBulkEnrichment: import("@keystrokehq/action").WorkflowActionDefinition<{
23
- name: string;
24
- datas: {
25
- [x: string]: unknown;
26
- custom?: Record<string, unknown> | undefined;
27
- domain?: string | undefined;
28
- lastname?: string | undefined;
29
- firstname?: string | undefined;
30
- company_name?: string | undefined;
31
- linkedin_url?: string | undefined;
32
- enrich_fields?: string[] | undefined;
33
- }[];
34
- checkDomain?: boolean | undefined;
35
- webhook_url?: string | undefined;
36
- checkLinkedinUrl?: boolean | undefined;
37
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
24
+ declare const fullenrichStartBulkEnrichment: AppAction<typeof FullenrichStartBulkEnrichmentInput, typeof FullenrichStartBulkEnrichmentOutput, typeof fullenrich.credential>;
38
25
  //#endregion
39
26
  export { fullenrichStartBulkEnrichment };
40
27
  //# sourceMappingURL=start-bulk-enrichment.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"start-bulk-enrichment.d.mts","names":[],"sources":["../../src/actions/start-bulk-enrichment.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAelC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;cAInC,6BAAA,gCAA6B,wBAAA;;;;aAMxC,MAAA"}
1
+ {"version":3,"file":"start-bulk-enrichment.d.mts","names":[],"sources":["../../src/actions/start-bulk-enrichment.ts"],"mappings":";;;;;cAMa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAelC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;cAInC,6BAAA,EAA+B,SAAA,QACnC,kCAAA,SACA,mCAAA,SACA,UAAA,CAAW,UAAA"}
@@ -1,3 +1,4 @@
1
+ import "../app.mjs";
1
2
  import { action } from "../action.mjs";
2
3
  import { z } from "zod";
3
4
  const fullenrichStartBulkEnrichment = action("FULLENRICH_START_BULK_ENRICHMENT", {
@@ -1 +1 @@
1
- {"version":3,"file":"start-bulk-enrichment.mjs","names":[],"sources":["../../src/actions/start-bulk-enrichment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FullenrichStartBulkEnrichmentInput = z.object({\n name: z.string().describe(\"Human-readable job name (e.g., 'Sales Operations in London')\"),\n datas: z.array(z.object({\n custom: z.record(z.string(), z.unknown()).describe(\"Free-form metadata; values must be strings. Numbers or nested objects will error\").optional(),\n domain: z.string().describe(\"Contact's domain; required with firstname and lastname\").optional(),\n lastname: z.string().describe(\"Contact's last name; required if not using linkedin_url\").optional(),\n firstname: z.string().describe(\"Contact's first name; required if not using linkedin_url\").optional(),\n company_name: z.string().describe(\"Contact's company name; alternative to domain when using names\").optional(),\n linkedin_url: z.string().describe(\"Full LinkedIn profile URL. If provided, names and domain/company_name are ignored\").optional(),\n enrich_fields: z.array(z.string()).describe(\"Fields to enrich. Valid values: 'contact.emails', 'contact.personal_emails', 'contact.phones'. Defaults to ['contact.emails', 'contact.phones'] if not specified.\").optional(),\n}).passthrough()).describe(\"List of 1–100 contacts to enrich; see ContactData for details\"),\n checkDomain: z.boolean().describe(\"If false, skip contacts with invalid/missing domains\").optional(),\n webhook_url: z.string().describe(\"URL to receive a POST callback when job finishes, fails, or lacks credits\").optional(),\n checkLinkedinUrl: z.boolean().describe(\"If false, skip contacts with invalid/missing LinkedIn URLs\").optional(),\n});\nexport const FullenrichStartBulkEnrichmentOutput = z.object({\n enrichment_id: z.string().describe(\"ID of the started bulk enrichment job\").nullable(),\n}).passthrough();\n\nexport const fullenrichStartBulkEnrichment = action(\"FULLENRICH_START_BULK_ENRICHMENT\", {\n slug: \"fullenrich-start-bulk-enrichment\",\n name: \"Start Bulk Enrichment\",\n description: \"Tool to start a bulk enrichment job. Use when you have up to 100 contacts prepared and need batch enrichment. Use after confirming contact data.\",\n input: FullenrichStartBulkEnrichmentInput,\n output: FullenrichStartBulkEnrichmentOutput,\n});\n"],"mappings":";;AAuBA,MAAa,gCAAgC,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAvBgD,EAAE,OAAO;EACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;EACxF,OAAO,EAAE,MAAM,EAAE,OAAO;GACxB,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;GAChJ,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;GAC/F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;GAClG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;GACpG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;GAC7G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;GAChI,eAAe,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mKAAmK,CAAC,CAAC,SAAS;EAC5N,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,+DAA+D;EACxF,aAAa,EAAE,QAAQ,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;EACnG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;EACvH,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CAChH,CASS;CACP,QATiD,EAAE,OAAO,EAC1D,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,EACvF,CAAC,CAAC,CAAC,YAOO;AACV,CAAC"}
1
+ {"version":3,"file":"start-bulk-enrichment.mjs","names":[],"sources":["../../src/actions/start-bulk-enrichment.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { fullenrich } from \"../app\";\n\nexport const FullenrichStartBulkEnrichmentInput = z.object({\n name: z.string().describe(\"Human-readable job name (e.g., 'Sales Operations in London')\"),\n datas: z.array(z.object({\n custom: z.record(z.string(), z.unknown()).describe(\"Free-form metadata; values must be strings. Numbers or nested objects will error\").optional(),\n domain: z.string().describe(\"Contact's domain; required with firstname and lastname\").optional(),\n lastname: z.string().describe(\"Contact's last name; required if not using linkedin_url\").optional(),\n firstname: z.string().describe(\"Contact's first name; required if not using linkedin_url\").optional(),\n company_name: z.string().describe(\"Contact's company name; alternative to domain when using names\").optional(),\n linkedin_url: z.string().describe(\"Full LinkedIn profile URL. If provided, names and domain/company_name are ignored\").optional(),\n enrich_fields: z.array(z.string()).describe(\"Fields to enrich. Valid values: 'contact.emails', 'contact.personal_emails', 'contact.phones'. Defaults to ['contact.emails', 'contact.phones'] if not specified.\").optional(),\n}).passthrough()).describe(\"List of 1–100 contacts to enrich; see ContactData for details\"),\n checkDomain: z.boolean().describe(\"If false, skip contacts with invalid/missing domains\").optional(),\n webhook_url: z.string().describe(\"URL to receive a POST callback when job finishes, fails, or lacks credits\").optional(),\n checkLinkedinUrl: z.boolean().describe(\"If false, skip contacts with invalid/missing LinkedIn URLs\").optional(),\n});\nexport const FullenrichStartBulkEnrichmentOutput = z.object({\n enrichment_id: z.string().describe(\"ID of the started bulk enrichment job\").nullable(),\n}).passthrough();\n\nexport const fullenrichStartBulkEnrichment: AppAction<\n typeof FullenrichStartBulkEnrichmentInput,\n typeof FullenrichStartBulkEnrichmentOutput,\n typeof fullenrich.credential\n> = action(\"FULLENRICH_START_BULK_ENRICHMENT\", {\n slug: \"fullenrich-start-bulk-enrichment\",\n name: \"Start Bulk Enrichment\",\n description: \"Tool to start a bulk enrichment job. Use when you have up to 100 contacts prepared and need batch enrichment. Use after confirming contact data.\",\n input: FullenrichStartBulkEnrichmentInput,\n output: FullenrichStartBulkEnrichmentOutput,\n});\n"],"mappings":";;;AAyBA,MAAa,gCAIT,OAAO,oCAAoC;CAC7C,MAAM;CACN,MAAM;CACN,aAAa;CACb,OA3BgD,EAAE,OAAO;EACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;EACxF,OAAO,EAAE,MAAM,EAAE,OAAO;GACxB,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;GAChJ,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;GAC/F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;GAClG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;GACpG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;GAC7G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;GAChI,eAAe,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mKAAmK,CAAC,CAAC,SAAS;EAC5N,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,+DAA+D;EACxF,aAAa,EAAE,QAAQ,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;EACnG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;EACvH,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CAChH,CAaS;CACP,QAbiD,EAAE,OAAO,EAC1D,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,EACvF,CAAC,CAAC,CAAC,YAWO;AACV,CAAC"}
@@ -1,3 +1,4 @@
1
+ require("../app.cjs");
1
2
  const require_action = require("../action.cjs");
2
3
  let zod = require("zod");
3
4
  //#region src/actions/verify-api-key.ts
@@ -1 +1 @@
1
- {"version":3,"file":"verify-api-key.cjs","names":["z","action"],"sources":["../../src/actions/verify-api-key.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FullenrichVerifyApiKeyInput = z.object({}).describe(\"Empty request: no parameters required to verify the API key.\");\nexport const FullenrichVerifyApiKeyOutput = z.object({\n workspace_id: z.string().describe(\"The identifier of the workspace associated with the valid API key\").nullable(),\n}).passthrough();\n\nexport const fullenrichVerifyApiKey = action(\"FULLENRICH_VERIFY_API_KEY\", {\n slug: \"fullenrich-verify-api-key\",\n name: \"Verify API Key\",\n description: \"Tool to check if your API key is valid and return the associated workspace ID. Use when you need to verify API key validity before performing other operations.\",\n input: FullenrichVerifyApiKeyInput,\n output: FullenrichVerifyApiKeyOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA8BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC/H,MAAa,+BAA+BA,IAAAA,EAAE,OAAO,EACnD,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,EAClH,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"verify-api-key.cjs","names":["z","action"],"sources":["../../src/actions/verify-api-key.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { fullenrich } from \"../app\";\n\nexport const FullenrichVerifyApiKeyInput = z.object({}).describe(\"Empty request: no parameters required to verify the API key.\");\nexport const FullenrichVerifyApiKeyOutput = z.object({\n workspace_id: z.string().describe(\"The identifier of the workspace associated with the valid API key\").nullable(),\n}).passthrough();\n\nexport const fullenrichVerifyApiKey: AppAction<\n typeof FullenrichVerifyApiKeyInput,\n typeof FullenrichVerifyApiKeyOutput,\n typeof fullenrich.credential\n> = action(\"FULLENRICH_VERIFY_API_KEY\", {\n slug: \"fullenrich-verify-api-key\",\n name: \"Verify API Key\",\n description: \"Tool to check if your API key is valid and return the associated workspace ID. Use when you need to verify API key validity before performing other operations.\",\n input: FullenrichVerifyApiKeyInput,\n output: FullenrichVerifyApiKeyOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,8BAA8BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC/H,MAAa,+BAA+BA,IAAAA,EAAE,OAAO,EACnD,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,EAClH,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,yBAITC,eAAAA,OAAO,6BAA6B;CACtC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,3 +1,5 @@
1
+ import { fullenrich } from "../app.cjs";
2
+ import { AppAction } from "@keystrokehq/keystroke/app";
1
3
  import { z } from "zod";
2
4
 
3
5
  //#region src/actions/verify-api-key.d.ts
@@ -5,7 +7,7 @@ declare const FullenrichVerifyApiKeyInput: z.ZodObject<{}, z.core.$strip>;
5
7
  declare const FullenrichVerifyApiKeyOutput: z.ZodObject<{
6
8
  workspace_id: z.ZodNullable<z.ZodString>;
7
9
  }, z.core.$loose>;
8
- declare const fullenrichVerifyApiKey: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
10
+ declare const fullenrichVerifyApiKey: AppAction<typeof FullenrichVerifyApiKeyInput, typeof FullenrichVerifyApiKeyOutput, typeof fullenrich.credential>;
9
11
  //#endregion
10
12
  export { fullenrichVerifyApiKey };
11
13
  //# sourceMappingURL=verify-api-key.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"verify-api-key.d.cts","names":[],"sources":["../../src/actions/verify-api-key.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAI5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"verify-api-key.d.cts","names":[],"sources":["../../src/actions/verify-api-key.ts"],"mappings":";;;;;cAMa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAI5B,sBAAA,EAAwB,SAAA,QAC5B,2BAAA,SACA,4BAAA,SACA,UAAA,CAAW,UAAA"}
@@ -1,3 +1,5 @@
1
+ import { fullenrich } from "../app.mjs";
2
+ import { AppAction } from "@keystrokehq/keystroke/app";
1
3
  import { z } from "zod";
2
4
 
3
5
  //#region src/actions/verify-api-key.d.ts
@@ -5,7 +7,7 @@ declare const FullenrichVerifyApiKeyInput: z.ZodObject<{}, z.core.$strip>;
5
7
  declare const FullenrichVerifyApiKeyOutput: z.ZodObject<{
6
8
  workspace_id: z.ZodNullable<z.ZodString>;
7
9
  }, z.core.$loose>;
8
- declare const fullenrichVerifyApiKey: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
10
+ declare const fullenrichVerifyApiKey: AppAction<typeof FullenrichVerifyApiKeyInput, typeof FullenrichVerifyApiKeyOutput, typeof fullenrich.credential>;
9
11
  //#endregion
10
12
  export { fullenrichVerifyApiKey };
11
13
  //# sourceMappingURL=verify-api-key.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"verify-api-key.d.mts","names":[],"sources":["../../src/actions/verify-api-key.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAI5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"verify-api-key.d.mts","names":[],"sources":["../../src/actions/verify-api-key.ts"],"mappings":";;;;;cAMa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAI5B,sBAAA,EAAwB,SAAA,QAC5B,2BAAA,SACA,4BAAA,SACA,UAAA,CAAW,UAAA"}
@@ -1,3 +1,4 @@
1
+ import "../app.mjs";
1
2
  import { action } from "../action.mjs";
2
3
  import { z } from "zod";
3
4
  const fullenrichVerifyApiKey = action("FULLENRICH_VERIFY_API_KEY", {
@@ -1 +1 @@
1
- {"version":3,"file":"verify-api-key.mjs","names":[],"sources":["../../src/actions/verify-api-key.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FullenrichVerifyApiKeyInput = z.object({}).describe(\"Empty request: no parameters required to verify the API key.\");\nexport const FullenrichVerifyApiKeyOutput = z.object({\n workspace_id: z.string().describe(\"The identifier of the workspace associated with the valid API key\").nullable(),\n}).passthrough();\n\nexport const fullenrichVerifyApiKey = action(\"FULLENRICH_VERIFY_API_KEY\", {\n slug: \"fullenrich-verify-api-key\",\n name: \"Verify API Key\",\n description: \"Tool to check if your API key is valid and return the associated workspace ID. Use when you need to verify API key validity before performing other operations.\",\n input: FullenrichVerifyApiKeyInput,\n output: FullenrichVerifyApiKeyOutput,\n});\n"],"mappings":";;AASA,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATyC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DASxD;CACP,QAT0C,EAAE,OAAO,EACnD,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,EAClH,CAAC,CAAC,CAAC,YAOO;AACV,CAAC"}
1
+ {"version":3,"file":"verify-api-key.mjs","names":[],"sources":["../../src/actions/verify-api-key.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { fullenrich } from \"../app\";\n\nexport const FullenrichVerifyApiKeyInput = z.object({}).describe(\"Empty request: no parameters required to verify the API key.\");\nexport const FullenrichVerifyApiKeyOutput = z.object({\n workspace_id: z.string().describe(\"The identifier of the workspace associated with the valid API key\").nullable(),\n}).passthrough();\n\nexport const fullenrichVerifyApiKey: AppAction<\n typeof FullenrichVerifyApiKeyInput,\n typeof FullenrichVerifyApiKeyOutput,\n typeof fullenrich.credential\n> = action(\"FULLENRICH_VERIFY_API_KEY\", {\n slug: \"fullenrich-verify-api-key\",\n name: \"Verify API Key\",\n description: \"Tool to check if your API key is valid and return the associated workspace ID. Use when you need to verify API key validity before performing other operations.\",\n input: FullenrichVerifyApiKeyInput,\n output: FullenrichVerifyApiKeyOutput,\n});\n"],"mappings":";;;AAWA,MAAa,yBAIT,OAAO,6BAA6B;CACtC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbyC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DAaxD;CACP,QAb0C,EAAE,OAAO,EACnD,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,EAClH,CAAC,CAAC,CAAC,YAWO;AACV,CAAC"}
package/dist/app.cjs CHANGED
@@ -1,7 +1,10 @@
1
+ let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
1
2
  //#region src/app.ts
2
- const fullenrich = (0, require("@keystrokehq/keystroke/app").defineApp)({
3
+ const credential = { generic_api_key: require("zod").z.string() };
4
+ const fullenrich = (0, _keystrokehq_keystroke_app.defineApp)({
3
5
  slug: "fullenrich",
4
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential
5
8
  });
6
9
  //#endregion
7
10
  exports.fullenrich = fullenrich;
package/dist/app.cjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const fullenrich = defineApp({\n slug: \"fullenrich\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,cAAA,uCAAA,CAAA,CAAA,UAAA,CAAuB;CAClC,MAAM;CACN,MAAM;AACR,CAAC"}
1
+ {"version":3,"file":"app.cjs","names":["z"],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp, type KeystrokeApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nconst credential = {\n generic_api_key: z.string(),\n};\n\nexport const fullenrich: KeystrokeApp<\"fullenrich\", typeof credential> = defineApp({\n slug: \"fullenrich\",\n auth: \"keystroke\",\n credential,\n});\n"],"mappings":";;AAGA,MAAM,aAAa,EACjB,8BAAiBA,CAAAA,CAAAA,EAAE,OAAO,EAC5B;AAEA,MAAa,cAAA,GAAA,2BAAA,UAAA,CAAsE;CACjF,MAAM;CACN,MAAM;CACN;AACF,CAAC"}
package/dist/app.d.cts CHANGED
@@ -1,5 +1,11 @@
1
+ import { KeystrokeApp } from "@keystrokehq/keystroke/app";
2
+ import { z } from "zod";
3
+
1
4
  //#region src/app.d.ts
2
- declare const fullenrich: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
5
+ declare const credential: {
6
+ generic_api_key: z.ZodString;
7
+ };
8
+ declare const fullenrich: KeystrokeApp<"fullenrich", typeof credential>;
3
9
  //#endregion
4
10
  export { fullenrich };
5
11
  //# sourceMappingURL=app.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,UAAA,6BAAU,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;;cAGM,UAAA;mBAEL,CAAA,CAAA,SAAA;AAAA;AAAA,cAEY,UAAA,EAAY,YAAY,sBAAsB,UAAA"}
package/dist/app.d.mts CHANGED
@@ -1,5 +1,11 @@
1
+ import { KeystrokeApp } from "@keystrokehq/keystroke/app";
2
+ import { z } from "zod";
3
+
1
4
  //#region src/app.d.ts
2
- declare const fullenrich: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
5
+ declare const credential: {
6
+ generic_api_key: z.ZodString;
7
+ };
8
+ declare const fullenrich: KeystrokeApp<"fullenrich", typeof credential>;
3
9
  //#endregion
4
10
  export { fullenrich };
5
11
  //# sourceMappingURL=app.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,UAAA,6BAAU,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;;cAGM,UAAA;mBAEL,CAAA,CAAA,SAAA;AAAA;AAAA,cAEY,UAAA,EAAY,YAAY,sBAAsB,UAAA"}
package/dist/app.mjs CHANGED
@@ -1,8 +1,9 @@
1
1
  import { defineApp } from "@keystrokehq/keystroke/app";
2
- //#region src/app.ts
2
+ import { z } from "zod";
3
3
  const fullenrich = defineApp({
4
4
  slug: "fullenrich",
5
- auth: "keystroke"
5
+ auth: "keystroke",
6
+ credential: { generic_api_key: z.string() }
6
7
  });
7
8
  //#endregion
8
9
  export { fullenrich };
package/dist/app.mjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const fullenrich = defineApp({\n slug: \"fullenrich\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,aAAa,UAAU;CAClC,MAAM;CACN,MAAM;AACR,CAAC"}
1
+ {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp, type KeystrokeApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nconst credential = {\n generic_api_key: z.string(),\n};\n\nexport const fullenrich: KeystrokeApp<\"fullenrich\", typeof credential> = defineApp({\n slug: \"fullenrich\",\n auth: \"keystroke\",\n credential,\n});\n"],"mappings":";;AAOA,MAAa,aAA4D,UAAU;CACjF,MAAM;CACN,MAAM;CACN,cANA,iBAAiB,EAAE,OAAO,EAM1B;AACF,CAAC"}
package/dist/index.d.cts CHANGED
@@ -1,3 +1,4 @@
1
+ import { fullenrich } from "./app.cjs";
1
2
  import { fullenrichCreateContactDataList } from "./actions/create-contact-data-list.cjs";
2
3
  import { fullenrichGetCurrentCreditBalance } from "./actions/get-current-credit-balance.cjs";
3
4
  import { fullenrichGetEnrichmentResult } from "./actions/get-enrichment-result.cjs";
@@ -7,6 +8,5 @@ import { fullenrichSearchCompany } from "./actions/search-company.cjs";
7
8
  import { fullenrichSearchPeople } from "./actions/search-people.cjs";
8
9
  import { fullenrichStartBulkEnrichment } from "./actions/start-bulk-enrichment.cjs";
9
10
  import { fullenrichVerifyApiKey } from "./actions/verify-api-key.cjs";
10
- import { fullenrich } from "./app.cjs";
11
11
  import { fullenrichCatalog } from "./catalog.cjs";
12
12
  export { fullenrich, fullenrichCatalog, fullenrichCreateContactDataList, fullenrichGetCurrentCreditBalance, fullenrichGetEnrichmentResult, fullenrichGetReverseEmailResult, fullenrichReverseEmailLookup, fullenrichSearchCompany, fullenrichSearchPeople, fullenrichStartBulkEnrichment, fullenrichVerifyApiKey };
package/dist/index.d.mts CHANGED
@@ -1,3 +1,4 @@
1
+ import { fullenrich } from "./app.mjs";
1
2
  import { fullenrichCreateContactDataList } from "./actions/create-contact-data-list.mjs";
2
3
  import { fullenrichGetCurrentCreditBalance } from "./actions/get-current-credit-balance.mjs";
3
4
  import { fullenrichGetEnrichmentResult } from "./actions/get-enrichment-result.mjs";
@@ -7,6 +8,5 @@ import { fullenrichSearchCompany } from "./actions/search-company.mjs";
7
8
  import { fullenrichSearchPeople } from "./actions/search-people.mjs";
8
9
  import { fullenrichStartBulkEnrichment } from "./actions/start-bulk-enrichment.mjs";
9
10
  import { fullenrichVerifyApiKey } from "./actions/verify-api-key.mjs";
10
- import { fullenrich } from "./app.mjs";
11
11
  import { fullenrichCatalog } from "./catalog.mjs";
12
12
  export { fullenrich, fullenrichCatalog, fullenrichCreateContactDataList, fullenrichGetCurrentCreditBalance, fullenrichGetEnrichmentResult, fullenrichGetReverseEmailResult, fullenrichReverseEmailLookup, fullenrichSearchCompany, fullenrichSearchPeople, fullenrichStartBulkEnrichment, fullenrichVerifyApiKey };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/fullenrich",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -31,7 +31,7 @@
31
31
  }
32
32
  },
33
33
  "peerDependencies": {
34
- "@keystrokehq/keystroke": ">=0.1.4",
34
+ "@keystrokehq/keystroke": ">=0.1.104",
35
35
  "zod": "^4.4.3"
36
36
  },
37
37
  "devDependencies": {