@keystrokehq/reply 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 (202) 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/create-list.cjs +19 -0
  7. package/dist/actions/create-list.cjs.map +1 -0
  8. package/dist/actions/create-list.d.cts +9 -0
  9. package/dist/actions/create-list.d.cts.map +1 -0
  10. package/dist/actions/create-list.d.mts +9 -0
  11. package/dist/actions/create-list.d.mts.map +1 -0
  12. package/dist/actions/create-list.mjs +16 -0
  13. package/dist/actions/create-list.mjs.map +1 -0
  14. package/dist/actions/delete-email-account.cjs +16 -0
  15. package/dist/actions/delete-email-account.cjs.map +1 -0
  16. package/dist/actions/delete-email-account.d.cts +9 -0
  17. package/dist/actions/delete-email-account.d.cts.map +1 -0
  18. package/dist/actions/delete-email-account.d.mts +9 -0
  19. package/dist/actions/delete-email-account.d.mts.map +1 -0
  20. package/dist/actions/delete-email-account.mjs +13 -0
  21. package/dist/actions/delete-email-account.mjs.map +1 -0
  22. package/dist/actions/delete-list-by-id.cjs +16 -0
  23. package/dist/actions/delete-list-by-id.cjs.map +1 -0
  24. package/dist/actions/delete-list-by-id.d.cts +9 -0
  25. package/dist/actions/delete-list-by-id.d.cts.map +1 -0
  26. package/dist/actions/delete-list-by-id.d.mts +9 -0
  27. package/dist/actions/delete-list-by-id.d.mts.map +1 -0
  28. package/dist/actions/delete-list-by-id.mjs +13 -0
  29. package/dist/actions/delete-list-by-id.mjs.map +1 -0
  30. package/dist/actions/delete-sequence.cjs +16 -0
  31. package/dist/actions/delete-sequence.cjs.map +1 -0
  32. package/dist/actions/delete-sequence.d.cts +9 -0
  33. package/dist/actions/delete-sequence.d.cts.map +1 -0
  34. package/dist/actions/delete-sequence.d.mts +9 -0
  35. package/dist/actions/delete-sequence.d.mts.map +1 -0
  36. package/dist/actions/delete-sequence.mjs +13 -0
  37. package/dist/actions/delete-sequence.mjs.map +1 -0
  38. package/dist/actions/delete-user.cjs +16 -0
  39. package/dist/actions/delete-user.cjs.map +1 -0
  40. package/dist/actions/delete-user.d.cts +9 -0
  41. package/dist/actions/delete-user.d.cts.map +1 -0
  42. package/dist/actions/delete-user.d.mts +9 -0
  43. package/dist/actions/delete-user.d.mts.map +1 -0
  44. package/dist/actions/delete-user.mjs +13 -0
  45. package/dist/actions/delete-user.mjs.map +1 -0
  46. package/dist/actions/generate-ulid.cjs +16 -0
  47. package/dist/actions/generate-ulid.cjs.map +1 -0
  48. package/dist/actions/generate-ulid.d.cts +9 -0
  49. package/dist/actions/generate-ulid.d.cts.map +1 -0
  50. package/dist/actions/generate-ulid.d.mts +9 -0
  51. package/dist/actions/generate-ulid.d.mts.map +1 -0
  52. package/dist/actions/generate-ulid.mjs +13 -0
  53. package/dist/actions/generate-ulid.mjs.map +1 -0
  54. package/dist/actions/get-all-lists.cjs +20 -0
  55. package/dist/actions/get-all-lists.cjs.map +1 -0
  56. package/dist/actions/get-all-lists.d.cts +9 -0
  57. package/dist/actions/get-all-lists.d.cts.map +1 -0
  58. package/dist/actions/get-all-lists.d.mts +9 -0
  59. package/dist/actions/get-all-lists.d.mts.map +1 -0
  60. package/dist/actions/get-all-lists.mjs +19 -0
  61. package/dist/actions/get-all-lists.mjs.map +1 -0
  62. package/dist/actions/get-blacklist-all.cjs +16 -0
  63. package/dist/actions/get-blacklist-all.cjs.map +1 -0
  64. package/dist/actions/get-blacklist-all.d.cts +9 -0
  65. package/dist/actions/get-blacklist-all.d.cts.map +1 -0
  66. package/dist/actions/get-blacklist-all.d.mts +9 -0
  67. package/dist/actions/get-blacklist-all.d.mts.map +1 -0
  68. package/dist/actions/get-blacklist-all.mjs +13 -0
  69. package/dist/actions/get-blacklist-all.mjs.map +1 -0
  70. package/dist/actions/get-campaign-schedules-all.cjs +49 -0
  71. package/dist/actions/get-campaign-schedules-all.cjs.map +1 -0
  72. package/dist/actions/get-campaign-schedules-all.d.cts +9 -0
  73. package/dist/actions/get-campaign-schedules-all.d.cts.map +1 -0
  74. package/dist/actions/get-campaign-schedules-all.d.mts +9 -0
  75. package/dist/actions/get-campaign-schedules-all.d.mts.map +1 -0
  76. package/dist/actions/get-campaign-schedules-all.mjs +48 -0
  77. package/dist/actions/get-campaign-schedules-all.mjs.map +1 -0
  78. package/dist/actions/get-campaigns-for-contact.cjs +35 -0
  79. package/dist/actions/get-campaigns-for-contact.cjs.map +1 -0
  80. package/dist/actions/get-campaigns-for-contact.d.cts +9 -0
  81. package/dist/actions/get-campaigns-for-contact.d.cts.map +1 -0
  82. package/dist/actions/get-campaigns-for-contact.d.mts +9 -0
  83. package/dist/actions/get-campaigns-for-contact.d.mts.map +1 -0
  84. package/dist/actions/get-campaigns-for-contact.mjs +34 -0
  85. package/dist/actions/get-campaigns-for-contact.mjs.map +1 -0
  86. package/dist/actions/get-contacts-in-list-by-id.cjs +57 -0
  87. package/dist/actions/get-contacts-in-list-by-id.cjs.map +1 -0
  88. package/dist/actions/get-contacts-in-list-by-id.d.cts +9 -0
  89. package/dist/actions/get-contacts-in-list-by-id.d.cts.map +1 -0
  90. package/dist/actions/get-contacts-in-list-by-id.d.mts +9 -0
  91. package/dist/actions/get-contacts-in-list-by-id.d.mts.map +1 -0
  92. package/dist/actions/get-contacts-in-list-by-id.mjs +56 -0
  93. package/dist/actions/get-contacts-in-list-by-id.mjs.map +1 -0
  94. package/dist/actions/get-list-by-id.cjs +19 -0
  95. package/dist/actions/get-list-by-id.cjs.map +1 -0
  96. package/dist/actions/get-list-by-id.d.cts +9 -0
  97. package/dist/actions/get-list-by-id.d.cts.map +1 -0
  98. package/dist/actions/get-list-by-id.d.mts +9 -0
  99. package/dist/actions/get-list-by-id.d.mts.map +1 -0
  100. package/dist/actions/get-list-by-id.mjs +16 -0
  101. package/dist/actions/get-list-by-id.mjs.map +1 -0
  102. package/dist/actions/get-templates-list.cjs +28 -0
  103. package/dist/actions/get-templates-list.cjs.map +1 -0
  104. package/dist/actions/get-templates-list.d.cts +9 -0
  105. package/dist/actions/get-templates-list.d.cts.map +1 -0
  106. package/dist/actions/get-templates-list.d.mts +9 -0
  107. package/dist/actions/get-templates-list.d.mts.map +1 -0
  108. package/dist/actions/get-templates-list.mjs +27 -0
  109. package/dist/actions/get-templates-list.mjs.map +1 -0
  110. package/dist/actions/index.cjs +43 -0
  111. package/dist/actions/index.d.cts +22 -0
  112. package/dist/actions/index.d.mts +22 -0
  113. package/dist/actions/index.mjs +22 -0
  114. package/dist/actions/list-campaigns.cjs +38 -0
  115. package/dist/actions/list-campaigns.cjs.map +1 -0
  116. package/dist/actions/list-campaigns.d.cts +9 -0
  117. package/dist/actions/list-campaigns.d.cts.map +1 -0
  118. package/dist/actions/list-campaigns.d.mts +9 -0
  119. package/dist/actions/list-campaigns.d.mts.map +1 -0
  120. package/dist/actions/list-campaigns.mjs +37 -0
  121. package/dist/actions/list-campaigns.mjs.map +1 -0
  122. package/dist/actions/list-contacts-basic.cjs +56 -0
  123. package/dist/actions/list-contacts-basic.cjs.map +1 -0
  124. package/dist/actions/list-contacts-basic.d.cts +9 -0
  125. package/dist/actions/list-contacts-basic.d.cts.map +1 -0
  126. package/dist/actions/list-contacts-basic.d.mts +9 -0
  127. package/dist/actions/list-contacts-basic.d.mts.map +1 -0
  128. package/dist/actions/list-contacts-basic.mjs +55 -0
  129. package/dist/actions/list-contacts-basic.mjs.map +1 -0
  130. package/dist/actions/list-email-accounts.cjs +35 -0
  131. package/dist/actions/list-email-accounts.cjs.map +1 -0
  132. package/dist/actions/list-email-accounts.d.cts +9 -0
  133. package/dist/actions/list-email-accounts.d.cts.map +1 -0
  134. package/dist/actions/list-email-accounts.d.mts +9 -0
  135. package/dist/actions/list-email-accounts.d.mts.map +1 -0
  136. package/dist/actions/list-email-accounts.mjs +34 -0
  137. package/dist/actions/list-email-accounts.mjs.map +1 -0
  138. package/dist/actions/mark-contact-as-finished.cjs +19 -0
  139. package/dist/actions/mark-contact-as-finished.cjs.map +1 -0
  140. package/dist/actions/mark-contact-as-finished.d.cts +9 -0
  141. package/dist/actions/mark-contact-as-finished.d.cts.map +1 -0
  142. package/dist/actions/mark-contact-as-finished.d.mts +9 -0
  143. package/dist/actions/mark-contact-as-finished.d.mts.map +1 -0
  144. package/dist/actions/mark-contact-as-finished.mjs +16 -0
  145. package/dist/actions/mark-contact-as-finished.mjs.map +1 -0
  146. package/dist/actions/mark-contact-as-replied.cjs +19 -0
  147. package/dist/actions/mark-contact-as-replied.cjs.map +1 -0
  148. package/dist/actions/mark-contact-as-replied.d.cts +9 -0
  149. package/dist/actions/mark-contact-as-replied.d.cts.map +1 -0
  150. package/dist/actions/mark-contact-as-replied.d.mts +9 -0
  151. package/dist/actions/mark-contact-as-replied.d.mts.map +1 -0
  152. package/dist/actions/mark-contact-as-replied.mjs +16 -0
  153. package/dist/actions/mark-contact-as-replied.mjs.map +1 -0
  154. package/dist/actions/move-contacts-to-lists.cjs +19 -0
  155. package/dist/actions/move-contacts-to-lists.cjs.map +1 -0
  156. package/dist/actions/move-contacts-to-lists.d.cts +9 -0
  157. package/dist/actions/move-contacts-to-lists.d.cts.map +1 -0
  158. package/dist/actions/move-contacts-to-lists.d.mts +9 -0
  159. package/dist/actions/move-contacts-to-lists.d.mts.map +1 -0
  160. package/dist/actions/move-contacts-to-lists.mjs +16 -0
  161. package/dist/actions/move-contacts-to-lists.mjs.map +1 -0
  162. package/dist/actions/remove-domain-from-blacklist.cjs +19 -0
  163. package/dist/actions/remove-domain-from-blacklist.cjs.map +1 -0
  164. package/dist/actions/remove-domain-from-blacklist.d.cts +9 -0
  165. package/dist/actions/remove-domain-from-blacklist.d.cts.map +1 -0
  166. package/dist/actions/remove-domain-from-blacklist.d.mts +9 -0
  167. package/dist/actions/remove-domain-from-blacklist.d.mts.map +1 -0
  168. package/dist/actions/remove-domain-from-blacklist.mjs +16 -0
  169. package/dist/actions/remove-domain-from-blacklist.mjs.map +1 -0
  170. package/dist/actions/search-contacts.cjs +43 -0
  171. package/dist/actions/search-contacts.cjs.map +1 -0
  172. package/dist/actions/search-contacts.d.cts +9 -0
  173. package/dist/actions/search-contacts.d.cts.map +1 -0
  174. package/dist/actions/search-contacts.d.mts +9 -0
  175. package/dist/actions/search-contacts.d.mts.map +1 -0
  176. package/dist/actions/search-contacts.mjs +42 -0
  177. package/dist/actions/search-contacts.mjs.map +1 -0
  178. package/dist/app.cjs +9 -0
  179. package/dist/app.cjs.map +1 -0
  180. package/dist/app.d.cts +5 -0
  181. package/dist/app.d.cts.map +1 -0
  182. package/dist/app.d.mts +5 -0
  183. package/dist/app.d.mts.map +1 -0
  184. package/dist/app.mjs +10 -0
  185. package/dist/app.mjs.map +1 -0
  186. package/dist/catalog.cjs +15 -0
  187. package/dist/catalog.cjs.map +1 -0
  188. package/dist/catalog.d.cts +14 -0
  189. package/dist/catalog.d.cts.map +1 -0
  190. package/dist/catalog.d.mts +14 -0
  191. package/dist/catalog.d.mts.map +1 -0
  192. package/dist/catalog.mjs +15 -0
  193. package/dist/catalog.mjs.map +1 -0
  194. package/dist/execute.cjs +18 -0
  195. package/dist/execute.cjs.map +1 -0
  196. package/dist/execute.mjs +18 -0
  197. package/dist/execute.mjs.map +1 -0
  198. package/dist/index.cjs +48 -0
  199. package/dist/index.d.cts +24 -0
  200. package/dist/index.d.mts +24 -0
  201. package/dist/index.mjs +25 -0
  202. package/package.json +49 -0
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # @keystrokehq/reply
2
+
3
+ Keystroke-managed integration.
4
+
5
+ **App:** `reply`
6
+ **Version:** `20260615_00`
7
+ **Actions:** 21
8
+
9
+ ```ts
10
+ import { defineAgent } from "@keystrokehq/keystroke/agent";
11
+ import { replyCreateList } from "@keystrokehq/reply/actions";
12
+
13
+ export default defineAgent({
14
+ key: "reply-agent",
15
+ tools: [replyCreateList],
16
+ });
17
+ ```
@@ -0,0 +1,21 @@
1
+ const require_app = require("./app.cjs");
2
+ const require_execute = require("./execute.cjs");
3
+ require("zod");
4
+ //#region src/action.ts
5
+ /** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
6
+ function action(tool, def) {
7
+ return require_app.reply.action({
8
+ slug: def.slug,
9
+ name: def.name,
10
+ description: def.description,
11
+ input: def.input,
12
+ output: def.output,
13
+ async run(input) {
14
+ return def.output.parse(await require_execute.executeReplyTool(tool, input));
15
+ }
16
+ });
17
+ }
18
+ //#endregion
19
+ exports.action = action;
20
+
21
+ //# sourceMappingURL=action.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action.cjs","names":["reply","executeReplyTool"],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { reply } from \"./app\";\nimport { executeReplyTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return reply.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executeReplyTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAOA,YAAAA,MAAM,OAAO;EAClB,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,iBAAiB,MAAM,KAAgC,CAAC;EACxF;CACF,CAAC;AACH"}
@@ -0,0 +1,21 @@
1
+ import { reply } from "./app.mjs";
2
+ import { executeReplyTool } from "./execute.mjs";
3
+ import "zod";
4
+ //#region src/action.ts
5
+ /** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
6
+ function action(tool, def) {
7
+ return reply.action({
8
+ slug: def.slug,
9
+ name: def.name,
10
+ description: def.description,
11
+ input: def.input,
12
+ output: def.output,
13
+ async run(input) {
14
+ return def.output.parse(await executeReplyTool(tool, input));
15
+ }
16
+ });
17
+ }
18
+ //#endregion
19
+ export { action };
20
+
21
+ //# sourceMappingURL=action.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action.mjs","names":[],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { reply } from \"./app\";\nimport { executeReplyTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return reply.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executeReplyTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAO,MAAM,OAAO;EAClB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAM,iBAAiB,MAAM,KAAgC,CAAC;EACxF;CACF,CAAC;AACH"}
@@ -0,0 +1,19 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-list.ts
4
+ const ReplyCreateListInput = zod.z.object({ name: zod.z.string().describe("Name of the new personal list to create.") });
5
+ const ReplyCreateListOutput = zod.z.object({
6
+ id: zod.z.number().int().describe("Unique identifier of the created list."),
7
+ name: zod.z.string().describe("Name of the created list.")
8
+ });
9
+ const replyCreateList = require_action.action("REPLY_CREATE_LIST", {
10
+ slug: "reply-create-list",
11
+ name: "Create Personal List",
12
+ description: "Tool to add a new personal list on the People page. Use when you need to organize contacts into a custom list.",
13
+ input: ReplyCreateListInput,
14
+ output: ReplyCreateListOutput
15
+ });
16
+ //#endregion
17
+ exports.replyCreateList = replyCreateList;
18
+
19
+ //# sourceMappingURL=create-list.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-list.cjs","names":["z","action"],"sources":["../../src/actions/create-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyCreateListInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the new personal list to create.\"),\n});\nexport const ReplyCreateListOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the created list.\"),\n name: z.string().describe(\"Name of the created list.\"),\n});\n\nexport const replyCreateList = action(\"REPLY_CREATE_LIST\", {\n slug: \"reply-create-list\",\n name: \"Create Personal List\",\n description: \"Tool to add a new personal list on the People page. Use when you need to organize contacts into a custom list.\",\n input: ReplyCreateListInput,\n output: ReplyCreateListOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uBAAqCA,IAAAA,EAAE,OAAO,EACzD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,EACtE,CAAC;AACD,MAAa,wBAAsCA,IAAAA,EAAE,OAAO;CAC1D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC;CACtE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;AACvD,CAAC;AAED,MAAa,kBAAkBC,eAAAA,OAAO,qBAAqB;CACzD,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/create-list.d.ts
4
+ declare const ReplyCreateListInput: z.ZodTypeAny;
5
+ declare const ReplyCreateListOutput: z.ZodTypeAny;
6
+ declare const replyCreateList: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { replyCreateList };
9
+ //# sourceMappingURL=create-list.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-list.d.cts","names":[],"sources":["../../src/actions/create-list.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAEnC;AAAA,cACW,qBAAA,EAAuB,CAAA,CAAE,UAGpC;AAAA,cAEW,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-list.d.ts
4
+ declare const ReplyCreateListInput: z.ZodTypeAny;
5
+ declare const ReplyCreateListOutput: z.ZodTypeAny;
6
+ declare const replyCreateList: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { replyCreateList };
9
+ //# sourceMappingURL=create-list.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-list.d.mts","names":[],"sources":["../../src/actions/create-list.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAEnC;AAAA,cACW,qBAAA,EAAuB,CAAA,CAAE,UAGpC;AAAA,cAEW,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,16 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const replyCreateList = action("REPLY_CREATE_LIST", {
4
+ slug: "reply-create-list",
5
+ name: "Create Personal List",
6
+ description: "Tool to add a new personal list on the People page. Use when you need to organize contacts into a custom list.",
7
+ input: z.object({ name: z.string().describe("Name of the new personal list to create.") }),
8
+ output: z.object({
9
+ id: z.number().int().describe("Unique identifier of the created list."),
10
+ name: z.string().describe("Name of the created list.")
11
+ })
12
+ });
13
+ //#endregion
14
+ export { replyCreateList };
15
+
16
+ //# sourceMappingURL=create-list.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-list.mjs","names":[],"sources":["../../src/actions/create-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyCreateListInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the new personal list to create.\"),\n});\nexport const ReplyCreateListOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the created list.\"),\n name: z.string().describe(\"Name of the created list.\"),\n});\n\nexport const replyCreateList = action(\"REPLY_CREATE_LIST\", {\n slug: \"reply-create-list\",\n name: \"Create Personal List\",\n description: \"Tool to add a new personal list on the People page. Use when you need to organize contacts into a custom list.\",\n input: ReplyCreateListInput,\n output: ReplyCreateListOutput,\n});\n"],"mappings":";;AAYA,MAAa,kBAAkB,OAAO,qBAAqB;CACzD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZgD,EAAE,OAAO,EACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,EACtE,CAUS;CACP,QAViD,EAAE,OAAO;EAC1D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC;EACtE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACvD,CAOU;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-email-account.ts
4
+ const ReplyDeleteEmailAccountInput = zod.z.object({ id: zod.z.string().describe("The unique identifier of the email account to delete") }).describe("Request schema for DELETE_EMAIL_ACCOUNT.");
5
+ const ReplyDeleteEmailAccountOutput = zod.z.object({}).describe("Response schema for DELETE_EMAIL_ACCOUNT. Empty model for 204 No Content.");
6
+ const replyDeleteEmailAccount = require_action.action("REPLY_DELETE_EMAIL_ACCOUNT", {
7
+ slug: "reply-delete-email-account",
8
+ name: "Delete Email Account",
9
+ description: "Tool to delete a specific email account. Use when you need to remove an existing email account identified by its ID.",
10
+ input: ReplyDeleteEmailAccountInput,
11
+ output: ReplyDeleteEmailAccountOutput
12
+ });
13
+ //#endregion
14
+ exports.replyDeleteEmailAccount = replyDeleteEmailAccount;
15
+
16
+ //# sourceMappingURL=delete-email-account.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-email-account.cjs","names":["z","action"],"sources":["../../src/actions/delete-email-account.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyDeleteEmailAccountInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the email account to delete\"),\n}).describe(\"Request schema for DELETE_EMAIL_ACCOUNT.\");\nexport const ReplyDeleteEmailAccountOutput: z.ZodTypeAny = z.object({}).describe(\"Response schema for DELETE_EMAIL_ACCOUNT. Empty model for 204 No Content.\");\n\nexport const replyDeleteEmailAccount = action(\"REPLY_DELETE_EMAIL_ACCOUNT\", {\n slug: \"reply-delete-email-account\",\n name: \"Delete Email Account\",\n description: \"Tool to delete a specific email account. Use when you need to remove an existing email account identified by its ID.\",\n input: ReplyDeleteEmailAccountInput,\n output: ReplyDeleteEmailAccountOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,EAChF,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2EAA2E;AAE5J,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,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/delete-email-account.d.ts
4
+ declare const ReplyDeleteEmailAccountInput: z.ZodTypeAny;
5
+ declare const ReplyDeleteEmailAccountOutput: z.ZodTypeAny;
6
+ declare const replyDeleteEmailAccount: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { replyDeleteEmailAccount };
9
+ //# sourceMappingURL=delete-email-account.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-email-account.d.cts","names":[],"sources":["../../src/actions/delete-email-account.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEU;AAAA,cAC1C,6BAAA,EAA+B,CAAA,CAAE,UAA+G;AAAA,cAEhJ,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-email-account.d.ts
4
+ declare const ReplyDeleteEmailAccountInput: z.ZodTypeAny;
5
+ declare const ReplyDeleteEmailAccountOutput: z.ZodTypeAny;
6
+ declare const replyDeleteEmailAccount: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { replyDeleteEmailAccount };
9
+ //# sourceMappingURL=delete-email-account.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-email-account.d.mts","names":[],"sources":["../../src/actions/delete-email-account.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEU;AAAA,cAC1C,6BAAA,EAA+B,CAAA,CAAE,UAA+G;AAAA,cAEhJ,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const replyDeleteEmailAccount = action("REPLY_DELETE_EMAIL_ACCOUNT", {
4
+ slug: "reply-delete-email-account",
5
+ name: "Delete Email Account",
6
+ description: "Tool to delete a specific email account. Use when you need to remove an existing email account identified by its ID.",
7
+ input: z.object({ id: z.string().describe("The unique identifier of the email account to delete") }).describe("Request schema for DELETE_EMAIL_ACCOUNT."),
8
+ output: z.object({}).describe("Response schema for DELETE_EMAIL_ACCOUNT. Empty model for 204 No Content.")
9
+ });
10
+ //#endregion
11
+ export { replyDeleteEmailAccount };
12
+
13
+ //# sourceMappingURL=delete-email-account.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-email-account.mjs","names":[],"sources":["../../src/actions/delete-email-account.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyDeleteEmailAccountInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the email account to delete\"),\n}).describe(\"Request schema for DELETE_EMAIL_ACCOUNT.\");\nexport const ReplyDeleteEmailAccountOutput: z.ZodTypeAny = z.object({}).describe(\"Response schema for DELETE_EMAIL_ACCOUNT. Empty model for 204 No Content.\");\n\nexport const replyDeleteEmailAccount = action(\"REPLY_DELETE_EMAIL_ACCOUNT\", {\n slug: \"reply-delete-email-account\",\n name: \"Delete Email Account\",\n description: \"Tool to delete a specific email account. Use when you need to remove an existing email account identified by its ID.\",\n input: ReplyDeleteEmailAccountInput,\n output: ReplyDeleteEmailAccountOutput,\n});\n"],"mappings":";;AASA,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATwD,EAAE,OAAO,EACjE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,EAChF,CAAC,CAAC,CAAC,SAAS,0CAOH;CACP,QAPyD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2EAOvE;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-list-by-id.ts
4
+ const ReplyDeleteListByIdInput = zod.z.object({ listId: zod.z.number().int().describe("ID of the personal list to delete. Only lists owned by the authenticated user can be deleted.") }).describe("Model for request to delete a list by ID.");
5
+ const ReplyDeleteListByIdOutput = zod.z.object({ success: zod.z.boolean().describe("Indicates if the deletion was successful") }).describe("Model for response after deleting a list.");
6
+ const replyDeleteListById = require_action.action("REPLY_DELETE_LIST_BY_ID", {
7
+ slug: "reply-delete-list-by-id",
8
+ name: "Delete List By ID",
9
+ description: "Tool to delete a list by its ID. Use when you need to remove a personal list you own.",
10
+ input: ReplyDeleteListByIdInput,
11
+ output: ReplyDeleteListByIdOutput
12
+ });
13
+ //#endregion
14
+ exports.replyDeleteListById = replyDeleteListById;
15
+
16
+ //# sourceMappingURL=delete-list-by-id.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-list-by-id.cjs","names":["z","action"],"sources":["../../src/actions/delete-list-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyDeleteListByIdInput: z.ZodTypeAny = z.object({\n listId: z.number().int().describe(\"ID of the personal list to delete. Only lists owned by the authenticated user can be deleted.\"),\n}).describe(\"Model for request to delete a list by ID.\");\nexport const ReplyDeleteListByIdOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates if the deletion was successful\"),\n}).describe(\"Model for response after deleting a list.\");\n\nexport const replyDeleteListById = action(\"REPLY_DELETE_LIST_BY_ID\", {\n slug: \"reply-delete-list-by-id\",\n name: \"Delete List By ID\",\n description: \"Tool to delete a list by its ID. Use when you need to remove a personal list you own.\",\n input: ReplyDeleteListByIdInput,\n output: ReplyDeleteListByIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,EAC7D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+FAA+F,EACnI,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,EAC1E,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAEvD,MAAa,sBAAsBC,eAAAA,OAAO,2BAA2B;CACnE,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/delete-list-by-id.d.ts
4
+ declare const ReplyDeleteListByIdInput: z.ZodTypeAny;
5
+ declare const ReplyDeleteListByIdOutput: z.ZodTypeAny;
6
+ declare const replyDeleteListById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { replyDeleteListById };
9
+ //# sourceMappingURL=delete-list-by-id.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-list-by-id.d.cts","names":[],"sources":["../../src/actions/delete-list-by-id.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAEe;AAAA,cAC3C,yBAAA,EAA2B,CAAA,CAAE,UAEc;AAAA,cAE3C,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-list-by-id.d.ts
4
+ declare const ReplyDeleteListByIdInput: z.ZodTypeAny;
5
+ declare const ReplyDeleteListByIdOutput: z.ZodTypeAny;
6
+ declare const replyDeleteListById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { replyDeleteListById };
9
+ //# sourceMappingURL=delete-list-by-id.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-list-by-id.d.mts","names":[],"sources":["../../src/actions/delete-list-by-id.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAEe;AAAA,cAC3C,yBAAA,EAA2B,CAAA,CAAE,UAEc;AAAA,cAE3C,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const replyDeleteListById = action("REPLY_DELETE_LIST_BY_ID", {
4
+ slug: "reply-delete-list-by-id",
5
+ name: "Delete List By ID",
6
+ description: "Tool to delete a list by its ID. Use when you need to remove a personal list you own.",
7
+ input: z.object({ listId: z.number().int().describe("ID of the personal list to delete. Only lists owned by the authenticated user can be deleted.") }).describe("Model for request to delete a list by ID."),
8
+ output: z.object({ success: z.boolean().describe("Indicates if the deletion was successful") }).describe("Model for response after deleting a list.")
9
+ });
10
+ //#endregion
11
+ export { replyDeleteListById };
12
+
13
+ //# sourceMappingURL=delete-list-by-id.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-list-by-id.mjs","names":[],"sources":["../../src/actions/delete-list-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyDeleteListByIdInput: z.ZodTypeAny = z.object({\n listId: z.number().int().describe(\"ID of the personal list to delete. Only lists owned by the authenticated user can be deleted.\"),\n}).describe(\"Model for request to delete a list by ID.\");\nexport const ReplyDeleteListByIdOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates if the deletion was successful\"),\n}).describe(\"Model for response after deleting a list.\");\n\nexport const replyDeleteListById = action(\"REPLY_DELETE_LIST_BY_ID\", {\n slug: \"reply-delete-list-by-id\",\n name: \"Delete List By ID\",\n description: \"Tool to delete a list by its ID. Use when you need to remove a personal list you own.\",\n input: ReplyDeleteListByIdInput,\n output: ReplyDeleteListByIdOutput,\n});\n"],"mappings":";;AAWA,MAAa,sBAAsB,OAAO,2BAA2B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXoD,EAAE,OAAO,EAC7D,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+FAA+F,EACnI,CAAC,CAAC,CAAC,SAAS,2CASH;CACP,QATqD,EAAE,OAAO,EAC9D,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,EAC1E,CAAC,CAAC,CAAC,SAAS,2CAOF;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-sequence.ts
4
+ const ReplyDeleteSequenceInput = zod.z.object({ id: zod.z.number().int().describe("Sequence ID to delete; must be an integer ≥ 1") }).describe("Request model for deleting a sequence.");
5
+ const ReplyDeleteSequenceOutput = zod.z.object({}).describe("Empty response model indicating successful deletion (HTTP 204 No Content).");
6
+ const replyDeleteSequence = require_action.action("REPLY_DELETE_SEQUENCE", {
7
+ slug: "reply-delete-sequence",
8
+ name: "Delete Sequence",
9
+ description: "Tool to delete a sequence. Use after confirming the sequence exists to remove it permanently.",
10
+ input: ReplyDeleteSequenceInput,
11
+ output: ReplyDeleteSequenceOutput
12
+ });
13
+ //#endregion
14
+ exports.replyDeleteSequence = replyDeleteSequence;
15
+
16
+ //# sourceMappingURL=delete-sequence.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-sequence.cjs","names":["z","action"],"sources":["../../src/actions/delete-sequence.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyDeleteSequenceInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Sequence ID to delete; must be an integer ≥ 1\"),\n}).describe(\"Request model for deleting a sequence.\");\nexport const ReplyDeleteSequenceOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response model indicating successful deletion (HTTP 204 No Content).\");\n\nexport const replyDeleteSequence = action(\"REPLY_DELETE_SEQUENCE\", {\n slug: \"reply-delete-sequence\",\n name: \"Delete Sequence\",\n description: \"Tool to delete a sequence. Use after confirming the sequence exists to remove it permanently.\",\n input: ReplyDeleteSequenceInput,\n output: ReplyDeleteSequenceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,EAC7D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,EAC/E,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4EAA4E;AAEzJ,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,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/delete-sequence.d.ts
4
+ declare const ReplyDeleteSequenceInput: z.ZodTypeAny;
5
+ declare const ReplyDeleteSequenceOutput: z.ZodTypeAny;
6
+ declare const replyDeleteSequence: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { replyDeleteSequence };
9
+ //# sourceMappingURL=delete-sequence.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-sequence.d.cts","names":[],"sources":["../../src/actions/delete-sequence.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAEY;AAAA,cACxC,yBAAA,EAA2B,CAAA,CAAE,UAAgH;AAAA,cAE7I,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-sequence.d.ts
4
+ declare const ReplyDeleteSequenceInput: z.ZodTypeAny;
5
+ declare const ReplyDeleteSequenceOutput: z.ZodTypeAny;
6
+ declare const replyDeleteSequence: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { replyDeleteSequence };
9
+ //# sourceMappingURL=delete-sequence.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-sequence.d.mts","names":[],"sources":["../../src/actions/delete-sequence.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAEY;AAAA,cACxC,yBAAA,EAA2B,CAAA,CAAE,UAAgH;AAAA,cAE7I,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const replyDeleteSequence = action("REPLY_DELETE_SEQUENCE", {
4
+ slug: "reply-delete-sequence",
5
+ name: "Delete Sequence",
6
+ description: "Tool to delete a sequence. Use after confirming the sequence exists to remove it permanently.",
7
+ input: z.object({ id: z.number().int().describe("Sequence ID to delete; must be an integer ≥ 1") }).describe("Request model for deleting a sequence."),
8
+ output: z.object({}).describe("Empty response model indicating successful deletion (HTTP 204 No Content).")
9
+ });
10
+ //#endregion
11
+ export { replyDeleteSequence };
12
+
13
+ //# sourceMappingURL=delete-sequence.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-sequence.mjs","names":[],"sources":["../../src/actions/delete-sequence.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyDeleteSequenceInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Sequence ID to delete; must be an integer ≥ 1\"),\n}).describe(\"Request model for deleting a sequence.\");\nexport const ReplyDeleteSequenceOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response model indicating successful deletion (HTTP 204 No Content).\");\n\nexport const replyDeleteSequence = action(\"REPLY_DELETE_SEQUENCE\", {\n slug: \"reply-delete-sequence\",\n name: \"Delete Sequence\",\n description: \"Tool to delete a sequence. Use after confirming the sequence exists to remove it permanently.\",\n input: ReplyDeleteSequenceInput,\n output: ReplyDeleteSequenceOutput,\n});\n"],"mappings":";;AASA,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAToD,EAAE,OAAO,EAC7D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,EAC/E,CAAC,CAAC,CAAC,SAAS,wCAOH;CACP,QAPqD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4EAOnE;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-user.ts
4
+ const ReplyDeleteUserInput = zod.z.object({ id: zod.z.string().describe("User ID to delete; string identifier to maximize compatibility") }).describe("Request parameters for deleting a user.");
5
+ const ReplyDeleteUserOutput = zod.z.object({}).describe("Empty response model indicating successful deletion (HTTP 204/200/202) or idempotent success for 404.");
6
+ const replyDeleteUser = require_action.action("REPLY_DELETE_USER", {
7
+ slug: "reply-delete-user",
8
+ name: "Delete User",
9
+ description: "Tool to delete a user. Use after confirming the user exists to remove them permanently.",
10
+ input: ReplyDeleteUserInput,
11
+ output: ReplyDeleteUserOutput
12
+ });
13
+ //#endregion
14
+ exports.replyDeleteUser = replyDeleteUser;
15
+
16
+ //# sourceMappingURL=delete-user.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-user.cjs","names":["z","action"],"sources":["../../src/actions/delete-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyDeleteUserInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"User ID to delete; string identifier to maximize compatibility\"),\n}).describe(\"Request parameters for deleting a user.\");\nexport const ReplyDeleteUserOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response model indicating successful deletion (HTTP 204/200/202) or idempotent success for 404.\");\n\nexport const replyDeleteUser = action(\"REPLY_DELETE_USER\", {\n slug: \"reply-delete-user\",\n name: \"Delete User\",\n description: \"Tool to delete a user. Use after confirming the user exists to remove them permanently.\",\n input: ReplyDeleteUserInput,\n output: ReplyDeleteUserOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uBAAqCA,IAAAA,EAAE,OAAO,EACzD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,EAC1F,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAa,wBAAsCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uGAAuG;AAEhL,MAAa,kBAAkBC,eAAAA,OAAO,qBAAqB;CACzD,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/delete-user.d.ts
4
+ declare const ReplyDeleteUserInput: z.ZodTypeAny;
5
+ declare const ReplyDeleteUserOutput: z.ZodTypeAny;
6
+ declare const replyDeleteUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { replyDeleteUser };
9
+ //# sourceMappingURL=delete-user.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-user.d.cts","names":[],"sources":["../../src/actions/delete-user.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAEiB;AAAA,cACzC,qBAAA,EAAuB,CAAA,CAAE,UAA2I;AAAA,cAEpK,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-user.d.ts
4
+ declare const ReplyDeleteUserInput: z.ZodTypeAny;
5
+ declare const ReplyDeleteUserOutput: z.ZodTypeAny;
6
+ declare const replyDeleteUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { replyDeleteUser };
9
+ //# sourceMappingURL=delete-user.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-user.d.mts","names":[],"sources":["../../src/actions/delete-user.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAEiB;AAAA,cACzC,qBAAA,EAAuB,CAAA,CAAE,UAA2I;AAAA,cAEpK,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const replyDeleteUser = action("REPLY_DELETE_USER", {
4
+ slug: "reply-delete-user",
5
+ name: "Delete User",
6
+ description: "Tool to delete a user. Use after confirming the user exists to remove them permanently.",
7
+ input: z.object({ id: z.string().describe("User ID to delete; string identifier to maximize compatibility") }).describe("Request parameters for deleting a user."),
8
+ output: z.object({}).describe("Empty response model indicating successful deletion (HTTP 204/200/202) or idempotent success for 404.")
9
+ });
10
+ //#endregion
11
+ export { replyDeleteUser };
12
+
13
+ //# sourceMappingURL=delete-user.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-user.mjs","names":[],"sources":["../../src/actions/delete-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyDeleteUserInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"User ID to delete; string identifier to maximize compatibility\"),\n}).describe(\"Request parameters for deleting a user.\");\nexport const ReplyDeleteUserOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response model indicating successful deletion (HTTP 204/200/202) or idempotent success for 404.\");\n\nexport const replyDeleteUser = action(\"REPLY_DELETE_USER\", {\n slug: \"reply-delete-user\",\n name: \"Delete User\",\n description: \"Tool to delete a user. Use after confirming the user exists to remove them permanently.\",\n input: ReplyDeleteUserInput,\n output: ReplyDeleteUserOutput,\n});\n"],"mappings":";;AASA,MAAa,kBAAkB,OAAO,qBAAqB;CACzD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATgD,EAAE,OAAO,EACzD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,EAC1F,CAAC,CAAC,CAAC,SAAS,yCAOH;CACP,QAPiD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uGAO/D;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/generate-ulid.ts
4
+ const ReplyGenerateUlidInput = zod.z.object({ seed: zod.z.string().describe("Optional seed to influence randomness").optional() });
5
+ const ReplyGenerateUlidOutput = zod.z.object({ id: zod.z.string().describe("Generated ULID-like identifier") });
6
+ const replyGenerateUlid = require_action.action("REPLY_GENERATE_ULID", {
7
+ slug: "reply-generate-ulid",
8
+ name: "Generate ULID",
9
+ description: "Generate ULID",
10
+ input: ReplyGenerateUlidInput,
11
+ output: ReplyGenerateUlidOutput
12
+ });
13
+ //#endregion
14
+ exports.replyGenerateUlid = replyGenerateUlid;
15
+
16
+ //# sourceMappingURL=generate-ulid.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generate-ulid.cjs","names":["z","action"],"sources":["../../src/actions/generate-ulid.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyGenerateUlidInput: z.ZodTypeAny = z.object({\n seed: z.string().describe(\"Optional seed to influence randomness\").optional(),\n});\nexport const ReplyGenerateUlidOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Generated ULID-like identifier\"),\n});\n\nexport const replyGenerateUlid = action(\"REPLY_GENERATE_ULID\", {\n slug: \"reply-generate-ulid\",\n name: \"Generate ULID\",\n description: \"Generate ULID\",\n input: ReplyGenerateUlidInput,\n output: ReplyGenerateUlidOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuCA,IAAAA,EAAE,OAAO,EAC3D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,EAC9E,CAAC;AACD,MAAa,0BAAwCA,IAAAA,EAAE,OAAO,EAC5D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,EAC1D,CAAC;AAED,MAAa,oBAAoBC,eAAAA,OAAO,uBAAuB;CAC7D,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/generate-ulid.d.ts
4
+ declare const ReplyGenerateUlidInput: z.ZodTypeAny;
5
+ declare const ReplyGenerateUlidOutput: z.ZodTypeAny;
6
+ declare const replyGenerateUlid: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { replyGenerateUlid };
9
+ //# sourceMappingURL=generate-ulid.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generate-ulid.d.cts","names":[],"sources":["../../src/actions/generate-ulid.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAErC;AAAA,cACW,uBAAA,EAAyB,CAAA,CAAE,UAEtC;AAAA,cAEW,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/generate-ulid.d.ts
4
+ declare const ReplyGenerateUlidInput: z.ZodTypeAny;
5
+ declare const ReplyGenerateUlidOutput: z.ZodTypeAny;
6
+ declare const replyGenerateUlid: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { replyGenerateUlid };
9
+ //# sourceMappingURL=generate-ulid.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generate-ulid.d.mts","names":[],"sources":["../../src/actions/generate-ulid.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAErC;AAAA,cACW,uBAAA,EAAyB,CAAA,CAAE,UAEtC;AAAA,cAEW,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const replyGenerateUlid = action("REPLY_GENERATE_ULID", {
4
+ slug: "reply-generate-ulid",
5
+ name: "Generate ULID",
6
+ description: "Generate ULID",
7
+ input: z.object({ seed: z.string().describe("Optional seed to influence randomness").optional() }),
8
+ output: z.object({ id: z.string().describe("Generated ULID-like identifier") })
9
+ });
10
+ //#endregion
11
+ export { replyGenerateUlid };
12
+
13
+ //# sourceMappingURL=generate-ulid.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generate-ulid.mjs","names":[],"sources":["../../src/actions/generate-ulid.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyGenerateUlidInput: z.ZodTypeAny = z.object({\n seed: z.string().describe(\"Optional seed to influence randomness\").optional(),\n});\nexport const ReplyGenerateUlidOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Generated ULID-like identifier\"),\n});\n\nexport const replyGenerateUlid = action(\"REPLY_GENERATE_ULID\", {\n slug: \"reply-generate-ulid\",\n name: \"Generate ULID\",\n description: \"Generate ULID\",\n input: ReplyGenerateUlidInput,\n output: ReplyGenerateUlidOutput,\n});\n"],"mappings":";;AAWA,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXkD,EAAE,OAAO,EAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,EAC9E,CASS;CACP,QATmD,EAAE,OAAO,EAC5D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,EAC1D,CAOU;AACV,CAAC"}
@@ -0,0 +1,20 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-all-lists.ts
4
+ const ReplyGetAllListsInput = zod.z.object({}).describe("No request parameters required for listing all people lists.");
5
+ const ReplyGetAllLists_ListModelSchema = zod.z.object({
6
+ id: zod.z.number().int().describe("Unique identifier of the list"),
7
+ name: zod.z.string().describe("Name of the list")
8
+ });
9
+ const ReplyGetAllListsOutput = zod.z.object({ lists: zod.z.array(ReplyGetAllLists_ListModelSchema).describe("List of available people lists") }).describe("Response schema for retrieving all people lists.");
10
+ const replyGetAllLists = require_action.action("REPLY_GET_ALL_LISTS", {
11
+ slug: "reply-get-all-lists",
12
+ name: "Get All Lists",
13
+ description: "Tool to retrieve all available people lists. Use when you need to list all lists in your Reply account.",
14
+ input: ReplyGetAllListsInput,
15
+ output: ReplyGetAllListsOutput
16
+ });
17
+ //#endregion
18
+ exports.replyGetAllLists = replyGetAllLists;
19
+
20
+ //# sourceMappingURL=get-all-lists.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-all-lists.cjs","names":["z","action"],"sources":["../../src/actions/get-all-lists.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ReplyGetAllListsInput: z.ZodTypeAny = z.object({}).describe(\"No request parameters required for listing all people lists.\");\nconst ReplyGetAllLists_ListModelSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the list\"),\n name: z.string().describe(\"Name of the list\"),\n});\nexport const ReplyGetAllListsOutput: z.ZodTypeAny = z.object({\n lists: z.array(ReplyGetAllLists_ListModelSchema).describe(\"List of available people lists\"),\n}).describe(\"Response schema for retrieving all people lists.\");\n\nexport const replyGetAllLists = action(\"REPLY_GET_ALL_LISTS\", {\n slug: \"reply-get-all-lists\",\n name: \"Get All Lists\",\n description: \"Tool to retrieve all available people lists. Use when you need to list all lists in your Reply account.\",\n input: ReplyGetAllListsInput,\n output: ReplyGetAllListsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAsCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DAA8D;AACvI,MAAM,mCAAiDA,IAAAA,EAAE,OAAO;CAC9D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B;CAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;AAC9C,CAAC;AACD,MAAa,yBAAuCA,IAAAA,EAAE,OAAO,EAC3D,OAAOA,IAAAA,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,gCAAgC,EAC5F,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAE9D,MAAa,mBAAmBC,eAAAA,OAAO,uBAAuB;CAC5D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-all-lists.d.ts
4
+ declare const ReplyGetAllListsInput: z.ZodTypeAny;
5
+ declare const ReplyGetAllListsOutput: z.ZodTypeAny;
6
+ declare const replyGetAllLists: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { replyGetAllLists };
9
+ //# sourceMappingURL=get-all-lists.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-all-lists.d.cts","names":[],"sources":["../../src/actions/get-all-lists.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAAkG;AAAA,cAK3H,sBAAA,EAAwB,CAAA,CAAE,UAEwB;AAAA,cAElD,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-all-lists.d.ts
4
+ declare const ReplyGetAllListsInput: z.ZodTypeAny;
5
+ declare const ReplyGetAllListsOutput: z.ZodTypeAny;
6
+ declare const replyGetAllLists: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { replyGetAllLists };
9
+ //# sourceMappingURL=get-all-lists.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-all-lists.d.mts","names":[],"sources":["../../src/actions/get-all-lists.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAAkG;AAAA,cAK3H,sBAAA,EAAwB,CAAA,CAAE,UAEwB;AAAA,cAElD,gBAAA,gCAAgB,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/get-all-lists.ts
4
+ const ReplyGetAllListsInput = z.object({}).describe("No request parameters required for listing all people lists.");
5
+ const ReplyGetAllLists_ListModelSchema = z.object({
6
+ id: z.number().int().describe("Unique identifier of the list"),
7
+ name: z.string().describe("Name of the list")
8
+ });
9
+ const replyGetAllLists = action("REPLY_GET_ALL_LISTS", {
10
+ slug: "reply-get-all-lists",
11
+ name: "Get All Lists",
12
+ description: "Tool to retrieve all available people lists. Use when you need to list all lists in your Reply account.",
13
+ input: ReplyGetAllListsInput,
14
+ output: z.object({ lists: z.array(ReplyGetAllLists_ListModelSchema).describe("List of available people lists") }).describe("Response schema for retrieving all people lists.")
15
+ });
16
+ //#endregion
17
+ export { replyGetAllLists };
18
+
19
+ //# sourceMappingURL=get-all-lists.mjs.map