@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,9 +1,41 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/start-bulk-enrichment.d.ts
4
- declare const FullenrichStartBulkEnrichmentInput: z.ZodTypeAny;
5
- declare const FullenrichStartBulkEnrichmentOutput: z.ZodTypeAny;
6
- declare const fullenrichStartBulkEnrichment: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const FullenrichStartBulkEnrichmentInput: z.ZodObject<{
5
+ name: z.ZodString;
6
+ datas: z.ZodArray<z.ZodObject<{
7
+ custom: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
8
+ domain: z.ZodOptional<z.ZodString>;
9
+ lastname: z.ZodOptional<z.ZodString>;
10
+ firstname: z.ZodOptional<z.ZodString>;
11
+ company_name: z.ZodOptional<z.ZodString>;
12
+ linkedin_url: z.ZodOptional<z.ZodString>;
13
+ enrich_fields: z.ZodOptional<z.ZodArray<z.ZodString>>;
14
+ }, z.core.$strip>>;
15
+ checkDomain: z.ZodOptional<z.ZodBoolean>;
16
+ webhook_url: z.ZodOptional<z.ZodString>;
17
+ checkLinkedinUrl: z.ZodOptional<z.ZodBoolean>;
18
+ }, z.core.$strip>;
19
+ declare const FullenrichStartBulkEnrichmentOutput: z.ZodObject<{
20
+ enrichment_id: z.ZodNullable<z.ZodString>;
21
+ }, z.core.$strip>;
22
+ declare const fullenrichStartBulkEnrichment: import("@keystrokehq/action").WorkflowActionDefinition<{
23
+ name: string;
24
+ datas: {
25
+ custom?: Record<string, never> | undefined;
26
+ domain?: string | undefined;
27
+ lastname?: string | undefined;
28
+ firstname?: string | undefined;
29
+ company_name?: string | undefined;
30
+ linkedin_url?: string | undefined;
31
+ enrich_fields?: string[] | undefined;
32
+ }[];
33
+ checkDomain?: boolean | undefined;
34
+ webhook_url?: string | undefined;
35
+ checkLinkedinUrl?: boolean | undefined;
36
+ }, {
37
+ enrichment_id: string | null;
38
+ }, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
39
  //#endregion
8
40
  export { fullenrichStartBulkEnrichment };
9
41
  //# sourceMappingURL=start-bulk-enrichment.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"start-bulk-enrichment.d.mts","names":[],"sources":["../../src/actions/start-bulk-enrichment.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAcjD;AAAA,cACW,mCAAA,EAAqC,CAAA,CAAE,UAElD;AAAA,cAEW,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"start-bulk-enrichment.d.mts","names":[],"sources":["../../src/actions/start-bulk-enrichment.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAelC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;cAInC,6BAAA,gCAA6B,wBAAA;;;aAMxC,MAAA"}
@@ -19,7 +19,7 @@ const fullenrichStartBulkEnrichment = action("FULLENRICH_START_BULK_ENRICHMENT",
19
19
  webhook_url: z.string().describe("URL to receive a POST callback when job finishes, fails, or lacks credits").optional(),
20
20
  checkLinkedinUrl: z.boolean().describe("If false, skip contacts with invalid/missing LinkedIn URLs").optional()
21
21
  }),
22
- output: z.object({ enrichment_id: z.string().describe("ID of the started bulk enrichment job") })
22
+ output: z.object({ enrichment_id: z.string().describe("ID of the started bulk enrichment job").nullable() })
23
23
  });
24
24
  //#endregion
25
25
  export { fullenrichStartBulkEnrichment };
