@keystrokehq/rocket_reach 0.1.0

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 (130) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/check-person-status.cjs +20 -0
  7. package/dist/actions/check-person-status.cjs.map +1 -0
  8. package/dist/actions/check-person-status.d.cts +9 -0
  9. package/dist/actions/check-person-status.d.cts.map +1 -0
  10. package/dist/actions/check-person-status.d.mts +9 -0
  11. package/dist/actions/check-person-status.d.mts.map +1 -0
  12. package/dist/actions/check-person-status.mjs +19 -0
  13. package/dist/actions/check-person-status.mjs.map +1 -0
  14. package/dist/actions/get-account.cjs +16 -0
  15. package/dist/actions/get-account.cjs.map +1 -0
  16. package/dist/actions/get-account.d.cts +9 -0
  17. package/dist/actions/get-account.d.cts.map +1 -0
  18. package/dist/actions/get-account.d.mts +9 -0
  19. package/dist/actions/get-account.d.mts.map +1 -0
  20. package/dist/actions/get-account.mjs +13 -0
  21. package/dist/actions/get-account.mjs.map +1 -0
  22. package/dist/actions/get-company-funding.cjs +25 -0
  23. package/dist/actions/get-company-funding.cjs.map +1 -0
  24. package/dist/actions/get-company-funding.d.cts +9 -0
  25. package/dist/actions/get-company-funding.d.cts.map +1 -0
  26. package/dist/actions/get-company-funding.d.mts +9 -0
  27. package/dist/actions/get-company-funding.d.mts.map +1 -0
  28. package/dist/actions/get-company-funding.mjs +24 -0
  29. package/dist/actions/get-company-funding.mjs.map +1 -0
  30. package/dist/actions/get-company-growth.cjs +16 -0
  31. package/dist/actions/get-company-growth.cjs.map +1 -0
  32. package/dist/actions/get-company-growth.d.cts +9 -0
  33. package/dist/actions/get-company-growth.d.cts.map +1 -0
  34. package/dist/actions/get-company-growth.d.mts +9 -0
  35. package/dist/actions/get-company-growth.d.mts.map +1 -0
  36. package/dist/actions/get-company-growth.mjs +13 -0
  37. package/dist/actions/get-company-growth.mjs.map +1 -0
  38. package/dist/actions/get-company-industries.cjs +16 -0
  39. package/dist/actions/get-company-industries.cjs.map +1 -0
  40. package/dist/actions/get-company-industries.d.cts +9 -0
  41. package/dist/actions/get-company-industries.d.cts.map +1 -0
  42. package/dist/actions/get-company-industries.d.mts +9 -0
  43. package/dist/actions/get-company-industries.d.mts.map +1 -0
  44. package/dist/actions/get-company-industries.mjs +13 -0
  45. package/dist/actions/get-company-industries.mjs.map +1 -0
  46. package/dist/actions/get-company-size.cjs +16 -0
  47. package/dist/actions/get-company-size.cjs.map +1 -0
  48. package/dist/actions/get-company-size.d.cts +9 -0
  49. package/dist/actions/get-company-size.d.cts.map +1 -0
  50. package/dist/actions/get-company-size.d.mts +9 -0
  51. package/dist/actions/get-company-size.d.mts.map +1 -0
  52. package/dist/actions/get-company-size.mjs +13 -0
  53. package/dist/actions/get-company-size.mjs.map +1 -0
  54. package/dist/actions/get-company-tech-stack.cjs +16 -0
  55. package/dist/actions/get-company-tech-stack.cjs.map +1 -0
  56. package/dist/actions/get-company-tech-stack.d.cts +9 -0
  57. package/dist/actions/get-company-tech-stack.d.cts.map +1 -0
  58. package/dist/actions/get-company-tech-stack.d.mts +9 -0
  59. package/dist/actions/get-company-tech-stack.d.mts.map +1 -0
  60. package/dist/actions/get-company-tech-stack.mjs +13 -0
  61. package/dist/actions/get-company-tech-stack.mjs.map +1 -0
  62. package/dist/actions/index.cjs +25 -0
  63. package/dist/actions/index.d.cts +13 -0
  64. package/dist/actions/index.d.mts +13 -0
  65. package/dist/actions/index.mjs +13 -0
  66. package/dist/actions/lookup-company.cjs +16 -0
  67. package/dist/actions/lookup-company.cjs.map +1 -0
  68. package/dist/actions/lookup-company.d.cts +9 -0
  69. package/dist/actions/lookup-company.d.cts.map +1 -0
  70. package/dist/actions/lookup-company.d.mts +9 -0
  71. package/dist/actions/lookup-company.d.mts.map +1 -0
  72. package/dist/actions/lookup-company.mjs +13 -0
  73. package/dist/actions/lookup-company.mjs.map +1 -0
  74. package/dist/actions/lookup-person-and-company.cjs +69 -0
  75. package/dist/actions/lookup-person-and-company.cjs.map +1 -0
  76. package/dist/actions/lookup-person-and-company.d.cts +9 -0
  77. package/dist/actions/lookup-person-and-company.d.cts.map +1 -0
  78. package/dist/actions/lookup-person-and-company.d.mts +9 -0
  79. package/dist/actions/lookup-person-and-company.d.mts.map +1 -0
  80. package/dist/actions/lookup-person-and-company.mjs +68 -0
  81. package/dist/actions/lookup-person-and-company.mjs.map +1 -0
  82. package/dist/actions/lookup-person.cjs +16 -0
  83. package/dist/actions/lookup-person.cjs.map +1 -0
  84. package/dist/actions/lookup-person.d.cts +9 -0
  85. package/dist/actions/lookup-person.d.cts.map +1 -0
  86. package/dist/actions/lookup-person.d.mts +9 -0
  87. package/dist/actions/lookup-person.d.mts.map +1 -0
  88. package/dist/actions/lookup-person.mjs +13 -0
  89. package/dist/actions/lookup-person.mjs.map +1 -0
  90. package/dist/actions/search-companies.cjs +43 -0
  91. package/dist/actions/search-companies.cjs.map +1 -0
  92. package/dist/actions/search-companies.d.cts +9 -0
  93. package/dist/actions/search-companies.d.cts.map +1 -0
  94. package/dist/actions/search-companies.d.mts +9 -0
  95. package/dist/actions/search-companies.d.mts.map +1 -0
  96. package/dist/actions/search-companies.mjs +42 -0
  97. package/dist/actions/search-companies.mjs.map +1 -0
  98. package/dist/actions/search-people.cjs +41 -0
  99. package/dist/actions/search-people.cjs.map +1 -0
  100. package/dist/actions/search-people.d.cts +9 -0
  101. package/dist/actions/search-people.d.cts.map +1 -0
  102. package/dist/actions/search-people.d.mts +9 -0
  103. package/dist/actions/search-people.d.mts.map +1 -0
  104. package/dist/actions/search-people.mjs +40 -0
  105. package/dist/actions/search-people.mjs.map +1 -0
  106. package/dist/app.cjs +9 -0
  107. package/dist/app.cjs.map +1 -0
  108. package/dist/app.d.cts +5 -0
  109. package/dist/app.d.cts.map +1 -0
  110. package/dist/app.d.mts +5 -0
  111. package/dist/app.d.mts.map +1 -0
  112. package/dist/app.mjs +10 -0
  113. package/dist/app.mjs.map +1 -0
  114. package/dist/catalog.cjs +15 -0
  115. package/dist/catalog.cjs.map +1 -0
  116. package/dist/catalog.d.cts +14 -0
  117. package/dist/catalog.d.cts.map +1 -0
  118. package/dist/catalog.d.mts +14 -0
  119. package/dist/catalog.d.mts.map +1 -0
  120. package/dist/catalog.mjs +15 -0
  121. package/dist/catalog.mjs.map +1 -0
  122. package/dist/execute.cjs +18 -0
  123. package/dist/execute.cjs.map +1 -0
  124. package/dist/execute.mjs +18 -0
  125. package/dist/execute.mjs.map +1 -0
  126. package/dist/index.cjs +30 -0
  127. package/dist/index.d.cts +15 -0
  128. package/dist/index.d.mts +15 -0
  129. package/dist/index.mjs +16 -0
  130. package/package.json +49 -0
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # @keystrokehq/rocket_reach
2
+
3
+ Keystroke-managed integration.
4
+
5
+ **App:** `rocket_reach`
6
+ **Version:** `20260615_00`
7
+ **Actions:** 12
8
+
9
+ ```ts
10
+ import { defineAgent } from "@keystrokehq/keystroke/agent";
11
+ import { rocketReachCheckPersonStatus } from "@keystrokehq/rocket_reach/actions";
12
+
13
+ export default defineAgent({
14
+ key: "rocket_reach-agent",
15
+ tools: [rocketReachCheckPersonStatus],
16
+ });
17
+ ```
@@ -0,0 +1,21 @@
1
+ const require_app = require("./app.cjs");
2
+ const require_execute = require("./execute.cjs");
3
+ require("zod");
4
+ //#region src/action.ts
5
+ /** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
6
+ function action(tool, def) {
7
+ return require_app.rocketReach.action({
8
+ slug: def.slug,
9
+ name: def.name,
10
+ description: def.description,
11
+ input: def.input,
12
+ output: def.output,
13
+ async run(input) {
14
+ return def.output.parse(await require_execute.executeRocketReachTool(tool, input));
15
+ }
16
+ });
17
+ }
18
+ //#endregion
19
+ exports.action = action;
20
+
21
+ //# sourceMappingURL=action.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action.cjs","names":["rocketReach","executeRocketReachTool"],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { rocketReach } from \"./app\";\nimport { executeRocketReachTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return rocketReach.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executeRocketReachTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAOA,YAAAA,YAAY,OAAO;EACxB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAMC,gBAAAA,uBAAuB,MAAM,KAAgC,CAAC;EAC9F;CACF,CAAC;AACH"}
@@ -0,0 +1,21 @@
1
+ import { rocketReach } from "./app.mjs";
2
+ import { executeRocketReachTool } from "./execute.mjs";
3
+ import "zod";
4
+ //#region src/action.ts
5
+ /** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
6
+ function action(tool, def) {
7
+ return rocketReach.action({
8
+ slug: def.slug,
9
+ name: def.name,
10
+ description: def.description,
11
+ input: def.input,
12
+ output: def.output,
13
+ async run(input) {
14
+ return def.output.parse(await executeRocketReachTool(tool, input));
15
+ }
16
+ });
17
+ }
18
+ //#endregion
19
+ export { action };
20
+
21
+ //# sourceMappingURL=action.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action.mjs","names":[],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { rocketReach } from \"./app\";\nimport { executeRocketReachTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return rocketReach.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executeRocketReachTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAO,YAAY,OAAO;EACxB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAM,uBAAuB,MAAM,KAAgC,CAAC;EAC9F;CACF,CAAC;AACH"}
@@ -0,0 +1,20 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/check-person-status.ts
4
+ const RocketReachCheckPersonStatusInput = zod.z.object({ ids: zod.z.array(zod.z.string()).describe("List of person lookup request IDs to check.") });
5
+ const RocketReachCheckPersonStatus_PersonStatusSchema = zod.z.object({
6
+ id: zod.z.string().describe("ID of the person lookup request."),
7
+ status: zod.z.string().describe("Current status of the person lookup request.")
8
+ }).passthrough();
9
+ const RocketReachCheckPersonStatusOutput = zod.z.object({ data: zod.z.array(RocketReachCheckPersonStatus_PersonStatusSchema).describe("List of status objects for each person ID requested.") });
10
+ const rocketReachCheckPersonStatus = require_action.action("ROCKET_REACH_CHECK_PERSON_STATUS", {
11
+ slug: "rocket_reach-check-person-status",
12
+ name: "Check Person Status",
13
+ description: "Tool to check the status of multiple person lookup requests. Use when you need to retrieve the current status of previously initiated person lookups.",
14
+ input: RocketReachCheckPersonStatusInput,
15
+ output: RocketReachCheckPersonStatusOutput
16
+ });
17
+ //#endregion
18
+ exports.rocketReachCheckPersonStatus = rocketReachCheckPersonStatus;
19
+
20
+ //# sourceMappingURL=check-person-status.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"check-person-status.cjs","names":["z","action"],"sources":["../../src/actions/check-person-status.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketReachCheckPersonStatusInput: z.ZodTypeAny = z.object({\n ids: z.array(z.string()).describe(\"List of person lookup request IDs to check.\"),\n});\nconst RocketReachCheckPersonStatus_PersonStatusSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"ID of the person lookup request.\"),\n status: z.string().describe(\"Current status of the person lookup request.\"),\n}).passthrough();\nexport const RocketReachCheckPersonStatusOutput: z.ZodTypeAny = z.object({\n data: z.array(RocketReachCheckPersonStatus_PersonStatusSchema).describe(\"List of status objects for each person ID requested.\"),\n});\n\nexport const rocketReachCheckPersonStatus = action(\"ROCKET_REACH_CHECK_PERSON_STATUS\", {\n slug: \"rocket_reach-check-person-status\",\n name: \"Check Person Status\",\n description: \"Tool to check the status of multiple person lookup requests. Use when you need to retrieve the current status of previously initiated person lookups.\",\n input: RocketReachCheckPersonStatusInput,\n output: RocketReachCheckPersonStatusOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,EACtE,KAAKA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,6CAA6C,EACjF,CAAC;AACD,MAAM,kDAAgEA,IAAAA,EAAE,OAAO;CAC7E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC1D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;AAC5E,CAAC,CAAC,CAAC,YAAY;AACf,MAAa,qCAAmDA,IAAAA,EAAE,OAAO,EACvE,MAAMA,IAAAA,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,sDAAsD,EAChI,CAAC;AAED,MAAa,+BAA+BC,eAAAA,OAAO,oCAAoC;CACrF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/check-person-status.d.ts
4
+ declare const RocketReachCheckPersonStatusInput: z.ZodTypeAny;
5
+ declare const RocketReachCheckPersonStatusOutput: z.ZodTypeAny;
6
+ declare const rocketReachCheckPersonStatus: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rocketReachCheckPersonStatus };
9
+ //# sourceMappingURL=check-person-status.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"check-person-status.d.cts","names":[],"sources":["../../src/actions/check-person-status.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAEhD;AAAA,cAKW,kCAAA,EAAoC,CAAA,CAAE,UAEjD;AAAA,cAEW,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/check-person-status.d.ts
4
+ declare const RocketReachCheckPersonStatusInput: z.ZodTypeAny;
5
+ declare const RocketReachCheckPersonStatusOutput: z.ZodTypeAny;
6
+ declare const rocketReachCheckPersonStatus: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rocketReachCheckPersonStatus };
9
+ //# sourceMappingURL=check-person-status.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"check-person-status.d.mts","names":[],"sources":["../../src/actions/check-person-status.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAEhD;AAAA,cAKW,kCAAA,EAAoC,CAAA,CAAE,UAEjD;AAAA,cAEW,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,19 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/check-person-status.ts
4
+ const RocketReachCheckPersonStatusInput = z.object({ ids: z.array(z.string()).describe("List of person lookup request IDs to check.") });
5
+ const RocketReachCheckPersonStatus_PersonStatusSchema = z.object({
6
+ id: z.string().describe("ID of the person lookup request."),
7
+ status: z.string().describe("Current status of the person lookup request.")
8
+ }).passthrough();
9
+ const rocketReachCheckPersonStatus = action("ROCKET_REACH_CHECK_PERSON_STATUS", {
10
+ slug: "rocket_reach-check-person-status",
11
+ name: "Check Person Status",
12
+ description: "Tool to check the status of multiple person lookup requests. Use when you need to retrieve the current status of previously initiated person lookups.",
13
+ input: RocketReachCheckPersonStatusInput,
14
+ output: z.object({ data: z.array(RocketReachCheckPersonStatus_PersonStatusSchema).describe("List of status objects for each person ID requested.") })
15
+ });
16
+ //#endregion
17
+ export { rocketReachCheckPersonStatus };
18
+
19
+ //# sourceMappingURL=check-person-status.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"check-person-status.mjs","names":[],"sources":["../../src/actions/check-person-status.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketReachCheckPersonStatusInput: z.ZodTypeAny = z.object({\n ids: z.array(z.string()).describe(\"List of person lookup request IDs to check.\"),\n});\nconst RocketReachCheckPersonStatus_PersonStatusSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"ID of the person lookup request.\"),\n status: z.string().describe(\"Current status of the person lookup request.\"),\n}).passthrough();\nexport const RocketReachCheckPersonStatusOutput: z.ZodTypeAny = z.object({\n data: z.array(RocketReachCheckPersonStatus_PersonStatusSchema).describe(\"List of status objects for each person ID requested.\"),\n});\n\nexport const rocketReachCheckPersonStatus = action(\"ROCKET_REACH_CHECK_PERSON_STATUS\", {\n slug: \"rocket_reach-check-person-status\",\n name: \"Check Person Status\",\n description: \"Tool to check the status of multiple person lookup requests. Use when you need to retrieve the current status of previously initiated person lookups.\",\n input: RocketReachCheckPersonStatusInput,\n output: RocketReachCheckPersonStatusOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkD,EAAE,OAAO,EACtE,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,6CAA6C,EACjF,CAAC;AACD,MAAM,kDAAgE,EAAE,OAAO;CAC7E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC1D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;AAC5E,CAAC,CAAC,CAAC,YAAY;AAKf,MAAa,+BAA+B,OAAO,oCAAoC;CACrF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT8D,EAAE,OAAO,EACvE,MAAM,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,sDAAsD,EAChI,CAOU;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-account.ts
4
+ const RocketReachGetAccountInput = zod.z.object({}).describe("Request model for retrieving RocketReach account information. No parameters required.");
5
+ const RocketReachGetAccountOutput = zod.z.object({ account: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Account information as a JSON object from RocketReach API") }).describe("Response model containing the account information returned by RocketReach.");
6
+ const rocketReachGetAccount = require_action.action("ROCKET_REACH_GET_ACCOUNT", {
7
+ slug: "rocket_reach-get-account",
8
+ name: "Get RocketReach Account Info",
9
+ description: "Tool to retrieve account information for the authenticated user. Use when you need to fetch the current user's account details.",
10
+ input: RocketReachGetAccountInput,
11
+ output: RocketReachGetAccountOutput
12
+ });
13
+ //#endregion
14
+ exports.rocketReachGetAccount = rocketReachGetAccount;
15
+
16
+ //# sourceMappingURL=get-account.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-account.cjs","names":["z","action"],"sources":["../../src/actions/get-account.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketReachGetAccountInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving RocketReach account information. No parameters required.\");\nexport const RocketReachGetAccountOutput: z.ZodTypeAny = z.object({\n account: z.record(z.string(), z.unknown()).describe(\"Account information as a JSON object from RocketReach API\"),\n}).describe(\"Response model containing the account information returned by RocketReach.\");\n\nexport const rocketReachGetAccount = action(\"ROCKET_REACH_GET_ACCOUNT\", {\n slug: \"rocket_reach-get-account\",\n name: \"Get RocketReach Account Info\",\n description: \"Tool to retrieve account information for the authenticated user. Use when you need to fetch the current user's account details.\",\n input: RocketReachGetAccountInput,\n output: RocketReachGetAccountOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uFAAuF;AACrK,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,SAASA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,2DAA2D,EACjH,CAAC,CAAC,CAAC,SAAS,4EAA4E;AAExF,MAAa,wBAAwBC,eAAAA,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-account.d.ts
4
+ declare const RocketReachGetAccountInput: z.ZodTypeAny;
5
+ declare const RocketReachGetAccountOutput: z.ZodTypeAny;
6
+ declare const rocketReachGetAccount: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rocketReachGetAccount };
9
+ //# sourceMappingURL=get-account.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-account.d.cts","names":[],"sources":["../../src/actions/get-account.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAA2H;AAAA,cACzJ,2BAAA,EAA6B,CAAA,CAAE,UAE6C;AAAA,cAE5E,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-account.d.ts
4
+ declare const RocketReachGetAccountInput: z.ZodTypeAny;
5
+ declare const RocketReachGetAccountOutput: z.ZodTypeAny;
6
+ declare const rocketReachGetAccount: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rocketReachGetAccount };
9
+ //# sourceMappingURL=get-account.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-account.d.mts","names":[],"sources":["../../src/actions/get-account.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAA2H;AAAA,cACzJ,2BAAA,EAA6B,CAAA,CAAE,UAE6C;AAAA,cAE5E,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const rocketReachGetAccount = action("ROCKET_REACH_GET_ACCOUNT", {
4
+ slug: "rocket_reach-get-account",
5
+ name: "Get RocketReach Account Info",
6
+ description: "Tool to retrieve account information for the authenticated user. Use when you need to fetch the current user's account details.",
7
+ input: z.object({}).describe("Request model for retrieving RocketReach account information. No parameters required."),
8
+ output: z.object({ account: z.record(z.string(), z.unknown()).describe("Account information as a JSON object from RocketReach API") }).describe("Response model containing the account information returned by RocketReach.")
9
+ });
10
+ //#endregion
11
+ export { rocketReachGetAccount };
12
+
13
+ //# sourceMappingURL=get-account.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-account.mjs","names":[],"sources":["../../src/actions/get-account.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketReachGetAccountInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving RocketReach account information. No parameters required.\");\nexport const RocketReachGetAccountOutput: z.ZodTypeAny = z.object({\n account: z.record(z.string(), z.unknown()).describe(\"Account information as a JSON object from RocketReach API\"),\n}).describe(\"Response model containing the account information returned by RocketReach.\");\n\nexport const rocketReachGetAccount = action(\"ROCKET_REACH_GET_ACCOUNT\", {\n slug: \"rocket_reach-get-account\",\n name: \"Get RocketReach Account Info\",\n description: \"Tool to retrieve account information for the authenticated user. Use when you need to fetch the current user's account details.\",\n input: RocketReachGetAccountInput,\n output: RocketReachGetAccountOutput,\n});\n"],"mappings":";;AASA,MAAa,wBAAwB,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATsD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uFASrE;CACP,QATuD,EAAE,OAAO,EAChE,SAAS,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,2DAA2D,EACjH,CAAC,CAAC,CAAC,SAAS,4EAOF;AACV,CAAC"}
@@ -0,0 +1,25 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-company-funding.ts
4
+ const RocketReachGetCompanyFundingInput = zod.z.object({ domain: zod.z.string().describe("The domain of the company to retrieve funding details for, e.g., 'stripe.com'.") });
5
+ const RocketReachGetCompanyFunding_FundingRoundSchema = zod.z.object({
6
+ date: zod.z.string().describe("Date of the funding round."),
7
+ round: zod.z.string().describe("Funding round type, e.g., 'Series A', 'Seed'."),
8
+ amount: zod.z.string().describe("Amount raised in this funding round."),
9
+ investors: zod.z.array(zod.z.string()).describe("List of investors in this round.")
10
+ });
11
+ const RocketReachGetCompanyFundingOutput = zod.z.object({
12
+ company: zod.z.string().describe("Company domain returned by API.").nullable().optional(),
13
+ funding_rounds: zod.z.array(RocketReachGetCompanyFunding_FundingRoundSchema).default([]).describe("List of funding rounds for the company.").nullable().optional()
14
+ });
15
+ const rocketReachGetCompanyFunding = require_action.action("ROCKET_REACH_GET_COMPANY_FUNDING", {
16
+ slug: "rocket_reach-get-company-funding",
17
+ name: "RocketReach Get Company Funding",
18
+ description: "Tool to retrieve funding details for a specified company. Use when you need to fetch historical funding rounds by company domain.",
19
+ input: RocketReachGetCompanyFundingInput,
20
+ output: RocketReachGetCompanyFundingOutput
21
+ });
22
+ //#endregion
23
+ exports.rocketReachGetCompanyFunding = rocketReachGetCompanyFunding;
24
+
25
+ //# sourceMappingURL=get-company-funding.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-company-funding.cjs","names":["z","action"],"sources":["../../src/actions/get-company-funding.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketReachGetCompanyFundingInput: z.ZodTypeAny = z.object({\n domain: z.string().describe(\"The domain of the company to retrieve funding details for, e.g., 'stripe.com'.\"),\n});\nconst RocketReachGetCompanyFunding_FundingRoundSchema: z.ZodTypeAny = z.object({\n date: z.string().describe(\"Date of the funding round.\"),\n round: z.string().describe(\"Funding round type, e.g., 'Series A', 'Seed'.\"),\n amount: z.string().describe(\"Amount raised in this funding round.\"),\n investors: z.array(z.string()).describe(\"List of investors in this round.\"),\n});\nexport const RocketReachGetCompanyFundingOutput: z.ZodTypeAny = z.object({\n company: z.string().describe(\"Company domain returned by API.\").nullable().optional(),\n funding_rounds: z.array(RocketReachGetCompanyFunding_FundingRoundSchema).default([]).describe(\"List of funding rounds for the company.\").nullable().optional(),\n});\n\nexport const rocketReachGetCompanyFunding = action(\"ROCKET_REACH_GET_COMPANY_FUNDING\", {\n slug: \"rocket_reach-get-company-funding\",\n name: \"RocketReach Get Company Funding\",\n description: \"Tool to retrieve funding details for a specified company. Use when you need to fetch historical funding rounds by company domain.\",\n input: RocketReachGetCompanyFundingInput,\n output: RocketReachGetCompanyFundingOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,EACtE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,EAC9G,CAAC;AACD,MAAM,kDAAgEA,IAAAA,EAAE,OAAO;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACtD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC1E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAClE,WAAWA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC5E,CAAC;AACD,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,gBAAgBA,IAAAA,EAAE,MAAM,+CAA+C,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/J,CAAC;AAED,MAAa,+BAA+BC,eAAAA,OAAO,oCAAoC;CACrF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-company-funding.d.ts
4
+ declare const RocketReachGetCompanyFundingInput: z.ZodTypeAny;
5
+ declare const RocketReachGetCompanyFundingOutput: z.ZodTypeAny;
6
+ declare const rocketReachGetCompanyFunding: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rocketReachGetCompanyFunding };
9
+ //# sourceMappingURL=get-company-funding.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-company-funding.d.cts","names":[],"sources":["../../src/actions/get-company-funding.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAEhD;AAAA,cAOW,kCAAA,EAAoC,CAAA,CAAE,UAGjD;AAAA,cAEW,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-company-funding.d.ts
4
+ declare const RocketReachGetCompanyFundingInput: z.ZodTypeAny;
5
+ declare const RocketReachGetCompanyFundingOutput: z.ZodTypeAny;
6
+ declare const rocketReachGetCompanyFunding: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rocketReachGetCompanyFunding };
9
+ //# sourceMappingURL=get-company-funding.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-company-funding.d.mts","names":[],"sources":["../../src/actions/get-company-funding.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAEhD;AAAA,cAOW,kCAAA,EAAoC,CAAA,CAAE,UAGjD;AAAA,cAEW,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,24 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-company-funding.ts
4
+ const RocketReachGetCompanyFundingInput = z.object({ domain: z.string().describe("The domain of the company to retrieve funding details for, e.g., 'stripe.com'.") });
5
+ const RocketReachGetCompanyFunding_FundingRoundSchema = z.object({
6
+ date: z.string().describe("Date of the funding round."),
7
+ round: z.string().describe("Funding round type, e.g., 'Series A', 'Seed'."),
8
+ amount: z.string().describe("Amount raised in this funding round."),
9
+ investors: z.array(z.string()).describe("List of investors in this round.")
10
+ });
11
+ const rocketReachGetCompanyFunding = action("ROCKET_REACH_GET_COMPANY_FUNDING", {
12
+ slug: "rocket_reach-get-company-funding",
13
+ name: "RocketReach Get Company Funding",
14
+ description: "Tool to retrieve funding details for a specified company. Use when you need to fetch historical funding rounds by company domain.",
15
+ input: RocketReachGetCompanyFundingInput,
16
+ output: z.object({
17
+ company: z.string().describe("Company domain returned by API.").nullable().optional(),
18
+ funding_rounds: z.array(RocketReachGetCompanyFunding_FundingRoundSchema).default([]).describe("List of funding rounds for the company.").nullable().optional()
19
+ })
20
+ });
21
+ //#endregion
22
+ export { rocketReachGetCompanyFunding };
23
+
24
+ //# sourceMappingURL=get-company-funding.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-company-funding.mjs","names":[],"sources":["../../src/actions/get-company-funding.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketReachGetCompanyFundingInput: z.ZodTypeAny = z.object({\n domain: z.string().describe(\"The domain of the company to retrieve funding details for, e.g., 'stripe.com'.\"),\n});\nconst RocketReachGetCompanyFunding_FundingRoundSchema: z.ZodTypeAny = z.object({\n date: z.string().describe(\"Date of the funding round.\"),\n round: z.string().describe(\"Funding round type, e.g., 'Series A', 'Seed'.\"),\n amount: z.string().describe(\"Amount raised in this funding round.\"),\n investors: z.array(z.string()).describe(\"List of investors in this round.\"),\n});\nexport const RocketReachGetCompanyFundingOutput: z.ZodTypeAny = z.object({\n company: z.string().describe(\"Company domain returned by API.\").nullable().optional(),\n funding_rounds: z.array(RocketReachGetCompanyFunding_FundingRoundSchema).default([]).describe(\"List of funding rounds for the company.\").nullable().optional(),\n});\n\nexport const rocketReachGetCompanyFunding = action(\"ROCKET_REACH_GET_COMPANY_FUNDING\", {\n slug: \"rocket_reach-get-company-funding\",\n name: \"RocketReach Get Company Funding\",\n description: \"Tool to retrieve funding details for a specified company. Use when you need to fetch historical funding rounds by company domain.\",\n input: RocketReachGetCompanyFundingInput,\n output: RocketReachGetCompanyFundingOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkD,EAAE,OAAO,EACtE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,EAC9G,CAAC;AACD,MAAM,kDAAgE,EAAE,OAAO;CAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACtD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC1E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAClE,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC5E,CAAC;AAMD,MAAa,+BAA+B,OAAO,oCAAoC;CACrF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV8D,EAAE,OAAO;EACvE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,gBAAgB,EAAE,MAAM,+CAA+C,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/J,CAOU;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-company-growth.ts
4
+ const RocketReachGetCompanyGrowthInput = zod.z.object({ domain: zod.z.string().describe("Company domain, e.g. 'airbnb.com'") });
5
+ const RocketReachGetCompanyGrowthOutput = zod.z.object({ growth: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Growth metrics JSON payload returned by RocketReach API") });
6
+ const rocketReachGetCompanyGrowth = require_action.action("ROCKET_REACH_GET_COMPANY_GROWTH", {
7
+ slug: "rocket_reach-get-company-growth",
8
+ name: "Get Company Growth Metrics",
9
+ description: "Tool to get growth metrics for a specified company domain. Use when historical company growth data is needed after confirming the exact company domain.",
10
+ input: RocketReachGetCompanyGrowthInput,
11
+ output: RocketReachGetCompanyGrowthOutput
12
+ });
13
+ //#endregion
14
+ exports.rocketReachGetCompanyGrowth = rocketReachGetCompanyGrowth;
15
+
16
+ //# sourceMappingURL=get-company-growth.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-company-growth.cjs","names":["z","action"],"sources":["../../src/actions/get-company-growth.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketReachGetCompanyGrowthInput: z.ZodTypeAny = z.object({\n domain: z.string().describe(\"Company domain, e.g. 'airbnb.com'\"),\n});\nexport const RocketReachGetCompanyGrowthOutput: z.ZodTypeAny = z.object({\n growth: z.record(z.string(), z.unknown()).describe(\"Growth metrics JSON payload returned by RocketReach API\"),\n});\n\nexport const rocketReachGetCompanyGrowth = action(\"ROCKET_REACH_GET_COMPANY_GROWTH\", {\n slug: \"rocket_reach-get-company-growth\",\n name: \"Get Company Growth Metrics\",\n description: \"Tool to get growth metrics for a specified company domain. Use when historical company growth data is needed after confirming the exact company domain.\",\n input: RocketReachGetCompanyGrowthInput,\n output: RocketReachGetCompanyGrowthOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,EACrE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,EACjE,CAAC;AACD,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,EACtE,QAAQA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,yDAAyD,EAC9G,CAAC;AAED,MAAa,8BAA8BC,eAAAA,OAAO,mCAAmC;CACnF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-company-growth.d.ts
4
+ declare const RocketReachGetCompanyGrowthInput: z.ZodTypeAny;
5
+ declare const RocketReachGetCompanyGrowthOutput: z.ZodTypeAny;
6
+ declare const rocketReachGetCompanyGrowth: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rocketReachGetCompanyGrowth };
9
+ //# sourceMappingURL=get-company-growth.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-company-growth.d.cts","names":[],"sources":["../../src/actions/get-company-growth.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAE/C;AAAA,cACW,iCAAA,EAAmC,CAAA,CAAE,UAEhD;AAAA,cAEW,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-company-growth.d.ts
4
+ declare const RocketReachGetCompanyGrowthInput: z.ZodTypeAny;
5
+ declare const RocketReachGetCompanyGrowthOutput: z.ZodTypeAny;
6
+ declare const rocketReachGetCompanyGrowth: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rocketReachGetCompanyGrowth };
9
+ //# sourceMappingURL=get-company-growth.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-company-growth.d.mts","names":[],"sources":["../../src/actions/get-company-growth.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAE/C;AAAA,cACW,iCAAA,EAAmC,CAAA,CAAE,UAEhD;AAAA,cAEW,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const rocketReachGetCompanyGrowth = action("ROCKET_REACH_GET_COMPANY_GROWTH", {
4
+ slug: "rocket_reach-get-company-growth",
5
+ name: "Get Company Growth Metrics",
6
+ description: "Tool to get growth metrics for a specified company domain. Use when historical company growth data is needed after confirming the exact company domain.",
7
+ input: z.object({ domain: z.string().describe("Company domain, e.g. 'airbnb.com'") }),
8
+ output: z.object({ growth: z.record(z.string(), z.unknown()).describe("Growth metrics JSON payload returned by RocketReach API") })
9
+ });
10
+ //#endregion
11
+ export { rocketReachGetCompanyGrowth };
12
+
13
+ //# sourceMappingURL=get-company-growth.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-company-growth.mjs","names":[],"sources":["../../src/actions/get-company-growth.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketReachGetCompanyGrowthInput: z.ZodTypeAny = z.object({\n domain: z.string().describe(\"Company domain, e.g. 'airbnb.com'\"),\n});\nexport const RocketReachGetCompanyGrowthOutput: z.ZodTypeAny = z.object({\n growth: z.record(z.string(), z.unknown()).describe(\"Growth metrics JSON payload returned by RocketReach API\"),\n});\n\nexport const rocketReachGetCompanyGrowth = action(\"ROCKET_REACH_GET_COMPANY_GROWTH\", {\n slug: \"rocket_reach-get-company-growth\",\n name: \"Get Company Growth Metrics\",\n description: \"Tool to get growth metrics for a specified company domain. Use when historical company growth data is needed after confirming the exact company domain.\",\n input: RocketReachGetCompanyGrowthInput,\n output: RocketReachGetCompanyGrowthOutput,\n});\n"],"mappings":";;AAWA,MAAa,8BAA8B,OAAO,mCAAmC;CACnF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAX4D,EAAE,OAAO,EACrE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,EACjE,CASS;CACP,QAT6D,EAAE,OAAO,EACtE,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,yDAAyD,EAC9G,CAOU;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-company-industries.ts
4
+ const RocketReachGetCompanyIndustriesInput = zod.z.object({ company_id: zod.z.string().describe("Company identifier to retrieve industries for. This may be a RocketReach company ID, a company domain (e.g., 'stripe.com'), or a company name.") });
5
+ const RocketReachGetCompanyIndustriesOutput = zod.z.object({ industries: zod.z.array(zod.z.string()).describe("List of industries associated with the specified company.") });
6
+ const rocketReachGetCompanyIndustries = require_action.action("ROCKET_REACH_GET_COMPANY_INDUSTRIES", {
7
+ slug: "rocket_reach-get-company-industries",
8
+ name: "Get Company Industries",
9
+ description: "Tool to list industries associated with a specified company. Tries multiple RocketReach endpoints using the provided identifier (ID, domain, or name) and extracts industry information from the response payload.",
10
+ input: RocketReachGetCompanyIndustriesInput,
11
+ output: RocketReachGetCompanyIndustriesOutput
12
+ });
13
+ //#endregion
14
+ exports.rocketReachGetCompanyIndustries = rocketReachGetCompanyIndustries;
15
+
16
+ //# sourceMappingURL=get-company-industries.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-company-industries.cjs","names":["z","action"],"sources":["../../src/actions/get-company-industries.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketReachGetCompanyIndustriesInput: z.ZodTypeAny = z.object({\n company_id: z.string().describe(\"Company identifier to retrieve industries for. This may be a RocketReach company ID, a company domain (e.g., 'stripe.com'), or a company name.\"),\n});\nexport const RocketReachGetCompanyIndustriesOutput: z.ZodTypeAny = z.object({\n industries: z.array(z.string()).describe(\"List of industries associated with the specified company.\"),\n});\n\nexport const rocketReachGetCompanyIndustries = action(\"ROCKET_REACH_GET_COMPANY_INDUSTRIES\", {\n slug: \"rocket_reach-get-company-industries\",\n name: \"Get Company Industries\",\n description: \"Tool to list industries associated with a specified company. Tries multiple RocketReach endpoints using the provided identifier (ID, domain, or name) and extracts industry information from the response payload.\",\n input: RocketReachGetCompanyIndustriesInput,\n output: RocketReachGetCompanyIndustriesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqDA,IAAAA,EAAE,OAAO,EACzE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gJAAgJ,EAClL,CAAC;AACD,MAAa,wCAAsDA,IAAAA,EAAE,OAAO,EAC1E,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2DAA2D,EACtG,CAAC;AAED,MAAa,kCAAkCC,eAAAA,OAAO,uCAAuC;CAC3F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-company-industries.d.ts
4
+ declare const RocketReachGetCompanyIndustriesInput: z.ZodTypeAny;
5
+ declare const RocketReachGetCompanyIndustriesOutput: z.ZodTypeAny;
6
+ declare const rocketReachGetCompanyIndustries: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rocketReachGetCompanyIndustries };
9
+ //# sourceMappingURL=get-company-industries.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-company-industries.d.cts","names":[],"sources":["../../src/actions/get-company-industries.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAEnD;AAAA,cACW,qCAAA,EAAuC,CAAA,CAAE,UAEpD;AAAA,cAEW,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-company-industries.d.ts
4
+ declare const RocketReachGetCompanyIndustriesInput: z.ZodTypeAny;
5
+ declare const RocketReachGetCompanyIndustriesOutput: z.ZodTypeAny;
6
+ declare const rocketReachGetCompanyIndustries: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rocketReachGetCompanyIndustries };
9
+ //# sourceMappingURL=get-company-industries.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-company-industries.d.mts","names":[],"sources":["../../src/actions/get-company-industries.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAEnD;AAAA,cACW,qCAAA,EAAuC,CAAA,CAAE,UAEpD;AAAA,cAEW,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const rocketReachGetCompanyIndustries = action("ROCKET_REACH_GET_COMPANY_INDUSTRIES", {
4
+ slug: "rocket_reach-get-company-industries",
5
+ name: "Get Company Industries",
6
+ description: "Tool to list industries associated with a specified company. Tries multiple RocketReach endpoints using the provided identifier (ID, domain, or name) and extracts industry information from the response payload.",
7
+ input: z.object({ company_id: z.string().describe("Company identifier to retrieve industries for. This may be a RocketReach company ID, a company domain (e.g., 'stripe.com'), or a company name.") }),
8
+ output: z.object({ industries: z.array(z.string()).describe("List of industries associated with the specified company.") })
9
+ });
10
+ //#endregion
11
+ export { rocketReachGetCompanyIndustries };
12
+
13
+ //# sourceMappingURL=get-company-industries.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-company-industries.mjs","names":[],"sources":["../../src/actions/get-company-industries.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketReachGetCompanyIndustriesInput: z.ZodTypeAny = z.object({\n company_id: z.string().describe(\"Company identifier to retrieve industries for. This may be a RocketReach company ID, a company domain (e.g., 'stripe.com'), or a company name.\"),\n});\nexport const RocketReachGetCompanyIndustriesOutput: z.ZodTypeAny = z.object({\n industries: z.array(z.string()).describe(\"List of industries associated with the specified company.\"),\n});\n\nexport const rocketReachGetCompanyIndustries = action(\"ROCKET_REACH_GET_COMPANY_INDUSTRIES\", {\n slug: \"rocket_reach-get-company-industries\",\n name: \"Get Company Industries\",\n description: \"Tool to list industries associated with a specified company. Tries multiple RocketReach endpoints using the provided identifier (ID, domain, or name) and extracts industry information from the response payload.\",\n input: RocketReachGetCompanyIndustriesInput,\n output: RocketReachGetCompanyIndustriesOutput,\n});\n"],"mappings":";;AAWA,MAAa,kCAAkC,OAAO,uCAAuC;CAC3F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXgE,EAAE,OAAO,EACzE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gJAAgJ,EAClL,CASS;CACP,QATiE,EAAE,OAAO,EAC1E,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2DAA2D,EACtG,CAOU;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-company-size.ts
4
+ const RocketReachGetCompanySizeInput = zod.z.object({ domain: zod.z.string().describe("The domain name of the company to look up, e.g. 'google.com'.") });
5
+ const RocketReachGetCompanySizeOutput = zod.z.object({ size: zod.z.string().describe("The employee size range of the company, e.g. '51-200'. Empty string if not found.") });
6
+ const rocketReachGetCompanySize = require_action.action("ROCKET_REACH_GET_COMPANY_SIZE", {
7
+ slug: "rocket_reach-get-company-size",
8
+ name: "Get Company Size",
9
+ description: "Tool to retrieve size metrics of a company. Use when you have a company's domain to get its employee size range.",
10
+ input: RocketReachGetCompanySizeInput,
11
+ output: RocketReachGetCompanySizeOutput
12
+ });
13
+ //#endregion
14
+ exports.rocketReachGetCompanySize = rocketReachGetCompanySize;
15
+
16
+ //# sourceMappingURL=get-company-size.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-company-size.cjs","names":["z","action"],"sources":["../../src/actions/get-company-size.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketReachGetCompanySizeInput: z.ZodTypeAny = z.object({\n domain: z.string().describe(\"The domain name of the company to look up, e.g. 'google.com'.\"),\n});\nexport const RocketReachGetCompanySizeOutput: z.ZodTypeAny = z.object({\n size: z.string().describe(\"The employee size range of the company, e.g. '51-200'. Empty string if not found.\"),\n});\n\nexport const rocketReachGetCompanySize = action(\"ROCKET_REACH_GET_COMPANY_SIZE\", {\n slug: \"rocket_reach-get-company-size\",\n name: \"Get Company Size\",\n description: \"Tool to retrieve size metrics of a company. Use when you have a company's domain to get its employee size range.\",\n input: RocketReachGetCompanySizeInput,\n output: RocketReachGetCompanySizeOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,EACnE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,EAC7F,CAAC;AACD,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,EAC/G,CAAC;AAED,MAAa,4BAA4BC,eAAAA,OAAO,iCAAiC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-company-size.d.ts
4
+ declare const RocketReachGetCompanySizeInput: z.ZodTypeAny;
5
+ declare const RocketReachGetCompanySizeOutput: z.ZodTypeAny;
6
+ declare const rocketReachGetCompanySize: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rocketReachGetCompanySize };
9
+ //# sourceMappingURL=get-company-size.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-company-size.d.cts","names":[],"sources":["../../src/actions/get-company-size.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAE7C;AAAA,cACW,+BAAA,EAAiC,CAAA,CAAE,UAE9C;AAAA,cAEW,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-company-size.d.ts
4
+ declare const RocketReachGetCompanySizeInput: z.ZodTypeAny;
5
+ declare const RocketReachGetCompanySizeOutput: z.ZodTypeAny;
6
+ declare const rocketReachGetCompanySize: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rocketReachGetCompanySize };
9
+ //# sourceMappingURL=get-company-size.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-company-size.d.mts","names":[],"sources":["../../src/actions/get-company-size.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAE7C;AAAA,cACW,+BAAA,EAAiC,CAAA,CAAE,UAE9C;AAAA,cAEW,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const rocketReachGetCompanySize = action("ROCKET_REACH_GET_COMPANY_SIZE", {
4
+ slug: "rocket_reach-get-company-size",
5
+ name: "Get Company Size",
6
+ description: "Tool to retrieve size metrics of a company. Use when you have a company's domain to get its employee size range.",
7
+ input: z.object({ domain: z.string().describe("The domain name of the company to look up, e.g. 'google.com'.") }),
8
+ output: z.object({ size: z.string().describe("The employee size range of the company, e.g. '51-200'. Empty string if not found.") })
9
+ });
10
+ //#endregion
11
+ export { rocketReachGetCompanySize };
12
+
13
+ //# sourceMappingURL=get-company-size.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-company-size.mjs","names":[],"sources":["../../src/actions/get-company-size.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketReachGetCompanySizeInput: z.ZodTypeAny = z.object({\n domain: z.string().describe(\"The domain name of the company to look up, e.g. 'google.com'.\"),\n});\nexport const RocketReachGetCompanySizeOutput: z.ZodTypeAny = z.object({\n size: z.string().describe(\"The employee size range of the company, e.g. '51-200'. Empty string if not found.\"),\n});\n\nexport const rocketReachGetCompanySize = action(\"ROCKET_REACH_GET_COMPANY_SIZE\", {\n slug: \"rocket_reach-get-company-size\",\n name: \"Get Company Size\",\n description: \"Tool to retrieve size metrics of a company. Use when you have a company's domain to get its employee size range.\",\n input: RocketReachGetCompanySizeInput,\n output: RocketReachGetCompanySizeOutput,\n});\n"],"mappings":";;AAWA,MAAa,4BAA4B,OAAO,iCAAiC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAX0D,EAAE,OAAO,EACnE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,EAC7F,CASS;CACP,QAT2D,EAAE,OAAO,EACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,EAC/G,CAOU;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-company-tech-stack.ts
4
+ const RocketReachGetCompanyTechStackInput = zod.z.object({ domain: zod.z.string().describe("The company's web domain (e.g., 'spotify.com').") }).describe("Request parameters for retrieving a company's technology stack.");
5
+ const RocketReachGetCompanyTechStackOutput = zod.z.object({ tech_stack: zod.z.array(zod.z.string()).describe("List of technologies detected for the company.") }).describe("Response model containing the list of technologies used by the company.");
6
+ const rocketReachGetCompanyTechStack = require_action.action("ROCKET_REACH_GET_COMPANY_TECH_STACK", {
7
+ slug: "rocket_reach-get-company-tech-stack",
8
+ name: "Get Company Tech Stack",
9
+ description: "Tool to get technology stack for a company by domain. Use when you need to discover the tech a company uses after confirming its domain.",
10
+ input: RocketReachGetCompanyTechStackInput,
11
+ output: RocketReachGetCompanyTechStackOutput
12
+ });
13
+ //#endregion
14
+ exports.rocketReachGetCompanyTechStack = rocketReachGetCompanyTechStack;
15
+
16
+ //# sourceMappingURL=get-company-tech-stack.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-company-tech-stack.cjs","names":["z","action"],"sources":["../../src/actions/get-company-tech-stack.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RocketReachGetCompanyTechStackInput: z.ZodTypeAny = z.object({\n domain: z.string().describe(\"The company's web domain (e.g., 'spotify.com').\"),\n}).describe(\"Request parameters for retrieving a company's technology stack.\");\nexport const RocketReachGetCompanyTechStackOutput: z.ZodTypeAny = z.object({\n tech_stack: z.array(z.string()).describe(\"List of technologies detected for the company.\"),\n}).describe(\"Response model containing the list of technologies used by the company.\");\n\nexport const rocketReachGetCompanyTechStack = action(\"ROCKET_REACH_GET_COMPANY_TECH_STACK\", {\n slug: \"rocket_reach-get-company-tech-stack\",\n name: \"Get Company Tech Stack\",\n description: \"Tool to get technology stack for a company by domain. Use when you need to discover the tech a company uses after confirming its domain.\",\n input: RocketReachGetCompanyTechStackInput,\n output: RocketReachGetCompanyTechStackOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,EAC/E,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAa,uCAAqDA,IAAAA,EAAE,OAAO,EACzE,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,gDAAgD,EAC3F,CAAC,CAAC,CAAC,SAAS,yEAAyE;AAErF,MAAa,iCAAiCC,eAAAA,OAAO,uCAAuC;CAC1F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-company-tech-stack.d.ts
4
+ declare const RocketReachGetCompanyTechStackInput: z.ZodTypeAny;
5
+ declare const RocketReachGetCompanyTechStackOutput: z.ZodTypeAny;
6
+ declare const rocketReachGetCompanyTechStack: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { rocketReachGetCompanyTechStack };
9
+ //# sourceMappingURL=get-company-tech-stack.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-company-tech-stack.d.cts","names":[],"sources":["../../src/actions/get-company-tech-stack.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAE0B;AAAA,cACjE,oCAAA,EAAsC,CAAA,CAAE,UAEiC;AAAA,cAEzE,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}