@keystrokehq/thanks_io 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 (266) 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/add-recipient-to-mailing-list.cjs +40 -0
  7. package/dist/actions/add-recipient-to-mailing-list.cjs.map +1 -0
  8. package/dist/actions/add-recipient-to-mailing-list.d.cts +9 -0
  9. package/dist/actions/add-recipient-to-mailing-list.d.cts.map +1 -0
  10. package/dist/actions/add-recipient-to-mailing-list.d.mts +9 -0
  11. package/dist/actions/add-recipient-to-mailing-list.d.mts.map +1 -0
  12. package/dist/actions/add-recipient-to-mailing-list.mjs +37 -0
  13. package/dist/actions/add-recipient-to-mailing-list.mjs.map +1 -0
  14. package/dist/actions/create-mailing-list.cjs +28 -0
  15. package/dist/actions/create-mailing-list.cjs.map +1 -0
  16. package/dist/actions/create-mailing-list.d.cts +9 -0
  17. package/dist/actions/create-mailing-list.d.cts.map +1 -0
  18. package/dist/actions/create-mailing-list.d.mts +9 -0
  19. package/dist/actions/create-mailing-list.d.mts.map +1 -0
  20. package/dist/actions/create-mailing-list.mjs +25 -0
  21. package/dist/actions/create-mailing-list.mjs.map +1 -0
  22. package/dist/actions/delete-mailing-list.cjs +19 -0
  23. package/dist/actions/delete-mailing-list.cjs.map +1 -0
  24. package/dist/actions/delete-mailing-list.d.cts +9 -0
  25. package/dist/actions/delete-mailing-list.d.cts.map +1 -0
  26. package/dist/actions/delete-mailing-list.d.mts +9 -0
  27. package/dist/actions/delete-mailing-list.d.mts.map +1 -0
  28. package/dist/actions/delete-mailing-list.mjs +16 -0
  29. package/dist/actions/delete-mailing-list.mjs.map +1 -0
  30. package/dist/actions/delete-recipient-from-mailing-list.cjs +19 -0
  31. package/dist/actions/delete-recipient-from-mailing-list.cjs.map +1 -0
  32. package/dist/actions/delete-recipient-from-mailing-list.d.cts +9 -0
  33. package/dist/actions/delete-recipient-from-mailing-list.d.cts.map +1 -0
  34. package/dist/actions/delete-recipient-from-mailing-list.d.mts +9 -0
  35. package/dist/actions/delete-recipient-from-mailing-list.d.mts.map +1 -0
  36. package/dist/actions/delete-recipient-from-mailing-list.mjs +16 -0
  37. package/dist/actions/delete-recipient-from-mailing-list.mjs.map +1 -0
  38. package/dist/actions/delete-sub-account.cjs +19 -0
  39. package/dist/actions/delete-sub-account.cjs.map +1 -0
  40. package/dist/actions/delete-sub-account.d.cts +9 -0
  41. package/dist/actions/delete-sub-account.d.cts.map +1 -0
  42. package/dist/actions/delete-sub-account.d.mts +9 -0
  43. package/dist/actions/delete-sub-account.d.mts.map +1 -0
  44. package/dist/actions/delete-sub-account.mjs +16 -0
  45. package/dist/actions/delete-sub-account.mjs.map +1 -0
  46. package/dist/actions/execute-stored-send.cjs +25 -0
  47. package/dist/actions/execute-stored-send.cjs.map +1 -0
  48. package/dist/actions/execute-stored-send.d.cts +9 -0
  49. package/dist/actions/execute-stored-send.d.cts.map +1 -0
  50. package/dist/actions/execute-stored-send.d.mts +9 -0
  51. package/dist/actions/execute-stored-send.d.mts.map +1 -0
  52. package/dist/actions/execute-stored-send.mjs +22 -0
  53. package/dist/actions/execute-stored-send.mjs.map +1 -0
  54. package/dist/actions/index.cjs +59 -0
  55. package/dist/actions/index.d.cts +30 -0
  56. package/dist/actions/index.d.mts +30 -0
  57. package/dist/actions/index.mjs +30 -0
  58. package/dist/actions/list-handwriting-styles.cjs +21 -0
  59. package/dist/actions/list-handwriting-styles.cjs.map +1 -0
  60. package/dist/actions/list-handwriting-styles.d.cts +9 -0
  61. package/dist/actions/list-handwriting-styles.d.cts.map +1 -0
  62. package/dist/actions/list-handwriting-styles.d.mts +9 -0
  63. package/dist/actions/list-handwriting-styles.d.mts.map +1 -0
  64. package/dist/actions/list-handwriting-styles.mjs +20 -0
  65. package/dist/actions/list-handwriting-styles.mjs.map +1 -0
  66. package/dist/actions/list-image-templates.cjs +30 -0
  67. package/dist/actions/list-image-templates.cjs.map +1 -0
  68. package/dist/actions/list-image-templates.d.cts +9 -0
  69. package/dist/actions/list-image-templates.d.cts.map +1 -0
  70. package/dist/actions/list-image-templates.d.mts +9 -0
  71. package/dist/actions/list-image-templates.d.mts.map +1 -0
  72. package/dist/actions/list-image-templates.mjs +29 -0
  73. package/dist/actions/list-image-templates.mjs.map +1 -0
  74. package/dist/actions/list-mailing-lists.cjs +16 -0
  75. package/dist/actions/list-mailing-lists.cjs.map +1 -0
  76. package/dist/actions/list-mailing-lists.d.cts +9 -0
  77. package/dist/actions/list-mailing-lists.d.cts.map +1 -0
  78. package/dist/actions/list-mailing-lists.d.mts +9 -0
  79. package/dist/actions/list-mailing-lists.d.mts.map +1 -0
  80. package/dist/actions/list-mailing-lists.mjs +13 -0
  81. package/dist/actions/list-mailing-lists.mjs.map +1 -0
  82. package/dist/actions/list-message-templates.cjs +26 -0
  83. package/dist/actions/list-message-templates.cjs.map +1 -0
  84. package/dist/actions/list-message-templates.d.cts +9 -0
  85. package/dist/actions/list-message-templates.d.cts.map +1 -0
  86. package/dist/actions/list-message-templates.d.mts +9 -0
  87. package/dist/actions/list-message-templates.d.mts.map +1 -0
  88. package/dist/actions/list-message-templates.mjs +25 -0
  89. package/dist/actions/list-message-templates.mjs.map +1 -0
  90. package/dist/actions/mailing-lists-buy-radius-search.cjs +47 -0
  91. package/dist/actions/mailing-lists-buy-radius-search.cjs.map +1 -0
  92. package/dist/actions/mailing-lists-buy-radius-search.d.cts +9 -0
  93. package/dist/actions/mailing-lists-buy-radius-search.d.cts.map +1 -0
  94. package/dist/actions/mailing-lists-buy-radius-search.d.mts +9 -0
  95. package/dist/actions/mailing-lists-buy-radius-search.d.mts.map +1 -0
  96. package/dist/actions/mailing-lists-buy-radius-search.mjs +44 -0
  97. package/dist/actions/mailing-lists-buy-radius-search.mjs.map +1 -0
  98. package/dist/actions/order-preview-letter.cjs +38 -0
  99. package/dist/actions/order-preview-letter.cjs.map +1 -0
  100. package/dist/actions/order-preview-letter.d.cts +9 -0
  101. package/dist/actions/order-preview-letter.d.cts.map +1 -0
  102. package/dist/actions/order-preview-letter.d.mts +9 -0
  103. package/dist/actions/order-preview-letter.d.mts.map +1 -0
  104. package/dist/actions/order-preview-letter.mjs +35 -0
  105. package/dist/actions/order-preview-letter.mjs.map +1 -0
  106. package/dist/actions/order-preview-notecard.cjs +33 -0
  107. package/dist/actions/order-preview-notecard.cjs.map +1 -0
  108. package/dist/actions/order-preview-notecard.d.cts +9 -0
  109. package/dist/actions/order-preview-notecard.d.cts.map +1 -0
  110. package/dist/actions/order-preview-notecard.d.mts +9 -0
  111. package/dist/actions/order-preview-notecard.d.mts.map +1 -0
  112. package/dist/actions/order-preview-notecard.mjs +32 -0
  113. package/dist/actions/order-preview-notecard.mjs.map +1 -0
  114. package/dist/actions/order-preview-windowless-letter.cjs +32 -0
  115. package/dist/actions/order-preview-windowless-letter.cjs.map +1 -0
  116. package/dist/actions/order-preview-windowless-letter.d.cts +9 -0
  117. package/dist/actions/order-preview-windowless-letter.d.cts.map +1 -0
  118. package/dist/actions/order-preview-windowless-letter.d.mts +9 -0
  119. package/dist/actions/order-preview-windowless-letter.d.mts.map +1 -0
  120. package/dist/actions/order-preview-windowless-letter.mjs +29 -0
  121. package/dist/actions/order-preview-windowless-letter.mjs.map +1 -0
  122. package/dist/actions/orders-list.cjs +61 -0
  123. package/dist/actions/orders-list.cjs.map +1 -0
  124. package/dist/actions/orders-list.d.cts +9 -0
  125. package/dist/actions/orders-list.d.cts.map +1 -0
  126. package/dist/actions/orders-list.d.mts +9 -0
  127. package/dist/actions/orders-list.d.mts.map +1 -0
  128. package/dist/actions/orders-list.mjs +60 -0
  129. package/dist/actions/orders-list.mjs.map +1 -0
  130. package/dist/actions/orders-search-by-address.cjs +72 -0
  131. package/dist/actions/orders-search-by-address.cjs.map +1 -0
  132. package/dist/actions/orders-search-by-address.d.cts +9 -0
  133. package/dist/actions/orders-search-by-address.d.cts.map +1 -0
  134. package/dist/actions/orders-search-by-address.d.mts +9 -0
  135. package/dist/actions/orders-search-by-address.d.mts.map +1 -0
  136. package/dist/actions/orders-search-by-address.mjs +71 -0
  137. package/dist/actions/orders-search-by-address.mjs.map +1 -0
  138. package/dist/actions/recipients-create-multi.cjs +51 -0
  139. package/dist/actions/recipients-create-multi.cjs.map +1 -0
  140. package/dist/actions/recipients-create-multi.d.cts +9 -0
  141. package/dist/actions/recipients-create-multi.d.cts.map +1 -0
  142. package/dist/actions/recipients-create-multi.d.mts +9 -0
  143. package/dist/actions/recipients-create-multi.d.mts.map +1 -0
  144. package/dist/actions/recipients-create-multi.mjs +50 -0
  145. package/dist/actions/recipients-create-multi.mjs.map +1 -0
  146. package/dist/actions/recipients-delete-by-address.cjs +22 -0
  147. package/dist/actions/recipients-delete-by-address.cjs.map +1 -0
  148. package/dist/actions/recipients-delete-by-address.d.cts +9 -0
  149. package/dist/actions/recipients-delete-by-address.d.cts.map +1 -0
  150. package/dist/actions/recipients-delete-by-address.d.mts +9 -0
  151. package/dist/actions/recipients-delete-by-address.d.mts.map +1 -0
  152. package/dist/actions/recipients-delete-by-address.mjs +19 -0
  153. package/dist/actions/recipients-delete-by-address.mjs.map +1 -0
  154. package/dist/actions/recipients-get-details.cjs +33 -0
  155. package/dist/actions/recipients-get-details.cjs.map +1 -0
  156. package/dist/actions/recipients-get-details.d.cts +9 -0
  157. package/dist/actions/recipients-get-details.d.cts.map +1 -0
  158. package/dist/actions/recipients-get-details.d.mts +9 -0
  159. package/dist/actions/recipients-get-details.d.mts.map +1 -0
  160. package/dist/actions/recipients-get-details.mjs +30 -0
  161. package/dist/actions/recipients-get-details.mjs.map +1 -0
  162. package/dist/actions/recipients-search-by-email.cjs +52 -0
  163. package/dist/actions/recipients-search-by-email.cjs.map +1 -0
  164. package/dist/actions/recipients-search-by-email.d.cts +9 -0
  165. package/dist/actions/recipients-search-by-email.d.cts.map +1 -0
  166. package/dist/actions/recipients-search-by-email.d.mts +9 -0
  167. package/dist/actions/recipients-search-by-email.d.mts.map +1 -0
  168. package/dist/actions/recipients-search-by-email.mjs +51 -0
  169. package/dist/actions/recipients-search-by-email.mjs.map +1 -0
  170. package/dist/actions/recipients-update.cjs +49 -0
  171. package/dist/actions/recipients-update.cjs.map +1 -0
  172. package/dist/actions/recipients-update.d.cts +9 -0
  173. package/dist/actions/recipients-update.d.cts.map +1 -0
  174. package/dist/actions/recipients-update.d.mts +9 -0
  175. package/dist/actions/recipients-update.d.mts.map +1 -0
  176. package/dist/actions/recipients-update.mjs +46 -0
  177. package/dist/actions/recipients-update.mjs.map +1 -0
  178. package/dist/actions/send-postcard.cjs +91 -0
  179. package/dist/actions/send-postcard.cjs.map +1 -0
  180. package/dist/actions/send-postcard.d.cts +9 -0
  181. package/dist/actions/send-postcard.d.cts.map +1 -0
  182. package/dist/actions/send-postcard.d.mts +9 -0
  183. package/dist/actions/send-postcard.d.mts.map +1 -0
  184. package/dist/actions/send-postcard.mjs +90 -0
  185. package/dist/actions/send-postcard.mjs.map +1 -0
  186. package/dist/actions/stored-send-notecard.cjs +39 -0
  187. package/dist/actions/stored-send-notecard.cjs.map +1 -0
  188. package/dist/actions/stored-send-notecard.d.cts +9 -0
  189. package/dist/actions/stored-send-notecard.d.cts.map +1 -0
  190. package/dist/actions/stored-send-notecard.d.mts +9 -0
  191. package/dist/actions/stored-send-notecard.d.mts.map +1 -0
  192. package/dist/actions/stored-send-notecard.mjs +36 -0
  193. package/dist/actions/stored-send-notecard.mjs.map +1 -0
  194. package/dist/actions/stored-send-postcard.cjs +44 -0
  195. package/dist/actions/stored-send-postcard.cjs.map +1 -0
  196. package/dist/actions/stored-send-postcard.d.cts +9 -0
  197. package/dist/actions/stored-send-postcard.d.cts.map +1 -0
  198. package/dist/actions/stored-send-postcard.d.mts +9 -0
  199. package/dist/actions/stored-send-postcard.d.mts.map +1 -0
  200. package/dist/actions/stored-send-postcard.mjs +41 -0
  201. package/dist/actions/stored-send-postcard.mjs.map +1 -0
  202. package/dist/actions/stored-send-windowless-letter.cjs +28 -0
  203. package/dist/actions/stored-send-windowless-letter.cjs.map +1 -0
  204. package/dist/actions/stored-send-windowless-letter.d.cts +9 -0
  205. package/dist/actions/stored-send-windowless-letter.d.cts.map +1 -0
  206. package/dist/actions/stored-send-windowless-letter.d.mts +9 -0
  207. package/dist/actions/stored-send-windowless-letter.d.mts.map +1 -0
  208. package/dist/actions/stored-send-windowless-letter.mjs +25 -0
  209. package/dist/actions/stored-send-windowless-letter.mjs.map +1 -0
  210. package/dist/actions/sub-accounts-create.cjs +37 -0
  211. package/dist/actions/sub-accounts-create.cjs.map +1 -0
  212. package/dist/actions/sub-accounts-create.d.cts +9 -0
  213. package/dist/actions/sub-accounts-create.d.cts.map +1 -0
  214. package/dist/actions/sub-accounts-create.d.mts +9 -0
  215. package/dist/actions/sub-accounts-create.d.mts.map +1 -0
  216. package/dist/actions/sub-accounts-create.mjs +34 -0
  217. package/dist/actions/sub-accounts-create.mjs.map +1 -0
  218. package/dist/actions/sub-accounts-list.cjs +29 -0
  219. package/dist/actions/sub-accounts-list.cjs.map +1 -0
  220. package/dist/actions/sub-accounts-list.d.cts +9 -0
  221. package/dist/actions/sub-accounts-list.d.cts.map +1 -0
  222. package/dist/actions/sub-accounts-list.d.mts +9 -0
  223. package/dist/actions/sub-accounts-list.d.mts.map +1 -0
  224. package/dist/actions/sub-accounts-list.mjs +28 -0
  225. package/dist/actions/sub-accounts-list.mjs.map +1 -0
  226. package/dist/actions/sub-accounts-show.cjs +29 -0
  227. package/dist/actions/sub-accounts-show.cjs.map +1 -0
  228. package/dist/actions/sub-accounts-show.d.cts +9 -0
  229. package/dist/actions/sub-accounts-show.d.cts.map +1 -0
  230. package/dist/actions/sub-accounts-show.d.mts +9 -0
  231. package/dist/actions/sub-accounts-show.d.mts.map +1 -0
  232. package/dist/actions/sub-accounts-show.mjs +26 -0
  233. package/dist/actions/sub-accounts-show.mjs.map +1 -0
  234. package/dist/actions/sub-accounts-update.cjs +36 -0
  235. package/dist/actions/sub-accounts-update.cjs.map +1 -0
  236. package/dist/actions/sub-accounts-update.d.cts +9 -0
  237. package/dist/actions/sub-accounts-update.d.cts.map +1 -0
  238. package/dist/actions/sub-accounts-update.d.mts +9 -0
  239. package/dist/actions/sub-accounts-update.d.mts.map +1 -0
  240. package/dist/actions/sub-accounts-update.mjs +33 -0
  241. package/dist/actions/sub-accounts-update.mjs.map +1 -0
  242. package/dist/app.cjs +9 -0
  243. package/dist/app.cjs.map +1 -0
  244. package/dist/app.d.cts +5 -0
  245. package/dist/app.d.cts.map +1 -0
  246. package/dist/app.d.mts +5 -0
  247. package/dist/app.d.mts.map +1 -0
  248. package/dist/app.mjs +10 -0
  249. package/dist/app.mjs.map +1 -0
  250. package/dist/catalog.cjs +15 -0
  251. package/dist/catalog.cjs.map +1 -0
  252. package/dist/catalog.d.cts +14 -0
  253. package/dist/catalog.d.cts.map +1 -0
  254. package/dist/catalog.d.mts +14 -0
  255. package/dist/catalog.d.mts.map +1 -0
  256. package/dist/catalog.mjs +15 -0
  257. package/dist/catalog.mjs.map +1 -0
  258. package/dist/execute.cjs +18 -0
  259. package/dist/execute.cjs.map +1 -0
  260. package/dist/execute.mjs +18 -0
  261. package/dist/execute.mjs.map +1 -0
  262. package/dist/index.cjs +64 -0
  263. package/dist/index.d.cts +32 -0
  264. package/dist/index.d.mts +32 -0
  265. package/dist/index.mjs +33 -0
  266. package/package.json +49 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execute-stored-send.d.cts","names":[],"sources":["../../src/actions/execute-stored-send.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAG2C;AAAA,cAC7E,+BAAA,EAAiC,CAAA,CAAE,UAAqI;AAAA,cAExK,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/execute-stored-send.d.ts