@@ -1 +1 @@
1
- {"version":3,"file":"start-bulk-enrichment.mjs","names":[],"sources":["../../src/actions/start-bulk-enrichment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FullenrichStartBulkEnrichmentInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Human-readable job name (e.g., 'Sales Operations in London')\"),\n datas: z.array(z.object({\n custom: z.object({}).describe(\"Free-form metadata; values must be strings. Numbers or nested objects will error\").optional(),\n domain: z.string().describe(\"Contact's domain; required with firstname and lastname\").optional(),\n lastname: z.string().describe(\"Contact's last name; required if not using linkedin_url\").optional(),\n firstname: z.string().describe(\"Contact's first name; required if not using linkedin_url\").optional(),\n company_name: z.string().describe(\"Contact's company name; alternative to domain when using names\").optional(),\n linkedin_url: z.string().describe(\"Full LinkedIn profile URL. If provided, names and domain/company_name are ignored\").optional(),\n enrich_fields: z.array(z.string()).describe(\"Fields to enrich. Valid values: 'contact.emails', 'contact.personal_emails', 'contact.phones'. Defaults to ['contact.emails', 'contact.phones'] if not specified.\").optional(),\n})).describe(\"List of 1–100 contacts to enrich; see ContactData for details\"),\n checkDomain: z.boolean().describe(\"If false, skip contacts with invalid/missing domains\").optional(),\n webhook_url: z.string().describe(\"URL to receive a POST callback when job finishes, fails, or lacks credits\").optional(),\n checkLinkedinUrl: z.boolean().describe(\"If false, skip contacts with invalid/missing LinkedIn URLs\").optional(),\n});\nexport const FullenrichStartBulkEnrichmentOutput: z.ZodTypeAny = z.object({\n enrichment_id: z.string().describe(\"ID of the started bulk enrichment job\"),\n});\n\nexport const fullenrichStartBulkEnrichment = action(\"FULLENRICH_START_BULK_ENRICHMENT\", {\n slug: \"fullenrich-start-bulk-enrichment\",\n name: \"Start Bulk Enrichment\",\n description: \"Tool to start a bulk enrichment job. Use when you have up to 100 contacts prepared and need batch enrichment. Use after confirming contact data.\",\n input: FullenrichStartBulkEnrichmentInput,\n output: FullenrichStartBulkEnrichmentOutput,\n});\n"],"mappings":";;AAuBA,MAAa,gCAAgC,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAvB8D,EAAE,OAAO;EACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;EACxF,OAAO,EAAE,MAAM,EAAE,OAAO;GACxB,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;GAC3H,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;GAC/F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;GAClG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;GACpG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;GAC7G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;GAChI,eAAe,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mKAAmK,CAAC,CAAC,SAAS;EAC5N,CAAC,CAAC,CAAC,CAAC,SAAS,+DAA+D;EAC1E,aAAa,EAAE,QAAQ,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;EACnG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;EACvH,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CAChH,CASS;CACP,QAT+D,EAAE,OAAO,EACxE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,EAC5E,CAOU;AACV,CAAC"}
1
+ {"version":3,"file":"start-bulk-enrichment.mjs","names":[],"sources":["../../src/actions/start-bulk-enrichment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FullenrichStartBulkEnrichmentInput = z.object({\n name: z.string().describe(\"Human-readable job name (e.g., 'Sales Operations in London')\"),\n datas: z.array(z.object({\n custom: z.object({}).describe(\"Free-form metadata; values must be strings. Numbers or nested objects will error\").optional(),\n domain: z.string().describe(\"Contact's domain; required with firstname and lastname\").optional(),\n lastname: z.string().describe(\"Contact's last name; required if not using linkedin_url\").optional(),\n firstname: z.string().describe(\"Contact's first name; required if not using linkedin_url\").optional(),\n company_name: z.string().describe(\"Contact's company name; alternative to domain when using names\").optional(),\n linkedin_url: z.string().describe(\"Full LinkedIn profile URL. If provided, names and domain/company_name are ignored\").optional(),\n enrich_fields: z.array(z.string()).describe(\"Fields to enrich. Valid values: 'contact.emails', 'contact.personal_emails', 'contact.phones'. Defaults to ['contact.emails', 'contact.phones'] if not specified.\").optional(),\n})).describe(\"List of 1–100 contacts to enrich; see ContactData for details\"),\n checkDomain: z.boolean().describe(\"If false, skip contacts with invalid/missing domains\").optional(),\n webhook_url: z.string().describe(\"URL to receive a POST callback when job finishes, fails, or lacks credits\").optional(),\n checkLinkedinUrl: z.boolean().describe(\"If false, skip contacts with invalid/missing LinkedIn URLs\").optional(),\n});\nexport const FullenrichStartBulkEnrichmentOutput = z.object({\n enrichment_id: z.string().describe(\"ID of the started bulk enrichment job\").nullable(),\n});\n\nexport const fullenrichStartBulkEnrichment = action(\"FULLENRICH_START_BULK_ENRICHMENT\", {\n slug: \"fullenrich-start-bulk-enrichment\",\n name: \"Start Bulk Enrichment\",\n description: \"Tool to start a bulk enrichment job. Use when you have up to 100 contacts prepared and need batch enrichment. Use after confirming contact data.\",\n input: FullenrichStartBulkEnrichmentInput,\n output: FullenrichStartBulkEnrichmentOutput,\n});\n"],"mappings":";;AAuBA,MAAa,gCAAgC,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAvBgD,EAAE,OAAO;EACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;EACxF,OAAO,EAAE,MAAM,EAAE,OAAO;GACxB,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;GAC3H,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;GAC/F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;GAClG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;GACpG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;GAC7G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;GAChI,eAAe,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mKAAmK,CAAC,CAAC,SAAS;EAC5N,CAAC,CAAC,CAAC,CAAC,SAAS,+DAA+D;EAC1E,aAAa,EAAE,QAAQ,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;EACnG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;EACvH,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CAChH,CASS;CACP,QATiD,EAAE,OAAO,EAC1D,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,EACvF,CAOU;AACV,CAAC"}
@@ -2,7 +2,7 @@ const require_action = require("../action.cjs");
2
2
  let zod = require("zod");
