@keystrokehq/resend 0.0.16 → 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 (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 +9 -0
  9. package/dist/actions/add-contact-to-segment.d.cts.map +1 -0
  10. package/dist/actions/add-contact-to-segment.d.mts +9 -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 +9 -0
  17. package/dist/actions/cancel-email.d.cts.map +1 -0
  18. package/dist/actions/cancel-email.d.mts +9 -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 +9 -0
  25. package/dist/actions/create-api-key.d.cts.map +1 -0
  26. package/dist/actions/create-api-key.d.mts +9 -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 +9 -0
  33. package/dist/actions/create-audience.d.cts.map +1 -0
  34. package/dist/actions/create-audience.d.mts +9 -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 +9 -0
  41. package/dist/actions/create-contact-property.d.cts.map +1 -0
  42. package/dist/actions/create-contact-property.d.mts +9 -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 +9 -0
  49. package/dist/actions/create-contact-v2.d.cts.map +1 -0
  50. package/dist/actions/create-contact-v2.d.mts +9 -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 +9 -0
  57. package/dist/actions/create-contact.d.cts.map +1 -0
  58. package/dist/actions/create-contact.d.mts +9 -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 +9 -0
  65. package/dist/actions/create-domain.d.cts.map +1 -0
  66. package/dist/actions/create-domain.d.mts +9 -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 +9 -0
  73. package/dist/actions/create-template.d.cts.map +1 -0
  74. package/dist/actions/create-template.d.mts +9 -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 +9 -0
  81. package/dist/actions/create-topic.d.cts.map +1 -0
  82. package/dist/actions/create-topic.d.mts +9 -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 +9 -0
  89. package/dist/actions/create-webhook.d.cts.map +1 -0
  90. package/dist/actions/create-webhook.d.mts +9 -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 +9 -0
  97. package/dist/actions/delete-api-key.d.cts.map +1 -0
  98. package/dist/actions/delete-api-key.d.mts +9 -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 +9 -0
  105. package/dist/actions/delete-audience.d.cts.map +1 -0
  106. package/dist/actions/delete-audience.d.mts +9 -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 +9 -0
  113. package/dist/actions/delete-contact-by-id.d.cts.map +1 -0
  114. package/dist/actions/delete-contact-by-id.d.mts +9 -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 +9 -0
  121. package/dist/actions/delete-contact-property.d.cts.map +1 -0
  122. package/dist/actions/delete-contact-property.d.mts +9 -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 +9 -0
  129. package/dist/actions/delete-contact.d.cts.map +1 -0
  130. package/dist/actions/delete-contact.d.mts +9 -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 +9 -0
  137. package/dist/actions/delete-domain.d.cts.map +1 -0
  138. package/dist/actions/delete-domain.d.mts +9 -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 +9 -0
  145. package/dist/actions/delete-segment.d.cts.map +1 -0
  146. package/dist/actions/delete-segment.d.mts +9 -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 +9 -0
  153. package/dist/actions/delete-template.d.cts.map +1 -0
  154. package/dist/actions/delete-template.d.mts +9 -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 +9 -0
  161. package/dist/actions/delete-topic.d.cts.map +1 -0
  162. package/dist/actions/delete-topic.d.mts +9 -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 +9 -0
  169. package/dist/actions/delete-webhook.d.cts.map +1 -0
  170. package/dist/actions/delete-webhook.d.mts +9 -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 +9 -0
  177. package/dist/actions/duplicate-template.d.cts.map +1 -0
  178. package/dist/actions/duplicate-template.d.mts +9 -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 +9 -0
  185. package/dist/actions/get-contact-property.d.cts.map +1 -0
  186. package/dist/actions/get-contact-property.d.mts +9 -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 +9 -0
  193. package/dist/actions/get-contact.d.cts.map +1 -0
  194. package/dist/actions/get-contact.d.mts +9 -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 +9 -0
  201. package/dist/actions/get-email-attachment.d.cts.map +1 -0
  202. package/dist/actions/get-email-attachment.d.mts +9 -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 +9 -0
  209. package/dist/actions/get-segment.d.cts.map +1 -0
  210. package/dist/actions/get-segment.d.mts +9 -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 +9 -0
  217. package/dist/actions/get-template.d.cts.map +1 -0
  218. package/dist/actions/get-template.d.mts +9 -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 +9 -0
  225. package/dist/actions/get-topic.d.cts.map +1 -0
  226. package/dist/actions/get-topic.d.mts +9 -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 +9 -0
  233. package/dist/actions/get-webhook.d.cts.map +1 -0
  234. package/dist/actions/get-webhook.d.mts +9 -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 +9 -0
  245. package/dist/actions/list-all-contacts.d.cts.map +1 -0
  246. package/dist/actions/list-all-contacts.d.mts +9 -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 +9 -0
  253. package/dist/actions/list-api-keys.d.cts.map +1 -0
  254. package/dist/actions/list-api-keys.d.mts +9 -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 +9 -0
  261. package/dist/actions/list-audiences.d.cts.map +1 -0
  262. package/dist/actions/list-audiences.d.mts +9 -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 +9 -0
  269. package/dist/actions/list-broadcasts.d.cts.map +1 -0
  270. package/dist/actions/list-broadcasts.d.mts +9 -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 +9 -0
  277. package/dist/actions/list-contact-properties.d.cts.map +1 -0
  278. package/dist/actions/list-contact-properties.d.mts +9 -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 +9 -0
  285. package/dist/actions/list-contact-segments.d.cts.map +1 -0
  286. package/dist/actions/list-contact-segments.d.mts +9 -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 +9 -0
  293. package/dist/actions/list-contact-topics.d.cts.map +1 -0
  294. package/dist/actions/list-contact-topics.d.mts +9 -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 +9 -0
  301. package/dist/actions/list-contacts.d.cts.map +1 -0
  302. package/dist/actions/list-contacts.d.mts +9 -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 +9 -0
  309. package/dist/actions/list-domains.d.cts.map +1 -0
  310. package/dist/actions/list-domains.d.mts +9 -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 +9 -0
  317. package/dist/actions/list-email-attachments.d.cts.map +1 -0
  318. package/dist/actions/list-email-attachments.d.mts +9 -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 +9 -0
  325. package/dist/actions/list-emails.d.cts.map +1 -0
  326. package/dist/actions/list-emails.d.mts +9 -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 +9 -0
  333. package/dist/actions/list-received-emails.d.cts.map +1 -0
  334. package/dist/actions/list-received-emails.d.mts +9 -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 +9 -0
  341. package/dist/actions/list-segments.d.cts.map +1 -0
  342. package/dist/actions/list-segments.d.mts +9 -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 +9 -0
  349. package/dist/actions/list-templates.d.cts.map +1 -0
  350. package/dist/actions/list-templates.d.mts +9 -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 +9 -0
  357. package/dist/actions/list-topics.d.cts.map +1 -0
  358. package/dist/actions/list-topics.d.mts +9 -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 +9 -0
  365. package/dist/actions/list-webhooks.d.cts.map +1 -0
  366. package/dist/actions/list-webhooks.d.mts +9 -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 +9 -0
  373. package/dist/actions/publish-template.d.cts.map +1 -0
  374. package/dist/actions/publish-template.d.mts +9 -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 +9 -0
  381. package/dist/actions/remove-contact-from-segment.d.cts.map +1 -0
  382. package/dist/actions/remove-contact-from-segment.d.mts +9 -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 +9 -0
  389. package/dist/actions/retrieve-audience.d.cts.map +1 -0
  390. package/dist/actions/retrieve-audience.d.mts +9 -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 +9 -0
  397. package/dist/actions/retrieve-contact.d.cts.map +1 -0
  398. package/dist/actions/retrieve-contact.d.mts +9 -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 +9 -0
  405. package/dist/actions/retrieve-domain.d.cts.map +1 -0
  406. package/dist/actions/retrieve-domain.d.mts +9 -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 +9 -0
  413. package/dist/actions/retrieve-email.d.cts.map +1 -0
  414. package/dist/actions/retrieve-email.d.mts +9 -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 +9 -0
  421. package/dist/actions/send-batch-emails.d.cts.map +1 -0
  422. package/dist/actions/send-batch-emails.d.mts +9 -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 +9 -0
  429. package/dist/actions/send-email.d.cts.map +1 -0
  430. package/dist/actions/send-email.d.mts +9 -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 +9 -0
  437. package/dist/actions/update-broadcast.d.cts.map +1 -0
  438. package/dist/actions/update-broadcast.d.mts +9 -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 +9 -0
  445. package/dist/actions/update-contact-property.d.cts.map +1 -0
  446. package/dist/actions/update-contact-property.d.mts +9 -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 +9 -0
  453. package/dist/actions/update-contact.d.cts.map +1 -0
  454. package/dist/actions/update-contact.d.mts +9 -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 +9 -0
  461. package/dist/actions/update-domain.d.cts.map +1 -0
  462. package/dist/actions/update-domain.d.mts +9 -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 +9 -0
  469. package/dist/actions/update-email.d.cts.map +1 -0
  470. package/dist/actions/update-email.d.mts +9 -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 +9 -0
  477. package/dist/actions/update-template.d.cts.map +1 -0
  478. package/dist/actions/update-template.d.mts +9 -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 +9 -0
  485. package/dist/actions/update-topic.d.cts.map +1 -0
  486. package/dist/actions/update-topic.d.mts +9 -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 +9 -0
  493. package/dist/actions/update-webhook.d.cts.map +1 -0
  494. package/dist/actions/update-webhook.d.mts +9 -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 +9 -0
  501. package/dist/actions/verify-domain.d.cts.map +1 -0
  502. package/dist/actions/verify-domain.d.mts +9 -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 +15 -0
  515. package/dist/catalog.cjs.map +1 -0
  516. package/dist/catalog.d.cts +14 -0
  517. package/dist/catalog.d.cts.map +1 -0
  518. package/dist/catalog.d.mts +14 -0
  519. package/dist/catalog.d.mts.map +1 -0
  520. package/dist/catalog.mjs +15 -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
package/README.md CHANGED
@@ -1,80 +1,17 @@
1
1
  # @keystrokehq/resend
2
2
 
3
- Resend integration for Keystroke workflows — transactional email, broadcasts, contacts, segments, templates, domains, and Svix-signed webhook event schemas.
3
+ Keystroke-managed integration.
4
4
 
5
- ## Package layout (strict-end)
6
-
7
- This package exports four subpaths:
8
-
9
- | Subpath | Contents |
10
- |---------|----------|
11
- | `@keystrokehq/resend` | Re-exports credential sets, operations, and schemas |
12
- | `@keystrokehq/resend/credential-sets` | `resendCredentialSet`, `ResendCredentials` |
13
- | `@keystrokehq/resend/operations` | 66 `Operation` primitives (one file per operation under `src/operations/`) |
14
- | `@keystrokehq/resend/schemas` | Shared Zod schemas, webhook event envelopes, domain response shapes |
15
-
16
- Internal helpers live under `src/utils/` (`createResendClient`, Svix webhook verification). They are not public package exports.
17
-
18
- ## Credentials
19
-
20
- Single user credential set id: **`resend`**.
21
-
22
- Required:
23
-
24
- - `RESEND_API_KEY` — API key from the Resend dashboard (`re_…` prefix).
25
-
26
- Optional:
27
-
28
- - `RESEND_WEBHOOK_SIGNING_SECRETS` — map of `{ endpointId: whsec_… }` per webhook endpoint. Populate when registering webhooks (`create-resend-webhook` returns a signing secret) so inbound Svix payloads can be verified at runtime.
29
-
30
- There is no OAuth flow. API keys are team-scoped.
31
-
32
- ## Quickstart
5
+ **App:** `resend`
6
+ **Version:** `20260615_00`
7
+ **Actions:** 62
33
8
 
34
9
  ```ts
35
- import { resendCredentialSet } from '@keystrokehq/resend/credential-sets';
36
- import { sendEmailOperation } from '@keystrokehq/resend/operations';
37
- import { resendWebhookEventSchema } from '@keystrokehq/resend/schemas';
38
- ```
10
+ import { defineAgent } from "@keystrokehq/keystroke/agent";
11
+ import { resendAddContactToSegment } from "@keystrokehq/resend/actions";
39
12
 
40
- Workflow steps reference operations by id (e.g. `resend.send-resend-email`). The runtime resolves `context.credentials.resend` from the bound credential set.
41
-
42
- ## Operations (66)
43
-
44
- | Domain | Count |
45
- |--------|------:|
46
- | emails (sent) | 8 |
47
- | emails (receiving) | 4 |
48
- | broadcasts | 6 |
49
- | contacts | 10 |
50
- | contact-properties | 5 |
51
- | segments | 5 |
52
- | templates | 7 |
53
- | topics | 5 |
54
- | domains | 6 |
55
- | api-keys | 3 |
56
- | webhooks (endpoint CRUD) | 5 |
57
- | logs | 2 |
58
-
59
- Webhook **endpoint CRUD** lives in `./operations`. Event payload schemas live in `./schemas` (`events.ts`). Svix verification helpers are internal (`src/utils/verification.ts`).
60
-
61
- ## Safety model
62
-
63
- Writes and deletes default to `needsApproval: true`. Read-only list/retrieve operations do not.
64
-
65
- ## Caveats
66
-
67
- - **User-Agent is mandatory.** Missing `User-Agent` returns HTTP 403 (error code 1010). The internal client sets one automatically.
68
- - **Rate limit.** Default 5 req/s per team — implement backoff or use `Idempotency-Key` on send operations.
69
- - **React rendering is not server-side.** Pass rendered HTML via `html`; the SDK `react` field is not accepted.
70
- - **Signing-secret rotation.** Create a new webhook, store both secrets in `RESEND_WEBHOOK_SIGNING_SECRETS`, then delete the old endpoint.
71
-
72
- ## References
73
-
74
- - API docs: <https://resend.com/docs/api-reference/introduction>
75
- - Webhook events: <https://resend.com/docs/dashboard/webhooks/event-types>
76
- - Webhook verification: <https://resend.com/docs/webhooks/verify-webhooks-requests>
77
-
78
- ## License
79
-
80
- MIT
13
+ export default defineAgent({
14
+ key: "resend-agent",
15
+ tools: [resendAddContactToSegment],
16
+ });
17
+ ```
@@ -0,0 +1,21 @@
1
+ const require_app = require("./app.cjs");
2
+ const require_execute = require("./execute.cjs");
3
+ require("zod");
4
+ //#region src/action.ts
5
+ /** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
6
+ function action(tool, def) {
7
+ return require_app.resend.action({
8
+ slug: def.slug,
9
+ name: def.name,
10
+ description: def.description,
11
+ input: def.input,
12
+ output: def.output,
13
+ async run(input) {
14
+ return def.output.parse(await require_execute.executeResendTool(tool, input));
15
+ }
16
+ });
17
+ }
18
+ //#endregion
19
+ exports.action = action;
20
+
21
+ //# sourceMappingURL=action.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action.cjs","names":["resend","executeResendTool"],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { resend } from \"./app\";\nimport { executeResendTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return resend.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executeResendTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAOA,YAAAA,OAAO,OAAO;EACnB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAMC,gBAAAA,kBAAkB,MAAM,KAAgC,CAAC;EACzF;CACF,CAAC;AACH"}
@@ -0,0 +1,21 @@
1
+ import { resend } from "./app.mjs";
2
+ import { executeResendTool } from "./execute.mjs";
3
+ import "zod";
4
+ //#region src/action.ts
5
+ /** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
6
+ function action(tool, def) {
7
+ return resend.action({
8
+ slug: def.slug,
9
+ name: def.name,
10
+ description: def.description,
11
+ input: def.input,
12
+ output: def.output,
13
+ async run(input) {
14
+ return def.output.parse(await executeResendTool(tool, input));
15
+ }
16
+ });
17
+ }
18
+ //#endregion
19
+ export { action };
20
+
21
+ //# sourceMappingURL=action.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action.mjs","names":[],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { resend } from \"./app\";\nimport { executeResendTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return resend.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executeResendTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAO,OAAO,OAAO;EACnB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAM,kBAAkB,MAAM,KAAgC,CAAC;EACzF;CACF,CAAC;AACH"}
@@ -0,0 +1,19 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/add-contact-to-segment.ts
4
+ const ResendAddContactToSegmentInput = zod.z.object({
5
+ contact_id: zod.z.string().describe("The ID of the contact to add to the segment."),
6
+ segment_id: zod.z.string().describe("The ID of the segment to add the contact to.")
7
+ });
8
+ const ResendAddContactToSegmentOutput = zod.z.object({ id: zod.z.string().describe("The segment ID that the contact was added to.").nullable().optional() });
9
+ const resendAddContactToSegment = require_action.action("RESEND_ADD_CONTACT_TO_SEGMENT", {
10
+ slug: "resend-add-contact-to-segment",
11
+ name: "Add Contact To Segment",
12
+ description: "Add an existing contact to a segment in Resend. Use when you need to organize contacts into specific segments for targeted communication.",
13
+ input: ResendAddContactToSegmentInput,
14
+ output: ResendAddContactToSegmentOutput
15
+ });
16
+ //#endregion
17
+ exports.resendAddContactToSegment = resendAddContactToSegment;
18
+
19
+ //# sourceMappingURL=add-contact-to-segment.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-contact-to-segment.cjs","names":["z","action"],"sources":["../../src/actions/add-contact-to-segment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ResendAddContactToSegmentInput: z.ZodTypeAny = z.object({\n contact_id: z.string().describe(\"The ID of the contact to add to the segment.\"),\n segment_id: z.string().describe(\"The ID of the segment to add the contact to.\"),\n});\nexport const ResendAddContactToSegmentOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The segment ID that the contact was added to.\").nullable().optional(),\n});\n\nexport const resendAddContactToSegment = action(\"RESEND_ADD_CONTACT_TO_SEGMENT\", {\n slug: \"resend-add-contact-to-segment\",\n name: \"Add Contact To Segment\",\n description: \"Add an existing contact to a segment in Resend. Use when you need to organize contacts into specific segments for targeted communication.\",\n input: ResendAddContactToSegmentInput,\n output: ResendAddContactToSegmentOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CAC9E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;AAChF,CAAC;AACD,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC/F,CAAC;AAED,MAAa,4BAA4BC,eAAAA,OAAO,iCAAiC;CAC/E,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/add-contact-to-segment.d.ts
4
+ declare const ResendAddContactToSegmentInput: z.ZodTypeAny;
5
+ declare const ResendAddContactToSegmentOutput: z.ZodTypeAny;
6
+ declare const resendAddContactToSegment: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { resendAddContactToSegment };
9
+ //# sourceMappingURL=add-contact-to-segment.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-contact-to-segment.d.cts","names":[],"sources":["../../src/actions/add-contact-to-segment.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAG7C;AAAA,cACW,+BAAA,EAAiC,CAAA,CAAE,UAE9C;AAAA,cAEW,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/add-contact-to-segment.d.ts
4
+ declare const ResendAddContactToSegmentInput: z.ZodTypeAny;
5
+ declare const ResendAddContactToSegmentOutput: z.ZodTypeAny;
6
+ declare const resendAddContactToSegment: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { resendAddContactToSegment };
9
+ //# sourceMappingURL=add-contact-to-segment.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-contact-to-segment.d.mts","names":[],"sources":["../../src/actions/add-contact-to-segment.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAG7C;AAAA,cACW,+BAAA,EAAiC,CAAA,CAAE,UAE9C;AAAA,cAEW,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,16 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const resendAddContactToSegment = action("RESEND_ADD_CONTACT_TO_SEGMENT", {
4
+ slug: "resend-add-contact-to-segment",
5
+ name: "Add Contact To Segment",
6
+ description: "Add an existing contact to a segment in Resend. Use when you need to organize contacts into specific segments for targeted communication.",
7
+ input: z.object({
8
+ contact_id: z.string().describe("The ID of the contact to add to the segment."),
9
+ segment_id: z.string().describe("The ID of the segment to add the contact to.")
10
+ }),
11
+ output: z.object({ id: z.string().describe("The segment ID that the contact was added to.").nullable().optional() })
12
+ });
13
+ //#endregion
14
+ export { resendAddContactToSegment };
15
+
16
+ //# sourceMappingURL=add-contact-to-segment.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-contact-to-segment.mjs","names":[],"sources":["../../src/actions/add-contact-to-segment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ResendAddContactToSegmentInput: z.ZodTypeAny = z.object({\n contact_id: z.string().describe(\"The ID of the contact to add to the segment.\"),\n segment_id: z.string().describe(\"The ID of the segment to add the contact to.\"),\n});\nexport const ResendAddContactToSegmentOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The segment ID that the contact was added to.\").nullable().optional(),\n});\n\nexport const resendAddContactToSegment = action(\"RESEND_ADD_CONTACT_TO_SEGMENT\", {\n slug: \"resend-add-contact-to-segment\",\n name: \"Add Contact To Segment\",\n description: \"Add an existing contact to a segment in Resend. Use when you need to organize contacts into specific segments for targeted communication.\",\n input: ResendAddContactToSegmentInput,\n output: ResendAddContactToSegmentOutput,\n});\n"],"mappings":";;AAYA,MAAa,4BAA4B,OAAO,iCAAiC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZ0D,EAAE,OAAO;EACnE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EAC9E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CAChF,CASS;CACP,QAT2D,EAAE,OAAO,EACpE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC/F,CAOU;AACV,CAAC"}
@@ -0,0 +1,19 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/cancel-email.ts
4
+ const ResendCancelEmailInput = zod.z.object({ id: zod.z.string().describe("The id of the email to cancel.") });
5
+ const ResendCancelEmailOutput = zod.z.object({
6
+ id: zod.z.string().describe("The id of the email that was canceled.").nullable().optional(),
7
+ object: zod.z.string().describe("The type of object, which is 'email'.").nullable().optional()
8
+ });
9
+ const resendCancelEmail = require_action.action("RESEND_CANCEL_EMAIL", {
10
+ slug: "resend-cancel-email",
11
+ name: "Cancel Email",
12
+ description: "Cancel a scheduled email.",
13
+ input: ResendCancelEmailInput,
14
+ output: ResendCancelEmailOutput
15
+ });
16
+ //#endregion
17
+ exports.resendCancelEmail = resendCancelEmail;
18
+
19
+ //# sourceMappingURL=cancel-email.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cancel-email.cjs","names":["z","action"],"sources":["../../src/actions/cancel-email.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ResendCancelEmailInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The id of the email to cancel.\"),\n});\nexport const ResendCancelEmailOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The id of the email that was canceled.\").nullable().optional(),\n object: z.string().describe(\"The type of object, which is 'email'.\").nullable().optional(),\n});\n\nexport const resendCancelEmail = action(\"RESEND_CANCEL_EMAIL\", {\n slug: \"resend-cancel-email\",\n name: \"Cancel Email\",\n description: \"Cancel a scheduled email.\",\n input: ResendCancelEmailInput,\n output: ResendCancelEmailOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuCA,IAAAA,EAAE,OAAO,EAC3D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,EAC1D,CAAC;AACD,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3F,CAAC;AAED,MAAa,oBAAoBC,eAAAA,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/cancel-email.d.ts
4
+ declare const ResendCancelEmailInput: z.ZodTypeAny;
5
+ declare const ResendCancelEmailOutput: z.ZodTypeAny;
6
+ declare const resendCancelEmail: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { resendCancelEmail };
9
+ //# sourceMappingURL=cancel-email.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cancel-email.d.cts","names":[],"sources":["../../src/actions/cancel-email.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAErC;AAAA,cACW,uBAAA,EAAyB,CAAA,CAAE,UAGtC;AAAA,cAEW,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/cancel-email.d.ts
4
+ declare const ResendCancelEmailInput: z.ZodTypeAny;
5
+ declare const ResendCancelEmailOutput: z.ZodTypeAny;
6
+ declare const resendCancelEmail: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { resendCancelEmail };
9
+ //# sourceMappingURL=cancel-email.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cancel-email.d.mts","names":[],"sources":["../../src/actions/cancel-email.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAErC;AAAA,cACW,uBAAA,EAAyB,CAAA,CAAE,UAGtC;AAAA,cAEW,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,16 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const resendCancelEmail = action("RESEND_CANCEL_EMAIL", {
4
+ slug: "resend-cancel-email",
5
+ name: "Cancel Email",
6
+ description: "Cancel a scheduled email.",
7
+ input: z.object({ id: z.string().describe("The id of the email to cancel.") }),
8
+ output: z.object({
9
+ id: z.string().describe("The id of the email that was canceled.").nullable().optional(),
10
+ object: z.string().describe("The type of object, which is 'email'.").nullable().optional()
11
+ })
12
+ });
13
+ //#endregion
14
+ export { resendCancelEmail };
15
+
16
+ //# sourceMappingURL=cancel-email.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cancel-email.mjs","names":[],"sources":["../../src/actions/cancel-email.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ResendCancelEmailInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The id of the email to cancel.\"),\n});\nexport const ResendCancelEmailOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The id of the email that was canceled.\").nullable().optional(),\n object: z.string().describe(\"The type of object, which is 'email'.\").nullable().optional(),\n});\n\nexport const resendCancelEmail = action(\"RESEND_CANCEL_EMAIL\", {\n slug: \"resend-cancel-email\",\n name: \"Cancel Email\",\n description: \"Cancel a scheduled email.\",\n input: ResendCancelEmailInput,\n output: ResendCancelEmailOutput,\n});\n"],"mappings":";;AAYA,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZkD,EAAE,OAAO,EAC3D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,EAC1D,CAUS;CACP,QAVmD,EAAE,OAAO;EAC5D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,CAOU;AACV,CAAC"}
@@ -0,0 +1,23 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-api-key.ts
4
+ const ResendCreateApiKeyInput = zod.z.object({
5
+ name: zod.z.string().describe("The API key name. Maximum 50 characters."),
6
+ domain_id: zod.z.string().describe("Restrict an API key to send emails only from a specific domain. Only used when the permission is 'sending_access'.").optional(),
7
+ permission: zod.z.enum(["full_access", "sending_access"]).describe("API key permission levels.").optional()
8
+ });
9
+ const ResendCreateApiKeyOutput = zod.z.object({
10
+ id: zod.z.string().describe("The ID of the API key.").nullable().optional(),
11
+ token: zod.z.string().describe("The token of the API key.").nullable().optional()
12
+ });
13
+ const resendCreateApiKey = require_action.action("RESEND_CREATE_API_KEY", {
14
+ slug: "resend-create-api-key",
15
+ name: "Create API Key",
16
+ description: "Create a new API key to authenticate communications with Resend. Use when you need to generate a new authentication token for API access.",
17
+ input: ResendCreateApiKeyInput,
18
+ output: ResendCreateApiKeyOutput
19
+ });
20
+ //#endregion
21
+ exports.resendCreateApiKey = resendCreateApiKey;
22
+
23
+ //# sourceMappingURL=create-api-key.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-api-key.cjs","names":["z","action"],"sources":["../../src/actions/create-api-key.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ResendCreateApiKeyInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The API key name. Maximum 50 characters.\"),\n domain_id: z.string().describe(\"Restrict an API key to send emails only from a specific domain. Only used when the permission is 'sending_access'.\").optional(),\n permission: z.enum([\"full_access\", \"sending_access\"]).describe(\"API key permission levels.\").optional(),\n});\nexport const ResendCreateApiKeyOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the API key.\").nullable().optional(),\n token: z.string().describe(\"The token of the API key.\").nullable().optional(),\n});\n\nexport const resendCreateApiKey = action(\"RESEND_CREATE_API_KEY\", {\n slug: \"resend-create-api-key\",\n name: \"Create API Key\",\n description: \"Create a new API key to authenticate communications with Resend. Use when you need to generate a new authentication token for API access.\",\n input: ResendCreateApiKeyInput,\n output: ResendCreateApiKeyOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACpE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oHAAoH,CAAC,CAAC,SAAS;CAC9J,YAAYA,IAAAA,EAAE,KAAK,CAAC,eAAe,gBAAgB,CAAC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;AACxG,CAAC;AACD,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9E,CAAC;AAED,MAAa,qBAAqBC,eAAAA,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-api-key.d.ts
4
+ declare const ResendCreateApiKeyInput: z.ZodTypeAny;
5
+ declare const ResendCreateApiKeyOutput: z.ZodTypeAny;
6
+ declare const resendCreateApiKey: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { resendCreateApiKey };
9
+ //# sourceMappingURL=create-api-key.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-api-key.d.cts","names":[],"sources":["../../src/actions/create-api-key.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAItC;AAAA,cACW,wBAAA,EAA0B,CAAA,CAAE,UAGvC;AAAA,cAEW,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-api-key.d.ts
4
+ declare const ResendCreateApiKeyInput: z.ZodTypeAny;
5
+ declare const ResendCreateApiKeyOutput: z.ZodTypeAny;
6
+ declare const resendCreateApiKey: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { resendCreateApiKey };
9
+ //# sourceMappingURL=create-api-key.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-api-key.d.mts","names":[],"sources":["../../src/actions/create-api-key.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAItC;AAAA,cACW,wBAAA,EAA0B,CAAA,CAAE,UAGvC;AAAA,cAEW,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,20 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const resendCreateApiKey = action("RESEND_CREATE_API_KEY", {
4
+ slug: "resend-create-api-key",
5
+ name: "Create API Key",
6
+ description: "Create a new API key to authenticate communications with Resend. Use when you need to generate a new authentication token for API access.",
7
+ input: z.object({
8
+ name: z.string().describe("The API key name. Maximum 50 characters."),
9
+ domain_id: z.string().describe("Restrict an API key to send emails only from a specific domain. Only used when the permission is 'sending_access'.").optional(),
10
+ permission: z.enum(["full_access", "sending_access"]).describe("API key permission levels.").optional()
11
+ }),
12
+ output: z.object({
13
+ id: z.string().describe("The ID of the API key.").nullable().optional(),
14
+ token: z.string().describe("The token of the API key.").nullable().optional()
15
+ })
16
+ });
17
+ //#endregion
18
+ export { resendCreateApiKey };
19
+
20
+ //# sourceMappingURL=create-api-key.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-api-key.mjs","names":[],"sources":["../../src/actions/create-api-key.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ResendCreateApiKeyInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The API key name. Maximum 50 characters.\"),\n domain_id: z.string().describe(\"Restrict an API key to send emails only from a specific domain. Only used when the permission is 'sending_access'.\").optional(),\n permission: z.enum([\"full_access\", \"sending_access\"]).describe(\"API key permission levels.\").optional(),\n});\nexport const ResendCreateApiKeyOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the API key.\").nullable().optional(),\n token: z.string().describe(\"The token of the API key.\").nullable().optional(),\n});\n\nexport const resendCreateApiKey = action(\"RESEND_CREATE_API_KEY\", {\n slug: \"resend-create-api-key\",\n name: \"Create API Key\",\n description: \"Create a new API key to authenticate communications with Resend. Use when you need to generate a new authentication token for API access.\",\n input: ResendCreateApiKeyInput,\n output: ResendCreateApiKeyOutput,\n});\n"],"mappings":";;AAcA,MAAa,qBAAqB,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAdmD,EAAE,OAAO;EAC5D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;EACpE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oHAAoH,CAAC,CAAC,SAAS;EAC9J,YAAY,EAAE,KAAK,CAAC,eAAe,gBAAgB,CAAC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CACxG,CAUS;CACP,QAVoD,EAAE,OAAO;EAC7D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,CAOU;AACV,CAAC"}
@@ -0,0 +1,20 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-audience.ts
4
+ const ResendCreateAudienceInput = zod.z.object({ name: zod.z.string().describe("The name of the audience you want to create.") });
5
+ const ResendCreateAudienceOutput = zod.z.object({
6
+ id: zod.z.string().describe("The id of the created audience.").nullable().optional(),
7
+ name: zod.z.string().describe("The name of the audience.").nullable().optional(),
8
+ object: zod.z.string().default("audience").describe("The type of object, which is 'audience'.").nullable().optional()
9
+ });
10
+ const resendCreateAudience = require_action.action("RESEND_CREATE_AUDIENCE", {
11
+ slug: "resend-create-audience",
12
+ name: "Create Audience",
13
+ description: "Create a list of contacts.",
14
+ input: ResendCreateAudienceInput,
15
+ output: ResendCreateAudienceOutput
16
+ });
17
+ //#endregion
18
+ exports.resendCreateAudience = resendCreateAudience;
19
+
20
+ //# sourceMappingURL=create-audience.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-audience.cjs","names":["z","action"],"sources":["../../src/actions/create-audience.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ResendCreateAudienceInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the audience you want to create.\"),\n});\nexport const ResendCreateAudienceOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The id of the created audience.\").nullable().optional(),\n name: z.string().describe(\"The name of the audience.\").nullable().optional(),\n object: z.string().default(\"audience\").describe(\"The type of object, which is 'audience'.\").nullable().optional(),\n});\n\nexport const resendCreateAudience = action(\"RESEND_CREATE_AUDIENCE\", {\n slug: \"resend-create-audience\",\n name: \"Create Audience\",\n description: \"Create a list of contacts.\",\n input: ResendCreateAudienceInput,\n output: ResendCreateAudienceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,EAC1E,CAAC;AACD,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,UAAU,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClH,CAAC;AAED,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-audience.d.ts
4
+ declare const ResendCreateAudienceInput: z.ZodTypeAny;
5
+ declare const ResendCreateAudienceOutput: z.ZodTypeAny;
6
+ declare const resendCreateAudience: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { resendCreateAudience };
9
+ //# sourceMappingURL=create-audience.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-audience.d.cts","names":[],"sources":["../../src/actions/create-audience.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAExC;AAAA,cACW,0BAAA,EAA4B,CAAA,CAAE,UAIzC;AAAA,cAEW,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-audience.d.ts
4
+ declare const ResendCreateAudienceInput: z.ZodTypeAny;
5
+ declare const ResendCreateAudienceOutput: z.ZodTypeAny;
6
+ declare const resendCreateAudience: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { resendCreateAudience };
9
+ //# sourceMappingURL=create-audience.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-audience.d.mts","names":[],"sources":["../../src/actions/create-audience.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAExC;AAAA,cACW,0BAAA,EAA4B,CAAA,CAAE,UAIzC;AAAA,cAEW,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,17 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const resendCreateAudience = action("RESEND_CREATE_AUDIENCE", {
4
+ slug: "resend-create-audience",
5
+ name: "Create Audience",
6
+ description: "Create a list of contacts.",
7
+ input: z.object({ name: z.string().describe("The name of the audience you want to create.") }),
8
+ output: z.object({
9
+ id: z.string().describe("The id of the created audience.").nullable().optional(),
10
+ name: z.string().describe("The name of the audience.").nullable().optional(),
11
+ object: z.string().default("audience").describe("The type of object, which is 'audience'.").nullable().optional()
12
+ })
13
+ });
14
+ //#endregion
15
+ export { resendCreateAudience };
16
+
17
+ //# sourceMappingURL=create-audience.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-audience.mjs","names":[],"sources":["../../src/actions/create-audience.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ResendCreateAudienceInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the audience you want to create.\"),\n});\nexport const ResendCreateAudienceOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The id of the created audience.\").nullable().optional(),\n name: z.string().describe(\"The name of the audience.\").nullable().optional(),\n object: z.string().default(\"audience\").describe(\"The type of object, which is 'audience'.\").nullable().optional(),\n});\n\nexport const resendCreateAudience = action(\"RESEND_CREATE_AUDIENCE\", {\n slug: \"resend-create-audience\",\n name: \"Create Audience\",\n description: \"Create a list of contacts.\",\n input: ResendCreateAudienceInput,\n output: ResendCreateAudienceOutput,\n});\n"],"mappings":";;AAaA,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbqD,EAAE,OAAO,EAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,EAC1E,CAWS;CACP,QAXsD,EAAE,OAAO;EAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3E,QAAQ,EAAE,OAAO,CAAC,CAAC,QAAQ,UAAU,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,CAOU;AACV,CAAC"}
@@ -0,0 +1,23 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-contact-property.ts
4
+ const ResendCreateContactPropertyInput = zod.z.object({
5
+ key: zod.z.string().describe("The key of the contact property. Must be alphanumeric and underscore only, max 50 characters. Case sensitive."),
6
+ type: zod.z.enum(["string", "number"]).describe("The type of the contact property."),
7
+ fallbackValue: zod.z.string().describe("The fallback value for the property. Must match the type of the property.").optional()
8
+ });
9
+ const ResendCreateContactPropertyOutput = zod.z.object({
10
+ id: zod.z.string().describe("The ID of the contact property.").nullable().optional(),
11
+ object: zod.z.string().describe("The object type of the response.").nullable().optional()
12
+ });
13
+ const resendCreateContactProperty = require_action.action("RESEND_CREATE_CONTACT_PROPERTY", {
14
+ slug: "resend-create-contact-property",
15
+ name: "Create Contact Property",
16
+ description: "Tool to create a new contact property in Resend. Use when you need to define custom fields for contacts.",
17
+ input: ResendCreateContactPropertyInput,
18
+ output: ResendCreateContactPropertyOutput
19
+ });
20
+ //#endregion
21
+ exports.resendCreateContactProperty = resendCreateContactProperty;
22
+
23
+ //# sourceMappingURL=create-contact-property.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-contact-property.cjs","names":["z","action"],"sources":["../../src/actions/create-contact-property.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ResendCreateContactPropertyInput: z.ZodTypeAny = z.object({\n key: z.string().describe(\"The key of the contact property. Must be alphanumeric and underscore only, max 50 characters. Case sensitive.\"),\n type: z.enum([\"string\", \"number\"]).describe(\"The type of the contact property.\"),\n fallbackValue: z.string().describe(\"The fallback value for the property. Must match the type of the property.\").optional(),\n});\nexport const ResendCreateContactPropertyOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the contact property.\").nullable().optional(),\n object: z.string().describe(\"The object type of the response.\").nullable().optional(),\n});\n\nexport const resendCreateContactProperty = action(\"RESEND_CREATE_CONTACT_PROPERTY\", {\n slug: \"resend-create-contact-property\",\n name: \"Create Contact Property\",\n description: \"Tool to create a new contact property in Resend. Use when you need to define custom fields for contacts.\",\n input: ResendCreateContactPropertyInput,\n output: ResendCreateContactPropertyOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+GAA+G;CACxI,MAAMA,IAAAA,EAAE,KAAK,CAAC,UAAU,QAAQ,CAAC,CAAC,CAAC,SAAS,mCAAmC;CAC/E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;AAC3H,CAAC;AACD,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC;AAED,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-contact-property.d.ts
4
+ declare const ResendCreateContactPropertyInput: z.ZodTypeAny;
5
+ declare const ResendCreateContactPropertyOutput: z.ZodTypeAny;
6
+ declare const resendCreateContactProperty: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { resendCreateContactProperty };
9
+ //# sourceMappingURL=create-contact-property.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-contact-property.d.cts","names":[],"sources":["../../src/actions/create-contact-property.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAI/C;AAAA,cACW,iCAAA,EAAmC,CAAA,CAAE,UAGhD;AAAA,cAEW,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-contact-property.d.ts
4
+ declare const ResendCreateContactPropertyInput: z.ZodTypeAny;
5
+ declare const ResendCreateContactPropertyOutput: z.ZodTypeAny;
6
+ declare const resendCreateContactProperty: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { resendCreateContactProperty };
9
+ //# sourceMappingURL=create-contact-property.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-contact-property.d.mts","names":[],"sources":["../../src/actions/create-contact-property.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAI/C;AAAA,cACW,iCAAA,EAAmC,CAAA,CAAE,UAGhD;AAAA,cAEW,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,20 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const resendCreateContactProperty = action("RESEND_CREATE_CONTACT_PROPERTY", {
4
+ slug: "resend-create-contact-property",
5
+ name: "Create Contact Property",
6
+ description: "Tool to create a new contact property in Resend. Use when you need to define custom fields for contacts.",
7
+ input: z.object({
8
+ key: z.string().describe("The key of the contact property. Must be alphanumeric and underscore only, max 50 characters. Case sensitive."),
9
+ type: z.enum(["string", "number"]).describe("The type of the contact property."),
10
+ fallbackValue: z.string().describe("The fallback value for the property. Must match the type of the property.").optional()
11
+ }),
12
+ output: z.object({
13
+ id: z.string().describe("The ID of the contact property.").nullable().optional(),
14
+ object: z.string().describe("The object type of the response.").nullable().optional()
15
+ })
16
+ });
17
+ //#endregion
18
+ export { resendCreateContactProperty };
19
+
20
+ //# sourceMappingURL=create-contact-property.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-contact-property.mjs","names":[],"sources":["../../src/actions/create-contact-property.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ResendCreateContactPropertyInput: z.ZodTypeAny = z.object({\n key: z.string().describe(\"The key of the contact property. Must be alphanumeric and underscore only, max 50 characters. Case sensitive.\"),\n type: z.enum([\"string\", \"number\"]).describe(\"The type of the contact property.\"),\n fallbackValue: z.string().describe(\"The fallback value for the property. Must match the type of the property.\").optional(),\n});\nexport const ResendCreateContactPropertyOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the contact property.\").nullable().optional(),\n object: z.string().describe(\"The object type of the response.\").nullable().optional(),\n});\n\nexport const resendCreateContactProperty = action(\"RESEND_CREATE_CONTACT_PROPERTY\", {\n slug: \"resend-create-contact-property\",\n name: \"Create Contact Property\",\n description: \"Tool to create a new contact property in Resend. Use when you need to define custom fields for contacts.\",\n input: ResendCreateContactPropertyInput,\n output: ResendCreateContactPropertyOutput,\n});\n"],"mappings":";;AAcA,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAd4D,EAAE,OAAO;EACrE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,+GAA+G;EACxI,MAAM,EAAE,KAAK,CAAC,UAAU,QAAQ,CAAC,CAAC,CAAC,SAAS,mCAAmC;EAC/E,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;CAC3H,CAUS;CACP,QAV6D,EAAE,OAAO;EACtE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,CAOU;AACV,CAAC"}
@@ -0,0 +1,33 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-contact-v2.ts
4
+ const ResendCreateContactV2Input = zod.z.object({
5
+ email: zod.z.string().describe("The email address of the contact."),
6
+ topics: zod.z.array(zod.z.object({
7
+ id: zod.z.string().describe("The ID of the topic."),
8
+ subscription: zod.z.enum(["opt_in", "opt_out"]).describe("The subscription status for this topic - either 'opt_in' or 'opt_out'.")
9
+ }).describe("Topic subscription preference for the contact.")).describe("List of topic subscriptions with ID and subscription status (opt_in or opt_out).").optional(),
10
+ segments: zod.z.array(zod.z.object({ id: zod.z.string().describe("The ID of the segment to enroll the contact in.") }).describe("Segment to enroll the contact in.")).describe("List of segment IDs to enroll the contact in.").optional(),
11
+ last_name: zod.z.string().describe("The last name of the contact.").optional(),
12
+ first_name: zod.z.string().describe("The first name of the contact.").optional(),
13
+ properties: zod.z.array(zod.z.object({
14
+ key: zod.z.string().describe("The key name for the custom property."),
15
+ value: zod.z.string().describe("The value for the custom property.")
16
+ }).describe("Custom key-value pair for contact properties.")).describe("Custom key-value pairs for the contact. Each property must have a key and value.").optional(),
17
+ unsubscribed: zod.z.boolean().describe("Contact's global subscription status; when true, the contact opts out of all broadcasts.").optional()
18
+ });
19
+ const ResendCreateContactV2Output = zod.z.object({
20
+ id: zod.z.string().describe("The unique identifier of the created contact.").nullable().optional(),
21
+ object: zod.z.string().describe("The type of object, which is 'contact'.").nullable().optional()
22
+ });
23
+ const resendCreateContactV2 = require_action.action("RESEND_CREATE_CONTACT_V2", {
24
+ slug: "resend-create-contact-v2",
25
+ name: "Create Contact V2",
26
+ description: "Tool to create a new contact in Resend. Use when you need to add a contact to Resend without specifying an audience.",
27
+ input: ResendCreateContactV2Input,
28
+ output: ResendCreateContactV2Output
29
+ });
30
+ //#endregion
31
+ exports.resendCreateContactV2 = resendCreateContactV2;
32
+
33
+ //# sourceMappingURL=create-contact-v2.cjs.map