4
+ declare const ThanksIoExecuteStoredSendInput: z.ZodTypeAny;
5
+ declare const ThanksIoExecuteStoredSendOutput: z.ZodTypeAny;
6
+ declare const thanksIoExecuteStoredSend: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { thanksIoExecuteStoredSend };
9
+ //# sourceMappingURL=execute-stored-send.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execute-stored-send.d.mts","names":[],"sources":["../../src/actions/execute-stored-send.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAG2C;AAAA,cAC7E,+BAAA,EAAiC,CAAA,CAAE,UAAqI;AAAA,cAExK,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,22 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const thanksIoExecuteStoredSend = action("THANKS_IO_EXECUTE_STORED_SEND", {
4
+ slug: "thanks_io-execute-stored-send",
5
+ name: "Execute Stored Send",
6
+ description: "Tool to execute a previously created stored send. Use after creating a stored send to trigger delivery. The response body is empty; success is indicated by a 200 or 204 status.",
7
+ input: z.object({
8
+ uuid: z.string().describe("UUID of the stored send resource to execute"),
9
+ send_type: z.enum([
10
+ "postcard",
11
+ "letter",
12
+ "windowlessletter",
13
+ "notecard",
14
+ "giftcard"
15
+ ]).describe("Type of stored send to execute")
16
+ }).describe("Request model to execute a previously created stored send by type and UUID."),
17
+ output: z.object({}).describe("Empty response returned when executing a stored send. Success is indicated by HTTP status code.")
18
+ });
19
+ //#endregion
20
+ export { thanksIoExecuteStoredSend };
21
+
22
+ //# sourceMappingURL=execute-stored-send.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execute-stored-send.mjs","names":[],"sources":["../../src/actions/execute-stored-send.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ThanksIoExecuteStoredSendInput: z.ZodTypeAny = z.object({\n uuid: z.string().describe(\"UUID of the stored send resource to execute\"),\n send_type: z.enum([\"postcard\", \"letter\", \"windowlessletter\", \"notecard\", \"giftcard\"]).describe(\"Type of stored send to execute\"),\n}).describe(\"Request model to execute a previously created stored send by type and UUID.\");\nexport const ThanksIoExecuteStoredSendOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response returned when executing a stored send. Success is indicated by HTTP status code.\");\n\nexport const thanksIoExecuteStoredSend = action(\"THANKS_IO_EXECUTE_STORED_SEND\", {\n slug: \"thanks_io-execute-stored-send\",\n name: \"Execute Stored Send\",\n description: \"Tool to execute a previously created stored send. Use after creating a stored send to trigger delivery. The response body is empty; success is indicated by a 200 or 204 status.\",\n input: ThanksIoExecuteStoredSendInput,\n output: ThanksIoExecuteStoredSendOutput,\n});\n"],"mappings":";;AAUA,MAAa,4BAA4B,OAAO,iCAAiC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAV0D,EAAE,OAAO;EACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;EACvE,WAAW,EAAE,KAAK;GAAC;GAAY;GAAU;GAAoB;GAAY;EAAU,CAAC,CAAC,CAAC,SAAS,gCAAgC;CACjI,CAAC,CAAC,CAAC,SAAS,6EAOH;CACP,QAP2D,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iGAOzE;AACV,CAAC"}
@@ -0,0 +1,59 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ const require_add_recipient_to_mailing_list = require("./add-recipient-to-mailing-list.cjs");
3
+ const require_create_mailing_list = require("./create-mailing-list.cjs");
4
+ const require_delete_mailing_list = require("./delete-mailing-list.cjs");
5
+ const require_delete_recipient_from_mailing_list = require("./delete-recipient-from-mailing-list.cjs");
6
+ const require_delete_sub_account = require("./delete-sub-account.cjs");
7
+ const require_execute_stored_send = require("./execute-stored-send.cjs");
8
+ const require_list_handwriting_styles = require("./list-handwriting-styles.cjs");
9
+ const require_list_image_templates = require("./list-image-templates.cjs");
10
+ const require_list_mailing_lists = require("./list-mailing-lists.cjs");
11
+ const require_list_message_templates = require("./list-message-templates.cjs");
12
+ const require_mailing_lists_buy_radius_search = require("./mailing-lists-buy-radius-search.cjs");
13
+ const require_order_preview_letter = require("./order-preview-letter.cjs");
14
+ const require_order_preview_notecard = require("./order-preview-notecard.cjs");
15
+ const require_order_preview_windowless_letter = require("./order-preview-windowless-letter.cjs");
16
+ const require_orders_list = require("./orders-list.cjs");
17
+ const require_orders_search_by_address = require("./orders-search-by-address.cjs");
18
+ const require_recipients_create_multi = require("./recipients-create-multi.cjs");
19
+ const require_recipients_delete_by_address = require("./recipients-delete-by-address.cjs");
20
+ const require_recipients_get_details = require("./recipients-get-details.cjs");
21
+ const require_recipients_search_by_email = require("./recipients-search-by-email.cjs");
22
+ const require_recipients_update = require("./recipients-update.cjs");
23
+ const require_send_postcard = require("./send-postcard.cjs");
24
+ const require_stored_send_notecard = require("./stored-send-notecard.cjs");
25
+ const require_stored_send_postcard = require("./stored-send-postcard.cjs");
26
+ const require_stored_send_windowless_letter = require("./stored-send-windowless-letter.cjs");
27
+ const require_sub_accounts_create = require("./sub-accounts-create.cjs");
28
+ const require_sub_accounts_list = require("./sub-accounts-list.cjs");
29
+ const require_sub_accounts_show = require("./sub-accounts-show.cjs");
30
+ const require_sub_accounts_update = require("./sub-accounts-update.cjs");
31
+ exports.thanksIoAddRecipientToMailingList = require_add_recipient_to_mailing_list.thanksIoAddRecipientToMailingList;
32
+ exports.thanksIoCreateMailingList = require_create_mailing_list.thanksIoCreateMailingList;
33
+ exports.thanksIoDeleteMailingList = require_delete_mailing_list.thanksIoDeleteMailingList;
34
+ exports.thanksIoDeleteRecipientFromMailingList = require_delete_recipient_from_mailing_list.thanksIoDeleteRecipientFromMailingList;
35
+ exports.thanksIoDeleteSubAccount = require_delete_sub_account.thanksIoDeleteSubAccount;
36
+ exports.thanksIoExecuteStoredSend = require_execute_stored_send.thanksIoExecuteStoredSend;
37
+ exports.thanksIoListHandwritingStyles = require_list_handwriting_styles.thanksIoListHandwritingStyles;
38
+ exports.thanksIoListImageTemplates = require_list_image_templates.thanksIoListImageTemplates;
39
+ exports.thanksIoListMailingLists = require_list_mailing_lists.thanksIoListMailingLists;
40
+ exports.thanksIoListMessageTemplates = require_list_message_templates.thanksIoListMessageTemplates;
41
+ exports.thanksIoMailingListsBuyRadiusSearch = require_mailing_lists_buy_radius_search.thanksIoMailingListsBuyRadiusSearch;
42
+ exports.thanksIoOrderPreviewLetter = require_order_preview_letter.thanksIoOrderPreviewLetter;
43
+ exports.thanksIoOrderPreviewNotecard = require_order_preview_notecard.thanksIoOrderPreviewNotecard;
44
+ exports.thanksIoOrderPreviewWindowlessLetter = require_order_preview_windowless_letter.thanksIoOrderPreviewWindowlessLetter;
45
+ exports.thanksIoOrdersList = require_orders_list.thanksIoOrdersList;
46
+ exports.thanksIoOrdersSearchByAddress = require_orders_search_by_address.thanksIoOrdersSearchByAddress;
47
+ exports.thanksIoRecipientsCreateMulti = require_recipients_create_multi.thanksIoRecipientsCreateMulti;
48
+ exports.thanksIoRecipientsDeleteByAddress = require_recipients_delete_by_address.thanksIoRecipientsDeleteByAddress;
49
+ exports.thanksIoRecipientsGetDetails = require_recipients_get_details.thanksIoRecipientsGetDetails;
50
+ exports.thanksIoRecipientsSearchByEmail = require_recipients_search_by_email.thanksIoRecipientsSearchByEmail;
51
+ exports.thanksIoRecipientsUpdate = require_recipients_update.thanksIoRecipientsUpdate;
52
+ exports.thanksIoSendPostcard = require_send_postcard.thanksIoSendPostcard;
53
+ exports.thanksIoStoredSendNotecard = require_stored_send_notecard.thanksIoStoredSendNotecard;
54
+ exports.thanksIoStoredSendPostcard = require_stored_send_postcard.thanksIoStoredSendPostcard;
55
+ exports.thanksIoStoredSendWindowlessLetter = require_stored_send_windowless_letter.thanksIoStoredSendWindowlessLetter;
56
+ exports.thanksIoSubAccountsCreate = require_sub_accounts_create.thanksIoSubAccountsCreate;
57
+ exports.thanksIoSubAccountsList = require_sub_accounts_list.thanksIoSubAccountsList;
58
+ exports.thanksIoSubAccountsShow = require_sub_accounts_show.thanksIoSubAccountsShow;
59
+ exports.thanksIoSubAccountsUpdate = require_sub_accounts_update.thanksIoSubAccountsUpdate;
@@ -0,0 +1,30 @@
1
+ import { thanksIoAddRecipientToMailingList } from "./add-recipient-to-mailing-list.cjs";
2
+ import { thanksIoCreateMailingList } from "./create-mailing-list.cjs";
3
+ import { thanksIoDeleteMailingList } from "./delete-mailing-list.cjs";
4
+ import { thanksIoDeleteRecipientFromMailingList } from "./delete-recipient-from-mailing-list.cjs";
5
+ import { thanksIoDeleteSubAccount } from "./delete-sub-account.cjs";
6
+ import { thanksIoExecuteStoredSend } from "./execute-stored-send.cjs";
7
+ import { thanksIoListHandwritingStyles } from "./list-handwriting-styles.cjs";
8
+ import { thanksIoListImageTemplates } from "./list-image-templates.cjs";
9
+ import { thanksIoListMailingLists } from "./list-mailing-lists.cjs";
10
+ import { thanksIoListMessageTemplates } from "./list-message-templates.cjs";
11
+ import { thanksIoMailingListsBuyRadiusSearch } from "./mailing-lists-buy-radius-search.cjs";
12
+ import { thanksIoOrderPreviewLetter } from "./order-preview-letter.cjs";
13
+ import { thanksIoOrderPreviewNotecard } from "./order-preview-notecard.cjs";
14
+ import { thanksIoOrderPreviewWindowlessLetter } from "./order-preview-windowless-letter.cjs";
15
+ import { thanksIoOrdersList } from "./orders-list.cjs";
16
+ import { thanksIoOrdersSearchByAddress } from "./orders-search-by-address.cjs";
17
+ import { thanksIoRecipientsCreateMulti } from "./recipients-create-multi.cjs";
18
+ import { thanksIoRecipientsDeleteByAddress } from "./recipients-delete-by-address.cjs";
19
+ import { thanksIoRecipientsGetDetails } from "./recipients-get-details.cjs";
20
+ import { thanksIoRecipientsSearchByEmail } from "./recipients-search-by-email.cjs";
21
+ import { thanksIoRecipientsUpdate } from "./recipients-update.cjs";
22
+ import { thanksIoSendPostcard } from "./send-postcard.cjs";
23
+ import { thanksIoStoredSendNotecard } from "./stored-send-notecard.cjs";
24
+ import { thanksIoStoredSendPostcard } from "./stored-send-postcard.cjs";
25
+ import { thanksIoStoredSendWindowlessLetter } from "./stored-send-windowless-letter.cjs";
26
+ import { thanksIoSubAccountsCreate } from "./sub-accounts-create.cjs";
27
+ import { thanksIoSubAccountsList } from "./sub-accounts-list.cjs";
28
+ import { thanksIoSubAccountsShow } from "./sub-accounts-show.cjs";
29
+ import { thanksIoSubAccountsUpdate } from "./sub-accounts-update.cjs";
30
+ export { thanksIoAddRecipientToMailingList, thanksIoCreateMailingList, thanksIoDeleteMailingList, thanksIoDeleteRecipientFromMailingList, thanksIoDeleteSubAccount, thanksIoExecuteStoredSend, thanksIoListHandwritingStyles, thanksIoListImageTemplates, thanksIoListMailingLists, thanksIoListMessageTemplates, thanksIoMailingListsBuyRadiusSearch, thanksIoOrderPreviewLetter, thanksIoOrderPreviewNotecard, thanksIoOrderPreviewWindowlessLetter, thanksIoOrdersList, thanksIoOrdersSearchByAddress, thanksIoRecipientsCreateMulti, thanksIoRecipientsDeleteByAddress, thanksIoRecipientsGetDetails, thanksIoRecipientsSearchByEmail, thanksIoRecipientsUpdate, thanksIoSendPostcard, thanksIoStoredSendNotecard, thanksIoStoredSendPostcard, thanksIoStoredSendWindowlessLetter, thanksIoSubAccountsCreate, thanksIoSubAccountsList, thanksIoSubAccountsShow, thanksIoSubAccountsUpdate };
@@ -0,0 +1,30 @@
1
+ import { thanksIoAddRecipientToMailingList } from "./add-recipient-to-mailing-list.mjs";
2
+ import { thanksIoCreateMailingList } from "./create-mailing-list.mjs";
3
+ import { thanksIoDeleteMailingList } from "./delete-mailing-list.mjs";
4
+ import { thanksIoDeleteRecipientFromMailingList } from "./delete-recipient-from-mailing-list.mjs";
5
+ import { thanksIoDeleteSubAccount } from "./delete-sub-account.mjs";
6
+ import { thanksIoExecuteStoredSend } from "./execute-stored-send.mjs";
7
+ import { thanksIoListHandwritingStyles } from "./list-handwriting-styles.mjs";
8
+ import { thanksIoListImageTemplates } from "./list-image-templates.mjs";
9
+ import { thanksIoListMailingLists } from "./list-mailing-lists.mjs";
10
+ import { thanksIoListMessageTemplates } from "./list-message-templates.mjs";
11
+ import { thanksIoMailingListsBuyRadiusSearch } from "./mailing-lists-buy-radius-search.mjs";
12
+ import { thanksIoOrderPreviewLetter } from "./order-preview-letter.mjs";
13
+ import { thanksIoOrderPreviewNotecard } from "./order-preview-notecard.mjs";
14
+ import { thanksIoOrderPreviewWindowlessLetter } from "./order-preview-windowless-letter.mjs";
15
+ import { thanksIoOrdersList } from "./orders-list.mjs";
16
+ import { thanksIoOrdersSearchByAddress } from "./orders-search-by-address.mjs";
17
+ import { thanksIoRecipientsCreateMulti } from "./recipients-create-multi.mjs";
18
+ import { thanksIoRecipientsDeleteByAddress } from "./recipients-delete-by-address.mjs";
19
+ import { thanksIoRecipientsGetDetails } from "./recipients-get-details.mjs";
20
+ import { thanksIoRecipientsSearchByEmail } from "./recipients-search-by-email.mjs";
21
+ import { thanksIoRecipientsUpdate } from "./recipients-update.mjs";
22
+ import { thanksIoSendPostcard } from "./send-postcard.mjs";
23
+ import { thanksIoStoredSendNotecard } from "./stored-send-notecard.mjs";
24
+ import { thanksIoStoredSendPostcard } from "./stored-send-postcard.mjs";
25
+ import { thanksIoStoredSendWindowlessLetter } from "./stored-send-windowless-letter.mjs";
26
+ import { thanksIoSubAccountsCreate } from "./sub-accounts-create.mjs";
27
+ import { thanksIoSubAccountsList } from "./sub-accounts-list.mjs";
28
+ import { thanksIoSubAccountsShow } from "./sub-accounts-show.mjs";
29
+ import { thanksIoSubAccountsUpdate } from "./sub-accounts-update.mjs";
30
+ export { thanksIoAddRecipientToMailingList, thanksIoCreateMailingList, thanksIoDeleteMailingList, thanksIoDeleteRecipientFromMailingList, thanksIoDeleteSubAccount, thanksIoExecuteStoredSend, thanksIoListHandwritingStyles, thanksIoListImageTemplates, thanksIoListMailingLists, thanksIoListMessageTemplates, thanksIoMailingListsBuyRadiusSearch, thanksIoOrderPreviewLetter, thanksIoOrderPreviewNotecard, thanksIoOrderPreviewWindowlessLetter, thanksIoOrdersList, thanksIoOrdersSearchByAddress, thanksIoRecipientsCreateMulti, thanksIoRecipientsDeleteByAddress, thanksIoRecipientsGetDetails, thanksIoRecipientsSearchByEmail, thanksIoRecipientsUpdate, thanksIoSendPostcard, thanksIoStoredSendNotecard, thanksIoStoredSendPostcard, thanksIoStoredSendWindowlessLetter, thanksIoSubAccountsCreate, thanksIoSubAccountsList, thanksIoSubAccountsShow, thanksIoSubAccountsUpdate };
@@ -0,0 +1,30 @@
1
+ import { thanksIoAddRecipientToMailingList } from "./add-recipient-to-mailing-list.mjs";
2
+ import { thanksIoCreateMailingList } from "./create-mailing-list.mjs";
3
+ import { thanksIoDeleteMailingList } from "./delete-mailing-list.mjs";
4
+ import { thanksIoDeleteRecipientFromMailingList } from "./delete-recipient-from-mailing-list.mjs";
5
+ import { thanksIoDeleteSubAccount } from "./delete-sub-account.mjs";
6
+ import { thanksIoExecuteStoredSend } from "./execute-stored-send.mjs";
7
+ import { thanksIoListHandwritingStyles } from "./list-handwriting-styles.mjs";
8
+ import { thanksIoListImageTemplates } from "./list-image-templates.mjs";
9
+ import { thanksIoListMailingLists } from "./list-mailing-lists.mjs";
10
+ import { thanksIoListMessageTemplates } from "./list-message-templates.mjs";
11
+ import { thanksIoMailingListsBuyRadiusSearch } from "./mailing-lists-buy-radius-search.mjs";
12
+ import { thanksIoOrderPreviewLetter } from "./order-preview-letter.mjs";
13
+ import { thanksIoOrderPreviewNotecard } from "./order-preview-notecard.mjs";
14
+ import { thanksIoOrderPreviewWindowlessLetter } from "./order-preview-windowless-letter.mjs";
15
+ import { thanksIoOrdersList } from "./orders-list.mjs";
16
+ import { thanksIoOrdersSearchByAddress } from "./orders-search-by-address.mjs";
17
+ import { thanksIoRecipientsCreateMulti } from "./recipients-create-multi.mjs";
18
+ import { thanksIoRecipientsDeleteByAddress } from "./recipients-delete-by-address.mjs";
19
+ import { thanksIoRecipientsGetDetails } from "./recipients-get-details.mjs";
20
+ import { thanksIoRecipientsSearchByEmail } from "./recipients-search-by-email.mjs";
21
+ import { thanksIoRecipientsUpdate } from "./recipients-update.mjs";
22
+ import { thanksIoSendPostcard } from "./send-postcard.mjs";
23
+ import { thanksIoStoredSendNotecard } from "./stored-send-notecard.mjs";
24
+ import { thanksIoStoredSendPostcard } from "./stored-send-postcard.mjs";
25
+ import { thanksIoStoredSendWindowlessLetter } from "./stored-send-windowless-letter.mjs";
26
+ import { thanksIoSubAccountsCreate } from "./sub-accounts-create.mjs";
27
+ import { thanksIoSubAccountsList } from "./sub-accounts-list.mjs";
28
+ import { thanksIoSubAccountsShow } from "./sub-accounts-show.mjs";
29
+ import { thanksIoSubAccountsUpdate } from "./sub-accounts-update.mjs";
30
+ export { thanksIoAddRecipientToMailingList, thanksIoCreateMailingList, thanksIoDeleteMailingList, thanksIoDeleteRecipientFromMailingList, thanksIoDeleteSubAccount, thanksIoExecuteStoredSend, thanksIoListHandwritingStyles, thanksIoListImageTemplates, thanksIoListMailingLists, thanksIoListMessageTemplates, thanksIoMailingListsBuyRadiusSearch, thanksIoOrderPreviewLetter, thanksIoOrderPreviewNotecard, thanksIoOrderPreviewWindowlessLetter, thanksIoOrdersList, thanksIoOrdersSearchByAddress, thanksIoRecipientsCreateMulti, thanksIoRecipientsDeleteByAddress, thanksIoRecipientsGetDetails, thanksIoRecipientsSearchByEmail, thanksIoRecipientsUpdate, thanksIoSendPostcard, thanksIoStoredSendNotecard, thanksIoStoredSendPostcard, thanksIoStoredSendWindowlessLetter, thanksIoSubAccountsCreate, thanksIoSubAccountsList, thanksIoSubAccountsShow, thanksIoSubAccountsUpdate };
@@ -0,0 +1,21 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-handwriting-styles.ts
4
+ const ThanksIoListHandwritingStylesInput = zod.z.object({}).describe("Request model for listing handwriting styles. No parameters required.");
5
+ const ThanksIoListHandwritingStyles_HandwritingStyleSchema = zod.z.object({
6
+ id: zod.z.number().int().describe("Unique identifier for the handwriting style"),
7
+ name: zod.z.string().describe("Name of the handwriting style"),
8
+ preview_url: zod.z.string().describe("URL to a preview image of the handwriting style")
9
+ }).describe("A handwriting style available for personalization.");
10
+ const ThanksIoListHandwritingStylesOutput = zod.z.object({ handwriting_styles: zod.z.array(ThanksIoListHandwritingStyles_HandwritingStyleSchema).describe("List of available handwriting styles") }).describe("Response model containing the list of handwriting styles.");
11
+ const thanksIoListHandwritingStyles = require_action.action("THANKS_IO_LIST_HANDWRITING_STYLES", {
12
+ slug: "thanks_io-list-handwriting-styles",
13
+ name: "List Handwriting Styles",
14
+ description: "Tool to retrieve available handwriting styles. Use when selecting a style for handwritten personalization.",
15
+ input: ThanksIoListHandwritingStylesInput,
16
+ output: ThanksIoListHandwritingStylesOutput
17
+ });
18
+ //#endregion
19
+ exports.thanksIoListHandwritingStyles = thanksIoListHandwritingStyles;
20
+
21
+ //# sourceMappingURL=list-handwriting-styles.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-handwriting-styles.cjs","names":["z","action"],"sources":["../../src/actions/list-handwriting-styles.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ThanksIoListHandwritingStylesInput: z.ZodTypeAny = z.object({}).describe(\"Request model for listing handwriting styles. No parameters required.\");\nconst ThanksIoListHandwritingStyles_HandwritingStyleSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the handwriting style\"),\n name: z.string().describe(\"Name of the handwriting style\"),\n preview_url: z.string().describe(\"URL to a preview image of the handwriting style\"),\n}).describe(\"A handwriting style available for personalization.\");\nexport const ThanksIoListHandwritingStylesOutput: z.ZodTypeAny = z.object({\n handwriting_styles: z.array(ThanksIoListHandwritingStyles_HandwritingStyleSchema).describe(\"List of available handwriting styles\"),\n}).describe(\"Response model containing the list of handwriting styles.\");\n\nexport const thanksIoListHandwritingStyles = action(\"THANKS_IO_LIST_HANDWRITING_STYLES\", {\n slug: \"thanks_io-list-handwriting-styles\",\n name: \"List Handwriting Styles\",\n description: \"Tool to retrieve available handwriting styles. Use when selecting a style for handwritten personalization.\",\n input: ThanksIoListHandwritingStylesInput,\n output: ThanksIoListHandwritingStylesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uEAAuE;AAC7J,MAAM,uDAAqEA,IAAAA,EAAE,OAAO;CAClF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C;CAC3E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACzD,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;AACpF,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,oBAAoBA,IAAAA,EAAE,MAAM,oDAAoD,CAAC,CAAC,SAAS,sCAAsC,EACnI,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAEvE,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-handwriting-styles.d.ts
4
+ declare const ThanksIoListHandwritingStylesInput: z.ZodTypeAny;
5
+ declare const ThanksIoListHandwritingStylesOutput: z.ZodTypeAny;
6
+ declare const thanksIoListHandwritingStyles: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { thanksIoListHandwritingStyles };
9
+ //# sourceMappingURL=list-handwriting-styles.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-handwriting-styles.d.cts","names":[],"sources":["../../src/actions/list-handwriting-styles.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAA2G;AAAA,cAMjJ,mCAAA,EAAqC,CAAA,CAAE,UAEoB;AAAA,cAE3D,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-handwriting-styles.d.ts
4
+ declare const ThanksIoListHandwritingStylesInput: z.ZodTypeAny;
5
+ declare const ThanksIoListHandwritingStylesOutput: z.ZodTypeAny;
6
+ declare const thanksIoListHandwritingStyles: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { thanksIoListHandwritingStyles };
9
+ //# sourceMappingURL=list-handwriting-styles.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-handwriting-styles.d.mts","names":[],"sources":["../../src/actions/list-handwriting-styles.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAA2G;AAAA,cAMjJ,mCAAA,EAAqC,CAAA,CAAE,UAEoB;AAAA,cAE3D,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,20 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-handwriting-styles.ts
4
+ const ThanksIoListHandwritingStylesInput = z.object({}).describe("Request model for listing handwriting styles. No parameters required.");
5
+ const ThanksIoListHandwritingStyles_HandwritingStyleSchema = z.object({
6
+ id: z.number().int().describe("Unique identifier for the handwriting style"),
7
+ name: z.string().describe("Name of the handwriting style"),
8
+ preview_url: z.string().describe("URL to a preview image of the handwriting style")
9
+ }).describe("A handwriting style available for personalization.");
10
+ const thanksIoListHandwritingStyles = action("THANKS_IO_LIST_HANDWRITING_STYLES", {
11
+ slug: "thanks_io-list-handwriting-styles",
12
+ name: "List Handwriting Styles",
13
+ description: "Tool to retrieve available handwriting styles. Use when selecting a style for handwritten personalization.",
14
+ input: ThanksIoListHandwritingStylesInput,
15
+ output: z.object({ handwriting_styles: z.array(ThanksIoListHandwritingStyles_HandwritingStyleSchema).describe("List of available handwriting styles") }).describe("Response model containing the list of handwriting styles.")
16
+ });
17
+ //#endregion
18
+ export { thanksIoListHandwritingStyles };
19
+
20
+ //# sourceMappingURL=list-handwriting-styles.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-handwriting-styles.mjs","names":[],"sources":["../../src/actions/list-handwriting-styles.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ThanksIoListHandwritingStylesInput: z.ZodTypeAny = z.object({}).describe(\"Request model for listing handwriting styles. No parameters required.\");\nconst ThanksIoListHandwritingStyles_HandwritingStyleSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the handwriting style\"),\n name: z.string().describe(\"Name of the handwriting style\"),\n preview_url: z.string().describe(\"URL to a preview image of the handwriting style\"),\n}).describe(\"A handwriting style available for personalization.\");\nexport const ThanksIoListHandwritingStylesOutput: z.ZodTypeAny = z.object({\n handwriting_styles: z.array(ThanksIoListHandwritingStyles_HandwritingStyleSchema).describe(\"List of available handwriting styles\"),\n}).describe(\"Response model containing the list of handwriting styles.\");\n\nexport const thanksIoListHandwritingStyles = action(\"THANKS_IO_LIST_HANDWRITING_STYLES\", {\n slug: \"thanks_io-list-handwriting-styles\",\n name: \"List Handwriting Styles\",\n description: \"Tool to retrieve available handwriting styles. Use when selecting a style for handwritten personalization.\",\n input: ThanksIoListHandwritingStylesInput,\n output: ThanksIoListHandwritingStylesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uEAAuE;AAC7J,MAAM,uDAAqE,EAAE,OAAO;CAClF,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C;CAC3E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACzD,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;AACpF,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAKhE,MAAa,gCAAgC,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT+D,EAAE,OAAO,EACxE,oBAAoB,EAAE,MAAM,oDAAoD,CAAC,CAAC,SAAS,sCAAsC,EACnI,CAAC,CAAC,CAAC,SAAS,2DAOF;AACV,CAAC"}
@@ -0,0 +1,30 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-image-templates.ts
4
+ const ThanksIoListImageTemplatesInput = zod.z.object({
5
+ page: zod.z.number().int().describe("Page number to retrieve (1-indexed). Defaults to 1.").optional(),
6
+ items_per_page: zod.z.number().int().describe("Number of items to return per page. Default is 25.").optional(),
7
+ sub_account_id: zod.z.number().int().describe("Filter results by Sub Account ID.").optional()
8
+ }).describe("Request model for listing image templates.");
9
+ const ThanksIoListImageTemplates_ImageTemplateSchema = zod.z.object({
10
+ id: zod.z.string().describe("Unique identifier for the image template"),
11
+ url: zod.z.string().describe("URL of the template image"),
12
+ name: zod.z.string().describe("Name of the image template"),
13
+ created_at: zod.z.string().describe("Timestamp when the template was created").nullable().optional(),
14
+ is_dynamic: zod.z.boolean().describe("Whether the template is dynamic").nullable().optional(),
15
+ share_uuid: zod.z.string().describe("UUID for sharing the template").nullable().optional(),
16
+ updated_at: zod.z.string().describe("Timestamp when the template was last updated").nullable().optional(),
17
+ template_type: zod.z.string().describe("Type of template (e.g., postcard, notecard, letter, windowlessletter)").nullable().optional()
18
+ }).describe("Represents a single image template resource.");
19
+ const ThanksIoListImageTemplatesOutput = zod.z.object({ templates: zod.z.array(ThanksIoListImageTemplates_ImageTemplateSchema).describe("List of available image templates") }).describe("Response model containing the list of image templates.");
20
+ const thanksIoListImageTemplates = require_action.action("THANKS_IO_LIST_IMAGE_TEMPLATES", {
21
+ slug: "thanks_io-list-image-templates",
22
+ name: "List Image Templates",
23
+ description: "Tool to retrieve a list of available image templates. Use when you need to browse or select a template for mailings.",
24
+ input: ThanksIoListImageTemplatesInput,
25
+ output: ThanksIoListImageTemplatesOutput
26
+ });
27
+ //#endregion
28
+ exports.thanksIoListImageTemplates = thanksIoListImageTemplates;
29
+
30
+ //# sourceMappingURL=list-image-templates.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-image-templates.cjs","names":["z","action"],"sources":["../../src/actions/list-image-templates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ThanksIoListImageTemplatesInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number to retrieve (1-indexed). Defaults to 1.\").optional(),\n items_per_page: z.number().int().describe(\"Number of items to return per page. Default is 25.\").optional(),\n sub_account_id: z.number().int().describe(\"Filter results by Sub Account ID.\").optional(),\n}).describe(\"Request model for listing image templates.\");\nconst ThanksIoListImageTemplates_ImageTemplateSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the image template\"),\n url: z.string().describe(\"URL of the template image\"),\n name: z.string().describe(\"Name of the image template\"),\n created_at: z.string().describe(\"Timestamp when the template was created\").nullable().optional(),\n is_dynamic: z.boolean().describe(\"Whether the template is dynamic\").nullable().optional(),\n share_uuid: z.string().describe(\"UUID for sharing the template\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the template was last updated\").nullable().optional(),\n template_type: z.string().describe(\"Type of template (e.g., postcard, notecard, letter, windowlessletter)\").nullable().optional(),\n}).describe(\"Represents a single image template resource.\");\nexport const ThanksIoListImageTemplatesOutput: z.ZodTypeAny = z.object({\n templates: z.array(ThanksIoListImageTemplates_ImageTemplateSchema).describe(\"List of available image templates\"),\n}).describe(\"Response model containing the list of image templates.\");\n\nexport const thanksIoListImageTemplates = action(\"THANKS_IO_LIST_IMAGE_TEMPLATES\", {\n slug: \"thanks_io-list-image-templates\",\n name: \"List Image Templates\",\n description: \"Tool to retrieve a list of available image templates. Use when you need to browse or select a template for mailings.\",\n input: ThanksIoListImageTemplatesInput,\n output: ThanksIoListImageTemplatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CAChG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CACzG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,iDAA+DA,IAAAA,EAAE,OAAO;CAC5E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAClE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACpD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACtD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClI,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,EACrE,WAAWA,IAAAA,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,mCAAmC,EACjH,CAAC,CAAC,CAAC,SAAS,wDAAwD;AAEpE,MAAa,6BAA6BC,eAAAA,OAAO,kCAAkC;CACjF,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-image-templates.d.ts
4
+ declare const ThanksIoListImageTemplatesInput: z.ZodTypeAny;
5
+ declare const ThanksIoListImageTemplatesOutput: z.ZodTypeAny;
6
+ declare const thanksIoListImageTemplates: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { thanksIoListImageTemplates };
9
+ //# sourceMappingURL=list-image-templates.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-image-templates.d.cts","names":[],"sources":["../../src/actions/list-image-templates.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAIS;AAAA,cAW5C,gCAAA,EAAkC,CAAA,CAAE,UAEoB;AAAA,cAExD,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-image-templates.d.ts
4
+ declare const ThanksIoListImageTemplatesInput: z.ZodTypeAny;
5
+ declare const ThanksIoListImageTemplatesOutput: z.ZodTypeAny;
6
+ declare const thanksIoListImageTemplates: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { thanksIoListImageTemplates };
9
+ //# sourceMappingURL=list-image-templates.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-image-templates.d.mts","names":[],"sources":["../../src/actions/list-image-templates.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAIS;AAAA,cAW5C,gCAAA,EAAkC,CAAA,CAAE,UAEoB;AAAA,cAExD,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,29 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-image-templates.ts
4
+ const ThanksIoListImageTemplatesInput = z.object({
5
+ page: z.number().int().describe("Page number to retrieve (1-indexed). Defaults to 1.").optional(),
6
+ items_per_page: z.number().int().describe("Number of items to return per page. Default is 25.").optional(),
7
+ sub_account_id: z.number().int().describe("Filter results by Sub Account ID.").optional()
8
+ }).describe("Request model for listing image templates.");
9
+ const ThanksIoListImageTemplates_ImageTemplateSchema = z.object({
10
+ id: z.string().describe("Unique identifier for the image template"),
11
+ url: z.string().describe("URL of the template image"),
12
+ name: z.string().describe("Name of the image template"),
13
+ created_at: z.string().describe("Timestamp when the template was created").nullable().optional(),
14
+ is_dynamic: z.boolean().describe("Whether the template is dynamic").nullable().optional(),
15
+ share_uuid: z.string().describe("UUID for sharing the template").nullable().optional(),
16
+ updated_at: z.string().describe("Timestamp when the template was last updated").nullable().optional(),
17
+ template_type: z.string().describe("Type of template (e.g., postcard, notecard, letter, windowlessletter)").nullable().optional()
18
+ }).describe("Represents a single image template resource.");
19
+ const thanksIoListImageTemplates = action("THANKS_IO_LIST_IMAGE_TEMPLATES", {
20
+ slug: "thanks_io-list-image-templates",
21
+ name: "List Image Templates",
22
+ description: "Tool to retrieve a list of available image templates. Use when you need to browse or select a template for mailings.",
23
+ input: ThanksIoListImageTemplatesInput,
24
+ output: z.object({ templates: z.array(ThanksIoListImageTemplates_ImageTemplateSchema).describe("List of available image templates") }).describe("Response model containing the list of image templates.")
25
+ });
26
+ //#endregion
27
+ export { thanksIoListImageTemplates };
28
+
29
+ //# sourceMappingURL=list-image-templates.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-image-templates.mjs","names":[],"sources":["../../src/actions/list-image-templates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ThanksIoListImageTemplatesInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number to retrieve (1-indexed). Defaults to 1.\").optional(),\n items_per_page: z.number().int().describe(\"Number of items to return per page. Default is 25.\").optional(),\n sub_account_id: z.number().int().describe(\"Filter results by Sub Account ID.\").optional(),\n}).describe(\"Request model for listing image templates.\");\nconst ThanksIoListImageTemplates_ImageTemplateSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the image template\"),\n url: z.string().describe(\"URL of the template image\"),\n name: z.string().describe(\"Name of the image template\"),\n created_at: z.string().describe(\"Timestamp when the template was created\").nullable().optional(),\n is_dynamic: z.boolean().describe(\"Whether the template is dynamic\").nullable().optional(),\n share_uuid: z.string().describe(\"UUID for sharing the template\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the template was last updated\").nullable().optional(),\n template_type: z.string().describe(\"Type of template (e.g., postcard, notecard, letter, windowlessletter)\").nullable().optional(),\n}).describe(\"Represents a single image template resource.\");\nexport const ThanksIoListImageTemplatesOutput: z.ZodTypeAny = z.object({\n templates: z.array(ThanksIoListImageTemplates_ImageTemplateSchema).describe(\"List of available image templates\"),\n}).describe(\"Response model containing the list of image templates.\");\n\nexport const thanksIoListImageTemplates = action(\"THANKS_IO_LIST_IMAGE_TEMPLATES\", {\n slug: \"thanks_io-list-image-templates\",\n name: \"List Image Templates\",\n description: \"Tool to retrieve a list of available image templates. Use when you need to browse or select a template for mailings.\",\n input: ThanksIoListImageTemplatesInput,\n output: ThanksIoListImageTemplatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgD,EAAE,OAAO;CACpE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CAChG,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CACzG,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,iDAA+D,EAAE,OAAO;CAC5E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAClE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACpD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACtD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClI,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAK1D,MAAa,6BAA6B,OAAO,kCAAkC;CACjF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT4D,EAAE,OAAO,EACrE,WAAW,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,mCAAmC,EACjH,CAAC,CAAC,CAAC,SAAS,wDAOF;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-mailing-lists.ts
4
+ const ThanksIoListMailingListsInput = zod.z.object({}).describe("Request model for listing mailing lists. No parameters required.");
5
+ const ThanksIoListMailingListsOutput = zod.z.object({ mailing_lists: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("All mailing lists associated with the account") }).describe("Response model containing the list of mailing lists.");
6
+ const thanksIoListMailingLists = require_action.action("THANKS_IO_LIST_MAILING_LISTS", {
7
+ slug: "thanks_io-list-mailing-lists",
8
+ name: "List Mailing Lists",
9
+ description: "Tool to list all mailing lists. Use when you need to fetch existing lists before managing recipients.",
10
+ input: ThanksIoListMailingListsInput,
11
+ output: ThanksIoListMailingListsOutput
12
+ });
13
+ //#endregion
14
+ exports.thanksIoListMailingLists = thanksIoListMailingLists;
15
+
16
+ //# sourceMappingURL=list-mailing-lists.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-mailing-lists.cjs","names":["z","action"],"sources":["../../src/actions/list-mailing-lists.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ThanksIoListMailingListsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for listing mailing lists. No parameters required.\");\nexport const ThanksIoListMailingListsOutput: z.ZodTypeAny = z.object({\n mailing_lists: z.array(z.record(z.string(), z.unknown())).describe(\"All mailing lists associated with the account\"),\n}).describe(\"Response model containing the list of mailing lists.\");\n\nexport const thanksIoListMailingLists = action(\"THANKS_IO_LIST_MAILING_LISTS\", {\n slug: \"thanks_io-list-mailing-lists\",\n name: \"List Mailing Lists\",\n description: \"Tool to list all mailing lists. Use when you need to fetch existing lists before managing recipients.\",\n input: ThanksIoListMailingListsInput,\n output: ThanksIoListMailingListsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kEAAkE;AACnJ,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,EACnE,eAAeA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,+CAA+C,EACpH,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAElE,MAAa,2BAA2BC,eAAAA,OAAO,gCAAgC;CAC7E,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-mailing-lists.d.ts
4
+ declare const ThanksIoListMailingListsInput: z.ZodTypeAny;
5
+ declare const ThanksIoListMailingListsOutput: z.ZodTypeAny;
6
+ declare const thanksIoListMailingLists: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { thanksIoListMailingLists };
9
+ //# sourceMappingURL=list-mailing-lists.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-mailing-lists.d.cts","names":[],"sources":["../../src/actions/list-mailing-lists.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAAsG;AAAA,cACvI,8BAAA,EAAgC,CAAA,CAAE,UAEoB;AAAA,cAEtD,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-mailing-lists.d.ts
4
+ declare const ThanksIoListMailingListsInput: z.ZodTypeAny;
5
+ declare const ThanksIoListMailingListsOutput: z.ZodTypeAny;
6
+ declare const thanksIoListMailingLists: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { thanksIoListMailingLists };
9
+ //# sourceMappingURL=list-mailing-lists.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-mailing-lists.d.mts","names":[],"sources":["../../src/actions/list-mailing-lists.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAAsG;AAAA,cACvI,8BAAA,EAAgC,CAAA,CAAE,UAEoB;AAAA,cAEtD,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const thanksIoListMailingLists = action("THANKS_IO_LIST_MAILING_LISTS", {
4
+ slug: "thanks_io-list-mailing-lists",
5
+ name: "List Mailing Lists",
6
+ description: "Tool to list all mailing lists. Use when you need to fetch existing lists before managing recipients.",
7
+ input: z.object({}).describe("Request model for listing mailing lists. No parameters required."),
8
+ output: z.object({ mailing_lists: z.array(z.record(z.string(), z.unknown())).describe("All mailing lists associated with the account") }).describe("Response model containing the list of mailing lists.")
9
+ });
10
+ //#endregion
11
+ export { thanksIoListMailingLists };
12
+
13
+ //# sourceMappingURL=list-mailing-lists.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-mailing-lists.mjs","names":[],"sources":["../../src/actions/list-mailing-lists.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ThanksIoListMailingListsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for listing mailing lists. No parameters required.\");\nexport const ThanksIoListMailingListsOutput: z.ZodTypeAny = z.object({\n mailing_lists: z.array(z.record(z.string(), z.unknown())).describe(\"All mailing lists associated with the account\"),\n}).describe(\"Response model containing the list of mailing lists.\");\n\nexport const thanksIoListMailingLists = action(\"THANKS_IO_LIST_MAILING_LISTS\", {\n slug: \"thanks_io-list-mailing-lists\",\n name: \"List Mailing Lists\",\n description: \"Tool to list all mailing lists. Use when you need to fetch existing lists before managing recipients.\",\n input: ThanksIoListMailingListsInput,\n output: ThanksIoListMailingListsOutput,\n});\n"],"mappings":";;AASA,MAAa,2BAA2B,OAAO,gCAAgC;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATyD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kEASxE;CACP,QAT0D,EAAE,OAAO,EACnE,eAAe,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,+CAA+C,EACpH,CAAC,CAAC,CAAC,SAAS,sDAOF;AACV,CAAC"}
@@ -0,0 +1,26 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-message-templates.ts
4
+ const ThanksIoListMessageTemplatesInput = zod.z.object({
5
+ items_per_page: zod.z.number().int().describe("Number of items to return per page. Default is 25.").optional(),
6
+ sub_account_id: zod.z.number().int().describe("Filter results by Sub Account ID.").optional()
7
+ }).describe("Request model for listing message templates.");
8
+ const ThanksIoListMessageTemplates_MessageTemplateSchema = zod.z.object({
9
+ id: zod.z.number().int().describe("Unique identifier for the message template"),
10
+ name: zod.z.string().describe("Name of the message template"),
11
+ type: zod.z.string().describe("Type of template (e.g., 'notecard', 'postcard')").nullable().optional(),
12
+ content: zod.z.string().describe("Content/body of the message template").nullable().optional(),
13
+ handwriting_style_id: zod.z.number().int().describe("ID of the handwriting style associated with this template").nullable().optional()
14
+ }).passthrough().describe("Represents a single message template resource.");
15
+ const ThanksIoListMessageTemplatesOutput = zod.z.object({ message_templates: zod.z.array(ThanksIoListMessageTemplates_MessageTemplateSchema).describe("List of available message templates") }).describe("Response model containing the list of message templates.");
16
+ const thanksIoListMessageTemplates = require_action.action("THANKS_IO_LIST_MESSAGE_TEMPLATES", {
17
+ slug: "thanks_io-list-message-templates",
18
+ name: "List Message Templates",
19
+ description: "Tool to list available message templates. Use when selecting a template for a mailing.",
20
+ input: ThanksIoListMessageTemplatesInput,
21
+ output: ThanksIoListMessageTemplatesOutput
22
+ });
23
+ //#endregion
24
+ exports.thanksIoListMessageTemplates = thanksIoListMessageTemplates;
25
+
26
+ //# sourceMappingURL=list-message-templates.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-message-templates.cjs","names":["z","action"],"sources":["../../src/actions/list-message-templates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ThanksIoListMessageTemplatesInput: z.ZodTypeAny = z.object({\n items_per_page: z.number().int().describe(\"Number of items to return per page. Default is 25.\").optional(),\n sub_account_id: z.number().int().describe(\"Filter results by Sub Account ID.\").optional(),\n}).describe(\"Request model for listing message templates.\");\nconst ThanksIoListMessageTemplates_MessageTemplateSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the message template\"),\n name: z.string().describe(\"Name of the message template\"),\n type: z.string().describe(\"Type of template (e.g., 'notecard', 'postcard')\").nullable().optional(),\n content: z.string().describe(\"Content/body of the message template\").nullable().optional(),\n handwriting_style_id: z.number().int().describe(\"ID of the handwriting style associated with this template\").nullable().optional(),\n}).passthrough().describe(\"Represents a single message template resource.\");\nexport const ThanksIoListMessageTemplatesOutput: z.ZodTypeAny = z.object({\n message_templates: z.array(ThanksIoListMessageTemplates_MessageTemplateSchema).describe(\"List of available message templates\"),\n}).describe(\"Response model containing the list of message templates.\");\n\nexport const thanksIoListMessageTemplates = action(\"THANKS_IO_LIST_MESSAGE_TEMPLATES\", {\n slug: \"thanks_io-list-message-templates\",\n name: \"List Message Templates\",\n description: \"Tool to list available message templates. Use when selecting a template for a mailing.\",\n input: ThanksIoListMessageTemplatesInput,\n output: ThanksIoListMessageTemplatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CACzG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,qDAAmEA,IAAAA,EAAE,OAAO;CAChF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C;CAC1E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACxD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gDAAgD;AAC1E,MAAa,qCAAmDA,IAAAA,EAAE,OAAO,EACvE,mBAAmBA,IAAAA,EAAE,MAAM,kDAAkD,CAAC,CAAC,SAAS,qCAAqC,EAC/H,CAAC,CAAC,CAAC,SAAS,0DAA0D;AAEtE,MAAa,+BAA+BC,eAAAA,OAAO,oCAAoC;CACrF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-message-templates.d.ts
4
+ declare const ThanksIoListMessageTemplatesInput: z.ZodTypeAny;
5
+ declare const ThanksIoListMessageTemplatesOutput: z.ZodTypeAny;
6
+ declare const thanksIoListMessageTemplates: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { thanksIoListMessageTemplates };
9
+ //# sourceMappingURL=list-message-templates.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-message-templates.d.cts","names":[],"sources":["../../src/actions/list-message-templates.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAGS;AAAA,cAQ9C,kCAAA,EAAoC,CAAA,CAAE,UAEoB;AAAA,cAE1D,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-message-templates.d.ts
4
+ declare const ThanksIoListMessageTemplatesInput: z.ZodTypeAny;
5
+ declare const ThanksIoListMessageTemplatesOutput: z.ZodTypeAny;
6
+ declare const thanksIoListMessageTemplates: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { thanksIoListMessageTemplates };
9
+ //# sourceMappingURL=list-message-templates.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-message-templates.d.mts","names":[],"sources":["../../src/actions/list-message-templates.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAGS;AAAA,cAQ9C,kCAAA,EAAoC,CAAA,CAAE,UAEoB;AAAA,cAE1D,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,25 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-message-templates.ts
4
+ const ThanksIoListMessageTemplatesInput = z.object({
5
+ items_per_page: z.number().int().describe("Number of items to return per page. Default is 25.").optional(),
6
+ sub_account_id: z.number().int().describe("Filter results by Sub Account ID.").optional()
7
+ }).describe("Request model for listing message templates.");
8
+ const ThanksIoListMessageTemplates_MessageTemplateSchema = z.object({
9
+ id: z.number().int().describe("Unique identifier for the message template"),
10
+ name: z.string().describe("Name of the message template"),
11
+ type: z.string().describe("Type of template (e.g., 'notecard', 'postcard')").nullable().optional(),
12
+ content: z.string().describe("Content/body of the message template").nullable().optional(),
13
+ handwriting_style_id: z.number().int().describe("ID of the handwriting style associated with this template").nullable().optional()
14
+ }).passthrough().describe("Represents a single message template resource.");
15
+ const thanksIoListMessageTemplates = action("THANKS_IO_LIST_MESSAGE_TEMPLATES", {
16
+ slug: "thanks_io-list-message-templates",
17
+ name: "List Message Templates",
18
+ description: "Tool to list available message templates. Use when selecting a template for a mailing.",
19
+ input: ThanksIoListMessageTemplatesInput,
20
+ output: z.object({ message_templates: z.array(ThanksIoListMessageTemplates_MessageTemplateSchema).describe("List of available message templates") }).describe("Response model containing the list of message templates.")
21
+ });
22
+ //#endregion
23
+ export { thanksIoListMessageTemplates };
24
+
25
+ //# sourceMappingURL=list-message-templates.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-message-templates.mjs","names":[],"sources":["../../src/actions/list-message-templates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ThanksIoListMessageTemplatesInput: z.ZodTypeAny = z.object({\n items_per_page: z.number().int().describe(\"Number of items to return per page. Default is 25.\").optional(),\n sub_account_id: z.number().int().describe(\"Filter results by Sub Account ID.\").optional(),\n}).describe(\"Request model for listing message templates.\");\nconst ThanksIoListMessageTemplates_MessageTemplateSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the message template\"),\n name: z.string().describe(\"Name of the message template\"),\n type: z.string().describe(\"Type of template (e.g., 'notecard', 'postcard')\").nullable().optional(),\n content: z.string().describe(\"Content/body of the message template\").nullable().optional(),\n handwriting_style_id: z.number().int().describe(\"ID of the handwriting style associated with this template\").nullable().optional(),\n}).passthrough().describe(\"Represents a single message template resource.\");\nexport const ThanksIoListMessageTemplatesOutput: z.ZodTypeAny = z.object({\n message_templates: z.array(ThanksIoListMessageTemplates_MessageTemplateSchema).describe(\"List of available message templates\"),\n}).describe(\"Response model containing the list of message templates.\");\n\nexport const thanksIoListMessageTemplates = action(\"THANKS_IO_LIST_MESSAGE_TEMPLATES\", {\n slug: \"thanks_io-list-message-templates\",\n name: \"List Message Templates\",\n description: \"Tool to list available message templates. Use when selecting a template for a mailing.\",\n input: ThanksIoListMessageTemplatesInput,\n output: ThanksIoListMessageTemplatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkD,EAAE,OAAO;CACtE,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CACzG,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,qDAAmE,EAAE,OAAO;CAChF,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C;CAC1E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACxD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,sBAAsB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gDAAgD;AAK1E,MAAa,+BAA+B,OAAO,oCAAoC;CACrF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT8D,EAAE,OAAO,EACvE,mBAAmB,EAAE,MAAM,kDAAkD,CAAC,CAAC,SAAS,qCAAqC,EAC/H,CAAC,CAAC,CAAC,SAAS,0DAOF;AACV,CAAC"}