3
3
  //#region src/actions/verify-api-key.ts
4
4
  const FullenrichVerifyApiKeyInput = zod.z.object({}).describe("Empty request: no parameters required to verify the API key.");
5
- const FullenrichVerifyApiKeyOutput = zod.z.object({ workspace_id: zod.z.string().describe("The identifier of the workspace associated with the valid API key") });
5
+ const FullenrichVerifyApiKeyOutput = zod.z.object({ workspace_id: zod.z.string().describe("The identifier of the workspace associated with the valid API key").nullable() });
6
6
  const fullenrichVerifyApiKey = require_action.action("FULLENRICH_VERIFY_API_KEY", {
7
7
  slug: "fullenrich-verify-api-key",
8
8
  name: "Verify API Key",
@@ -1 +1 @@
1
- {"version":3,"file":"verify-api-key.cjs","names":["z","action"],"sources":["../../src/actions/verify-api-key.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FullenrichVerifyApiKeyInput: z.ZodTypeAny = z.object({}).describe(\"Empty request: no parameters required to verify the API key.\");\nexport const FullenrichVerifyApiKeyOutput: z.ZodTypeAny = z.object({\n workspace_id: z.string().describe(\"The identifier of the workspace associated with the valid API key\"),\n});\n\nexport const fullenrichVerifyApiKey = action(\"FULLENRICH_VERIFY_API_KEY\", {\n slug: \"fullenrich-verify-api-key\",\n name: \"Verify API Key\",\n description: \"Tool to check if your API key is valid and return the associated workspace ID. Use when you need to verify API key validity before performing other operations.\",\n input: FullenrichVerifyApiKeyInput,\n output: FullenrichVerifyApiKeyOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC7I,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,EACvG,CAAC;AAED,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"verify-api-key.cjs","names":["z","action"],"sources":["../../src/actions/verify-api-key.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FullenrichVerifyApiKeyInput = z.object({}).describe(\"Empty request: no parameters required to verify the API key.\");\nexport const FullenrichVerifyApiKeyOutput = z.object({\n workspace_id: z.string().describe(\"The identifier of the workspace associated with the valid API key\").nullable(),\n});\n\nexport const fullenrichVerifyApiKey = action(\"FULLENRICH_VERIFY_API_KEY\", {\n slug: \"fullenrich-verify-api-key\",\n name: \"Verify API Key\",\n description: \"Tool to check if your API key is valid and return the associated workspace ID. Use when you need to verify API key validity before performing other operations.\",\n input: FullenrichVerifyApiKeyInput,\n output: FullenrichVerifyApiKeyOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA8BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC/H,MAAa,+BAA+BA,IAAAA,EAAE,OAAO,EACnD,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,EAClH,CAAC;AAED,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,13 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/verify-api-key.d.ts
4
- declare const FullenrichVerifyApiKeyInput: z.ZodTypeAny;
5
- declare const FullenrichVerifyApiKeyOutput: z.ZodTypeAny;
6
- declare const fullenrichVerifyApiKey: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const FullenrichVerifyApiKeyInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const FullenrichVerifyApiKeyOutput: z.ZodObject<{
6
+ workspace_id: z.ZodNullable<z.ZodString>;
7
+ }, z.core.$strip>;
8
+ declare const fullenrichVerifyApiKey: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, {
9
+ workspace_id: string | null;
10
+ }, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
11
  //#endregion
8
12
  export { fullenrichVerifyApiKey };
9
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,EAA6B,CAAA,CAAE,UAAkG;AAAA,cACjI,4BAAA,EAA8B,CAAA,CAAE,UAE3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"verify-api-key.d.cts","names":[],"sources":["../../src/actions/verify-api-key.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAI5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA"}
@@ -1,9 +1,13 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/verify-api-key.d.ts
4
- declare const FullenrichVerifyApiKeyInput: z.ZodTypeAny;
5
- declare const FullenrichVerifyApiKeyOutput: z.ZodTypeAny;
6
- declare const fullenrichVerifyApiKey: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const FullenrichVerifyApiKeyInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const FullenrichVerifyApiKeyOutput: z.ZodObject<{
6
+ workspace_id: z.ZodNullable<z.ZodString>;
7
+ }, z.core.$strip>;
8
+ declare const fullenrichVerifyApiKey: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, {
9
+ workspace_id: string | null;
10
+ }, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
11
  //#endregion
8
12
  export { fullenrichVerifyApiKey };
9
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,EAA6B,CAAA,CAAE,UAAkG;AAAA,cACjI,4BAAA,EAA8B,CAAA,CAAE,UAE3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"verify-api-key.d.mts","names":[],"sources":["../../src/actions/verify-api-key.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAI5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA"}
@@ -5,7 +5,7 @@ const fullenrichVerifyApiKey = action("FULLENRICH_VERIFY_API_KEY", {
5
5
  name: "Verify API Key",
6
6
  description: "Tool to check if your API key is valid and return the associated workspace ID. Use when you need to verify API key validity before performing other operations.",
7
7
  input: z.object({}).describe("Empty request: no parameters required to verify the API key."),
8
- output: z.object({ workspace_id: z.string().describe("The identifier of the workspace associated with the valid API key") })
8
+ output: z.object({ workspace_id: z.string().describe("The identifier of the workspace associated with the valid API key").nullable() })
9
9
  });
10
10
  //#endregion
11
11
  export { fullenrichVerifyApiKey };
@@ -1 +1 @@
1
- {"version":3,"file":"verify-api-key.mjs","names":[],"sources":["../../src/actions/verify-api-key.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FullenrichVerifyApiKeyInput: z.ZodTypeAny = z.object({}).describe(\"Empty request: no parameters required to verify the API key.\");\nexport const FullenrichVerifyApiKeyOutput: z.ZodTypeAny = z.object({\n workspace_id: z.string().describe(\"The identifier of the workspace associated with the valid API key\"),\n});\n\nexport const fullenrichVerifyApiKey = action(\"FULLENRICH_VERIFY_API_KEY\", {\n slug: \"fullenrich-verify-api-key\",\n name: \"Verify API Key\",\n description: \"Tool to check if your API key is valid and return the associated workspace ID. Use when you need to verify API key validity before performing other operations.\",\n input: FullenrichVerifyApiKeyInput,\n output: FullenrichVerifyApiKeyOutput,\n});\n"],"mappings":";;AASA,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATuD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DAStE;CACP,QATwD,EAAE,OAAO,EACjE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,EACvG,CAOU;AACV,CAAC"}
1
+ {"version":3,"file":"verify-api-key.mjs","names":[],"sources":["../../src/actions/verify-api-key.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FullenrichVerifyApiKeyInput = z.object({}).describe(\"Empty request: no parameters required to verify the API key.\");\nexport const FullenrichVerifyApiKeyOutput = z.object({\n workspace_id: z.string().describe(\"The identifier of the workspace associated with the valid API key\").nullable(),\n});\n\nexport const fullenrichVerifyApiKey = action(\"FULLENRICH_VERIFY_API_KEY\", {\n slug: \"fullenrich-verify-api-key\",\n name: \"Verify API Key\",\n description: \"Tool to check if your API key is valid and return the associated workspace ID. Use when you need to verify API key validity before performing other operations.\",\n input: FullenrichVerifyApiKeyInput,\n output: FullenrichVerifyApiKeyOutput,\n});\n"],"mappings":";;AASA,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATyC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DASxD;CACP,QAT0C,EAAE,OAAO,EACnD,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,EAClH,CAOU;AACV,CAAC"}
package/dist/catalog.cjs CHANGED
@@ -7,7 +7,13 @@ const fullenrichCatalog = {
7
7
  "category": "Contact Management",
8
8
  "logo": "https://gravatar.com/avatar/0d4b0c4b0c4b0c4b0c4b0c4b0c4b0c4b0",
9
9
  "authKind": "keystroke",
10
- "oauthScopes": []
10
+ "oauthScopes": [],
11
+ "credentialFields": { "api_key": {
12
+ "label": "FullEnrich API Key",
13
+ "secret": true,
14
+ "description": "Your FullEnrich API key, obtainable from your API Dashboard."
15
+ } },
16
+ "credentialScheme": "API_KEY"
11
17
  };
12
18
  //#endregion
13
19
  exports.fullenrichCatalog = fullenrichCatalog;
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const fullenrichCatalog = {\n \"slug\": \"fullenrich\",\n \"name\": \"Fullenrich\",\n \"description\": \"FullEnrich is a B2B email and phone waterfall enrichment platform that aggregates contact information from over 15 premium vendors to find the emails and phone numbers of leads.\",\n \"category\": \"Contact Management\",\n \"logo\": \"https://gravatar.com/avatar/0d4b0c4b0c4b0c4b0c4b0c4b0c4b0c4b0\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,oBAAoB;CAC/B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
1
+ {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const fullenrichCatalog = {\n \"slug\": \"fullenrich\",\n \"name\": \"Fullenrich\",\n \"description\": \"FullEnrich is a B2B email and phone waterfall enrichment platform that aggregates contact information from over 15 premium vendors to find the emails and phone numbers of leads.\",\n \"category\": \"Contact Management\",\n \"logo\": \"https://gravatar.com/avatar/0d4b0c4b0c4b0c4b0c4b0c4b0c4b0c4b0\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"FullEnrich API Key\",\n \"secret\": true,\n \"description\": \"Your FullEnrich API key, obtainable from your API Dashboard.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,oBAAoB;CAC/B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
@@ -8,6 +8,14 @@ declare const fullenrichCatalog: {
8
8
  readonly logo: "https://gravatar.com/avatar/0d4b0c4b0c4b0c4b0c4b0c4b0c4b0c4b0";
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
+ readonly credentialFields: {
12
+ readonly api_key: {
13
+ readonly label: "FullEnrich API Key";
14
+ readonly secret: true;
15
+ readonly description: "Your FullEnrich API key, obtainable from your API Dashboard.";
16
+ };
17
+ };
18
+ readonly credentialScheme: "API_KEY";
11
19
  };
12
20
  //#endregion
13
21
  export { fullenrichCatalog };
@@ -8,6 +8,14 @@ declare const fullenrichCatalog: {
8
8
  readonly logo: "https://gravatar.com/avatar/0d4b0c4b0c4b0c4b0c4b0c4b0c4b0c4b0";
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
+ readonly credentialFields: {
12
+ readonly api_key: {
13
+ readonly label: "FullEnrich API Key";
14
+ readonly secret: true;
15
+ readonly description: "Your FullEnrich API key, obtainable from your API Dashboard.";
16
+ };
17
+ };
18
+ readonly credentialScheme: "API_KEY";
11
19
  };
12
20
  //#endregion
13
21
  export { fullenrichCatalog };
package/dist/catalog.mjs CHANGED
@@ -7,7 +7,13 @@ const fullenrichCatalog = {
7
7
  "category": "Contact Management",
8
8
  "logo": "https://gravatar.com/avatar/0d4b0c4b0c4b0c4b0c4b0c4b0c4b0c4b0",
9
9
  "authKind": "keystroke",
10
- "oauthScopes": []
10
+ "oauthScopes": [],
11
+ "credentialFields": { "api_key": {
12
+ "label": "FullEnrich API Key",
13
+ "secret": true,
14
+ "description": "Your FullEnrich API key, obtainable from your API Dashboard."
15
+ } },
16
+ "credentialScheme": "API_KEY"
11
17
  };
12
18
  //#endregion
13
19
  export { fullenrichCatalog };
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const fullenrichCatalog = {\n \"slug\": \"fullenrich\",\n \"name\": \"Fullenrich\",\n \"description\": \"FullEnrich is a B2B email and phone waterfall enrichment platform that aggregates contact information from over 15 premium vendors to find the emails and phone numbers of leads.\",\n \"category\": \"Contact Management\",\n \"logo\": \"https://gravatar.com/avatar/0d4b0c4b0c4b0c4b0c4b0c4b0c4b0c4b0\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,oBAAoB;CAC/B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
1
+ {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const fullenrichCatalog = {\n \"slug\": \"fullenrich\",\n \"name\": \"Fullenrich\",\n \"description\": \"FullEnrich is a B2B email and phone waterfall enrichment platform that aggregates contact information from over 15 premium vendors to find the emails and phone numbers of leads.\",\n \"category\": \"Contact Management\",\n \"logo\": \"https://gravatar.com/avatar/0d4b0c4b0c4b0c4b0c4b0c4b0c4b0c4b0\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"FullEnrich API Key\",\n \"secret\": true,\n \"description\": \"Your FullEnrich API key, obtainable from your API Dashboard.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,oBAAoB;CAC/B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/fullenrich",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
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.4",
35
35
  "zod": "^4.4.3"
36
36
  },
37
37
  "devDependencies": {