@keystrokehq/resend 0.0.16 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (542) hide show
  1. package/README.md +11 -74
  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-contact-to-segment.cjs +19 -0
  7. package/dist/actions/add-contact-to-segment.cjs.map +1 -0
  8. package/dist/actions/add-contact-to-segment.d.cts +17 -0
  9. package/dist/actions/add-contact-to-segment.d.cts.map +1 -0
  10. package/dist/actions/add-contact-to-segment.d.mts +17 -0
  11. package/dist/actions/add-contact-to-segment.d.mts.map +1 -0
  12. package/dist/actions/add-contact-to-segment.mjs +16 -0
  13. package/dist/actions/add-contact-to-segment.mjs.map +1 -0
  14. package/dist/actions/cancel-email.cjs +19 -0
  15. package/dist/actions/cancel-email.cjs.map +1 -0
  16. package/dist/actions/cancel-email.d.cts +16 -0
  17. package/dist/actions/cancel-email.d.cts.map +1 -0
  18. package/dist/actions/cancel-email.d.mts +16 -0
  19. package/dist/actions/cancel-email.d.mts.map +1 -0
  20. package/dist/actions/cancel-email.mjs +16 -0
  21. package/dist/actions/cancel-email.mjs.map +1 -0
  22. package/dist/actions/create-api-key.cjs +23 -0
  23. package/dist/actions/create-api-key.cjs.map +1 -0
  24. package/dist/actions/create-api-key.d.cts +23 -0
  25. package/dist/actions/create-api-key.d.cts.map +1 -0
  26. package/dist/actions/create-api-key.d.mts +23 -0
  27. package/dist/actions/create-api-key.d.mts.map +1 -0
  28. package/dist/actions/create-api-key.mjs +20 -0
  29. package/dist/actions/create-api-key.mjs.map +1 -0
  30. package/dist/actions/create-audience.cjs +20 -0
  31. package/dist/actions/create-audience.cjs.map +1 -0
  32. package/dist/actions/create-audience.d.cts +17 -0
  33. package/dist/actions/create-audience.d.cts.map +1 -0
  34. package/dist/actions/create-audience.d.mts +17 -0
  35. package/dist/actions/create-audience.d.mts.map +1 -0
  36. package/dist/actions/create-audience.mjs +17 -0
  37. package/dist/actions/create-audience.mjs.map +1 -0
  38. package/dist/actions/create-contact-property.cjs +23 -0
  39. package/dist/actions/create-contact-property.cjs.map +1 -0
  40. package/dist/actions/create-contact-property.d.cts +23 -0
  41. package/dist/actions/create-contact-property.d.cts.map +1 -0
  42. package/dist/actions/create-contact-property.d.mts +23 -0
  43. package/dist/actions/create-contact-property.d.mts.map +1 -0
  44. package/dist/actions/create-contact-property.mjs +20 -0
  45. package/dist/actions/create-contact-property.mjs.map +1 -0
  46. package/dist/actions/create-contact-v2.cjs +33 -0
  47. package/dist/actions/create-contact-v2.cjs.map +1 -0
  48. package/dist/actions/create-contact-v2.d.cts +47 -0
  49. package/dist/actions/create-contact-v2.d.cts.map +1 -0
  50. package/dist/actions/create-contact-v2.d.mts +47 -0
  51. package/dist/actions/create-contact-v2.d.mts.map +1 -0
  52. package/dist/actions/create-contact-v2.mjs +30 -0
  53. package/dist/actions/create-contact-v2.mjs.map +1 -0
  54. package/dist/actions/create-contact.cjs +25 -0
  55. package/dist/actions/create-contact.cjs.map +1 -0
  56. package/dist/actions/create-contact.d.cts +24 -0
  57. package/dist/actions/create-contact.d.cts.map +1 -0
  58. package/dist/actions/create-contact.d.mts +24 -0
  59. package/dist/actions/create-contact.d.mts.map +1 -0
  60. package/dist/actions/create-contact.mjs +22 -0
  61. package/dist/actions/create-contact.mjs.map +1 -0
  62. package/dist/actions/create-domain.cjs +45 -0
  63. package/dist/actions/create-domain.cjs.map +1 -0
  64. package/dist/actions/create-domain.d.cts +39 -0
  65. package/dist/actions/create-domain.d.cts.map +1 -0
  66. package/dist/actions/create-domain.d.mts +39 -0
  67. package/dist/actions/create-domain.d.mts.map +1 -0
  68. package/dist/actions/create-domain.mjs +44 -0
  69. package/dist/actions/create-domain.mjs.map +1 -0
  70. package/dist/actions/create-template.cjs +36 -0
  71. package/dist/actions/create-template.cjs.map +1 -0
  72. package/dist/actions/create-template.d.cts +41 -0
  73. package/dist/actions/create-template.d.cts.map +1 -0
  74. package/dist/actions/create-template.d.mts +41 -0
  75. package/dist/actions/create-template.d.mts.map +1 -0
  76. package/dist/actions/create-template.mjs +33 -0
  77. package/dist/actions/create-template.mjs.map +1 -0
  78. package/dist/actions/create-topic.cjs +24 -0
  79. package/dist/actions/create-topic.cjs.map +1 -0
  80. package/dist/actions/create-topic.d.cts +28 -0
  81. package/dist/actions/create-topic.d.cts.map +1 -0
  82. package/dist/actions/create-topic.d.mts +28 -0
  83. package/dist/actions/create-topic.d.mts.map +1 -0
  84. package/dist/actions/create-topic.mjs +21 -0
  85. package/dist/actions/create-topic.mjs.map +1 -0
  86. package/dist/actions/create-webhook.cjs +23 -0
  87. package/dist/actions/create-webhook.cjs.map +1 -0
  88. package/dist/actions/create-webhook.d.cts +19 -0
  89. package/dist/actions/create-webhook.d.cts.map +1 -0
  90. package/dist/actions/create-webhook.d.mts +19 -0
  91. package/dist/actions/create-webhook.d.mts.map +1 -0
  92. package/dist/actions/create-webhook.mjs +20 -0
  93. package/dist/actions/create-webhook.mjs.map +1 -0
  94. package/dist/actions/delete-api-key.cjs +20 -0
  95. package/dist/actions/delete-api-key.cjs.map +1 -0
  96. package/dist/actions/delete-api-key.d.cts +17 -0
  97. package/dist/actions/delete-api-key.d.cts.map +1 -0
  98. package/dist/actions/delete-api-key.d.mts +17 -0
  99. package/dist/actions/delete-api-key.d.mts.map +1 -0
  100. package/dist/actions/delete-api-key.mjs +17 -0
  101. package/dist/actions/delete-api-key.mjs.map +1 -0
  102. package/dist/actions/delete-audience.cjs +19 -0
  103. package/dist/actions/delete-audience.cjs.map +1 -0
  104. package/dist/actions/delete-audience.d.cts +16 -0
  105. package/dist/actions/delete-audience.d.cts.map +1 -0
  106. package/dist/actions/delete-audience.d.mts +16 -0
  107. package/dist/actions/delete-audience.d.mts.map +1 -0
  108. package/dist/actions/delete-audience.mjs +16 -0
  109. package/dist/actions/delete-audience.mjs.map +1 -0
  110. package/dist/actions/delete-contact-by-id.cjs +20 -0
  111. package/dist/actions/delete-contact-by-id.cjs.map +1 -0
  112. package/dist/actions/delete-contact-by-id.d.cts +17 -0
  113. package/dist/actions/delete-contact-by-id.d.cts.map +1 -0
  114. package/dist/actions/delete-contact-by-id.d.mts +17 -0
  115. package/dist/actions/delete-contact-by-id.d.mts.map +1 -0
  116. package/dist/actions/delete-contact-by-id.mjs +17 -0
  117. package/dist/actions/delete-contact-by-id.mjs.map +1 -0
  118. package/dist/actions/delete-contact-property.cjs +20 -0
  119. package/dist/actions/delete-contact-property.cjs.map +1 -0
  120. package/dist/actions/delete-contact-property.d.cts +17 -0
  121. package/dist/actions/delete-contact-property.d.cts.map +1 -0
  122. package/dist/actions/delete-contact-property.d.mts +17 -0
  123. package/dist/actions/delete-contact-property.d.mts.map +1 -0
  124. package/dist/actions/delete-contact-property.mjs +17 -0
  125. package/dist/actions/delete-contact-property.mjs.map +1 -0
  126. package/dist/actions/delete-contact.cjs +24 -0
  127. package/dist/actions/delete-contact.cjs.map +1 -0
  128. package/dist/actions/delete-contact.d.cts +21 -0
  129. package/dist/actions/delete-contact.d.cts.map +1 -0
  130. package/dist/actions/delete-contact.d.mts +21 -0
  131. package/dist/actions/delete-contact.d.mts.map +1 -0
  132. package/dist/actions/delete-contact.mjs +21 -0
  133. package/dist/actions/delete-contact.mjs.map +1 -0
  134. package/dist/actions/delete-domain.cjs +20 -0
  135. package/dist/actions/delete-domain.cjs.map +1 -0
  136. package/dist/actions/delete-domain.d.cts +17 -0
  137. package/dist/actions/delete-domain.d.cts.map +1 -0
  138. package/dist/actions/delete-domain.d.mts +17 -0
  139. package/dist/actions/delete-domain.d.mts.map +1 -0
  140. package/dist/actions/delete-domain.mjs +17 -0
  141. package/dist/actions/delete-domain.mjs.map +1 -0
  142. package/dist/actions/delete-segment.cjs +20 -0
  143. package/dist/actions/delete-segment.cjs.map +1 -0
  144. package/dist/actions/delete-segment.d.cts +17 -0
  145. package/dist/actions/delete-segment.d.cts.map +1 -0
  146. package/dist/actions/delete-segment.d.mts +17 -0
  147. package/dist/actions/delete-segment.d.mts.map +1 -0
  148. package/dist/actions/delete-segment.mjs +17 -0
  149. package/dist/actions/delete-segment.mjs.map +1 -0
  150. package/dist/actions/delete-template.cjs +20 -0
  151. package/dist/actions/delete-template.cjs.map +1 -0
  152. package/dist/actions/delete-template.d.cts +17 -0
  153. package/dist/actions/delete-template.d.cts.map +1 -0
  154. package/dist/actions/delete-template.d.mts +17 -0
  155. package/dist/actions/delete-template.d.mts.map +1 -0
  156. package/dist/actions/delete-template.mjs +17 -0
  157. package/dist/actions/delete-template.mjs.map +1 -0
  158. package/dist/actions/delete-topic.cjs +20 -0
  159. package/dist/actions/delete-topic.cjs.map +1 -0
  160. package/dist/actions/delete-topic.d.cts +17 -0
  161. package/dist/actions/delete-topic.d.cts.map +1 -0
  162. package/dist/actions/delete-topic.d.mts +17 -0
  163. package/dist/actions/delete-topic.d.mts.map +1 -0
  164. package/dist/actions/delete-topic.mjs +17 -0
  165. package/dist/actions/delete-topic.mjs.map +1 -0
  166. package/dist/actions/delete-webhook.cjs +20 -0
  167. package/dist/actions/delete-webhook.cjs.map +1 -0
  168. package/dist/actions/delete-webhook.d.cts +17 -0
  169. package/dist/actions/delete-webhook.d.cts.map +1 -0
  170. package/dist/actions/delete-webhook.d.mts +17 -0
  171. package/dist/actions/delete-webhook.d.mts.map +1 -0
  172. package/dist/actions/delete-webhook.mjs +17 -0
  173. package/dist/actions/delete-webhook.mjs.map +1 -0
  174. package/dist/actions/duplicate-template.cjs +19 -0
  175. package/dist/actions/duplicate-template.cjs.map +1 -0
  176. package/dist/actions/duplicate-template.d.cts +16 -0
  177. package/dist/actions/duplicate-template.d.cts.map +1 -0
  178. package/dist/actions/duplicate-template.d.mts +16 -0
  179. package/dist/actions/duplicate-template.d.mts.map +1 -0
  180. package/dist/actions/duplicate-template.mjs +16 -0
  181. package/dist/actions/duplicate-template.mjs.map +1 -0
  182. package/dist/actions/get-contact-property.cjs +23 -0
  183. package/dist/actions/get-contact-property.cjs.map +1 -0
  184. package/dist/actions/get-contact-property.d.cts +20 -0
  185. package/dist/actions/get-contact-property.d.cts.map +1 -0
  186. package/dist/actions/get-contact-property.d.mts +20 -0
  187. package/dist/actions/get-contact-property.d.mts.map +1 -0
  188. package/dist/actions/get-contact-property.mjs +20 -0
  189. package/dist/actions/get-contact-property.mjs.map +1 -0
  190. package/dist/actions/get-contact.cjs +25 -0
  191. package/dist/actions/get-contact.cjs.map +1 -0
  192. package/dist/actions/get-contact.d.cts +22 -0
  193. package/dist/actions/get-contact.d.cts.map +1 -0
  194. package/dist/actions/get-contact.d.mts +22 -0
  195. package/dist/actions/get-contact.d.mts.map +1 -0
  196. package/dist/actions/get-contact.mjs +22 -0
  197. package/dist/actions/get-contact.mjs.map +1 -0
  198. package/dist/actions/get-email-attachment.cjs +30 -0
  199. package/dist/actions/get-email-attachment.cjs.map +1 -0
  200. package/dist/actions/get-email-attachment.d.cts +28 -0
  201. package/dist/actions/get-email-attachment.d.cts.map +1 -0
  202. package/dist/actions/get-email-attachment.d.mts +28 -0
  203. package/dist/actions/get-email-attachment.d.mts.map +1 -0
  204. package/dist/actions/get-email-attachment.mjs +29 -0
  205. package/dist/actions/get-email-attachment.mjs.map +1 -0
  206. package/dist/actions/get-segment.cjs +23 -0
  207. package/dist/actions/get-segment.cjs.map +1 -0
  208. package/dist/actions/get-segment.d.cts +20 -0
  209. package/dist/actions/get-segment.d.cts.map +1 -0
  210. package/dist/actions/get-segment.d.mts +20 -0
  211. package/dist/actions/get-segment.d.mts.map +1 -0
  212. package/dist/actions/get-segment.mjs +20 -0
  213. package/dist/actions/get-segment.mjs.map +1 -0
  214. package/dist/actions/get-template.cjs +47 -0
  215. package/dist/actions/get-template.cjs.map +1 -0
  216. package/dist/actions/get-template.d.cts +40 -0
  217. package/dist/actions/get-template.d.cts.map +1 -0
  218. package/dist/actions/get-template.d.mts +40 -0
  219. package/dist/actions/get-template.d.mts.map +1 -0
  220. package/dist/actions/get-template.mjs +46 -0
  221. package/dist/actions/get-template.mjs.map +1 -0
  222. package/dist/actions/get-topic.cjs +22 -0
  223. package/dist/actions/get-topic.cjs.map +1 -0
  224. package/dist/actions/get-topic.d.cts +19 -0
  225. package/dist/actions/get-topic.d.cts.map +1 -0
  226. package/dist/actions/get-topic.d.mts +19 -0
  227. package/dist/actions/get-topic.d.mts.map +1 -0
  228. package/dist/actions/get-topic.mjs +19 -0
  229. package/dist/actions/get-topic.mjs.map +1 -0
  230. package/dist/actions/get-webhook.cjs +24 -0
  231. package/dist/actions/get-webhook.cjs.map +1 -0
  232. package/dist/actions/get-webhook.d.cts +21 -0
  233. package/dist/actions/get-webhook.d.cts.map +1 -0
  234. package/dist/actions/get-webhook.d.mts +21 -0
  235. package/dist/actions/get-webhook.d.mts.map +1 -0
  236. package/dist/actions/get-webhook.mjs +21 -0
  237. package/dist/actions/get-webhook.mjs.map +1 -0
  238. package/dist/actions/index.cjs +125 -0
  239. package/dist/actions/index.d.cts +63 -0
  240. package/dist/actions/index.d.mts +63 -0
  241. package/dist/actions/index.mjs +63 -0
  242. package/dist/actions/list-all-contacts.cjs +32 -0
  243. package/dist/actions/list-all-contacts.cjs.map +1 -0
  244. package/dist/actions/list-all-contacts.d.cts +28 -0
  245. package/dist/actions/list-all-contacts.d.cts.map +1 -0
  246. package/dist/actions/list-all-contacts.d.mts +28 -0
  247. package/dist/actions/list-all-contacts.d.mts.map +1 -0
  248. package/dist/actions/list-all-contacts.mjs +31 -0
  249. package/dist/actions/list-all-contacts.mjs.map +1 -0
  250. package/dist/actions/list-api-keys.cjs +29 -0
  251. package/dist/actions/list-api-keys.cjs.map +1 -0
  252. package/dist/actions/list-api-keys.d.cts +25 -0
  253. package/dist/actions/list-api-keys.d.cts.map +1 -0
  254. package/dist/actions/list-api-keys.d.mts +25 -0
  255. package/dist/actions/list-api-keys.d.mts.map +1 -0
  256. package/dist/actions/list-api-keys.mjs +28 -0
  257. package/dist/actions/list-api-keys.mjs.map +1 -0
  258. package/dist/actions/list-audiences.cjs +29 -0
  259. package/dist/actions/list-audiences.cjs.map +1 -0
  260. package/dist/actions/list-audiences.d.cts +25 -0
  261. package/dist/actions/list-audiences.d.cts.map +1 -0
  262. package/dist/actions/list-audiences.d.mts +25 -0
  263. package/dist/actions/list-audiences.d.mts.map +1 -0
  264. package/dist/actions/list-audiences.mjs +28 -0
  265. package/dist/actions/list-audiences.mjs.map +1 -0
  266. package/dist/actions/list-broadcasts.cjs +32 -0
  267. package/dist/actions/list-broadcasts.cjs.map +1 -0
  268. package/dist/actions/list-broadcasts.d.cts +28 -0
  269. package/dist/actions/list-broadcasts.d.cts.map +1 -0
  270. package/dist/actions/list-broadcasts.d.mts +28 -0
  271. package/dist/actions/list-broadcasts.d.mts.map +1 -0
  272. package/dist/actions/list-broadcasts.mjs +31 -0
  273. package/dist/actions/list-broadcasts.mjs.map +1 -0
  274. package/dist/actions/list-contact-properties.cjs +31 -0
  275. package/dist/actions/list-contact-properties.cjs.map +1 -0
  276. package/dist/actions/list-contact-properties.d.cts +27 -0
  277. package/dist/actions/list-contact-properties.d.cts.map +1 -0
  278. package/dist/actions/list-contact-properties.d.mts +27 -0
  279. package/dist/actions/list-contact-properties.d.mts.map +1 -0
  280. package/dist/actions/list-contact-properties.mjs +30 -0
  281. package/dist/actions/list-contact-properties.mjs.map +1 -0
  282. package/dist/actions/list-contact-segments.cjs +30 -0
  283. package/dist/actions/list-contact-segments.cjs.map +1 -0
  284. package/dist/actions/list-contact-segments.d.cts +27 -0
  285. package/dist/actions/list-contact-segments.d.cts.map +1 -0
  286. package/dist/actions/list-contact-segments.d.mts +27 -0
  287. package/dist/actions/list-contact-segments.d.mts.map +1 -0
  288. package/dist/actions/list-contact-segments.mjs +29 -0
  289. package/dist/actions/list-contact-segments.mjs.map +1 -0
  290. package/dist/actions/list-contact-topics.cjs +31 -0
  291. package/dist/actions/list-contact-topics.cjs.map +1 -0
  292. package/dist/actions/list-contact-topics.d.cts +28 -0
  293. package/dist/actions/list-contact-topics.d.cts.map +1 -0
  294. package/dist/actions/list-contact-topics.d.mts +28 -0
  295. package/dist/actions/list-contact-topics.d.mts.map +1 -0
  296. package/dist/actions/list-contact-topics.mjs +30 -0
  297. package/dist/actions/list-contact-topics.mjs.map +1 -0
  298. package/dist/actions/list-contacts.cjs +33 -0
  299. package/dist/actions/list-contacts.cjs.map +1 -0
  300. package/dist/actions/list-contacts.d.cts +30 -0
  301. package/dist/actions/list-contacts.d.cts.map +1 -0
  302. package/dist/actions/list-contacts.d.mts +30 -0
  303. package/dist/actions/list-contacts.d.mts.map +1 -0
  304. package/dist/actions/list-contacts.mjs +32 -0
  305. package/dist/actions/list-contacts.mjs.map +1 -0
  306. package/dist/actions/list-domains.cjs +23 -0
  307. package/dist/actions/list-domains.cjs.map +1 -0
  308. package/dist/actions/list-domains.d.cts +17 -0
  309. package/dist/actions/list-domains.d.cts.map +1 -0
  310. package/dist/actions/list-domains.d.mts +17 -0
  311. package/dist/actions/list-domains.d.mts.map +1 -0
  312. package/dist/actions/list-domains.mjs +22 -0
  313. package/dist/actions/list-domains.mjs.map +1 -0
  314. package/dist/actions/list-email-attachments.cjs +35 -0
  315. package/dist/actions/list-email-attachments.cjs.map +1 -0
  316. package/dist/actions/list-email-attachments.d.cts +32 -0
  317. package/dist/actions/list-email-attachments.d.cts.map +1 -0
  318. package/dist/actions/list-email-attachments.d.mts +32 -0
  319. package/dist/actions/list-email-attachments.d.mts.map +1 -0
  320. package/dist/actions/list-email-attachments.mjs +34 -0
  321. package/dist/actions/list-email-attachments.mjs.map +1 -0
  322. package/dist/actions/list-emails.cjs +38 -0
  323. package/dist/actions/list-emails.cjs.map +1 -0
  324. package/dist/actions/list-emails.d.cts +34 -0
  325. package/dist/actions/list-emails.d.cts.map +1 -0
  326. package/dist/actions/list-emails.d.mts +34 -0
  327. package/dist/actions/list-emails.d.mts.map +1 -0
  328. package/dist/actions/list-emails.mjs +37 -0
  329. package/dist/actions/list-emails.mjs.map +1 -0
  330. package/dist/actions/list-received-emails.cjs +36 -0
  331. package/dist/actions/list-received-emails.cjs.map +1 -0
  332. package/dist/actions/list-received-emails.d.cts +32 -0
  333. package/dist/actions/list-received-emails.d.cts.map +1 -0
  334. package/dist/actions/list-received-emails.d.mts +32 -0
  335. package/dist/actions/list-received-emails.d.mts.map +1 -0
  336. package/dist/actions/list-received-emails.mjs +35 -0
  337. package/dist/actions/list-received-emails.mjs.map +1 -0
  338. package/dist/actions/list-segments.cjs +30 -0
  339. package/dist/actions/list-segments.cjs.map +1 -0
  340. package/dist/actions/list-segments.d.cts +26 -0
  341. package/dist/actions/list-segments.d.cts.map +1 -0
  342. package/dist/actions/list-segments.d.mts +26 -0
  343. package/dist/actions/list-segments.d.mts.map +1 -0
  344. package/dist/actions/list-segments.mjs +29 -0
  345. package/dist/actions/list-segments.mjs.map +1 -0
  346. package/dist/actions/list-templates.cjs +33 -0
  347. package/dist/actions/list-templates.cjs.map +1 -0
  348. package/dist/actions/list-templates.d.cts +29 -0
  349. package/dist/actions/list-templates.d.cts.map +1 -0
  350. package/dist/actions/list-templates.d.mts +29 -0
  351. package/dist/actions/list-templates.d.mts.map +1 -0
  352. package/dist/actions/list-templates.mjs +32 -0
  353. package/dist/actions/list-templates.mjs.map +1 -0
  354. package/dist/actions/list-topics.cjs +30 -0
  355. package/dist/actions/list-topics.cjs.map +1 -0
  356. package/dist/actions/list-topics.d.cts +26 -0
  357. package/dist/actions/list-topics.d.cts.map +1 -0
  358. package/dist/actions/list-topics.d.mts +26 -0
  359. package/dist/actions/list-topics.d.mts.map +1 -0
  360. package/dist/actions/list-topics.mjs +29 -0
  361. package/dist/actions/list-topics.mjs.map +1 -0
  362. package/dist/actions/list-webhooks.cjs +31 -0
  363. package/dist/actions/list-webhooks.cjs.map +1 -0
  364. package/dist/actions/list-webhooks.d.cts +27 -0
  365. package/dist/actions/list-webhooks.d.cts.map +1 -0
  366. package/dist/actions/list-webhooks.d.mts +27 -0
  367. package/dist/actions/list-webhooks.d.mts.map +1 -0
  368. package/dist/actions/list-webhooks.mjs +30 -0
  369. package/dist/actions/list-webhooks.mjs.map +1 -0
  370. package/dist/actions/publish-template.cjs +19 -0
  371. package/dist/actions/publish-template.cjs.map +1 -0
  372. package/dist/actions/publish-template.d.cts +16 -0
  373. package/dist/actions/publish-template.d.cts.map +1 -0
  374. package/dist/actions/publish-template.d.mts +16 -0
  375. package/dist/actions/publish-template.d.mts.map +1 -0
  376. package/dist/actions/publish-template.mjs +16 -0
  377. package/dist/actions/publish-template.mjs.map +1 -0
  378. package/dist/actions/remove-contact-from-segment.cjs +22 -0
  379. package/dist/actions/remove-contact-from-segment.cjs.map +1 -0
  380. package/dist/actions/remove-contact-from-segment.d.cts +18 -0
  381. package/dist/actions/remove-contact-from-segment.d.cts.map +1 -0
  382. package/dist/actions/remove-contact-from-segment.d.mts +18 -0
  383. package/dist/actions/remove-contact-from-segment.d.mts.map +1 -0
  384. package/dist/actions/remove-contact-from-segment.mjs +19 -0
  385. package/dist/actions/remove-contact-from-segment.mjs.map +1 -0
  386. package/dist/actions/retrieve-audience.cjs +21 -0
  387. package/dist/actions/retrieve-audience.cjs.map +1 -0
  388. package/dist/actions/retrieve-audience.d.cts +18 -0
  389. package/dist/actions/retrieve-audience.d.cts.map +1 -0
  390. package/dist/actions/retrieve-audience.d.mts +18 -0
  391. package/dist/actions/retrieve-audience.d.mts.map +1 -0
  392. package/dist/actions/retrieve-audience.mjs +18 -0
  393. package/dist/actions/retrieve-audience.mjs.map +1 -0
  394. package/dist/actions/retrieve-contact.cjs +27 -0
  395. package/dist/actions/retrieve-contact.cjs.map +1 -0
  396. package/dist/actions/retrieve-contact.d.cts +23 -0
  397. package/dist/actions/retrieve-contact.d.cts.map +1 -0
  398. package/dist/actions/retrieve-contact.d.mts +23 -0
  399. package/dist/actions/retrieve-contact.d.mts.map +1 -0
  400. package/dist/actions/retrieve-contact.mjs +24 -0
  401. package/dist/actions/retrieve-contact.mjs.map +1 -0
  402. package/dist/actions/retrieve-domain.cjs +23 -0
  403. package/dist/actions/retrieve-domain.cjs.map +1 -0
  404. package/dist/actions/retrieve-domain.d.cts +20 -0
  405. package/dist/actions/retrieve-domain.d.cts.map +1 -0
  406. package/dist/actions/retrieve-domain.d.mts +20 -0
  407. package/dist/actions/retrieve-domain.d.mts.map +1 -0
  408. package/dist/actions/retrieve-domain.mjs +20 -0
  409. package/dist/actions/retrieve-domain.mjs.map +1 -0
  410. package/dist/actions/retrieve-email.cjs +29 -0
  411. package/dist/actions/retrieve-email.cjs.map +1 -0
  412. package/dist/actions/retrieve-email.d.cts +26 -0
  413. package/dist/actions/retrieve-email.d.cts.map +1 -0
  414. package/dist/actions/retrieve-email.d.mts +26 -0
  415. package/dist/actions/retrieve-email.d.mts.map +1 -0
  416. package/dist/actions/retrieve-email.mjs +26 -0
  417. package/dist/actions/retrieve-email.mjs.map +1 -0
  418. package/dist/actions/send-batch-emails.cjs +31 -0
  419. package/dist/actions/send-batch-emails.cjs.map +1 -0
  420. package/dist/actions/send-batch-emails.d.cts +41 -0
  421. package/dist/actions/send-batch-emails.d.cts.map +1 -0
  422. package/dist/actions/send-batch-emails.d.mts +41 -0
  423. package/dist/actions/send-batch-emails.d.mts.map +1 -0
  424. package/dist/actions/send-batch-emails.mjs +30 -0
  425. package/dist/actions/send-batch-emails.mjs.map +1 -0
  426. package/dist/actions/send-email.cjs +31 -0
  427. package/dist/actions/send-email.cjs.map +1 -0
  428. package/dist/actions/send-email.d.cts +36 -0
  429. package/dist/actions/send-email.d.cts.map +1 -0
  430. package/dist/actions/send-email.d.mts +36 -0
  431. package/dist/actions/send-email.d.mts.map +1 -0
  432. package/dist/actions/send-email.mjs +28 -0
  433. package/dist/actions/send-email.mjs.map +1 -0
  434. package/dist/actions/update-broadcast.cjs +30 -0
  435. package/dist/actions/update-broadcast.cjs.map +1 -0
  436. package/dist/actions/update-broadcast.d.cts +34 -0
  437. package/dist/actions/update-broadcast.d.cts.map +1 -0
  438. package/dist/actions/update-broadcast.d.mts +34 -0
  439. package/dist/actions/update-broadcast.d.mts.map +1 -0
  440. package/dist/actions/update-broadcast.mjs +27 -0
  441. package/dist/actions/update-broadcast.mjs.map +1 -0
  442. package/dist/actions/update-contact-property.cjs +26 -0
  443. package/dist/actions/update-contact-property.cjs.map +1 -0
  444. package/dist/actions/update-contact-property.d.cts +18 -0
  445. package/dist/actions/update-contact-property.d.cts.map +1 -0
  446. package/dist/actions/update-contact-property.d.mts +18 -0
  447. package/dist/actions/update-contact-property.d.mts.map +1 -0
  448. package/dist/actions/update-contact-property.mjs +23 -0
  449. package/dist/actions/update-contact-property.mjs.map +1 -0
  450. package/dist/actions/update-contact.cjs +24 -0
  451. package/dist/actions/update-contact.cjs.map +1 -0
  452. package/dist/actions/update-contact.d.cts +22 -0
  453. package/dist/actions/update-contact.d.cts.map +1 -0
  454. package/dist/actions/update-contact.d.mts +22 -0
  455. package/dist/actions/update-contact.d.mts.map +1 -0
  456. package/dist/actions/update-contact.mjs +21 -0
  457. package/dist/actions/update-contact.mjs.map +1 -0
  458. package/dist/actions/update-domain.cjs +28 -0
  459. package/dist/actions/update-domain.cjs.map +1 -0
  460. package/dist/actions/update-domain.d.cts +29 -0
  461. package/dist/actions/update-domain.d.cts.map +1 -0
  462. package/dist/actions/update-domain.d.mts +29 -0
  463. package/dist/actions/update-domain.d.mts.map +1 -0
  464. package/dist/actions/update-domain.mjs +25 -0
  465. package/dist/actions/update-domain.mjs.map +1 -0
  466. package/dist/actions/update-email.cjs +22 -0
  467. package/dist/actions/update-email.cjs.map +1 -0
  468. package/dist/actions/update-email.d.cts +18 -0
  469. package/dist/actions/update-email.d.cts.map +1 -0
  470. package/dist/actions/update-email.d.mts +18 -0
  471. package/dist/actions/update-email.d.mts.map +1 -0
  472. package/dist/actions/update-email.mjs +19 -0
  473. package/dist/actions/update-email.mjs.map +1 -0
  474. package/dist/actions/update-template.cjs +38 -0
  475. package/dist/actions/update-template.cjs.map +1 -0
  476. package/dist/actions/update-template.d.cts +40 -0
  477. package/dist/actions/update-template.d.cts.map +1 -0
  478. package/dist/actions/update-template.d.mts +40 -0
  479. package/dist/actions/update-template.d.mts.map +1 -0
  480. package/dist/actions/update-template.mjs +35 -0
  481. package/dist/actions/update-template.mjs.map +1 -0
  482. package/dist/actions/update-topic.cjs +22 -0
  483. package/dist/actions/update-topic.cjs.map +1 -0
  484. package/dist/actions/update-topic.d.cts +18 -0
  485. package/dist/actions/update-topic.d.cts.map +1 -0
  486. package/dist/actions/update-topic.d.mts +18 -0
  487. package/dist/actions/update-topic.d.mts.map +1 -0
  488. package/dist/actions/update-topic.mjs +19 -0
  489. package/dist/actions/update-topic.mjs.map +1 -0
  490. package/dist/actions/update-webhook.cjs +24 -0
  491. package/dist/actions/update-webhook.cjs.map +1 -0
  492. package/dist/actions/update-webhook.d.cts +25 -0
  493. package/dist/actions/update-webhook.d.cts.map +1 -0
  494. package/dist/actions/update-webhook.d.mts +25 -0
  495. package/dist/actions/update-webhook.d.mts.map +1 -0
  496. package/dist/actions/update-webhook.mjs +21 -0
  497. package/dist/actions/update-webhook.mjs.map +1 -0
  498. package/dist/actions/verify-domain.cjs +19 -0
  499. package/dist/actions/verify-domain.cjs.map +1 -0
  500. package/dist/actions/verify-domain.d.cts +16 -0
  501. package/dist/actions/verify-domain.d.cts.map +1 -0
  502. package/dist/actions/verify-domain.d.mts +16 -0
  503. package/dist/actions/verify-domain.d.mts.map +1 -0
  504. package/dist/actions/verify-domain.mjs +16 -0
  505. package/dist/actions/verify-domain.mjs.map +1 -0
  506. package/dist/app.cjs +9 -0
  507. package/dist/app.cjs.map +1 -0
  508. package/dist/app.d.cts +5 -0
  509. package/dist/app.d.cts.map +1 -0
  510. package/dist/app.d.mts +5 -0
  511. package/dist/app.d.mts.map +1 -0
  512. package/dist/app.mjs +10 -0
  513. package/dist/app.mjs.map +1 -0
  514. package/dist/catalog.cjs +21 -0
  515. package/dist/catalog.cjs.map +1 -0
  516. package/dist/catalog.d.cts +22 -0
  517. package/dist/catalog.d.cts.map +1 -0
  518. package/dist/catalog.d.mts +22 -0
  519. package/dist/catalog.d.mts.map +1 -0
  520. package/dist/catalog.mjs +21 -0
  521. package/dist/catalog.mjs.map +1 -0
  522. package/dist/execute.cjs +18 -0
  523. package/dist/execute.cjs.map +1 -0
  524. package/dist/execute.mjs +18 -0
  525. package/dist/execute.mjs.map +1 -0
  526. package/dist/index.cjs +130 -0
  527. package/dist/index.d.cts +65 -0
  528. package/dist/index.d.mts +65 -4
  529. package/dist/index.mjs +66 -5
  530. package/package.json +31 -53
  531. package/LICENSE +0 -21
  532. package/dist/credential-sets/index.d.mts +0 -2
  533. package/dist/credential-sets/index.mjs +0 -3
  534. package/dist/emails-DNEKKuhw.mjs +0 -590
  535. package/dist/operations/index.d.mts +0 -2
  536. package/dist/operations/index.mjs +0 -3
  537. package/dist/resend.credential-set-BVQIXE4k.mjs +0 -18
  538. package/dist/resend.credential-set-CO_XYnvV.d.mts +0 -16
  539. package/dist/schemas/index.d.mts +0 -1292
  540. package/dist/schemas/index.mjs +0 -3
  541. package/dist/verify-resend-domain.operation-BusUhEql.d.mts +0 -1818
  542. package/dist/verify-resend-domain.operation-ClVQJYPC.mjs +0 -1481
