@keystrokehq/rocket_reach 0.1.0 → 0.1.2
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.
- package/dist/action.cjs.map +1 -1
- package/dist/action.mjs.map +1 -1
- package/dist/actions/check-person-status.cjs +2 -2
- package/dist/actions/check-person-status.cjs.map +1 -1
- package/dist/actions/check-person-status.d.cts +12 -3
- package/dist/actions/check-person-status.d.cts.map +1 -1
- package/dist/actions/check-person-status.d.mts +12 -3
- package/dist/actions/check-person-status.d.mts.map +1 -1
- package/dist/actions/check-person-status.mjs +2 -2
- package/dist/actions/check-person-status.mjs.map +1 -1
- package/dist/actions/get-account.cjs.map +1 -1
- package/dist/actions/get-account.d.cts +5 -3
- package/dist/actions/get-account.d.cts.map +1 -1
- package/dist/actions/get-account.d.mts +5 -3
- package/dist/actions/get-account.d.mts.map +1 -1
- package/dist/actions/get-account.mjs.map +1 -1
- package/dist/actions/get-company-funding.cjs +3 -3
- package/dist/actions/get-company-funding.cjs.map +1 -1
- package/dist/actions/get-company-funding.d.cts +15 -3
- package/dist/actions/get-company-funding.d.cts.map +1 -1
- package/dist/actions/get-company-funding.d.mts +15 -3
- package/dist/actions/get-company-funding.d.mts.map +1 -1
- package/dist/actions/get-company-funding.mjs +3 -3
- package/dist/actions/get-company-funding.mjs.map +1 -1
- package/dist/actions/get-company-growth.cjs.map +1 -1
- package/dist/actions/get-company-growth.d.cts +9 -3
- package/dist/actions/get-company-growth.d.cts.map +1 -1
- package/dist/actions/get-company-growth.d.mts +9 -3
- package/dist/actions/get-company-growth.d.mts.map +1 -1
- package/dist/actions/get-company-growth.mjs.map +1 -1
- package/dist/actions/get-company-industries.cjs.map +1 -1
- package/dist/actions/get-company-industries.d.cts +9 -3
- package/dist/actions/get-company-industries.d.cts.map +1 -1
- package/dist/actions/get-company-industries.d.mts +9 -3
- package/dist/actions/get-company-industries.d.mts.map +1 -1
- package/dist/actions/get-company-industries.mjs.map +1 -1
- package/dist/actions/get-company-size.cjs +1 -1
- package/dist/actions/get-company-size.cjs.map +1 -1
- package/dist/actions/get-company-size.d.cts +9 -3
- package/dist/actions/get-company-size.d.cts.map +1 -1
- package/dist/actions/get-company-size.d.mts +9 -3
- package/dist/actions/get-company-size.d.mts.map +1 -1
- package/dist/actions/get-company-size.mjs +1 -1
- package/dist/actions/get-company-size.mjs.map +1 -1
- package/dist/actions/get-company-tech-stack.cjs.map +1 -1
- package/dist/actions/get-company-tech-stack.d.cts +9 -3
- package/dist/actions/get-company-tech-stack.d.cts.map +1 -1
- package/dist/actions/get-company-tech-stack.d.mts +9 -3
- package/dist/actions/get-company-tech-stack.d.mts.map +1 -1
- package/dist/actions/get-company-tech-stack.mjs.map +1 -1
- package/dist/actions/lookup-company.cjs +1 -1
- package/dist/actions/lookup-company.cjs.map +1 -1
- package/dist/actions/lookup-company.d.cts +9 -3
- package/dist/actions/lookup-company.d.cts.map +1 -1
- package/dist/actions/lookup-company.d.mts +9 -3
- package/dist/actions/lookup-company.d.mts.map +1 -1
- package/dist/actions/lookup-company.mjs +1 -1
- package/dist/actions/lookup-company.mjs.map +1 -1
- package/dist/actions/lookup-person-and-company.cjs.map +1 -1
- package/dist/actions/lookup-person-and-company.d.cts +65 -3
- package/dist/actions/lookup-person-and-company.d.cts.map +1 -1
- package/dist/actions/lookup-person-and-company.d.mts +65 -3
- package/dist/actions/lookup-person-and-company.d.mts.map +1 -1
- package/dist/actions/lookup-person-and-company.mjs.map +1 -1
- package/dist/actions/lookup-person.cjs.map +1 -1
- package/dist/actions/lookup-person.d.cts +9 -3
- package/dist/actions/lookup-person.d.cts.map +1 -1
- package/dist/actions/lookup-person.d.mts +9 -3
- package/dist/actions/lookup-person.d.mts.map +1 -1
- package/dist/actions/lookup-person.mjs.map +1 -1
- package/dist/actions/search-companies.cjs +5 -5
- package/dist/actions/search-companies.cjs.map +1 -1
- package/dist/actions/search-companies.d.cts +32 -3
- package/dist/actions/search-companies.d.cts.map +1 -1
- package/dist/actions/search-companies.d.mts +32 -3
- package/dist/actions/search-companies.d.mts.map +1 -1
- package/dist/actions/search-companies.mjs +5 -5
- package/dist/actions/search-companies.mjs.map +1 -1
- package/dist/actions/search-people.cjs +5 -5
- package/dist/actions/search-people.cjs.map +1 -1
- package/dist/actions/search-people.d.cts +30 -3
- package/dist/actions/search-people.d.cts.map +1 -1
- package/dist/actions/search-people.d.mts +30 -3
- package/dist/actions/search-people.d.mts.map +1 -1
- package/dist/actions/search-people.mjs +5 -5
- package/dist/actions/search-people.mjs.map +1 -1
- package/dist/catalog.cjs +7 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +8 -0
- package/dist/catalog.d.mts +8 -0
- package/dist/catalog.mjs +7 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +2 -2
package/dist/action.cjs.map
CHANGED
|
@@ -1 +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:
|
|
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<TInput extends z.ZodType>(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: TInput;\n output: z.ZodType;\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 as z.ZodTypeAny,\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"}
|
package/dist/action.mjs.map
CHANGED
|
@@ -1 +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:
|
|
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<TInput extends z.ZodType>(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: TInput;\n output: z.ZodType;\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 as z.ZodTypeAny,\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"}
|
|
@@ -3,8 +3,8 @@ let zod = require("zod");
|
|
|
3
3
|
//#region src/actions/check-person-status.ts
|
|
4
4
|
const RocketReachCheckPersonStatusInput = zod.z.object({ ids: zod.z.array(zod.z.string()).describe("List of person lookup request IDs to check.") });
|
|
5
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.")
|
|
6
|
+
id: zod.z.string().describe("ID of the person lookup request.").nullable(),
|
|
7
|
+
status: zod.z.string().describe("Current status of the person lookup request.").nullable()
|
|
8
8
|
}).passthrough();
|
|
9
9
|
const RocketReachCheckPersonStatusOutput = zod.z.object({ data: zod.z.array(RocketReachCheckPersonStatus_PersonStatusSchema).describe("List of status objects for each person ID requested.") });
|
|
10
10
|
const rocketReachCheckPersonStatus = require_action.action("ROCKET_REACH_CHECK_PERSON_STATUS", {
|
|
@@ -1 +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
|
|
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.object({\n ids: z.array(z.string()).describe(\"List of person lookup request IDs to check.\"),\n});\nconst RocketReachCheckPersonStatus_PersonStatusSchema = z.object({\n id: z.string().describe(\"ID of the person lookup request.\").nullable(),\n status: z.string().describe(\"Current status of the person lookup request.\").nullable(),\n}).passthrough();\nexport const RocketReachCheckPersonStatusOutput = 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,oCAAoCA,IAAAA,EAAE,OAAO,EACxD,KAAKA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,6CAA6C,EACjF,CAAC;AACD,MAAM,kDAAkDA,IAAAA,EAAE,OAAO;CAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACrE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,YAAY;AACf,MAAa,qCAAqCA,IAAAA,EAAE,OAAO,EACzD,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"}
|
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/check-person-status.d.ts
|
|
4
|
-
declare const RocketReachCheckPersonStatusInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RocketReachCheckPersonStatusInput: z.ZodObject<{
|
|
5
|
+
ids: z.ZodArray<z.ZodString>;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const RocketReachCheckPersonStatusOutput: z.ZodObject<{
|
|
8
|
+
data: z.ZodArray<z.ZodObject<{
|
|
9
|
+
id: z.ZodNullable<z.ZodString>;
|
|
10
|
+
status: z.ZodNullable<z.ZodString>;
|
|
11
|
+
}, z.core.$loose>>;
|
|
12
|
+
}, z.core.$strip>;
|
|
13
|
+
declare const rocketReachCheckPersonStatus: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
|
+
ids: string[];
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
16
|
//#endregion
|
|
8
17
|
export { rocketReachCheckPersonStatus };
|
|
9
18
|
//# sourceMappingURL=check-person-status.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"check-person-status.d.cts","names":[],"sources":["../../src/actions/check-person-status.ts"],"mappings":";;;cAIa,iCAAA,
|
|
1
|
+
{"version":3,"file":"check-person-status.d.cts","names":[],"sources":["../../src/actions/check-person-status.ts"],"mappings":";;;cAIa,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;cAOjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;cAIlC,4BAAA,gCAA4B,wBAAA"}
|
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/check-person-status.d.ts
|
|
4
|
-
declare const RocketReachCheckPersonStatusInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RocketReachCheckPersonStatusInput: z.ZodObject<{
|
|
5
|
+
ids: z.ZodArray<z.ZodString>;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const RocketReachCheckPersonStatusOutput: z.ZodObject<{
|
|
8
|
+
data: z.ZodArray<z.ZodObject<{
|
|
9
|
+
id: z.ZodNullable<z.ZodString>;
|
|
10
|
+
status: z.ZodNullable<z.ZodString>;
|
|
11
|
+
}, z.core.$loose>>;
|
|
12
|
+
}, z.core.$strip>;
|
|
13
|
+
declare const rocketReachCheckPersonStatus: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
|
+
ids: string[];
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
16
|
//#endregion
|
|
8
17
|
export { rocketReachCheckPersonStatus };
|
|
9
18
|
//# sourceMappingURL=check-person-status.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"check-person-status.d.mts","names":[],"sources":["../../src/actions/check-person-status.ts"],"mappings":";;;cAIa,iCAAA,
|
|
1
|
+
{"version":3,"file":"check-person-status.d.mts","names":[],"sources":["../../src/actions/check-person-status.ts"],"mappings":";;;cAIa,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;cAOjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;cAIlC,4BAAA,gCAA4B,wBAAA"}
|
|
@@ -3,8 +3,8 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/check-person-status.ts
|
|
4
4
|
const RocketReachCheckPersonStatusInput = z.object({ ids: z.array(z.string()).describe("List of person lookup request IDs to check.") });
|
|
5
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.")
|
|
6
|
+
id: z.string().describe("ID of the person lookup request.").nullable(),
|
|
7
|
+
status: z.string().describe("Current status of the person lookup request.").nullable()
|
|
8
8
|
}).passthrough();
|
|
9
9
|
const rocketReachCheckPersonStatus = action("ROCKET_REACH_CHECK_PERSON_STATUS", {
|
|
10
10
|
slug: "rocket_reach-check-person-status",
|
|
@@ -1 +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
|
|
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.object({\n ids: z.array(z.string()).describe(\"List of person lookup request IDs to check.\"),\n});\nconst RocketReachCheckPersonStatus_PersonStatusSchema = z.object({\n id: z.string().describe(\"ID of the person lookup request.\").nullable(),\n status: z.string().describe(\"Current status of the person lookup request.\").nullable(),\n}).passthrough();\nexport const RocketReachCheckPersonStatusOutput = 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,oCAAoC,EAAE,OAAO,EACxD,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,6CAA6C,EACjF,CAAC;AACD,MAAM,kDAAkD,EAAE,OAAO;CAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACrE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,YAAY;AAKf,MAAa,+BAA+B,OAAO,oCAAoC;CACrF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATgD,EAAE,OAAO,EACzD,MAAM,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,sDAAsD,EAChI,CAOU;AACV,CAAC"}
|
|
@@ -1 +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
|
|
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.object({}).describe(\"Request model for retrieving RocketReach account information. No parameters required.\");\nexport const RocketReachGetAccountOutput = 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,6BAA6BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uFAAuF;AACvJ,MAAa,8BAA8BA,IAAAA,EAAE,OAAO,EAClD,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"}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/get-account.d.ts
|
|
4
|
-
declare const RocketReachGetAccountInput: z.
|
|
5
|
-
declare const RocketReachGetAccountOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const RocketReachGetAccountInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const RocketReachGetAccountOutput: z.ZodObject<{
|
|
6
|
+
account: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
7
|
+
}, z.core.$strip>;
|
|
8
|
+
declare const rocketReachGetAccount: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
9
|
//#endregion
|
|
8
10
|
export { rocketReachGetAccount };
|
|
9
11
|
//# sourceMappingURL=get-account.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-account.d.cts","names":[],"sources":["../../src/actions/get-account.ts"],"mappings":";;;cAIa,0BAAA,
|
|
1
|
+
{"version":3,"file":"get-account.d.cts","names":[],"sources":["../../src/actions/get-account.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;cAI3B,qBAAA,gCAAqB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/get-account.d.ts
|
|
4
|
-
declare const RocketReachGetAccountInput: z.
|
|
5
|
-
declare const RocketReachGetAccountOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const RocketReachGetAccountInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const RocketReachGetAccountOutput: z.ZodObject<{
|
|
6
|
+
account: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
7
|
+
}, z.core.$strip>;
|
|
8
|
+
declare const rocketReachGetAccount: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
9
|
//#endregion
|
|
8
10
|
export { rocketReachGetAccount };
|
|
9
11
|
//# sourceMappingURL=get-account.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-account.d.mts","names":[],"sources":["../../src/actions/get-account.ts"],"mappings":";;;cAIa,0BAAA,
|
|
1
|
+
{"version":3,"file":"get-account.d.mts","names":[],"sources":["../../src/actions/get-account.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;cAI3B,qBAAA,gCAAqB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -1 +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
|
|
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.object({}).describe(\"Request model for retrieving RocketReach account information. No parameters required.\");\nexport const RocketReachGetAccountOutput = 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,OATwC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uFASvD;CACP,QATyC,EAAE,OAAO,EAClD,SAAS,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,2DAA2D,EACjH,CAAC,CAAC,CAAC,SAAS,4EAOF;AACV,CAAC"}
|
|
@@ -3,9 +3,9 @@ let zod = require("zod");
|
|
|
3
3
|
//#region src/actions/get-company-funding.ts
|
|
4
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
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."),
|
|
6
|
+
date: zod.z.string().describe("Date of the funding round.").nullable(),
|
|
7
|
+
round: zod.z.string().describe("Funding round type, e.g., 'Series A', 'Seed'.").nullable(),
|
|
8
|
+
amount: zod.z.string().describe("Amount raised in this funding round.").nullable(),
|
|
9
9
|
investors: zod.z.array(zod.z.string()).describe("List of investors in this round.")
|
|
10
10
|
});
|
|
11
11
|
const RocketReachGetCompanyFundingOutput = zod.z.object({
|
|
@@ -1 +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
|
|
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.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.object({\n date: z.string().describe(\"Date of the funding round.\").nullable(),\n round: z.string().describe(\"Funding round type, e.g., 'Series A', 'Seed'.\").nullable(),\n amount: z.string().describe(\"Amount raised in this funding round.\").nullable(),\n investors: z.array(z.string()).describe(\"List of investors in this round.\"),\n});\nexport const RocketReachGetCompanyFundingOutput = 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,oCAAoCA,IAAAA,EAAE,OAAO,EACxD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,EAC9G,CAAC;AACD,MAAM,kDAAkDA,IAAAA,EAAE,OAAO;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CACjE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CACrF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CAC7E,WAAWA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC5E,CAAC;AACD,MAAa,qCAAqCA,IAAAA,EAAE,OAAO;CACzD,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"}
|
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/get-company-funding.d.ts
|
|
4
|
-
declare const RocketReachGetCompanyFundingInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RocketReachGetCompanyFundingInput: z.ZodObject<{
|
|
5
|
+
domain: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const RocketReachGetCompanyFundingOutput: z.ZodObject<{
|
|
8
|
+
company: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9
|
+
funding_rounds: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
10
|
+
date: z.ZodNullable<z.ZodString>;
|
|
11
|
+
round: z.ZodNullable<z.ZodString>;
|
|
12
|
+
amount: z.ZodNullable<z.ZodString>;
|
|
13
|
+
investors: z.ZodArray<z.ZodString>;
|
|
14
|
+
}, z.core.$strip>>>>>;
|
|
15
|
+
}, z.core.$strip>;
|
|
16
|
+
declare const rocketReachGetCompanyFunding: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
|
+
domain: string;
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
19
|
//#endregion
|
|
8
20
|
export { rocketReachGetCompanyFunding };
|
|
9
21
|
//# sourceMappingURL=get-company-funding.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-company-funding.d.cts","names":[],"sources":["../../src/actions/get-company-funding.ts"],"mappings":";;;cAIa,iCAAA,
|
|
1
|
+
{"version":3,"file":"get-company-funding.d.cts","names":[],"sources":["../../src/actions/get-company-funding.ts"],"mappings":";;;cAIa,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;cASjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;cAKlC,4BAAA,gCAA4B,wBAAA"}
|
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/get-company-funding.d.ts
|
|
4
|
-
declare const RocketReachGetCompanyFundingInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RocketReachGetCompanyFundingInput: z.ZodObject<{
|
|
5
|
+
domain: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const RocketReachGetCompanyFundingOutput: z.ZodObject<{
|
|
8
|
+
company: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9
|
+
funding_rounds: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
10
|
+
date: z.ZodNullable<z.ZodString>;
|
|
11
|
+
round: z.ZodNullable<z.ZodString>;
|
|
12
|
+
amount: z.ZodNullable<z.ZodString>;
|
|
13
|
+
investors: z.ZodArray<z.ZodString>;
|
|
14
|
+
}, z.core.$strip>>>>>;
|
|
15
|
+
}, z.core.$strip>;
|
|
16
|
+
declare const rocketReachGetCompanyFunding: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
|
+
domain: string;
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
19
|
//#endregion
|
|
8
20
|
export { rocketReachGetCompanyFunding };
|
|
9
21
|
//# sourceMappingURL=get-company-funding.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-company-funding.d.mts","names":[],"sources":["../../src/actions/get-company-funding.ts"],"mappings":";;;cAIa,iCAAA,
|
|
1
|
+
{"version":3,"file":"get-company-funding.d.mts","names":[],"sources":["../../src/actions/get-company-funding.ts"],"mappings":";;;cAIa,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;cASjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;cAKlC,4BAAA,gCAA4B,wBAAA"}
|
|
@@ -3,9 +3,9 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/get-company-funding.ts
|
|
4
4
|
const RocketReachGetCompanyFundingInput = z.object({ domain: z.string().describe("The domain of the company to retrieve funding details for, e.g., 'stripe.com'.") });
|
|
5
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."),
|
|
6
|
+
date: z.string().describe("Date of the funding round.").nullable(),
|
|
7
|
+
round: z.string().describe("Funding round type, e.g., 'Series A', 'Seed'.").nullable(),
|
|
8
|
+
amount: z.string().describe("Amount raised in this funding round.").nullable(),
|
|
9
9
|
investors: z.array(z.string()).describe("List of investors in this round.")
|
|
10
10
|
});
|
|
11
11
|
const rocketReachGetCompanyFunding = action("ROCKET_REACH_GET_COMPANY_FUNDING", {
|
|
@@ -1 +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
|
|
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.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.object({\n date: z.string().describe(\"Date of the funding round.\").nullable(),\n round: z.string().describe(\"Funding round type, e.g., 'Series A', 'Seed'.\").nullable(),\n amount: z.string().describe(\"Amount raised in this funding round.\").nullable(),\n investors: z.array(z.string()).describe(\"List of investors in this round.\"),\n});\nexport const RocketReachGetCompanyFundingOutput = 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,oCAAoC,EAAE,OAAO,EACxD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,EAC9G,CAAC;AACD,MAAM,kDAAkD,EAAE,OAAO;CAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CACjE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CACrF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CAC7E,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,QAVgD,EAAE,OAAO;EACzD,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"}
|
|
@@ -1 +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
|
|
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.object({\n domain: z.string().describe(\"Company domain, e.g. 'airbnb.com'\"),\n});\nexport const RocketReachGetCompanyGrowthOutput = 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,mCAAmCA,IAAAA,EAAE,OAAO,EACvD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,EACjE,CAAC;AACD,MAAa,oCAAoCA,IAAAA,EAAE,OAAO,EACxD,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"}
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/get-company-growth.d.ts
|
|
4
|
-
declare const RocketReachGetCompanyGrowthInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RocketReachGetCompanyGrowthInput: z.ZodObject<{
|
|
5
|
+
domain: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const RocketReachGetCompanyGrowthOutput: z.ZodObject<{
|
|
8
|
+
growth: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
9
|
+
}, z.core.$strip>;
|
|
10
|
+
declare const rocketReachGetCompanyGrowth: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
|
+
domain: string;
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
13
|
//#endregion
|
|
8
14
|
export { rocketReachGetCompanyGrowth };
|
|
9
15
|
//# sourceMappingURL=get-company-growth.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-company-growth.d.cts","names":[],"sources":["../../src/actions/get-company-growth.ts"],"mappings":";;;cAIa,gCAAA,
|
|
1
|
+
{"version":3,"file":"get-company-growth.d.cts","names":[],"sources":["../../src/actions/get-company-growth.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;cAGhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;cAIjC,2BAAA,gCAA2B,wBAAA"}
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/get-company-growth.d.ts
|
|
4
|
-
declare const RocketReachGetCompanyGrowthInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RocketReachGetCompanyGrowthInput: z.ZodObject<{
|
|
5
|
+
domain: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const RocketReachGetCompanyGrowthOutput: z.ZodObject<{
|
|
8
|
+
growth: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
9
|
+
}, z.core.$strip>;
|
|
10
|
+
declare const rocketReachGetCompanyGrowth: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
|
+
domain: string;
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
13
|
//#endregion
|
|
8
14
|
export { rocketReachGetCompanyGrowth };
|
|
9
15
|
//# sourceMappingURL=get-company-growth.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-company-growth.d.mts","names":[],"sources":["../../src/actions/get-company-growth.ts"],"mappings":";;;cAIa,gCAAA,
|
|
1
|
+
{"version":3,"file":"get-company-growth.d.mts","names":[],"sources":["../../src/actions/get-company-growth.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;cAGhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;cAIjC,2BAAA,gCAA2B,wBAAA"}
|
|
@@ -1 +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
|
|
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.object({\n domain: z.string().describe(\"Company domain, e.g. 'airbnb.com'\"),\n});\nexport const RocketReachGetCompanyGrowthOutput = 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,OAX8C,EAAE,OAAO,EACvD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,EACjE,CASS;CACP,QAT+C,EAAE,OAAO,EACxD,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,yDAAyD,EAC9G,CAOU;AACV,CAAC"}
|
|
@@ -1 +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
|
|
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.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.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,uCAAuCA,IAAAA,EAAE,OAAO,EAC3D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gJAAgJ,EAClL,CAAC;AACD,MAAa,wCAAwCA,IAAAA,EAAE,OAAO,EAC5D,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"}
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/get-company-industries.d.ts
|
|
4
|
-
declare const RocketReachGetCompanyIndustriesInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RocketReachGetCompanyIndustriesInput: z.ZodObject<{
|
|
5
|
+
company_id: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const RocketReachGetCompanyIndustriesOutput: z.ZodObject<{
|
|
8
|
+
industries: z.ZodArray<z.ZodString>;
|
|
9
|
+
}, z.core.$strip>;
|
|
10
|
+
declare const rocketReachGetCompanyIndustries: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
|
+
company_id: string;
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
13
|
//#endregion
|
|
8
14
|
export { rocketReachGetCompanyIndustries };
|
|
9
15
|
//# sourceMappingURL=get-company-industries.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-company-industries.d.cts","names":[],"sources":["../../src/actions/get-company-industries.ts"],"mappings":";;;cAIa,oCAAA,
|
|
1
|
+
{"version":3,"file":"get-company-industries.d.cts","names":[],"sources":["../../src/actions/get-company-industries.ts"],"mappings":";;;cAIa,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;cAGpC,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;cAIrC,+BAAA,gCAA+B,wBAAA"}
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/get-company-industries.d.ts
|
|
4
|
-
declare const RocketReachGetCompanyIndustriesInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RocketReachGetCompanyIndustriesInput: z.ZodObject<{
|
|
5
|
+
company_id: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const RocketReachGetCompanyIndustriesOutput: z.ZodObject<{
|
|
8
|
+
industries: z.ZodArray<z.ZodString>;
|
|
9
|
+
}, z.core.$strip>;
|
|
10
|
+
declare const rocketReachGetCompanyIndustries: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
|
+
company_id: string;
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
13
|
//#endregion
|
|
8
14
|
export { rocketReachGetCompanyIndustries };
|
|
9
15
|
//# sourceMappingURL=get-company-industries.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-company-industries.d.mts","names":[],"sources":["../../src/actions/get-company-industries.ts"],"mappings":";;;cAIa,oCAAA,
|
|
1
|
+
{"version":3,"file":"get-company-industries.d.mts","names":[],"sources":["../../src/actions/get-company-industries.ts"],"mappings":";;;cAIa,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;cAGpC,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;cAIrC,+BAAA,gCAA+B,wBAAA"}
|
|
@@ -1 +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
|
|
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.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.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,OAXkD,EAAE,OAAO,EAC3D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gJAAgJ,EAClL,CASS;CACP,QATmD,EAAE,OAAO,EAC5D,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2DAA2D,EACtG,CAOU;AACV,CAAC"}
|
|
@@ -2,7 +2,7 @@ const require_action = require("../action.cjs");
|
|
|
2
2
|
let zod = require("zod");
|
|
3
3
|
//#region src/actions/get-company-size.ts
|
|
4
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.") });
|
|
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.").nullable() });
|
|
6
6
|
const rocketReachGetCompanySize = require_action.action("ROCKET_REACH_GET_COMPANY_SIZE", {
|
|
7
7
|
slug: "rocket_reach-get-company-size",
|
|
8
8
|
name: "Get Company Size",
|
|
@@ -1 +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
|
|
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.object({\n domain: z.string().describe(\"The domain name of the company to look up, e.g. 'google.com'.\"),\n});\nexport const RocketReachGetCompanySizeOutput = z.object({\n size: z.string().describe(\"The employee size range of the company, e.g. '51-200'. Empty string if not found.\").nullable(),\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,iCAAiCA,IAAAA,EAAE,OAAO,EACrD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,EAC7F,CAAC;AACD,MAAa,kCAAkCA,IAAAA,EAAE,OAAO,EACtD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,EAC1H,CAAC;AAED,MAAa,4BAA4BC,eAAAA,OAAO,iCAAiC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/get-company-size.d.ts
|
|
4
|
-
declare const RocketReachGetCompanySizeInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RocketReachGetCompanySizeInput: z.ZodObject<{
|
|
5
|
+
domain: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const RocketReachGetCompanySizeOutput: z.ZodObject<{
|
|
8
|
+
size: z.ZodNullable<z.ZodString>;
|
|
9
|
+
}, z.core.$strip>;
|
|
10
|
+
declare const rocketReachGetCompanySize: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
|
+
domain: string;
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
13
|
//#endregion
|
|
8
14
|
export { rocketReachGetCompanySize };
|
|
9
15
|
//# sourceMappingURL=get-company-size.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-company-size.d.cts","names":[],"sources":["../../src/actions/get-company-size.ts"],"mappings":";;;cAIa,8BAAA,
|
|
1
|
+
{"version":3,"file":"get-company-size.d.cts","names":[],"sources":["../../src/actions/get-company-size.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;cAG9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;cAI/B,yBAAA,gCAAyB,wBAAA"}
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/get-company-size.d.ts
|
|
4
|
-
declare const RocketReachGetCompanySizeInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RocketReachGetCompanySizeInput: z.ZodObject<{
|
|
5
|
+
domain: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const RocketReachGetCompanySizeOutput: z.ZodObject<{
|
|
8
|
+
size: z.ZodNullable<z.ZodString>;
|
|
9
|
+
}, z.core.$strip>;
|
|
10
|
+
declare const rocketReachGetCompanySize: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
|
+
domain: string;
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
13
|
//#endregion
|
|
8
14
|
export { rocketReachGetCompanySize };
|
|
9
15
|
//# sourceMappingURL=get-company-size.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-company-size.d.mts","names":[],"sources":["../../src/actions/get-company-size.ts"],"mappings":";;;cAIa,8BAAA,
|
|
1
|
+
{"version":3,"file":"get-company-size.d.mts","names":[],"sources":["../../src/actions/get-company-size.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;cAG9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;cAI/B,yBAAA,gCAAyB,wBAAA"}
|
|
@@ -5,7 +5,7 @@ const rocketReachGetCompanySize = action("ROCKET_REACH_GET_COMPANY_SIZE", {
|
|
|
5
5
|
name: "Get Company Size",
|
|
6
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
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.") })
|
|
8
|
+
output: z.object({ size: z.string().describe("The employee size range of the company, e.g. '51-200'. Empty string if not found.").nullable() })
|
|
9
9
|
});
|
|
10
10
|
//#endregion
|
|
11
11
|
export { rocketReachGetCompanySize };
|
|
@@ -1 +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
|
|
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.object({\n domain: z.string().describe(\"The domain name of the company to look up, e.g. 'google.com'.\"),\n});\nexport const RocketReachGetCompanySizeOutput = z.object({\n size: z.string().describe(\"The employee size range of the company, e.g. '51-200'. Empty string if not found.\").nullable(),\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,OAX4C,EAAE,OAAO,EACrD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,EAC7F,CASS;CACP,QAT6C,EAAE,OAAO,EACtD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,EAC1H,CAOU;AACV,CAAC"}
|
|
@@ -1 +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
|
|
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.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.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,sCAAsCA,IAAAA,EAAE,OAAO,EAC1D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,EAC/E,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAa,uCAAuCA,IAAAA,EAAE,OAAO,EAC3D,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"}
|