@keystrokehq/nethunt_crm 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/delete-record.cjs +19 -0
  7. package/dist/actions/delete-record.cjs.map +1 -0
  8. package/dist/actions/delete-record.d.cts +9 -0
  9. package/dist/actions/delete-record.d.cts.map +1 -0
  10. package/dist/actions/delete-record.d.mts +9 -0
  11. package/dist/actions/delete-record.d.mts.map +1 -0
  12. package/dist/actions/delete-record.mjs +16 -0
  13. package/dist/actions/delete-record.mjs.map +1 -0
  14. package/dist/actions/find-records.cjs +28 -0
  15. package/dist/actions/find-records.cjs.map +1 -0
  16. package/dist/actions/find-records.d.cts +9 -0
  17. package/dist/actions/find-records.d.cts.map +1 -0
  18. package/dist/actions/find-records.d.mts +9 -0
  19. package/dist/actions/find-records.d.mts.map +1 -0
  20. package/dist/actions/find-records.mjs +27 -0
  21. package/dist/actions/find-records.mjs.map +1 -0
  22. package/dist/actions/get-new-call-logs.cjs +30 -0
  23. package/dist/actions/get-new-call-logs.cjs.map +1 -0
  24. package/dist/actions/get-new-call-logs.d.cts +9 -0
  25. package/dist/actions/get-new-call-logs.d.cts.map +1 -0
  26. package/dist/actions/get-new-call-logs.d.mts +9 -0
  27. package/dist/actions/get-new-call-logs.d.mts.map +1 -0
  28. package/dist/actions/get-new-call-logs.mjs +29 -0
  29. package/dist/actions/get-new-call-logs.mjs.map +1 -0
  30. package/dist/actions/get-new-comments.cjs +27 -0
  31. package/dist/actions/get-new-comments.cjs.map +1 -0
  32. package/dist/actions/get-new-comments.d.cts +9 -0
  33. package/dist/actions/get-new-comments.d.cts.map +1 -0
  34. package/dist/actions/get-new-comments.d.mts +9 -0
  35. package/dist/actions/get-new-comments.d.mts.map +1 -0
  36. package/dist/actions/get-new-comments.mjs +26 -0
  37. package/dist/actions/get-new-comments.mjs.map +1 -0
  38. package/dist/actions/get-new-gdrive-files.cjs +32 -0
  39. package/dist/actions/get-new-gdrive-files.cjs.map +1 -0
  40. package/dist/actions/get-new-gdrive-files.d.cts +9 -0
  41. package/dist/actions/get-new-gdrive-files.d.cts.map +1 -0
  42. package/dist/actions/get-new-gdrive-files.d.mts +9 -0
  43. package/dist/actions/get-new-gdrive-files.d.mts.map +1 -0
  44. package/dist/actions/get-new-gdrive-files.mjs +31 -0
  45. package/dist/actions/get-new-gdrive-files.mjs.map +1 -0
  46. package/dist/actions/get-new-records.cjs +26 -0
  47. package/dist/actions/get-new-records.cjs.map +1 -0
  48. package/dist/actions/get-new-records.d.cts +9 -0
  49. package/dist/actions/get-new-records.d.cts.map +1 -0
  50. package/dist/actions/get-new-records.d.mts +9 -0
  51. package/dist/actions/get-new-records.d.mts.map +1 -0
  52. package/dist/actions/get-new-records.mjs +25 -0
  53. package/dist/actions/get-new-records.mjs.map +1 -0
  54. package/dist/actions/get-record-changes.cjs +34 -0
  55. package/dist/actions/get-record-changes.cjs.map +1 -0
  56. package/dist/actions/get-record-changes.d.cts +9 -0
  57. package/dist/actions/get-record-changes.d.cts.map +1 -0
  58. package/dist/actions/get-record-changes.d.mts +9 -0
  59. package/dist/actions/get-record-changes.d.mts.map +1 -0
  60. package/dist/actions/get-record-changes.mjs +33 -0
  61. package/dist/actions/get-record-changes.mjs.map +1 -0
  62. package/dist/actions/get-updated-records.cjs +28 -0
  63. package/dist/actions/get-updated-records.cjs.map +1 -0
  64. package/dist/actions/get-updated-records.d.cts +9 -0
  65. package/dist/actions/get-updated-records.d.cts.map +1 -0
  66. package/dist/actions/get-updated-records.d.mts +9 -0
  67. package/dist/actions/get-updated-records.d.mts.map +1 -0
  68. package/dist/actions/get-updated-records.mjs +27 -0
  69. package/dist/actions/get-updated-records.mjs.map +1 -0
  70. package/dist/actions/index.cjs +25 -0
  71. package/dist/actions/index.d.cts +13 -0
  72. package/dist/actions/index.d.mts +13 -0
  73. package/dist/actions/index.mjs +13 -0
  74. package/dist/actions/list-folder-fields.cjs +16 -0
  75. package/dist/actions/list-folder-fields.cjs.map +1 -0
  76. package/dist/actions/list-folder-fields.d.cts +9 -0
  77. package/dist/actions/list-folder-fields.d.cts.map +1 -0
  78. package/dist/actions/list-folder-fields.d.mts +9 -0
  79. package/dist/actions/list-folder-fields.d.mts.map +1 -0
  80. package/dist/actions/list-folder-fields.mjs +13 -0
  81. package/dist/actions/list-folder-fields.mjs.map +1 -0
  82. package/dist/actions/list-readable-folders.cjs +20 -0
  83. package/dist/actions/list-readable-folders.cjs.map +1 -0
  84. package/dist/actions/list-readable-folders.d.cts +9 -0
  85. package/dist/actions/list-readable-folders.d.cts.map +1 -0
  86. package/dist/actions/list-readable-folders.d.mts +9 -0
  87. package/dist/actions/list-readable-folders.d.mts.map +1 -0
  88. package/dist/actions/list-readable-folders.mjs +19 -0
  89. package/dist/actions/list-readable-folders.mjs.map +1 -0
  90. package/dist/actions/list-writable-folders.cjs +20 -0
  91. package/dist/actions/list-writable-folders.cjs.map +1 -0
  92. package/dist/actions/list-writable-folders.d.cts +9 -0
  93. package/dist/actions/list-writable-folders.d.cts.map +1 -0
  94. package/dist/actions/list-writable-folders.d.mts +9 -0
  95. package/dist/actions/list-writable-folders.d.mts.map +1 -0
  96. package/dist/actions/list-writable-folders.mjs +19 -0
  97. package/dist/actions/list-writable-folders.mjs.map +1 -0
  98. package/dist/actions/test-auth.cjs +20 -0
  99. package/dist/actions/test-auth.cjs.map +1 -0
  100. package/dist/actions/test-auth.d.cts +9 -0
  101. package/dist/actions/test-auth.d.cts.map +1 -0
  102. package/dist/actions/test-auth.d.mts +9 -0
  103. package/dist/actions/test-auth.d.mts.map +1 -0
  104. package/dist/actions/test-auth.mjs +19 -0
  105. package/dist/actions/test-auth.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