@@ -0,0 +1,17 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-topic.d.ts
4
+ declare const ResendDeleteTopicInput: z.ZodObject<{
5
+ id: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const ResendDeleteTopicOutput: z.ZodObject<{
8
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ object: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ deleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
11
+ }, z.core.$strip>;
12
+ declare const resendDeleteTopic: import("@keystrokehq/action").WorkflowActionDefinition<{
13
+ id: string;
14
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
15
+ //#endregion
16
+ export { resendDeleteTopic };
17
+ //# sourceMappingURL=delete-topic.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-topic.d.mts","names":[],"sources":["../../src/actions/delete-topic.ts"],"mappings":";;;cAIa,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;cAGtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;cAMvB,iBAAA,gCAAiB,wBAAA"}
@@ -0,0 +1,17 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const resendDeleteTopic = action("RESEND_DELETE_TOPIC", {
4
+ slug: "resend-delete-topic",
5
+ name: "Delete Topic",
6
+ description: "Tool to remove an existing topic in Resend. Use when you need to delete a topic.",
7
+ input: z.object({ id: z.string().describe("The Topic ID.") }),
8
+ output: z.object({
9
+ id: z.string().describe("The ID of the topic.").nullable().optional(),
10
+ object: z.string().describe("The object type.").nullable().optional(),
11
+ deleted: z.boolean().describe("Indicates whether the topic was successfully deleted.").nullable().optional()
12
+ })
13
+ });
14
+ //#endregion
15
+ export { resendDeleteTopic };
16
+
17
+ //# sourceMappingURL=delete-topic.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-topic.mjs","names":[],"sources":["../../src/actions/delete-topic.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ResendDeleteTopicInput = z.object({\n id: z.string().describe(\"The Topic ID.\"),\n});\nexport const ResendDeleteTopicOutput = z.object({\n id: z.string().describe(\"The ID of the topic.\").nullable().optional(),\n object: z.string().describe(\"The object type.\").nullable().optional(),\n deleted: z.boolean().describe(\"Indicates whether the topic was successfully deleted.\").nullable().optional(),\n});\n\nexport const resendDeleteTopic = action(\"RESEND_DELETE_TOPIC\", {\n slug: \"resend-delete-topic\",\n name: \"Delete Topic\",\n description: \"Tool to remove an existing topic in Resend. Use when you need to delete a topic.\",\n input: ResendDeleteTopicInput,\n output: ResendDeleteTopicOutput,\n});\n"],"mappings":";;AAaA,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAboC,EAAE,OAAO,EAC7C,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe,EACzC,CAWS;CACP,QAXqC,EAAE,OAAO;EAC9C,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,CAOU;AACV,CAAC"}
@@ -0,0 +1,20 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-webhook.ts
4
+ const ResendDeleteWebhookInput = zod.z.object({ webhook_id: zod.z.string().describe("The Webhook ID.") });
5
+ const ResendDeleteWebhookOutput = zod.z.object({
6
+ id: zod.z.string().describe("The ID of the deleted webhook.").nullable().optional(),
7
+ object: zod.z.string().describe("The type of object.").nullable().optional(),
8
+ deleted: zod.z.boolean().describe("Indicates whether the webhook was successfully deleted.").nullable().optional()
9
+ });
10
+ const resendDeleteWebhook = require_action.action("RESEND_DELETE_WEBHOOK", {
11
+ slug: "resend-delete-webhook",
12
+ name: "Delete Webhook",
13
+ description: "Remove an existing webhook. Use this to delete a webhook configuration when you no longer need to receive event notifications at that endpoint.",
14
+ input: ResendDeleteWebhookInput,
15
+ output: ResendDeleteWebhookOutput
16
+ });
17
+ //#endregion
18
+ exports.resendDeleteWebhook = resendDeleteWebhook;
19
+
20
+ //# sourceMappingURL=delete-webhook.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-webhook.cjs","names":["z","action"],"sources":["../../src/actions/delete-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ResendDeleteWebhookInput = z.object({\n webhook_id: z.string().describe(\"The Webhook ID.\"),\n});\nexport const ResendDeleteWebhookOutput = z.object({\n id: z.string().describe(\"The ID of the deleted webhook.\").nullable().optional(),\n object: z.string().describe(\"The type of object.\").nullable().optional(),\n deleted: z.boolean().describe(\"Indicates whether the webhook was successfully deleted.\").nullable().optional(),\n});\n\nexport const resendDeleteWebhook = action(\"RESEND_DELETE_WEBHOOK\", {\n slug: \"resend-delete-webhook\",\n name: \"Delete Webhook\",\n description: \"Remove an existing webhook. Use this to delete a webhook configuration when you no longer need to receive event notifications at that endpoint.\",\n input: ResendDeleteWebhookInput,\n output: ResendDeleteWebhookOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO,EAC/C,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,EACnD,CAAC;AACD,MAAa,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC;AAED,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-webhook.d.ts
4
+ declare const ResendDeleteWebhookInput: z.ZodObject<{
5
+ webhook_id: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const ResendDeleteWebhookOutput: z.ZodObject<{
8
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ object: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ deleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
11
+ }, z.core.$strip>;
12
+ declare const resendDeleteWebhook: import("@keystrokehq/action").WorkflowActionDefinition<{
13
+ webhook_id: string;
14
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
15
+ //#endregion
16
+ export { resendDeleteWebhook };
17
+ //# sourceMappingURL=delete-webhook.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-webhook.d.cts","names":[],"sources":["../../src/actions/delete-webhook.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;cAGxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;cAMzB,mBAAA,gCAAmB,wBAAA"}
@@ -0,0 +1,17 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-webhook.d.ts
4
+ declare const ResendDeleteWebhookInput: z.ZodObject<{
5
+ webhook_id: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const ResendDeleteWebhookOutput: z.ZodObject<{
8
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ object: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ deleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
11
+ }, z.core.$strip>;
12
+ declare const resendDeleteWebhook: import("@keystrokehq/action").WorkflowActionDefinition<{
13
+ webhook_id: string;
14
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
15
+ //#endregion
16
+ export { resendDeleteWebhook };
17
+ //# sourceMappingURL=delete-webhook.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-webhook.d.mts","names":[],"sources":["../../src/actions/delete-webhook.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;cAGxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;cAMzB,mBAAA,gCAAmB,wBAAA"}
@@ -0,0 +1,17 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const resendDeleteWebhook = action("RESEND_DELETE_WEBHOOK", {
4
+ slug: "resend-delete-webhook",
5
+ name: "Delete Webhook",
6
+ description: "Remove an existing webhook. Use this to delete a webhook configuration when you no longer need to receive event notifications at that endpoint.",
7
+ input: z.object({ webhook_id: z.string().describe("The Webhook ID.") }),
8
+ output: z.object({
9
+ id: z.string().describe("The ID of the deleted webhook.").nullable().optional(),
10
+ object: z.string().describe("The type of object.").nullable().optional(),
11
+ deleted: z.boolean().describe("Indicates whether the webhook was successfully deleted.").nullable().optional()
12
+ })
13
+ });
14
+ //#endregion
15
+ export { resendDeleteWebhook };
16
+
17
+ //# sourceMappingURL=delete-webhook.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-webhook.mjs","names":[],"sources":["../../src/actions/delete-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ResendDeleteWebhookInput = z.object({\n webhook_id: z.string().describe(\"The Webhook ID.\"),\n});\nexport const ResendDeleteWebhookOutput = z.object({\n id: z.string().describe(\"The ID of the deleted webhook.\").nullable().optional(),\n object: z.string().describe(\"The type of object.\").nullable().optional(),\n deleted: z.boolean().describe(\"Indicates whether the webhook was successfully deleted.\").nullable().optional(),\n});\n\nexport const resendDeleteWebhook = action(\"RESEND_DELETE_WEBHOOK\", {\n slug: \"resend-delete-webhook\",\n name: \"Delete Webhook\",\n description: \"Remove an existing webhook. Use this to delete a webhook configuration when you no longer need to receive event notifications at that endpoint.\",\n input: ResendDeleteWebhookInput,\n output: ResendDeleteWebhookOutput,\n});\n"],"mappings":";;AAaA,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbsC,EAAE,OAAO,EAC/C,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,EACnD,CAWS;CACP,QAXuC,EAAE,OAAO;EAChD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,CAOU;AACV,CAAC"}
@@ -0,0 +1,19 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/duplicate-template.ts
4
+ const ResendDuplicateTemplateInput = zod.z.object({ template_id: zod.z.string().describe("The Template ID or alias to duplicate.") });
5
+ const ResendDuplicateTemplateOutput = zod.z.object({
6
+ id: zod.z.string().describe("The ID of the duplicated template.").nullable().optional(),
7
+ object: zod.z.string().describe("The object type of the response.").nullable().optional()
8
+ });
9
+ const resendDuplicateTemplate = require_action.action("RESEND_DUPLICATE_TEMPLATE", {
10
+ slug: "resend-duplicate-template",
11
+ name: "Duplicate Template",
12
+ description: "Duplicate an existing template through the Resend Email API. Use when you need to create a copy of an existing template.",
13
+ input: ResendDuplicateTemplateInput,
14
+ output: ResendDuplicateTemplateOutput
15
+ });
16
+ //#endregion
17
+ exports.resendDuplicateTemplate = resendDuplicateTemplate;
18
+
19
+ //# sourceMappingURL=duplicate-template.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"duplicate-template.cjs","names":["z","action"],"sources":["../../src/actions/duplicate-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ResendDuplicateTemplateInput = z.object({\n template_id: z.string().describe(\"The Template ID or alias to duplicate.\"),\n});\nexport const ResendDuplicateTemplateOutput = z.object({\n id: z.string().describe(\"The ID of the duplicated template.\").nullable().optional(),\n object: z.string().describe(\"The object type of the response.\").nullable().optional(),\n});\n\nexport const resendDuplicateTemplate = action(\"RESEND_DUPLICATE_TEMPLATE\", {\n slug: \"resend-duplicate-template\",\n name: \"Duplicate Template\",\n description: \"Duplicate an existing template through the Resend Email API. Use when you need to create a copy of an existing template.\",\n input: ResendDuplicateTemplateInput,\n output: ResendDuplicateTemplateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+BA,IAAAA,EAAE,OAAO,EACnD,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,EAC3E,CAAC;AACD,MAAa,gCAAgCA,IAAAA,EAAE,OAAO;CACpD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC;AAED,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/duplicate-template.d.ts
4
+ declare const ResendDuplicateTemplateInput: z.ZodObject<{
5
+ template_id: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const ResendDuplicateTemplateOutput: z.ZodObject<{
8
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ object: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ }, z.core.$strip>;
11
+ declare const resendDuplicateTemplate: import("@keystrokehq/action").WorkflowActionDefinition<{
12
+ template_id: string;
13
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
14
+ //#endregion
15
+ export { resendDuplicateTemplate };
16
+ //# sourceMappingURL=duplicate-template.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"duplicate-template.d.cts","names":[],"sources":["../../src/actions/duplicate-template.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAG5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;cAK7B,uBAAA,gCAAuB,wBAAA"}
@@ -0,0 +1,16 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/duplicate-template.d.ts
4
+ declare const ResendDuplicateTemplateInput: z.ZodObject<{
5
+ template_id: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const ResendDuplicateTemplateOutput: z.ZodObject<{
8
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ object: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ }, z.core.$strip>;
11
+ declare const resendDuplicateTemplate: import("@keystrokehq/action").WorkflowActionDefinition<{
12
+ template_id: string;
13
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
14
+ //#endregion
15
+ export { resendDuplicateTemplate };
16
+ //# sourceMappingURL=duplicate-template.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"duplicate-template.d.mts","names":[],"sources":["../../src/actions/duplicate-template.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAG5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;cAK7B,uBAAA,gCAAuB,wBAAA"}
@@ -0,0 +1,16 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const resendDuplicateTemplate = action("RESEND_DUPLICATE_TEMPLATE", {
4
+ slug: "resend-duplicate-template",
5
+ name: "Duplicate Template",
6
+ description: "Duplicate an existing template through the Resend Email API. Use when you need to create a copy of an existing template.",
7
+ input: z.object({ template_id: z.string().describe("The Template ID or alias to duplicate.") }),
8
+ output: z.object({
9
+ id: z.string().describe("The ID of the duplicated template.").nullable().optional(),
10
+ object: z.string().describe("The object type of the response.").nullable().optional()
11
+ })
12
+ });
13
+ //#endregion
14
+ export { resendDuplicateTemplate };
15
+
16
+ //# sourceMappingURL=duplicate-template.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"duplicate-template.mjs","names":[],"sources":["../../src/actions/duplicate-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ResendDuplicateTemplateInput = z.object({\n template_id: z.string().describe(\"The Template ID or alias to duplicate.\"),\n});\nexport const ResendDuplicateTemplateOutput = z.object({\n id: z.string().describe(\"The ID of the duplicated template.\").nullable().optional(),\n object: z.string().describe(\"The object type of the response.\").nullable().optional(),\n});\n\nexport const resendDuplicateTemplate = action(\"RESEND_DUPLICATE_TEMPLATE\", {\n slug: \"resend-duplicate-template\",\n name: \"Duplicate Template\",\n description: \"Duplicate an existing template through the Resend Email API. Use when you need to create a copy of an existing template.\",\n input: ResendDuplicateTemplateInput,\n output: ResendDuplicateTemplateOutput,\n});\n"],"mappings":";;AAYA,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZ0C,EAAE,OAAO,EACnD,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,EAC3E,CAUS;CACP,QAV2C,EAAE,OAAO;EACpD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,CAOU;AACV,CAAC"}
@@ -0,0 +1,23 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-contact-property.ts
4
+ const ResendGetContactPropertyInput = zod.z.object({ contact_property_id: zod.z.string().describe("The Contact Property ID.") });
5
+ const ResendGetContactPropertyOutput = zod.z.object({
6
+ id: zod.z.string().describe("The ID of the contact property.").nullable().optional(),
7
+ name: zod.z.string().describe("The name of the contact property.").nullable().optional(),
8
+ type: zod.z.string().describe("The type of the contact property.").nullable().optional(),
9
+ object: zod.z.string().describe("The object type.").nullable().optional(),
10
+ created_at: zod.z.string().describe("Timestamp indicating when the contact property was created.").nullable().optional(),
11
+ description: zod.z.string().describe("A description of the contact property.").nullable().optional()
12
+ });
13
+ const resendGetContactProperty = require_action.action("RESEND_GET_CONTACT_PROPERTY", {
14
+ slug: "resend-get-contact-property",
15
+ name: "Get Contact Property",
16
+ description: "Tool to retrieve a single contact property from Resend. Use when you need to get details about a specific contact property by its ID.",
17
+ input: ResendGetContactPropertyInput,
18
+ output: ResendGetContactPropertyOutput
19
+ });
20
+ //#endregion
21
+ exports.resendGetContactProperty = resendGetContactProperty;
22
+
23
+ //# sourceMappingURL=get-contact-property.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-contact-property.cjs","names":["z","action"],"sources":["../../src/actions/get-contact-property.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ResendGetContactPropertyInput = z.object({\n contact_property_id: z.string().describe(\"The Contact Property ID.\"),\n});\nexport const ResendGetContactPropertyOutput = z.object({\n id: z.string().describe(\"The ID of the contact property.\").nullable().optional(),\n name: z.string().describe(\"The name of the contact property.\").nullable().optional(),\n type: z.string().describe(\"The type of the contact property.\").nullable().optional(),\n object: z.string().describe(\"The object type.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp indicating when the contact property was created.\").nullable().optional(),\n description: z.string().describe(\"A description of the contact property.\").nullable().optional(),\n});\n\nexport const resendGetContactProperty = action(\"RESEND_GET_CONTACT_PROPERTY\", {\n slug: \"resend-get-contact-property\",\n name: \"Get Contact Property\",\n description: \"Tool to retrieve a single contact property from Resend. Use when you need to get details about a specific contact property by its ID.\",\n input: ResendGetContactPropertyInput,\n output: ResendGetContactPropertyOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgCA,IAAAA,EAAE,OAAO,EACpD,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,EACrE,CAAC;AACD,MAAa,iCAAiCA,IAAAA,EAAE,OAAO;CACrD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC;AAED,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-contact-property.d.ts
4
+ declare const ResendGetContactPropertyInput: z.ZodObject<{
5
+ contact_property_id: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const ResendGetContactPropertyOutput: z.ZodObject<{
8
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11
+ object: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ }, z.core.$strip>;
15
+ declare const resendGetContactProperty: import("@keystrokehq/action").WorkflowActionDefinition<{
16
+ contact_property_id: string;
17
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
18
+ //#endregion
19
+ export { resendGetContactProperty };
20
+ //# sourceMappingURL=get-contact-property.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-contact-property.d.cts","names":[],"sources":["../../src/actions/get-contact-property.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;cAG7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;;cAS9B,wBAAA,gCAAwB,wBAAA"}
@@ -0,0 +1,20 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-contact-property.d.ts
4
+ declare const ResendGetContactPropertyInput: z.ZodObject<{
5
+ contact_property_id: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const ResendGetContactPropertyOutput: z.ZodObject<{
8
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11
+ object: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ }, z.core.$strip>;
15
+ declare const resendGetContactProperty: import("@keystrokehq/action").WorkflowActionDefinition<{
16
+ contact_property_id: string;
17
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
18
+ //#endregion
19
+ export { resendGetContactProperty };
20
+ //# sourceMappingURL=get-contact-property.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-contact-property.d.mts","names":[],"sources":["../../src/actions/get-contact-property.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;cAG7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;;cAS9B,wBAAA,gCAAwB,wBAAA"}
@@ -0,0 +1,20 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const resendGetContactProperty = action("RESEND_GET_CONTACT_PROPERTY", {
4
+ slug: "resend-get-contact-property",
5
+ name: "Get Contact Property",
6
+ description: "Tool to retrieve a single contact property from Resend. Use when you need to get details about a specific contact property by its ID.",
7
+ input: z.object({ contact_property_id: z.string().describe("The Contact Property ID.") }),
8
+ output: z.object({
9
+ id: z.string().describe("The ID of the contact property.").nullable().optional(),
10
+ name: z.string().describe("The name of the contact property.").nullable().optional(),
11
+ type: z.string().describe("The type of the contact property.").nullable().optional(),
12
+ object: z.string().describe("The object type.").nullable().optional(),
13
+ created_at: z.string().describe("Timestamp indicating when the contact property was created.").nullable().optional(),
14
+ description: z.string().describe("A description of the contact property.").nullable().optional()
15
+ })
16
+ });
17
+ //#endregion
18
+ export { resendGetContactProperty };
19
+
20
+ //# sourceMappingURL=get-contact-property.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-contact-property.mjs","names":[],"sources":["../../src/actions/get-contact-property.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ResendGetContactPropertyInput = z.object({\n contact_property_id: z.string().describe(\"The Contact Property ID.\"),\n});\nexport const ResendGetContactPropertyOutput = z.object({\n id: z.string().describe(\"The ID of the contact property.\").nullable().optional(),\n name: z.string().describe(\"The name of the contact property.\").nullable().optional(),\n type: z.string().describe(\"The type of the contact property.\").nullable().optional(),\n object: z.string().describe(\"The object type.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp indicating when the contact property was created.\").nullable().optional(),\n description: z.string().describe(\"A description of the contact property.\").nullable().optional(),\n});\n\nexport const resendGetContactProperty = action(\"RESEND_GET_CONTACT_PROPERTY\", {\n slug: \"resend-get-contact-property\",\n name: \"Get Contact Property\",\n description: \"Tool to retrieve a single contact property from Resend. Use when you need to get details about a specific contact property by its ID.\",\n input: ResendGetContactPropertyInput,\n output: ResendGetContactPropertyOutput,\n});\n"],"mappings":";;AAgBA,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhB2C,EAAE,OAAO,EACpD,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,EACrE,CAcS;CACP,QAd4C,EAAE,OAAO;EACrD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,CAOU;AACV,CAAC"}
@@ -0,0 +1,25 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-contact.ts
4
+ const ResendGetContactInput = zod.z.object({ contact_id: zod.z.string().describe("The Contact ID or email address to retrieve. Can be either a UUID (e.g., 'e169aa45-1ecf-4183-9955-b1499d5701d3') or an email address (e.g., 'user@example.com').") });
5
+ const ResendGetContactOutput = zod.z.object({
6
+ id: zod.z.string().describe("The unique identifier of the contact.").nullable().optional(),
7
+ email: zod.z.string().describe("The email address of the contact.").nullable().optional(),
8
+ object: zod.z.string().describe("The type of object, which is 'contact'.").nullable().optional(),
9
+ last_name: zod.z.string().describe("The last name of the contact.").nullable().optional(),
10
+ created_at: zod.z.string().describe("The creation timestamp of the contact in ISO 8601 format.").nullable().optional(),
11
+ first_name: zod.z.string().describe("The first name of the contact.").nullable().optional(),
12
+ properties: zod.z.object({}).describe("Custom properties associated with the contact.").nullable().optional(),
13
+ unsubscribed: zod.z.boolean().describe("Whether the contact is unsubscribed.").nullable().optional()
14
+ });
15
+ const resendGetContact = require_action.action("RESEND_GET_CONTACT", {
16
+ slug: "resend-get-contact",
17
+ name: "Get Contact",
18
+ description: "Tool to retrieve a single contact from Resend by ID or email. Use when you need to get details of a specific contact using the global contacts endpoint.",
19
+ input: ResendGetContactInput,
20
+ output: ResendGetContactOutput
21
+ });
22
+ //#endregion
23
+ exports.resendGetContact = resendGetContact;
24
+
25
+ //# sourceMappingURL=get-contact.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-contact.cjs","names":["z","action"],"sources":["../../src/actions/get-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ResendGetContactInput = z.object({\n contact_id: z.string().describe(\"The Contact ID or email address to retrieve. Can be either a UUID (e.g., 'e169aa45-1ecf-4183-9955-b1499d5701d3') or an email address (e.g., 'user@example.com').\"),\n});\nexport const ResendGetContactOutput = z.object({\n id: z.string().describe(\"The unique identifier of the contact.\").nullable().optional(),\n email: z.string().describe(\"The email address of the contact.\").nullable().optional(),\n object: z.string().describe(\"The type of object, which is 'contact'.\").nullable().optional(),\n last_name: z.string().describe(\"The last name of the contact.\").nullable().optional(),\n created_at: z.string().describe(\"The creation timestamp of the contact in ISO 8601 format.\").nullable().optional(),\n first_name: z.string().describe(\"The first name of the contact.\").nullable().optional(),\n properties: z.object({}).describe(\"Custom properties associated with the contact.\").nullable().optional(),\n unsubscribed: z.boolean().describe(\"Whether the contact is unsubscribed.\").nullable().optional(),\n});\n\nexport const resendGetContact = action(\"RESEND_GET_CONTACT\", {\n slug: \"resend-get-contact\",\n name: \"Get Contact\",\n description: \"Tool to retrieve a single contact from Resend by ID or email. Use when you need to get details of a specific contact using the global contacts endpoint.\",\n input: ResendGetContactInput,\n output: ResendGetContactOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAwBA,IAAAA,EAAE,OAAO,EAC5C,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kKAAkK,EACpM,CAAC;AACD,MAAa,yBAAyBA,IAAAA,EAAE,OAAO;CAC7C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,cAAcA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC;AAED,MAAa,mBAAmBC,eAAAA,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-contact.d.ts
4
+ declare const ResendGetContactInput: z.ZodObject<{
5
+ contact_id: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const ResendGetContactOutput: z.ZodObject<{
8
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ object: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11
+ last_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
+ first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ properties: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, z.core.$strip>>>;
15
+ unsubscribed: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
16
+ }, z.core.$strip>;
17
+ declare const resendGetContact: import("@keystrokehq/action").WorkflowActionDefinition<{
18
+ contact_id: string;
19
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
20
+ //#endregion
21
+ export { resendGetContact };
22
+ //# sourceMappingURL=get-contact.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-contact.d.cts","names":[],"sources":["../../src/actions/get-contact.ts"],"mappings":";;;cAIa,qBAAA,EAAqB,CAAA,CAAA,SAAA;;;cAGrB,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;;;;;;;;cAWtB,gBAAA,gCAAgB,wBAAA"}
@@ -0,0 +1,22 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-contact.d.ts
4
+ declare const ResendGetContactInput: z.ZodObject<{
5
+ contact_id: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const ResendGetContactOutput: z.ZodObject<{
8
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ object: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11
+ last_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
+ first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ properties: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, z.core.$strip>>>;
15
+ unsubscribed: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
16
+ }, z.core.$strip>;
17
+ declare const resendGetContact: import("@keystrokehq/action").WorkflowActionDefinition<{
18
+ contact_id: string;
19
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
20
+ //#endregion
21
+ export { resendGetContact };
22
+ //# sourceMappingURL=get-contact.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-contact.d.mts","names":[],"sources":["../../src/actions/get-contact.ts"],"mappings":";;;cAIa,qBAAA,EAAqB,CAAA,CAAA,SAAA;;;cAGrB,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;;;;;;;;cAWtB,gBAAA,gCAAgB,wBAAA"}
@@ -0,0 +1,22 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const resendGetContact = action("RESEND_GET_CONTACT", {
4
+ slug: "resend-get-contact",
5
+ name: "Get Contact",
6
+ description: "Tool to retrieve a single contact from Resend by ID or email. Use when you need to get details of a specific contact using the global contacts endpoint.",
7
+ input: z.object({ contact_id: z.string().describe("The Contact ID or email address to retrieve. Can be either a UUID (e.g., 'e169aa45-1ecf-4183-9955-b1499d5701d3') or an email address (e.g., 'user@example.com').") }),
8
+ output: z.object({
9
+ id: z.string().describe("The unique identifier of the contact.").nullable().optional(),
10
+ email: z.string().describe("The email address of the contact.").nullable().optional(),
11
+ object: z.string().describe("The type of object, which is 'contact'.").nullable().optional(),
12
+ last_name: z.string().describe("The last name of the contact.").nullable().optional(),
13
+ created_at: z.string().describe("The creation timestamp of the contact in ISO 8601 format.").nullable().optional(),
14
+ first_name: z.string().describe("The first name of the contact.").nullable().optional(),
15
+ properties: z.object({}).describe("Custom properties associated with the contact.").nullable().optional(),
16
+ unsubscribed: z.boolean().describe("Whether the contact is unsubscribed.").nullable().optional()
17
+ })
18
+ });
19
+ //#endregion
20
+ export { resendGetContact };
21
+
22
+ //# sourceMappingURL=get-contact.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-contact.mjs","names":[],"sources":["../../src/actions/get-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ResendGetContactInput = z.object({\n contact_id: z.string().describe(\"The Contact ID or email address to retrieve. Can be either a UUID (e.g., 'e169aa45-1ecf-4183-9955-b1499d5701d3') or an email address (e.g., 'user@example.com').\"),\n});\nexport const ResendGetContactOutput = z.object({\n id: z.string().describe(\"The unique identifier of the contact.\").nullable().optional(),\n email: z.string().describe(\"The email address of the contact.\").nullable().optional(),\n object: z.string().describe(\"The type of object, which is 'contact'.\").nullable().optional(),\n last_name: z.string().describe(\"The last name of the contact.\").nullable().optional(),\n created_at: z.string().describe(\"The creation timestamp of the contact in ISO 8601 format.\").nullable().optional(),\n first_name: z.string().describe(\"The first name of the contact.\").nullable().optional(),\n properties: z.object({}).describe(\"Custom properties associated with the contact.\").nullable().optional(),\n unsubscribed: z.boolean().describe(\"Whether the contact is unsubscribed.\").nullable().optional(),\n});\n\nexport const resendGetContact = action(\"RESEND_GET_CONTACT\", {\n slug: \"resend-get-contact\",\n name: \"Get Contact\",\n description: \"Tool to retrieve a single contact from Resend by ID or email. Use when you need to get details of a specific contact using the global contacts endpoint.\",\n input: ResendGetContactInput,\n output: ResendGetContactOutput,\n});\n"],"mappings":";;AAkBA,MAAa,mBAAmB,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlBmC,EAAE,OAAO,EAC5C,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kKAAkK,EACpM,CAgBS;CACP,QAhBoC,EAAE,OAAO;EAC7C,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtF,YAAY,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,CAOU;AACV,CAAC"}
@@ -0,0 +1,30 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-email-attachment.ts
4
+ const ResendGetEmailAttachmentInput = zod.z.object({
5
+ email_id: zod.z.string().describe("The ID of the email."),
6
+ attachment_id: zod.z.string().describe("The ID of the attachment.")
7
+ });
8
+ const ResendGetEmailAttachment_ContentDispositionSchema = zod.z.enum(["inline", "attachment"]);
9
+ const ResendGetEmailAttachmentOutput = zod.z.object({
10
+ id: zod.z.string().describe("The ID of the attachment.").nullable().optional(),
11
+ size: zod.z.number().int().describe("Size of the attachment in bytes.").nullable().optional(),
12
+ object: zod.z.string().describe("The type of object.").nullable().optional(),
13
+ filename: zod.z.string().describe("The filename of the attachment.").nullable().optional(),
14
+ content_id: zod.z.string().describe("The content ID for inline attachments.").nullable().optional(),
15
+ expires_at: zod.z.string().describe("Timestamp when the download URL expires.").nullable().optional(),
16
+ content_type: zod.z.string().describe("The MIME type of the attachment.").nullable().optional(),
17
+ download_url: zod.z.string().describe("Signed URL to download the attachment content.").nullable().optional(),
18
+ content_disposition: ResendGetEmailAttachment_ContentDispositionSchema.nullable().optional()
19
+ });
20
+ const resendGetEmailAttachment = require_action.action("RESEND_GET_EMAIL_ATTACHMENT", {
21
+ slug: "resend-get-email-attachment",
22
+ name: "Get Email Attachment",
23
+ description: "Retrieve a single attachment from a sent email. Use when you need to access attachment metadata and download URL.",
24
+ input: ResendGetEmailAttachmentInput,
25
+ output: ResendGetEmailAttachmentOutput
26
+ });
27
+ //#endregion
28
+ exports.resendGetEmailAttachment = resendGetEmailAttachment;
29
+
30
+ //# sourceMappingURL=get-email-attachment.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-email-attachment.cjs","names":["z","action"],"sources":["../../src/actions/get-email-attachment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ResendGetEmailAttachmentInput = z.object({\n email_id: z.string().describe(\"The ID of the email.\"),\n attachment_id: z.string().describe(\"The ID of the attachment.\"),\n});\nconst ResendGetEmailAttachment_ContentDispositionSchema = z.enum([\"inline\", \"attachment\"]);\nexport const ResendGetEmailAttachmentOutput = z.object({\n id: z.string().describe(\"The ID of the attachment.\").nullable().optional(),\n size: z.number().int().describe(\"Size of the attachment in bytes.\").nullable().optional(),\n object: z.string().describe(\"The type of object.\").nullable().optional(),\n filename: z.string().describe(\"The filename of the attachment.\").nullable().optional(),\n content_id: z.string().describe(\"The content ID for inline attachments.\").nullable().optional(),\n expires_at: z.string().describe(\"Timestamp when the download URL expires.\").nullable().optional(),\n content_type: z.string().describe(\"The MIME type of the attachment.\").nullable().optional(),\n download_url: z.string().describe(\"Signed URL to download the attachment content.\").nullable().optional(),\n content_disposition: ResendGetEmailAttachment_ContentDispositionSchema.nullable().optional(),\n});\n\nexport const resendGetEmailAttachment = action(\"RESEND_GET_EMAIL_ATTACHMENT\", {\n slug: \"resend-get-email-attachment\",\n name: \"Get Email Attachment\",\n description: \"Retrieve a single attachment from a sent email. Use when you need to access attachment metadata and download URL.\",\n input: ResendGetEmailAttachmentInput,\n output: ResendGetEmailAttachmentOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgCA,IAAAA,EAAE,OAAO;CACpD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CACpD,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;AAChE,CAAC;AACD,MAAM,oDAAoDA,IAAAA,EAAE,KAAK,CAAC,UAAU,YAAY,CAAC;AACzF,MAAa,iCAAiCA,IAAAA,EAAE,OAAO;CACrD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,qBAAqB,kDAAkD,SAAS,CAAC,CAAC,SAAS;AAC7F,CAAC;AAED,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,28 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-email-attachment.d.ts
4
+ declare const ResendGetEmailAttachmentInput: z.ZodObject<{
5
+ email_id: z.ZodString;
6
+ attachment_id: z.ZodString;
7
+ }, z.core.$strip>;
8
+ declare const ResendGetEmailAttachmentOutput: z.ZodObject<{
9
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ size: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
11
+ object: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
+ filename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
+ content_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ expires_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
+ content_type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
+ download_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17
+ content_disposition: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
18
+ inline: "inline";
19
+ attachment: "attachment";
20
+ }>>>;
21
+ }, z.core.$strip>;
22
+ declare const resendGetEmailAttachment: import("@keystrokehq/action").WorkflowActionDefinition<{
23
+ email_id: string;
24
+ attachment_id: string;
25
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
26
+ //#endregion
27
+ export { resendGetEmailAttachment };
28
+ //# sourceMappingURL=get-email-attachment.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-email-attachment.d.cts","names":[],"sources":["../../src/actions/get-email-attachment.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;cAK7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAY9B,wBAAA,gCAAwB,wBAAA"}
@@ -0,0 +1,28 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-email-attachment.d.ts
4
+ declare const ResendGetEmailAttachmentInput: z.ZodObject<{
5
+ email_id: z.ZodString;
6
+ attachment_id: z.ZodString;
7
+ }, z.core.$strip>;
8
+ declare const ResendGetEmailAttachmentOutput: z.ZodObject<{
9
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ size: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
11
+ object: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
+ filename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
+ content_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ expires_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
+ content_type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
+ download_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17
+ content_disposition: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
18
+ inline: "inline";
19
+ attachment: "attachment";
20
+ }>>>;
21
+ }, z.core.$strip>;
22
+ declare const resendGetEmailAttachment: import("@keystrokehq/action").WorkflowActionDefinition<{
23
+ email_id: string;
24
+ attachment_id: string;
25
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
26
+ //#endregion
27
+ export { resendGetEmailAttachment };
28
+ //# sourceMappingURL=get-email-attachment.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-email-attachment.d.mts","names":[],"sources":["../../src/actions/get-email-attachment.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;cAK7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAY9B,wBAAA,gCAAwB,wBAAA"}
@@ -0,0 +1,29 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-email-attachment.ts
4
+ const ResendGetEmailAttachmentInput = z.object({
5
+ email_id: z.string().describe("The ID of the email."),
6
+ attachment_id: z.string().describe("The ID of the attachment.")
7
+ });
8
+ const ResendGetEmailAttachment_ContentDispositionSchema = z.enum(["inline", "attachment"]);
9
+ const resendGetEmailAttachment = action("RESEND_GET_EMAIL_ATTACHMENT", {
10
+ slug: "resend-get-email-attachment",
11
+ name: "Get Email Attachment",
12
+ description: "Retrieve a single attachment from a sent email. Use when you need to access attachment metadata and download URL.",
13
+ input: ResendGetEmailAttachmentInput,
14
+ output: z.object({
15
+ id: z.string().describe("The ID of the attachment.").nullable().optional(),
16
+ size: z.number().int().describe("Size of the attachment in bytes.").nullable().optional(),
17
+ object: z.string().describe("The type of object.").nullable().optional(),
18
+ filename: z.string().describe("The filename of the attachment.").nullable().optional(),
19
+ content_id: z.string().describe("The content ID for inline attachments.").nullable().optional(),
20
+ expires_at: z.string().describe("Timestamp when the download URL expires.").nullable().optional(),
21
+ content_type: z.string().describe("The MIME type of the attachment.").nullable().optional(),
22
+ download_url: z.string().describe("Signed URL to download the attachment content.").nullable().optional(),
23
+ content_disposition: ResendGetEmailAttachment_ContentDispositionSchema.nullable().optional()
24
+ })
25
+ });
26
+ //#endregion
27
+ export { resendGetEmailAttachment };
28
+
29
+ //# sourceMappingURL=get-email-attachment.mjs.map