@@ -0,0 +1,20 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-writable-folders.ts
4
+ const NethuntCrmListWritableFoldersInput = zod.z.object({}).describe("Request model for listing writable folders. No parameters required.");
5
+ const NethuntCrmListWritableFolders_FolderSchema = zod.z.object({
6
+ id: zod.z.string().describe("Unique identifier of the folder"),
7
+ name: zod.z.string().describe("Display name of the folder")
8
+ }).describe("Represents a single folder in NetHunt CRM.");
9
+ const NethuntCrmListWritableFoldersOutput = zod.z.object({ folders: zod.z.array(NethuntCrmListWritableFolders_FolderSchema).describe("Array of folders the user has write access to") }).describe("Response model for listing writable folders.");
10
+ const nethuntCrmListWritableFolders = require_action.action("NETHUNT_CRM_LIST_WRITABLE_FOLDERS", {
11
+ slug: "nethunt_crm-list-writable-folders",
12
+ name: "List Writable Folders",
13
+ description: "Tool to list folders the user can create records in. Returns folders the user has write access to. Use when you need to retrieve writable folders for creating new records.",
14
+ input: NethuntCrmListWritableFoldersInput,
15
+ output: NethuntCrmListWritableFoldersOutput
16
+ });
17
+ //#endregion
18
+ exports.nethuntCrmListWritableFolders = nethuntCrmListWritableFolders;
19
+
20
+ //# sourceMappingURL=list-writable-folders.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-writable-folders.cjs","names":["z","action"],"sources":["../../src/actions/list-writable-folders.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NethuntCrmListWritableFoldersInput: z.ZodTypeAny = z.object({}).describe(\"Request model for listing writable folders. No parameters required.\");\nconst NethuntCrmListWritableFolders_FolderSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the folder\"),\n name: z.string().describe(\"Display name of the folder\"),\n}).describe(\"Represents a single folder in NetHunt CRM.\");\nexport const NethuntCrmListWritableFoldersOutput: z.ZodTypeAny = z.object({\n folders: z.array(NethuntCrmListWritableFolders_FolderSchema).describe(\"Array of folders the user has write access to\"),\n}).describe(\"Response model for listing writable folders.\");\n\nexport const nethuntCrmListWritableFolders = action(\"NETHUNT_CRM_LIST_WRITABLE_FOLDERS\", {\n slug: \"nethunt_crm-list-writable-folders\",\n name: \"List Writable Folders\",\n description: \"Tool to list folders the user can create records in. Returns folders the user has write access to. Use when you need to retrieve writable folders for creating new records.\",\n input: NethuntCrmListWritableFoldersInput,\n output: NethuntCrmListWritableFoldersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qEAAqE;AAC3J,MAAM,6CAA2DA,IAAAA,EAAE,OAAO;CACxE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACzD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;AACxD,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,SAASA,IAAAA,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,+CAA+C,EACvH,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,gCAAgCC,eAAAA,OAAO,qCAAqC;CACvF,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/list-writable-folders.d.ts
4
+ declare const NethuntCrmListWritableFoldersInput: z.ZodTypeAny;
5
+ declare const NethuntCrmListWritableFoldersOutput: z.ZodTypeAny;
6
+ declare const nethuntCrmListWritableFolders: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { nethuntCrmListWritableFolders };
9
+ //# sourceMappingURL=list-writable-folders.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-writable-folders.d.cts","names":[],"sources":["../../src/actions/list-writable-folders.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAAyG;AAAA,cAK/I,mCAAA,EAAqC,CAAA,CAAE,UAEO;AAAA,cAE9C,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-writable-folders.d.ts
4
+ declare const NethuntCrmListWritableFoldersInput: z.ZodTypeAny;
5
+ declare const NethuntCrmListWritableFoldersOutput: z.ZodTypeAny;
6
+ declare const nethuntCrmListWritableFolders: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { nethuntCrmListWritableFolders };
9
+ //# sourceMappingURL=list-writable-folders.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-writable-folders.d.mts","names":[],"sources":["../../src/actions/list-writable-folders.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAAyG;AAAA,cAK/I,mCAAA,EAAqC,CAAA,CAAE,UAEO;AAAA,cAE9C,6BAAA,gCAA6B,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/list-writable-folders.ts
4
+ const NethuntCrmListWritableFoldersInput = z.object({}).describe("Request model for listing writable folders. No parameters required.");
5
+ const NethuntCrmListWritableFolders_FolderSchema = z.object({
6
+ id: z.string().describe("Unique identifier of the folder"),
7
+ name: z.string().describe("Display name of the folder")
8
+ }).describe("Represents a single folder in NetHunt CRM.");
9
+ const nethuntCrmListWritableFolders = action("NETHUNT_CRM_LIST_WRITABLE_FOLDERS", {
10
+ slug: "nethunt_crm-list-writable-folders",
11
+ name: "List Writable Folders",
12
+ description: "Tool to list folders the user can create records in. Returns folders the user has write access to. Use when you need to retrieve writable folders for creating new records.",
13
+ input: NethuntCrmListWritableFoldersInput,
14
+ output: z.object({ folders: z.array(NethuntCrmListWritableFolders_FolderSchema).describe("Array of folders the user has write access to") }).describe("Response model for listing writable folders.")
15
+ });
16
+ //#endregion
17
+ export { nethuntCrmListWritableFolders };
18
+
19
+ //# sourceMappingURL=list-writable-folders.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-writable-folders.mjs","names":[],"sources":["../../src/actions/list-writable-folders.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NethuntCrmListWritableFoldersInput: z.ZodTypeAny = z.object({}).describe(\"Request model for listing writable folders. No parameters required.\");\nconst NethuntCrmListWritableFolders_FolderSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the folder\"),\n name: z.string().describe(\"Display name of the folder\"),\n}).describe(\"Represents a single folder in NetHunt CRM.\");\nexport const NethuntCrmListWritableFoldersOutput: z.ZodTypeAny = z.object({\n folders: z.array(NethuntCrmListWritableFolders_FolderSchema).describe(\"Array of folders the user has write access to\"),\n}).describe(\"Response model for listing writable folders.\");\n\nexport const nethuntCrmListWritableFolders = action(\"NETHUNT_CRM_LIST_WRITABLE_FOLDERS\", {\n slug: \"nethunt_crm-list-writable-folders\",\n name: \"List Writable Folders\",\n description: \"Tool to list folders the user can create records in. Returns folders the user has write access to. Use when you need to retrieve writable folders for creating new records.\",\n input: NethuntCrmListWritableFoldersInput,\n output: NethuntCrmListWritableFoldersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qEAAqE;AAC3J,MAAM,6CAA2D,EAAE,OAAO;CACxE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;AACxD,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAKxD,MAAa,gCAAgC,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT+D,EAAE,OAAO,EACxE,SAAS,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,+CAA+C,EACvH,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
@@ -0,0 +1,20 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/test-auth.ts
4
+ const NethuntCrmTestAuthInput = zod.z.object({}).describe("No parameters required for authentication testing.");
5
+ const NethuntCrmTestAuth_UserInfoSchema = zod.z.object({
6
+ emailAddress: zod.z.string().describe("Email address of the authenticated user"),
7
+ personalName: zod.z.string().describe("Name of the authenticated user")
8
+ });
9
+ const NethuntCrmTestAuthOutput = zod.z.object({ user: NethuntCrmTestAuth_UserInfoSchema.nullable() });
10
+ const nethuntCrmTestAuth = require_action.action("NETHUNT_CRM_TEST_AUTH", {
11
+ slug: "nethunt_crm-test-auth",
12
+ name: "Test NetHunt CRM Authentication",
13
+ description: "Tool to verify request credentials and test authentication. Returns information about the authenticated user including name and email. Use this action to confirm API credentials are valid before making other requests.",
14
+ input: NethuntCrmTestAuthInput,
15
+ output: NethuntCrmTestAuthOutput
16
+ });
17
+ //#endregion
18
+ exports.nethuntCrmTestAuth = nethuntCrmTestAuth;
19
+
20
+ //# sourceMappingURL=test-auth.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"test-auth.cjs","names":["z","action"],"sources":["../../src/actions/test-auth.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NethuntCrmTestAuthInput: z.ZodTypeAny = z.object({}).describe(\"No parameters required for authentication testing.\");\nconst NethuntCrmTestAuth_UserInfoSchema: z.ZodTypeAny = z.object({\n emailAddress: z.string().describe(\"Email address of the authenticated user\"),\n personalName: z.string().describe(\"Name of the authenticated user\"),\n});\nexport const NethuntCrmTestAuthOutput: z.ZodTypeAny = z.object({\n user: NethuntCrmTestAuth_UserInfoSchema.nullable(),\n});\n\nexport const nethuntCrmTestAuth = action(\"NETHUNT_CRM_TEST_AUTH\", {\n slug: \"nethunt_crm-test-auth\",\n name: \"Test NetHunt CRM Authentication\",\n description: \"Tool to verify request credentials and test authentication. Returns information about the authenticated user including name and email. Use this action to confirm API credentials are valid before making other requests.\",\n input: NethuntCrmTestAuthInput,\n output: NethuntCrmTestAuthOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAC/H,MAAM,oCAAkDA,IAAAA,EAAE,OAAO;CAC/D,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CAC3E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;AACpE,CAAC;AACD,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,EAC7D,MAAM,kCAAkC,SAAS,EACnD,CAAC;AAED,MAAa,qBAAqBC,eAAAA,OAAO,yBAAyB;CAChE,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/test-auth.d.ts
4
+ declare const NethuntCrmTestAuthInput: z.ZodTypeAny;
5
+ declare const NethuntCrmTestAuthOutput: z.ZodTypeAny;
6
+ declare const nethuntCrmTestAuth: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { nethuntCrmTestAuth };
9
+ //# sourceMappingURL=test-auth.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"test-auth.d.cts","names":[],"sources":["../../src/actions/test-auth.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAAwF;AAAA,cAKnH,wBAAA,EAA0B,CAAA,CAAE,UAEvC;AAAA,cAEW,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/test-auth.d.ts
4
+ declare const NethuntCrmTestAuthInput: z.ZodTypeAny;
5
+ declare const NethuntCrmTestAuthOutput: z.ZodTypeAny;
6
+ declare const nethuntCrmTestAuth: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { nethuntCrmTestAuth };
9
+ //# sourceMappingURL=test-auth.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"test-auth.d.mts","names":[],"sources":["../../src/actions/test-auth.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAAwF;AAAA,cAKnH,wBAAA,EAA0B,CAAA,CAAE,UAEvC;AAAA,cAEW,kBAAA,gCAAkB,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/test-auth.ts
4
+ const NethuntCrmTestAuthInput = z.object({}).describe("No parameters required for authentication testing.");
5
+ const NethuntCrmTestAuth_UserInfoSchema = z.object({
6
+ emailAddress: z.string().describe("Email address of the authenticated user"),
7
+ personalName: z.string().describe("Name of the authenticated user")
8
+ });
9
+ const nethuntCrmTestAuth = action("NETHUNT_CRM_TEST_AUTH", {
10
+ slug: "nethunt_crm-test-auth",
11
+ name: "Test NetHunt CRM Authentication",
12
+ description: "Tool to verify request credentials and test authentication. Returns information about the authenticated user including name and email. Use this action to confirm API credentials are valid before making other requests.",
13
+ input: NethuntCrmTestAuthInput,
14
+ output: z.object({ user: NethuntCrmTestAuth_UserInfoSchema.nullable() })
15
+ });
16
+ //#endregion
17
+ export { nethuntCrmTestAuth };
18
+
19
+ //# sourceMappingURL=test-auth.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"test-auth.mjs","names":[],"sources":["../../src/actions/test-auth.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NethuntCrmTestAuthInput: z.ZodTypeAny = z.object({}).describe(\"No parameters required for authentication testing.\");\nconst NethuntCrmTestAuth_UserInfoSchema: z.ZodTypeAny = z.object({\n emailAddress: z.string().describe(\"Email address of the authenticated user\"),\n personalName: z.string().describe(\"Name of the authenticated user\"),\n});\nexport const NethuntCrmTestAuthOutput: z.ZodTypeAny = z.object({\n user: NethuntCrmTestAuth_UserInfoSchema.nullable(),\n});\n\nexport const nethuntCrmTestAuth = action(\"NETHUNT_CRM_TEST_AUTH\", {\n slug: \"nethunt_crm-test-auth\",\n name: \"Test NetHunt CRM Authentication\",\n description: \"Tool to verify request credentials and test authentication. Returns information about the authenticated user including name and email. Use this action to confirm API credentials are valid before making other requests.\",\n input: NethuntCrmTestAuthInput,\n output: NethuntCrmTestAuthOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAC/H,MAAM,oCAAkD,EAAE,OAAO;CAC/D,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CAC3E,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;AACpE,CAAC;AAKD,MAAa,qBAAqB,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAToD,EAAE,OAAO,EAC7D,MAAM,kCAAkC,SAAS,EACnD,CAOU;AACV,CAAC"}
package/dist/app.cjs ADDED
@@ -0,0 +1,9 @@
1
+ //#region src/app.ts
2
+ const nethuntCrm = (0, require("@keystrokehq/keystroke/app").defineApp)({
3
+ slug: "nethunt_crm",
4
+ auth: "keystroke"
5
+ });
6
+ //#endregion
7
+ exports.nethuntCrm = nethuntCrm;
8
+
9
+ //# sourceMappingURL=app.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const nethuntCrm = defineApp({\n slug: \"nethunt_crm\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,cAAA,uCAAA,CAAA,CAAA,UAAA,CAAuB;CAClC,MAAM;CACN,MAAM;AACR,CAAC"}
package/dist/app.d.cts ADDED
@@ -0,0 +1,5 @@
1
+ //#region src/app.d.ts
2
+ declare const nethuntCrm: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { nethuntCrm };
5
+ //# sourceMappingURL=app.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,UAAA,6BAAU,GAAA,+BAAA,UAAA"}
package/dist/app.d.mts ADDED
@@ -0,0 +1,5 @@
1
+ //#region src/app.d.ts
2
+ declare const nethuntCrm: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { nethuntCrm };
5
+ //# sourceMappingURL=app.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,UAAA,6BAAU,GAAA,+BAAA,UAAA"}
package/dist/app.mjs ADDED
@@ -0,0 +1,10 @@
1
+ import { defineApp } from "@keystrokehq/keystroke/app";
2
+ //#region src/app.ts
3
+ const nethuntCrm = defineApp({
4
+ slug: "nethunt_crm",
5
+ auth: "keystroke"
6
+ });
7
+ //#endregion
8
+ export { nethuntCrm };
9
+
10
+ //# sourceMappingURL=app.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const nethuntCrm = defineApp({\n slug: \"nethunt_crm\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,aAAa,UAAU;CAClC,MAAM;CACN,MAAM;AACR,CAAC"}
@@ -0,0 +1,15 @@
1
+ //#region src/catalog.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ const nethuntCrmCatalog = {
4
+ "slug": "nethunt_crm",
5
+ "name": "NetHunt CRM",
6
+ "description": "NetHunt is a Gmail CRM that brings sales automation and drip campaigns straight to your inbox",
7
+ "category": "CRM",
8
+ "logo": "https://logos.composio.dev/api/nethunt_crm",
9
+ "authKind": "keystroke",
10
+ "oauthScopes": []
11
+ };
12
+ //#endregion
13
+ exports.nethuntCrmCatalog = nethuntCrmCatalog;
14
+
15
+ //# sourceMappingURL=catalog.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const nethuntCrmCatalog = {\n \"slug\": \"nethunt_crm\",\n \"name\": \"NetHunt CRM\",\n \"description\": \"NetHunt is a Gmail CRM that brings sales automation and drip campaigns straight to your inbox\",\n \"category\": \"CRM\",\n \"logo\": \"https://logos.composio.dev/api/nethunt_crm\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,oBAAoB;CAC/B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
@@ -0,0 +1,14 @@
1
+ //#region src/catalog.d.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ declare const nethuntCrmCatalog: {
4
+ readonly slug: "nethunt_crm";
5
+ readonly name: "NetHunt CRM";
6
+ readonly description: "NetHunt is a Gmail CRM that brings sales automation and drip campaigns straight to your inbox";
7
+ readonly category: "CRM";
8
+ readonly logo: "https://logos.composio.dev/api/nethunt_crm";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { nethuntCrmCatalog };
14
+ //# sourceMappingURL=catalog.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,iBAAA;EAAA"}
@@ -0,0 +1,14 @@
1
+ //#region src/catalog.d.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ declare const nethuntCrmCatalog: {
4
+ readonly slug: "nethunt_crm";
5
+ readonly name: "NetHunt CRM";
6
+ readonly description: "NetHunt is a Gmail CRM that brings sales automation and drip campaigns straight to your inbox";
7
+ readonly category: "CRM";
8
+ readonly logo: "https://logos.composio.dev/api/nethunt_crm";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { nethuntCrmCatalog };
14
+ //# sourceMappingURL=catalog.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,iBAAA;EAAA"}
@@ -0,0 +1,15 @@
1
+ //#region src/catalog.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ const nethuntCrmCatalog = {
4
+ "slug": "nethunt_crm",
5
+ "name": "NetHunt CRM",
6
+ "description": "NetHunt is a Gmail CRM that brings sales automation and drip campaigns straight to your inbox",
7
+ "category": "CRM",
8
+ "logo": "https://logos.composio.dev/api/nethunt_crm",
9
+ "authKind": "keystroke",
10
+ "oauthScopes": []
11
+ };
12
+ //#endregion
13
+ export { nethuntCrmCatalog };
14
+
15
+ //# sourceMappingURL=catalog.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const nethuntCrmCatalog = {\n \"slug\": \"nethunt_crm\",\n \"name\": \"NetHunt CRM\",\n \"description\": \"NetHunt is a Gmail CRM that brings sales automation and drip campaigns straight to your inbox\",\n \"category\": \"CRM\",\n \"logo\": \"https://logos.composio.dev/api/nethunt_crm\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,oBAAoB;CAC/B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
@@ -0,0 +1,18 @@
1
+ let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
2
+ //#region src/execute.ts
3
+ const APP_SLUG = "nethunt_crm";
4
+ /** Pinned app version — updated on regeneration. */
5
+ const APP_VERSION = "20260615_00";
6
+ async function executeNethuntCrmTool(tool, args) {
7
+ const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
8
+ app: APP_SLUG,
9
+ tool,
10
+ arguments: args,
11
+ version: APP_VERSION
12
+ });
13
+ return result;
14
+ }
15
+ //#endregion
16
+ exports.executeNethuntCrmTool = executeNethuntCrmTool;
17
+
18
+ //# sourceMappingURL=execute.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"nethunt_crm\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeNethuntCrmTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,sBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
@@ -0,0 +1,18 @@
1
+ import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
2
+ //#region src/execute.ts
3
+ const APP_SLUG = "nethunt_crm";
4
+ /** Pinned app version — updated on regeneration. */
5
+ const APP_VERSION = "20260615_00";
6
+ async function executeNethuntCrmTool(tool, args) {
7
+ const { result } = await createKeystrokeClient().tools.execute({
8
+ app: APP_SLUG,
9
+ tool,
10
+ arguments: args,
11
+ version: APP_VERSION
12
+ });
13
+ return result;
14
+ }
15
+ //#endregion
16
+ export { executeNethuntCrmTool };
17
+
18
+ //# sourceMappingURL=execute.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"nethunt_crm\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeNethuntCrmTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,sBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
package/dist/index.cjs ADDED
@@ -0,0 +1,30 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ const require_app = require("./app.cjs");
3
+ const require_catalog = require("./catalog.cjs");
4
+ const require_delete_record = require("./actions/delete-record.cjs");
5
+ const require_find_records = require("./actions/find-records.cjs");
6
+ const require_get_new_call_logs = require("./actions/get-new-call-logs.cjs");
7
+ const require_get_new_comments = require("./actions/get-new-comments.cjs");
8
+ const require_get_new_gdrive_files = require("./actions/get-new-gdrive-files.cjs");
9
+ const require_get_new_records = require("./actions/get-new-records.cjs");
10
+ const require_get_record_changes = require("./actions/get-record-changes.cjs");
11
+ const require_get_updated_records = require("./actions/get-updated-records.cjs");
12
+ const require_list_folder_fields = require("./actions/list-folder-fields.cjs");
13
+ const require_list_readable_folders = require("./actions/list-readable-folders.cjs");
14
+ const require_list_writable_folders = require("./actions/list-writable-folders.cjs");
15
+ const require_test_auth = require("./actions/test-auth.cjs");
16
+ require("./actions/index.cjs");
17
+ exports.nethuntCrm = require_app.nethuntCrm;
18
+ exports.nethuntCrmCatalog = require_catalog.nethuntCrmCatalog;
19
+ exports.nethuntCrmDeleteRecord = require_delete_record.nethuntCrmDeleteRecord;
20
+ exports.nethuntCrmFindRecords = require_find_records.nethuntCrmFindRecords;
21
+ exports.nethuntCrmGetNewCallLogs = require_get_new_call_logs.nethuntCrmGetNewCallLogs;
22
+ exports.nethuntCrmGetNewComments = require_get_new_comments.nethuntCrmGetNewComments;
23
+ exports.nethuntCrmGetNewGdriveFiles = require_get_new_gdrive_files.nethuntCrmGetNewGdriveFiles;
24
+ exports.nethuntCrmGetNewRecords = require_get_new_records.nethuntCrmGetNewRecords;
25
+ exports.nethuntCrmGetRecordChanges = require_get_record_changes.nethuntCrmGetRecordChanges;
26
+ exports.nethuntCrmGetUpdatedRecords = require_get_updated_records.nethuntCrmGetUpdatedRecords;
27
+ exports.nethuntCrmListFolderFields = require_list_folder_fields.nethuntCrmListFolderFields;
28
+ exports.nethuntCrmListReadableFolders = require_list_readable_folders.nethuntCrmListReadableFolders;
29
+ exports.nethuntCrmListWritableFolders = require_list_writable_folders.nethuntCrmListWritableFolders;
30
+ exports.nethuntCrmTestAuth = require_test_auth.nethuntCrmTestAuth;
@@ -0,0 +1,15 @@
1
+ import { nethuntCrmDeleteRecord } from "./actions/delete-record.cjs";
2
+ import { nethuntCrmFindRecords } from "./actions/find-records.cjs";
3
+ import { nethuntCrmGetNewCallLogs } from "./actions/get-new-call-logs.cjs";
4
+ import { nethuntCrmGetNewComments } from "./actions/get-new-comments.cjs";
5
+ import { nethuntCrmGetNewGdriveFiles } from "./actions/get-new-gdrive-files.cjs";
6
+ import { nethuntCrmGetNewRecords } from "./actions/get-new-records.cjs";
7
+ import { nethuntCrmGetRecordChanges } from "./actions/get-record-changes.cjs";
8
+ import { nethuntCrmGetUpdatedRecords } from "./actions/get-updated-records.cjs";
9
+ import { nethuntCrmListFolderFields } from "./actions/list-folder-fields.cjs";
10
+ import { nethuntCrmListReadableFolders } from "./actions/list-readable-folders.cjs";
11
+ import { nethuntCrmListWritableFolders } from "./actions/list-writable-folders.cjs";
12
+ import { nethuntCrmTestAuth } from "./actions/test-auth.cjs";
13
+ import { nethuntCrm } from "./app.cjs";
14
+ import { nethuntCrmCatalog } from "./catalog.cjs";
15
+ export { nethuntCrm, nethuntCrmCatalog, nethuntCrmDeleteRecord, nethuntCrmFindRecords, nethuntCrmGetNewCallLogs, nethuntCrmGetNewComments, nethuntCrmGetNewGdriveFiles, nethuntCrmGetNewRecords, nethuntCrmGetRecordChanges, nethuntCrmGetUpdatedRecords, nethuntCrmListFolderFields, nethuntCrmListReadableFolders, nethuntCrmListWritableFolders, nethuntCrmTestAuth };
@@ -0,0 +1,15 @@
1
+ import { nethuntCrmDeleteRecord } from "./actions/delete-record.mjs";
2
+ import { nethuntCrmFindRecords } from "./actions/find-records.mjs";
3
+ import { nethuntCrmGetNewCallLogs } from "./actions/get-new-call-logs.mjs";
4
+ import { nethuntCrmGetNewComments } from "./actions/get-new-comments.mjs";
5
+ import { nethuntCrmGetNewGdriveFiles } from "./actions/get-new-gdrive-files.mjs";
6
+ import { nethuntCrmGetNewRecords } from "./actions/get-new-records.mjs";
7
+ import { nethuntCrmGetRecordChanges } from "./actions/get-record-changes.mjs";
8
+ import { nethuntCrmGetUpdatedRecords } from "./actions/get-updated-records.mjs";
9
+ import { nethuntCrmListFolderFields } from "./actions/list-folder-fields.mjs";
10
+ import { nethuntCrmListReadableFolders } from "./actions/list-readable-folders.mjs";
11
+ import { nethuntCrmListWritableFolders } from "./actions/list-writable-folders.mjs";
12
+ import { nethuntCrmTestAuth } from "./actions/test-auth.mjs";
13
+ import { nethuntCrm } from "./app.mjs";
14
+ import { nethuntCrmCatalog } from "./catalog.mjs";
15
+ export { nethuntCrm, nethuntCrmCatalog, nethuntCrmDeleteRecord, nethuntCrmFindRecords, nethuntCrmGetNewCallLogs, nethuntCrmGetNewComments, nethuntCrmGetNewGdriveFiles, nethuntCrmGetNewRecords, nethuntCrmGetRecordChanges, nethuntCrmGetUpdatedRecords, nethuntCrmListFolderFields, nethuntCrmListReadableFolders, nethuntCrmListWritableFolders, nethuntCrmTestAuth };
package/dist/index.mjs ADDED
@@ -0,0 +1,16 @@
1
+ import { nethuntCrm } from "./app.mjs";
2
+ import { nethuntCrmCatalog } from "./catalog.mjs";
3
+ import { nethuntCrmDeleteRecord } from "./actions/delete-record.mjs";
4
+ import { nethuntCrmFindRecords } from "./actions/find-records.mjs";
5
+ import { nethuntCrmGetNewCallLogs } from "./actions/get-new-call-logs.mjs";
6
+ import { nethuntCrmGetNewComments } from "./actions/get-new-comments.mjs";
7
+ import { nethuntCrmGetNewGdriveFiles } from "./actions/get-new-gdrive-files.mjs";
8
+ import { nethuntCrmGetNewRecords } from "./actions/get-new-records.mjs";
9
+ import { nethuntCrmGetRecordChanges } from "./actions/get-record-changes.mjs";
10
+ import { nethuntCrmGetUpdatedRecords } from "./actions/get-updated-records.mjs";
11
+ import { nethuntCrmListFolderFields } from "./actions/list-folder-fields.mjs";
12
+ import { nethuntCrmListReadableFolders } from "./actions/list-readable-folders.mjs";
13
+ import { nethuntCrmListWritableFolders } from "./actions/list-writable-folders.mjs";
14
+ import { nethuntCrmTestAuth } from "./actions/test-auth.mjs";
15
+ import "./actions/index.mjs";
16
+ export { nethuntCrm, nethuntCrmCatalog, nethuntCrmDeleteRecord, nethuntCrmFindRecords, nethuntCrmGetNewCallLogs, nethuntCrmGetNewComments, nethuntCrmGetNewGdriveFiles, nethuntCrmGetNewRecords, nethuntCrmGetRecordChanges, nethuntCrmGetUpdatedRecords, nethuntCrmListFolderFields, nethuntCrmListReadableFolders, nethuntCrmListWritableFolders, nethuntCrmTestAuth };
package/package.json ADDED
@@ -0,0 +1,49 @@
1
+ {
2
+ "name": "@keystrokehq/nethunt_crm",
3
+ "version": "0.1.0",
4
+ "publishConfig": {
5
+ "access": "public",
6
+ "registry": "https://registry.npmjs.org"
7
+ },
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/keystrokehq/keystroke.git",
11
+ "directory": "packages/integrations/nethunt_crm"
12
+ },
13
+ "files": [
14
+ "dist"
15
+ ],
16
+ "sideEffects": false,
17
+ "type": "module",
18
+ "main": "./dist/index.cjs",
19
+ "module": "./dist/index.mjs",
20
+ "types": "./dist/index.d.mts",
21
+ "exports": {
22
+ ".": {
23
+ "types": "./dist/index.d.mts",
24
+ "import": "./dist/index.mjs",
25
+ "require": "./dist/index.cjs"
26
+ },
27
+ "./actions": {
28
+ "types": "./dist/actions/index.d.mts",
29
+ "import": "./dist/actions/index.mjs",
30
+ "require": "./dist/actions/index.cjs"
31
+ }
32
+ },
33
+ "peerDependencies": {
34
+ "@keystrokehq/keystroke": "^0.1.4",
35
+ "zod": "^4.4.3"
36
+ },
37
+ "devDependencies": {
38
+ "@keystrokehq/keystroke": "link:../../keystroke",
39
+ "@types/node": "^25.9.1",
40
+ "tsdown": "^0.22.0",
41
+ "typescript": "^6.0.3",
42
+ "zod": "^4.4.3"
43
+ },
44
+ "scripts": {
45
+ "build": "tsdown",
46
+ "dev": "tsdown --watch --no-clean",
47
+ "typecheck": "tsc --noEmit"
48
+ }
49
+ }