@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,125 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ const require_add_contact_to_segment = require("./add-contact-to-segment.cjs");
3
+ const require_cancel_email = require("./cancel-email.cjs");
4
+ const require_create_api_key = require("./create-api-key.cjs");
5
+ const require_create_audience = require("./create-audience.cjs");
6
+ const require_create_contact = require("./create-contact.cjs");
7
+ const require_create_contact_property = require("./create-contact-property.cjs");
8
+ const require_create_contact_v2 = require("./create-contact-v2.cjs");
9
+ const require_create_domain = require("./create-domain.cjs");
10
+ const require_create_template = require("./create-template.cjs");
11
+ const require_create_topic = require("./create-topic.cjs");
12
+ const require_create_webhook = require("./create-webhook.cjs");
13
+ const require_delete_api_key = require("./delete-api-key.cjs");
14
+ const require_delete_audience = require("./delete-audience.cjs");
15
+ const require_delete_contact = require("./delete-contact.cjs");
16
+ const require_delete_contact_by_id = require("./delete-contact-by-id.cjs");
17
+ const require_delete_contact_property = require("./delete-contact-property.cjs");
18
+ const require_delete_domain = require("./delete-domain.cjs");
19
+ const require_delete_segment = require("./delete-segment.cjs");
20
+ const require_delete_template = require("./delete-template.cjs");
21
+ const require_delete_topic = require("./delete-topic.cjs");
22
+ const require_delete_webhook = require("./delete-webhook.cjs");
23
+ const require_duplicate_template = require("./duplicate-template.cjs");
24
+ const require_get_contact = require("./get-contact.cjs");
25
+ const require_get_contact_property = require("./get-contact-property.cjs");
26
+ const require_get_email_attachment = require("./get-email-attachment.cjs");
27
+ const require_get_segment = require("./get-segment.cjs");
28
+ const require_get_template = require("./get-template.cjs");
29
+ const require_get_topic = require("./get-topic.cjs");
30
+ const require_get_webhook = require("./get-webhook.cjs");
31
+ const require_list_all_contacts = require("./list-all-contacts.cjs");
32
+ const require_list_api_keys = require("./list-api-keys.cjs");
33
+ const require_list_audiences = require("./list-audiences.cjs");
34
+ const require_list_broadcasts = require("./list-broadcasts.cjs");
35
+ const require_list_contact_properties = require("./list-contact-properties.cjs");
36
+ const require_list_contact_segments = require("./list-contact-segments.cjs");
37
+ const require_list_contact_topics = require("./list-contact-topics.cjs");
38
+ const require_list_contacts = require("./list-contacts.cjs");
39
+ const require_list_domains = require("./list-domains.cjs");
40
+ const require_list_email_attachments = require("./list-email-attachments.cjs");
41
+ const require_list_emails = require("./list-emails.cjs");
42
+ const require_list_received_emails = require("./list-received-emails.cjs");
43
+ const require_list_segments = require("./list-segments.cjs");
44
+ const require_list_templates = require("./list-templates.cjs");
45
+ const require_list_topics = require("./list-topics.cjs");
46
+ const require_list_webhooks = require("./list-webhooks.cjs");
47
+ const require_publish_template = require("./publish-template.cjs");
48
+ const require_remove_contact_from_segment = require("./remove-contact-from-segment.cjs");
49
+ const require_retrieve_audience = require("./retrieve-audience.cjs");
50
+ const require_retrieve_contact = require("./retrieve-contact.cjs");
51
+ const require_retrieve_domain = require("./retrieve-domain.cjs");
52
+ const require_retrieve_email = require("./retrieve-email.cjs");
53
+ const require_send_batch_emails = require("./send-batch-emails.cjs");
54
+ const require_send_email = require("./send-email.cjs");
55
+ const require_update_broadcast = require("./update-broadcast.cjs");
56
+ const require_update_contact = require("./update-contact.cjs");
57
+ const require_update_contact_property = require("./update-contact-property.cjs");
58
+ const require_update_domain = require("./update-domain.cjs");
59
+ const require_update_email = require("./update-email.cjs");
60
+ const require_update_template = require("./update-template.cjs");
61
+ const require_update_topic = require("./update-topic.cjs");
62
+ const require_update_webhook = require("./update-webhook.cjs");
63
+ const require_verify_domain = require("./verify-domain.cjs");
64
+ exports.resendAddContactToSegment = require_add_contact_to_segment.resendAddContactToSegment;
65
+ exports.resendCancelEmail = require_cancel_email.resendCancelEmail;
66
+ exports.resendCreateApiKey = require_create_api_key.resendCreateApiKey;
67
+ exports.resendCreateAudience = require_create_audience.resendCreateAudience;
68
+ exports.resendCreateContact = require_create_contact.resendCreateContact;
69
+ exports.resendCreateContactProperty = require_create_contact_property.resendCreateContactProperty;
70
+ exports.resendCreateContactV2 = require_create_contact_v2.resendCreateContactV2;
71
+ exports.resendCreateDomain = require_create_domain.resendCreateDomain;
72
+ exports.resendCreateTemplate = require_create_template.resendCreateTemplate;
73
+ exports.resendCreateTopic = require_create_topic.resendCreateTopic;
74
+ exports.resendCreateWebhook = require_create_webhook.resendCreateWebhook;
75
+ exports.resendDeleteApiKey = require_delete_api_key.resendDeleteApiKey;
76
+ exports.resendDeleteAudience = require_delete_audience.resendDeleteAudience;
77
+ exports.resendDeleteContact = require_delete_contact.resendDeleteContact;
78
+ exports.resendDeleteContactById = require_delete_contact_by_id.resendDeleteContactById;
79
+ exports.resendDeleteContactProperty = require_delete_contact_property.resendDeleteContactProperty;
80
+ exports.resendDeleteDomain = require_delete_domain.resendDeleteDomain;
81
+ exports.resendDeleteSegment = require_delete_segment.resendDeleteSegment;
82
+ exports.resendDeleteTemplate = require_delete_template.resendDeleteTemplate;
83
+ exports.resendDeleteTopic = require_delete_topic.resendDeleteTopic;
84
+ exports.resendDeleteWebhook = require_delete_webhook.resendDeleteWebhook;
85
+ exports.resendDuplicateTemplate = require_duplicate_template.resendDuplicateTemplate;
86
+ exports.resendGetContact = require_get_contact.resendGetContact;
87
+ exports.resendGetContactProperty = require_get_contact_property.resendGetContactProperty;
88
+ exports.resendGetEmailAttachment = require_get_email_attachment.resendGetEmailAttachment;
89
+ exports.resendGetSegment = require_get_segment.resendGetSegment;
90
+ exports.resendGetTemplate = require_get_template.resendGetTemplate;
91
+ exports.resendGetTopic = require_get_topic.resendGetTopic;
92
+ exports.resendGetWebhook = require_get_webhook.resendGetWebhook;
93
+ exports.resendListAllContacts = require_list_all_contacts.resendListAllContacts;
94
+ exports.resendListApiKeys = require_list_api_keys.resendListApiKeys;
95
+ exports.resendListAudiences = require_list_audiences.resendListAudiences;
96
+ exports.resendListBroadcasts = require_list_broadcasts.resendListBroadcasts;
97
+ exports.resendListContactProperties = require_list_contact_properties.resendListContactProperties;
98
+ exports.resendListContactSegments = require_list_contact_segments.resendListContactSegments;
99
+ exports.resendListContactTopics = require_list_contact_topics.resendListContactTopics;
100
+ exports.resendListContacts = require_list_contacts.resendListContacts;
101
+ exports.resendListDomains = require_list_domains.resendListDomains;
102
+ exports.resendListEmailAttachments = require_list_email_attachments.resendListEmailAttachments;
103
+ exports.resendListEmails = require_list_emails.resendListEmails;
104
+ exports.resendListReceivedEmails = require_list_received_emails.resendListReceivedEmails;
105
+ exports.resendListSegments = require_list_segments.resendListSegments;
106
+ exports.resendListTemplates = require_list_templates.resendListTemplates;
107
+ exports.resendListTopics = require_list_topics.resendListTopics;
108
+ exports.resendListWebhooks = require_list_webhooks.resendListWebhooks;
109
+ exports.resendPublishTemplate = require_publish_template.resendPublishTemplate;
110
+ exports.resendRemoveContactFromSegment = require_remove_contact_from_segment.resendRemoveContactFromSegment;
111
+ exports.resendRetrieveAudience = require_retrieve_audience.resendRetrieveAudience;
112
+ exports.resendRetrieveContact = require_retrieve_contact.resendRetrieveContact;
113
+ exports.resendRetrieveDomain = require_retrieve_domain.resendRetrieveDomain;
114
+ exports.resendRetrieveEmail = require_retrieve_email.resendRetrieveEmail;
115
+ exports.resendSendBatchEmails = require_send_batch_emails.resendSendBatchEmails;
116
+ exports.resendSendEmail = require_send_email.resendSendEmail;
117
+ exports.resendUpdateBroadcast = require_update_broadcast.resendUpdateBroadcast;
118
+ exports.resendUpdateContact = require_update_contact.resendUpdateContact;
119
+ exports.resendUpdateContactProperty = require_update_contact_property.resendUpdateContactProperty;
120
+ exports.resendUpdateDomain = require_update_domain.resendUpdateDomain;
121
+ exports.resendUpdateEmail = require_update_email.resendUpdateEmail;
122
+ exports.resendUpdateTemplate = require_update_template.resendUpdateTemplate;
123
+ exports.resendUpdateTopic = require_update_topic.resendUpdateTopic;
124
+ exports.resendUpdateWebhook = require_update_webhook.resendUpdateWebhook;
125
+ exports.resendVerifyDomain = require_verify_domain.resendVerifyDomain;
@@ -0,0 +1,63 @@
1
+ import { resendAddContactToSegment } from "./add-contact-to-segment.cjs";
2
+ import { resendCancelEmail } from "./cancel-email.cjs";
3
+ import { resendCreateApiKey } from "./create-api-key.cjs";
4
+ import { resendCreateAudience } from "./create-audience.cjs";
5
+ import { resendCreateContact } from "./create-contact.cjs";
6
+ import { resendCreateContactProperty } from "./create-contact-property.cjs";
7
+ import { resendCreateContactV2 } from "./create-contact-v2.cjs";
8
+ import { resendCreateDomain } from "./create-domain.cjs";
9
+ import { resendCreateTemplate } from "./create-template.cjs";
10
+ import { resendCreateTopic } from "./create-topic.cjs";
11
+ import { resendCreateWebhook } from "./create-webhook.cjs";
12
+ import { resendDeleteApiKey } from "./delete-api-key.cjs";
13
+ import { resendDeleteAudience } from "./delete-audience.cjs";
14
+ import { resendDeleteContact } from "./delete-contact.cjs";
15
+ import { resendDeleteContactById } from "./delete-contact-by-id.cjs";
16
+ import { resendDeleteContactProperty } from "./delete-contact-property.cjs";
17
+ import { resendDeleteDomain } from "./delete-domain.cjs";
18
+ import { resendDeleteSegment } from "./delete-segment.cjs";
19
+ import { resendDeleteTemplate } from "./delete-template.cjs";
20
+ import { resendDeleteTopic } from "./delete-topic.cjs";
21
+ import { resendDeleteWebhook } from "./delete-webhook.cjs";
22
+ import { resendDuplicateTemplate } from "./duplicate-template.cjs";
23
+ import { resendGetContact } from "./get-contact.cjs";
24
+ import { resendGetContactProperty } from "./get-contact-property.cjs";
25
+ import { resendGetEmailAttachment } from "./get-email-attachment.cjs";
26
+ import { resendGetSegment } from "./get-segment.cjs";
27
+ import { resendGetTemplate } from "./get-template.cjs";
28
+ import { resendGetTopic } from "./get-topic.cjs";
29
+ import { resendGetWebhook } from "./get-webhook.cjs";
30
+ import { resendListAllContacts } from "./list-all-contacts.cjs";
31
+ import { resendListApiKeys } from "./list-api-keys.cjs";
32
+ import { resendListAudiences } from "./list-audiences.cjs";
33
+ import { resendListBroadcasts } from "./list-broadcasts.cjs";
34
+ import { resendListContactProperties } from "./list-contact-properties.cjs";
35
+ import { resendListContactSegments } from "./list-contact-segments.cjs";
36
+ import { resendListContactTopics } from "./list-contact-topics.cjs";
37
+ import { resendListContacts } from "./list-contacts.cjs";
38
+ import { resendListDomains } from "./list-domains.cjs";
39
+ import { resendListEmailAttachments } from "./list-email-attachments.cjs";
40
+ import { resendListEmails } from "./list-emails.cjs";
41
+ import { resendListReceivedEmails } from "./list-received-emails.cjs";
42
+ import { resendListSegments } from "./list-segments.cjs";
43
+ import { resendListTemplates } from "./list-templates.cjs";
44
+ import { resendListTopics } from "./list-topics.cjs";
45
+ import { resendListWebhooks } from "./list-webhooks.cjs";
46
+ import { resendPublishTemplate } from "./publish-template.cjs";
47
+ import { resendRemoveContactFromSegment } from "./remove-contact-from-segment.cjs";
48
+ import { resendRetrieveAudience } from "./retrieve-audience.cjs";
49
+ import { resendRetrieveContact } from "./retrieve-contact.cjs";
50
+ import { resendRetrieveDomain } from "./retrieve-domain.cjs";
51
+ import { resendRetrieveEmail } from "./retrieve-email.cjs";
52
+ import { resendSendBatchEmails } from "./send-batch-emails.cjs";
53
+ import { resendSendEmail } from "./send-email.cjs";
54
+ import { resendUpdateBroadcast } from "./update-broadcast.cjs";
55
+ import { resendUpdateContact } from "./update-contact.cjs";
56
+ import { resendUpdateContactProperty } from "./update-contact-property.cjs";
57
+ import { resendUpdateDomain } from "./update-domain.cjs";
58
+ import { resendUpdateEmail } from "./update-email.cjs";
59
+ import { resendUpdateTemplate } from "./update-template.cjs";
60
+ import { resendUpdateTopic } from "./update-topic.cjs";
61
+ import { resendUpdateWebhook } from "./update-webhook.cjs";
62
+ import { resendVerifyDomain } from "./verify-domain.cjs";
63
+ export { resendAddContactToSegment, resendCancelEmail, resendCreateApiKey, resendCreateAudience, resendCreateContact, resendCreateContactProperty, resendCreateContactV2, resendCreateDomain, resendCreateTemplate, resendCreateTopic, resendCreateWebhook, resendDeleteApiKey, resendDeleteAudience, resendDeleteContact, resendDeleteContactById, resendDeleteContactProperty, resendDeleteDomain, resendDeleteSegment, resendDeleteTemplate, resendDeleteTopic, resendDeleteWebhook, resendDuplicateTemplate, resendGetContact, resendGetContactProperty, resendGetEmailAttachment, resendGetSegment, resendGetTemplate, resendGetTopic, resendGetWebhook, resendListAllContacts, resendListApiKeys, resendListAudiences, resendListBroadcasts, resendListContactProperties, resendListContactSegments, resendListContactTopics, resendListContacts, resendListDomains, resendListEmailAttachments, resendListEmails, resendListReceivedEmails, resendListSegments, resendListTemplates, resendListTopics, resendListWebhooks, resendPublishTemplate, resendRemoveContactFromSegment, resendRetrieveAudience, resendRetrieveContact, resendRetrieveDomain, resendRetrieveEmail, resendSendBatchEmails, resendSendEmail, resendUpdateBroadcast, resendUpdateContact, resendUpdateContactProperty, resendUpdateDomain, resendUpdateEmail, resendUpdateTemplate, resendUpdateTopic, resendUpdateWebhook, resendVerifyDomain };
@@ -0,0 +1,63 @@
1
+ import { resendAddContactToSegment } from "./add-contact-to-segment.mjs";
2
+ import { resendCancelEmail } from "./cancel-email.mjs";
3
+ import { resendCreateApiKey } from "./create-api-key.mjs";
4
+ import { resendCreateAudience } from "./create-audience.mjs";
5
+ import { resendCreateContact } from "./create-contact.mjs";
6
+ import { resendCreateContactProperty } from "./create-contact-property.mjs";
7
+ import { resendCreateContactV2 } from "./create-contact-v2.mjs";
8
+ import { resendCreateDomain } from "./create-domain.mjs";
9
+ import { resendCreateTemplate } from "./create-template.mjs";
10
+ import { resendCreateTopic } from "./create-topic.mjs";
11
+ import { resendCreateWebhook } from "./create-webhook.mjs";
12
+ import { resendDeleteApiKey } from "./delete-api-key.mjs";
13
+ import { resendDeleteAudience } from "./delete-audience.mjs";
14
+ import { resendDeleteContact } from "./delete-contact.mjs";
15
+ import { resendDeleteContactById } from "./delete-contact-by-id.mjs";
16
+ import { resendDeleteContactProperty } from "./delete-contact-property.mjs";
17
+ import { resendDeleteDomain } from "./delete-domain.mjs";
18
+ import { resendDeleteSegment } from "./delete-segment.mjs";
19
+ import { resendDeleteTemplate } from "./delete-template.mjs";
20
+ import { resendDeleteTopic } from "./delete-topic.mjs";
21
+ import { resendDeleteWebhook } from "./delete-webhook.mjs";
22
+ import { resendDuplicateTemplate } from "./duplicate-template.mjs";
23
+ import { resendGetContact } from "./get-contact.mjs";
24
+ import { resendGetContactProperty } from "./get-contact-property.mjs";
25
+ import { resendGetEmailAttachment } from "./get-email-attachment.mjs";
26
+ import { resendGetSegment } from "./get-segment.mjs";
27
+ import { resendGetTemplate } from "./get-template.mjs";
28
+ import { resendGetTopic } from "./get-topic.mjs";
29
+ import { resendGetWebhook } from "./get-webhook.mjs";
30
+ import { resendListAllContacts } from "./list-all-contacts.mjs";
31
+ import { resendListApiKeys } from "./list-api-keys.mjs";
32
+ import { resendListAudiences } from "./list-audiences.mjs";
33
+ import { resendListBroadcasts } from "./list-broadcasts.mjs";
34
+ import { resendListContactProperties } from "./list-contact-properties.mjs";
35
+ import { resendListContactSegments } from "./list-contact-segments.mjs";
36
+ import { resendListContactTopics } from "./list-contact-topics.mjs";
37
+ import { resendListContacts } from "./list-contacts.mjs";
38
+ import { resendListDomains } from "./list-domains.mjs";
39
+ import { resendListEmailAttachments } from "./list-email-attachments.mjs";
40
+ import { resendListEmails } from "./list-emails.mjs";
41
+ import { resendListReceivedEmails } from "./list-received-emails.mjs";
42
+ import { resendListSegments } from "./list-segments.mjs";
43
+ import { resendListTemplates } from "./list-templates.mjs";
44
+ import { resendListTopics } from "./list-topics.mjs";
45
+ import { resendListWebhooks } from "./list-webhooks.mjs";
46
+ import { resendPublishTemplate } from "./publish-template.mjs";
47
+ import { resendRemoveContactFromSegment } from "./remove-contact-from-segment.mjs";
48
+ import { resendRetrieveAudience } from "./retrieve-audience.mjs";
49
+ import { resendRetrieveContact } from "./retrieve-contact.mjs";
50
+ import { resendRetrieveDomain } from "./retrieve-domain.mjs";
51
+ import { resendRetrieveEmail } from "./retrieve-email.mjs";
52
+ import { resendSendBatchEmails } from "./send-batch-emails.mjs";
53
+ import { resendSendEmail } from "./send-email.mjs";
54
+ import { resendUpdateBroadcast } from "./update-broadcast.mjs";
55
+ import { resendUpdateContact } from "./update-contact.mjs";
56
+ import { resendUpdateContactProperty } from "./update-contact-property.mjs";
57
+ import { resendUpdateDomain } from "./update-domain.mjs";
58
+ import { resendUpdateEmail } from "./update-email.mjs";
59
+ import { resendUpdateTemplate } from "./update-template.mjs";
60
+ import { resendUpdateTopic } from "./update-topic.mjs";
61
+ import { resendUpdateWebhook } from "./update-webhook.mjs";
62
+ import { resendVerifyDomain } from "./verify-domain.mjs";
63
+ export { resendAddContactToSegment, resendCancelEmail, resendCreateApiKey, resendCreateAudience, resendCreateContact, resendCreateContactProperty, resendCreateContactV2, resendCreateDomain, resendCreateTemplate, resendCreateTopic, resendCreateWebhook, resendDeleteApiKey, resendDeleteAudience, resendDeleteContact, resendDeleteContactById, resendDeleteContactProperty, resendDeleteDomain, resendDeleteSegment, resendDeleteTemplate, resendDeleteTopic, resendDeleteWebhook, resendDuplicateTemplate, resendGetContact, resendGetContactProperty, resendGetEmailAttachment, resendGetSegment, resendGetTemplate, resendGetTopic, resendGetWebhook, resendListAllContacts, resendListApiKeys, resendListAudiences, resendListBroadcasts, resendListContactProperties, resendListContactSegments, resendListContactTopics, resendListContacts, resendListDomains, resendListEmailAttachments, resendListEmails, resendListReceivedEmails, resendListSegments, resendListTemplates, resendListTopics, resendListWebhooks, resendPublishTemplate, resendRemoveContactFromSegment, resendRetrieveAudience, resendRetrieveContact, resendRetrieveDomain, resendRetrieveEmail, resendSendBatchEmails, resendSendEmail, resendUpdateBroadcast, resendUpdateContact, resendUpdateContactProperty, resendUpdateDomain, resendUpdateEmail, resendUpdateTemplate, resendUpdateTopic, resendUpdateWebhook, resendVerifyDomain };
@@ -0,0 +1,63 @@
1
+ import { resendAddContactToSegment } from "./add-contact-to-segment.mjs";
2
+ import { resendCancelEmail } from "./cancel-email.mjs";
3
+ import { resendCreateApiKey } from "./create-api-key.mjs";
4
+ import { resendCreateAudience } from "./create-audience.mjs";
5
+ import { resendCreateContact } from "./create-contact.mjs";
6
+ import { resendCreateContactProperty } from "./create-contact-property.mjs";
7
+ import { resendCreateContactV2 } from "./create-contact-v2.mjs";
8
+ import { resendCreateDomain } from "./create-domain.mjs";
9
+ import { resendCreateTemplate } from "./create-template.mjs";
10
+ import { resendCreateTopic } from "./create-topic.mjs";
11
+ import { resendCreateWebhook } from "./create-webhook.mjs";
12
+ import { resendDeleteApiKey } from "./delete-api-key.mjs";
13
+ import { resendDeleteAudience } from "./delete-audience.mjs";
14
+ import { resendDeleteContact } from "./delete-contact.mjs";
15
+ import { resendDeleteContactById } from "./delete-contact-by-id.mjs";
16
+ import { resendDeleteContactProperty } from "./delete-contact-property.mjs";
17
+ import { resendDeleteDomain } from "./delete-domain.mjs";
18
+ import { resendDeleteSegment } from "./delete-segment.mjs";
19
+ import { resendDeleteTemplate } from "./delete-template.mjs";
20
+ import { resendDeleteTopic } from "./delete-topic.mjs";
21
+ import { resendDeleteWebhook } from "./delete-webhook.mjs";
22
+ import { resendDuplicateTemplate } from "./duplicate-template.mjs";
23
+ import { resendGetContact } from "./get-contact.mjs";
24
+ import { resendGetContactProperty } from "./get-contact-property.mjs";
25
+ import { resendGetEmailAttachment } from "./get-email-attachment.mjs";
26
+ import { resendGetSegment } from "./get-segment.mjs";
27
+ import { resendGetTemplate } from "./get-template.mjs";
28
+ import { resendGetTopic } from "./get-topic.mjs";
29
+ import { resendGetWebhook } from "./get-webhook.mjs";
30
+ import { resendListAllContacts } from "./list-all-contacts.mjs";
31
+ import { resendListApiKeys } from "./list-api-keys.mjs";
32
+ import { resendListAudiences } from "./list-audiences.mjs";
33
+ import { resendListBroadcasts } from "./list-broadcasts.mjs";
34
+ import { resendListContactProperties } from "./list-contact-properties.mjs";
35
+ import { resendListContactSegments } from "./list-contact-segments.mjs";
36
+ import { resendListContactTopics } from "./list-contact-topics.mjs";
37
+ import { resendListContacts } from "./list-contacts.mjs";
38
+ import { resendListDomains } from "./list-domains.mjs";
39
+ import { resendListEmailAttachments } from "./list-email-attachments.mjs";
40
+ import { resendListEmails } from "./list-emails.mjs";
41
+ import { resendListReceivedEmails } from "./list-received-emails.mjs";
42
+ import { resendListSegments } from "./list-segments.mjs";
43
+ import { resendListTemplates } from "./list-templates.mjs";
44
+ import { resendListTopics } from "./list-topics.mjs";
45
+ import { resendListWebhooks } from "./list-webhooks.mjs";
46
+ import { resendPublishTemplate } from "./publish-template.mjs";
47
+ import { resendRemoveContactFromSegment } from "./remove-contact-from-segment.mjs";
48
+ import { resendRetrieveAudience } from "./retrieve-audience.mjs";
49
+ import { resendRetrieveContact } from "./retrieve-contact.mjs";
50
+ import { resendRetrieveDomain } from "./retrieve-domain.mjs";
51
+ import { resendRetrieveEmail } from "./retrieve-email.mjs";
52
+ import { resendSendBatchEmails } from "./send-batch-emails.mjs";
53
+ import { resendSendEmail } from "./send-email.mjs";
54
+ import { resendUpdateBroadcast } from "./update-broadcast.mjs";
55
+ import { resendUpdateContact } from "./update-contact.mjs";
56
+ import { resendUpdateContactProperty } from "./update-contact-property.mjs";
57
+ import { resendUpdateDomain } from "./update-domain.mjs";
58
+ import { resendUpdateEmail } from "./update-email.mjs";
59
+ import { resendUpdateTemplate } from "./update-template.mjs";
60
+ import { resendUpdateTopic } from "./update-topic.mjs";
61
+ import { resendUpdateWebhook } from "./update-webhook.mjs";
62
+ import { resendVerifyDomain } from "./verify-domain.mjs";
63
+ export { resendAddContactToSegment, resendCancelEmail, resendCreateApiKey, resendCreateAudience, resendCreateContact, resendCreateContactProperty, resendCreateContactV2, resendCreateDomain, resendCreateTemplate, resendCreateTopic, resendCreateWebhook, resendDeleteApiKey, resendDeleteAudience, resendDeleteContact, resendDeleteContactById, resendDeleteContactProperty, resendDeleteDomain, resendDeleteSegment, resendDeleteTemplate, resendDeleteTopic, resendDeleteWebhook, resendDuplicateTemplate, resendGetContact, resendGetContactProperty, resendGetEmailAttachment, resendGetSegment, resendGetTemplate, resendGetTopic, resendGetWebhook, resendListAllContacts, resendListApiKeys, resendListAudiences, resendListBroadcasts, resendListContactProperties, resendListContactSegments, resendListContactTopics, resendListContacts, resendListDomains, resendListEmailAttachments, resendListEmails, resendListReceivedEmails, resendListSegments, resendListTemplates, resendListTopics, resendListWebhooks, resendPublishTemplate, resendRemoveContactFromSegment, resendRetrieveAudience, resendRetrieveContact, resendRetrieveDomain, resendRetrieveEmail, resendSendBatchEmails, resendSendEmail, resendUpdateBroadcast, resendUpdateContact, resendUpdateContactProperty, resendUpdateDomain, resendUpdateEmail, resendUpdateTemplate, resendUpdateTopic, resendUpdateWebhook, resendVerifyDomain };
@@ -0,0 +1,32 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-all-contacts.ts
4
+ const ResendListAllContactsInput = zod.z.object({
5
+ after: zod.z.string().describe("Pagination cursor - retrieves contacts after this ID (the ID itself is excluded). Cannot be used with 'before' parameter.").optional(),
6
+ limit: zod.z.number().int().describe("Number of contacts to retrieve per request. Minimum 1, maximum 100. If not provided, defaults to 20.").optional(),
7
+ before: zod.z.string().describe("Pagination cursor - retrieves contacts before this ID (the ID itself is excluded). Cannot be used with 'after' parameter.").optional()
8
+ });
9
+ const ResendListAllContacts_ContactSchema = zod.z.object({
10
+ id: zod.z.string().describe("Unique contact identifier (UUID).").nullable(),
11
+ email: zod.z.string().describe("Contact's email address.").nullable(),
12
+ last_name: zod.z.string().describe("Contact's family name.").nullable().optional(),
13
+ created_at: zod.z.string().describe("Timestamp of contact creation in ISO 8601 format.").nullable(),
14
+ first_name: zod.z.string().describe("Contact's given name.").nullable().optional(),
15
+ unsubscribed: zod.z.boolean().describe("Indicates subscription status.").nullable()
16
+ }).describe("Contact object representation.");
17
+ const ResendListAllContactsOutput = zod.z.object({
18
+ data: zod.z.array(ResendListAllContacts_ContactSchema).describe("Collection of contact objects."),
19
+ object: zod.z.string().describe("Identifier indicating this is a list response (value: 'list').").nullable(),
20
+ has_more: zod.z.boolean().describe("Whether additional results are available for pagination.").nullable()
21
+ });
22
+ const resendListAllContacts = require_action.action("RESEND_LIST_ALL_CONTACTS", {
23
+ slug: "resend-list-all-contacts",
24
+ name: "List All Contacts",
25
+ description: "Tool to retrieve a list of all contacts from Resend. Use when you need to fetch contacts across all audiences with optional pagination.",
26
+ input: ResendListAllContactsInput,
27
+ output: ResendListAllContactsOutput
28
+ });
29
+ //#endregion
30
+ exports.resendListAllContacts = resendListAllContacts;
31
+
32
+ //# sourceMappingURL=list-all-contacts.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-all-contacts.cjs","names":["z","action"],"sources":["../../src/actions/list-all-contacts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ResendListAllContactsInput = z.object({\n after: z.string().describe(\"Pagination cursor - retrieves contacts after this ID (the ID itself is excluded). Cannot be used with 'before' parameter.\").optional(),\n limit: z.number().int().describe(\"Number of contacts to retrieve per request. Minimum 1, maximum 100. If not provided, defaults to 20.\").optional(),\n before: z.string().describe(\"Pagination cursor - retrieves contacts before this ID (the ID itself is excluded). Cannot be used with 'after' parameter.\").optional(),\n});\nconst ResendListAllContacts_ContactSchema = z.object({\n id: z.string().describe(\"Unique contact identifier (UUID).\").nullable(),\n email: z.string().describe(\"Contact's email address.\").nullable(),\n last_name: z.string().describe(\"Contact's family name.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp of contact creation in ISO 8601 format.\").nullable(),\n first_name: z.string().describe(\"Contact's given name.\").nullable().optional(),\n unsubscribed: z.boolean().describe(\"Indicates subscription status.\").nullable(),\n}).describe(\"Contact object representation.\");\nexport const ResendListAllContactsOutput = z.object({\n data: z.array(ResendListAllContacts_ContactSchema).describe(\"Collection of contact objects.\"),\n object: z.string().describe(\"Identifier indicating this is a list response (value: 'list').\").nullable(),\n has_more: z.boolean().describe(\"Whether additional results are available for pagination.\").nullable(),\n});\n\nexport const resendListAllContacts = action(\"RESEND_LIST_ALL_CONTACTS\", {\n slug: \"resend-list-all-contacts\",\n name: \"List All Contacts\",\n description: \"Tool to retrieve a list of all contacts from Resend. Use when you need to fetch contacts across all audiences with optional pagination.\",\n input: ResendListAllContactsInput,\n output: ResendListAllContactsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS;CACjK,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;CAClJ,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS;AACpK,CAAC;AACD,MAAM,sCAAsCA,IAAAA,EAAE,OAAO;CACnD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACtE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAChE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CAC9F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,cAAcA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;AAChF,CAAC,CAAC,CAAC,SAAS,gCAAgC;AAC5C,MAAa,8BAA8BA,IAAAA,EAAE,OAAO;CAClD,MAAMA,IAAAA,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,gCAAgC;CAC5F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CACvG,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;AACtG,CAAC;AAED,MAAa,wBAAwBC,eAAAA,OAAO,4BAA4B;CACtE,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/list-all-contacts.d.ts
4
+ declare const ResendListAllContactsInput: z.ZodObject<{
5
+ after: z.ZodOptional<z.ZodString>;
6
+ limit: z.ZodOptional<z.ZodNumber>;
7
+ before: z.ZodOptional<z.ZodString>;
8
+ }, z.core.$strip>;
9
+ declare const ResendListAllContactsOutput: z.ZodObject<{
10
+ data: z.ZodArray<z.ZodObject<{
11
+ id: z.ZodNullable<z.ZodString>;
12
+ email: z.ZodNullable<z.ZodString>;
13
+ last_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ created_at: z.ZodNullable<z.ZodString>;
15
+ first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
+ unsubscribed: z.ZodNullable<z.ZodBoolean>;
17
+ }, z.core.$strip>>;
18
+ object: z.ZodNullable<z.ZodString>;
19
+ has_more: z.ZodNullable<z.ZodBoolean>;
20
+ }, z.core.$strip>;
21
+ declare const resendListAllContacts: import("@keystrokehq/action").WorkflowActionDefinition<{
22
+ after?: string | undefined;
23
+ limit?: number | undefined;
24
+ before?: string | undefined;
25
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
26
+ //#endregion
27
+ export { resendListAllContacts };
28
+ //# sourceMappingURL=list-all-contacts.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-all-contacts.d.cts","names":[],"sources":["../../src/actions/list-all-contacts.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;cAa1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;cAM3B,qBAAA,gCAAqB,wBAAA"}
@@ -0,0 +1,28 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-all-contacts.d.ts
4
+ declare const ResendListAllContactsInput: z.ZodObject<{
5
+ after: z.ZodOptional<z.ZodString>;
6
+ limit: z.ZodOptional<z.ZodNumber>;
7
+ before: z.ZodOptional<z.ZodString>;
8
+ }, z.core.$strip>;
9
+ declare const ResendListAllContactsOutput: z.ZodObject<{
10
+ data: z.ZodArray<z.ZodObject<{
11
+ id: z.ZodNullable<z.ZodString>;
12
+ email: z.ZodNullable<z.ZodString>;
13
+ last_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ created_at: z.ZodNullable<z.ZodString>;
15
+ first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
+ unsubscribed: z.ZodNullable<z.ZodBoolean>;
17
+ }, z.core.$strip>>;
18
+ object: z.ZodNullable<z.ZodString>;
19
+ has_more: z.ZodNullable<z.ZodBoolean>;
20
+ }, z.core.$strip>;
21
+ declare const resendListAllContacts: import("@keystrokehq/action").WorkflowActionDefinition<{
22
+ after?: string | undefined;
23
+ limit?: number | undefined;
24
+ before?: string | undefined;
25
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
26
+ //#endregion
27
+ export { resendListAllContacts };
28
+ //# sourceMappingURL=list-all-contacts.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-all-contacts.d.mts","names":[],"sources":["../../src/actions/list-all-contacts.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;cAa1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;cAM3B,qBAAA,gCAAqB,wBAAA"}
@@ -0,0 +1,31 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-all-contacts.ts
4
+ const ResendListAllContactsInput = z.object({
5
+ after: z.string().describe("Pagination cursor - retrieves contacts after this ID (the ID itself is excluded). Cannot be used with 'before' parameter.").optional(),
6
+ limit: z.number().int().describe("Number of contacts to retrieve per request. Minimum 1, maximum 100. If not provided, defaults to 20.").optional(),
7
+ before: z.string().describe("Pagination cursor - retrieves contacts before this ID (the ID itself is excluded). Cannot be used with 'after' parameter.").optional()
8
+ });
9
+ const ResendListAllContacts_ContactSchema = z.object({
10
+ id: z.string().describe("Unique contact identifier (UUID).").nullable(),
11
+ email: z.string().describe("Contact's email address.").nullable(),
12
+ last_name: z.string().describe("Contact's family name.").nullable().optional(),
13
+ created_at: z.string().describe("Timestamp of contact creation in ISO 8601 format.").nullable(),
14
+ first_name: z.string().describe("Contact's given name.").nullable().optional(),
15
+ unsubscribed: z.boolean().describe("Indicates subscription status.").nullable()
16
+ }).describe("Contact object representation.");
17
+ const resendListAllContacts = action("RESEND_LIST_ALL_CONTACTS", {
18
+ slug: "resend-list-all-contacts",
19
+ name: "List All Contacts",
20
+ description: "Tool to retrieve a list of all contacts from Resend. Use when you need to fetch contacts across all audiences with optional pagination.",
21
+ input: ResendListAllContactsInput,
22
+ output: z.object({
23
+ data: z.array(ResendListAllContacts_ContactSchema).describe("Collection of contact objects."),
24
+ object: z.string().describe("Identifier indicating this is a list response (value: 'list').").nullable(),
25
+ has_more: z.boolean().describe("Whether additional results are available for pagination.").nullable()
26
+ })
27
+ });
28
+ //#endregion
29
+ export { resendListAllContacts };
30
+
31
+ //# sourceMappingURL=list-all-contacts.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-all-contacts.mjs","names":[],"sources":["../../src/actions/list-all-contacts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ResendListAllContactsInput = z.object({\n after: z.string().describe(\"Pagination cursor - retrieves contacts after this ID (the ID itself is excluded). Cannot be used with 'before' parameter.\").optional(),\n limit: z.number().int().describe(\"Number of contacts to retrieve per request. Minimum 1, maximum 100. If not provided, defaults to 20.\").optional(),\n before: z.string().describe(\"Pagination cursor - retrieves contacts before this ID (the ID itself is excluded). Cannot be used with 'after' parameter.\").optional(),\n});\nconst ResendListAllContacts_ContactSchema = z.object({\n id: z.string().describe(\"Unique contact identifier (UUID).\").nullable(),\n email: z.string().describe(\"Contact's email address.\").nullable(),\n last_name: z.string().describe(\"Contact's family name.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp of contact creation in ISO 8601 format.\").nullable(),\n first_name: z.string().describe(\"Contact's given name.\").nullable().optional(),\n unsubscribed: z.boolean().describe(\"Indicates subscription status.\").nullable(),\n}).describe(\"Contact object representation.\");\nexport const ResendListAllContactsOutput = z.object({\n data: z.array(ResendListAllContacts_ContactSchema).describe(\"Collection of contact objects.\"),\n object: z.string().describe(\"Identifier indicating this is a list response (value: 'list').\").nullable(),\n has_more: z.boolean().describe(\"Whether additional results are available for pagination.\").nullable(),\n});\n\nexport const resendListAllContacts = action(\"RESEND_LIST_ALL_CONTACTS\", {\n slug: \"resend-list-all-contacts\",\n name: \"List All Contacts\",\n description: \"Tool to retrieve a list of all contacts from Resend. Use when you need to fetch contacts across all audiences with optional pagination.\",\n input: ResendListAllContactsInput,\n output: ResendListAllContactsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6B,EAAE,OAAO;CACjD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS;CACjK,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;CAClJ,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS;AACpK,CAAC;AACD,MAAM,sCAAsC,EAAE,OAAO;CACnD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACtE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAChE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CAC9F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;AAChF,CAAC,CAAC,CAAC,SAAS,gCAAgC;AAO5C,MAAa,wBAAwB,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXyC,EAAE,OAAO;EAClD,MAAM,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,gCAAgC;EAC5F,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;EACvG,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CACtG,CAOU;AACV,CAAC"}
@@ -0,0 +1,29 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-api-keys.ts
4
+ const ResendListApiKeysInput = zod.z.object({
5
+ after: zod.z.string().describe("The ID after which we'll retrieve more API keys (for pagination). This ID will not be included in the returned list. Cannot be used with the 'before' parameter.").optional(),
6
+ limit: zod.z.number().int().describe("Number of API keys to retrieve. If omitted, all keys are returned in a single response.").optional(),
7
+ before: zod.z.string().describe("The ID before which we'll retrieve more API keys (for pagination). This ID will not be included in the returned list. Cannot be used with the 'after' parameter.").optional()
8
+ });
9
+ const ResendListApiKeys_ApiKeySchema = zod.z.object({
10
+ id: zod.z.string().describe("The UUID of the API key.").nullable().optional(),
11
+ name: zod.z.string().describe("The name of the API key.").nullable().optional(),
12
+ created_at: zod.z.string().describe("ISO 8601 timestamp of when the API key was created.").nullable().optional()
13
+ }).describe("API key object representation.");
14
+ const ResendListApiKeysOutput = zod.z.object({
15
+ data: zod.z.array(ResendListApiKeys_ApiKeySchema).describe("The list of API keys.").nullable().optional(),
16
+ object: zod.z.string().describe("Indicates response type ('list').").nullable().optional(),
17
+ has_more: zod.z.boolean().describe("Boolean flag indicating if there are more pages available for pagination.").nullable().optional()
18
+ });
19
+ const resendListApiKeys = require_action.action("RESEND_LIST_API_KEYS", {
20
+ slug: "resend-list-api-keys",
21
+ name: "List API Keys",
22
+ description: "Tool to retrieve a list of API keys for the authenticated user. Use when you need to view all API keys associated with the account, including pagination support for large result sets.",
23
+ input: ResendListApiKeysInput,
24
+ output: ResendListApiKeysOutput
25
+ });
26
+ //#endregion
27
+ exports.resendListApiKeys = resendListApiKeys;
28
+
29
+ //# sourceMappingURL=list-api-keys.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-api-keys.cjs","names":["z","action"],"sources":["../../src/actions/list-api-keys.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ResendListApiKeysInput = z.object({\n after: z.string().describe(\"The ID after which we'll retrieve more API keys (for pagination). This ID will not be included in the returned list. Cannot be used with the 'before' parameter.\").optional(),\n limit: z.number().int().describe(\"Number of API keys to retrieve. If omitted, all keys are returned in a single response.\").optional(),\n before: z.string().describe(\"The ID before which we'll retrieve more API keys (for pagination). This ID will not be included in the returned list. Cannot be used with the 'after' parameter.\").optional(),\n});\nconst ResendListApiKeys_ApiKeySchema = z.object({\n id: z.string().describe(\"The UUID of the API key.\").nullable().optional(),\n name: z.string().describe(\"The name of the API key.\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp of when the API key was created.\").nullable().optional(),\n}).describe(\"API key object representation.\");\nexport const ResendListApiKeysOutput = z.object({\n data: z.array(ResendListApiKeys_ApiKeySchema).describe(\"The list of API keys.\").nullable().optional(),\n object: z.string().describe(\"Indicates response type ('list').\").nullable().optional(),\n has_more: z.boolean().describe(\"Boolean flag indicating if there are more pages available for pagination.\").nullable().optional(),\n});\n\nexport const resendListApiKeys = action(\"RESEND_LIST_API_KEYS\", {\n slug: \"resend-list-api-keys\",\n name: \"List API Keys\",\n description: \"Tool to retrieve a list of API keys for the authenticated user. Use when you need to view all API keys associated with the account, including pagination support for large result sets.\",\n input: ResendListApiKeysInput,\n output: ResendListApiKeysOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAyBA,IAAAA,EAAE,OAAO;CAC7C,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kKAAkK,CAAC,CAAC,SAAS;CACxM,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yFAAyF,CAAC,CAAC,SAAS;CACrI,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kKAAkK,CAAC,CAAC,SAAS;AAC3M,CAAC;AACD,MAAM,iCAAiCA,IAAAA,EAAE,OAAO;CAC9C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7G,CAAC,CAAC,CAAC,SAAS,gCAAgC;AAC5C,MAAa,0BAA0BA,IAAAA,EAAE,OAAO;CAC9C,MAAMA,IAAAA,EAAE,MAAM,8BAA8B,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClI,CAAC;AAED,MAAa,oBAAoBC,eAAAA,OAAO,wBAAwB;CAC9D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,25 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-api-keys.d.ts
4
+ declare const ResendListApiKeysInput: z.ZodObject<{
5
+ after: z.ZodOptional<z.ZodString>;
6
+ limit: z.ZodOptional<z.ZodNumber>;
7
+ before: z.ZodOptional<z.ZodString>;
8
+ }, z.core.$strip>;
9
+ declare const ResendListApiKeysOutput: z.ZodObject<{
10
+ data: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
11
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ }, z.core.$strip>>>>;
15
+ object: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
+ has_more: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
17
+ }, z.core.$strip>;
18
+ declare const resendListApiKeys: import("@keystrokehq/action").WorkflowActionDefinition<{
19
+ after?: string | undefined;
20
+ limit?: number | undefined;
21
+ before?: string | undefined;
22
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
23
+ //#endregion
24
+ export { resendListApiKeys };
25
+ //# sourceMappingURL=list-api-keys.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-api-keys.d.cts","names":[],"sources":["../../src/actions/list-api-keys.ts"],"mappings":";;;cAIa,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;;;cAUtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;cAMvB,iBAAA,gCAAiB,wBAAA"}
@@ -0,0 +1,25 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-api-keys.d.ts
4
+ declare const ResendListApiKeysInput: z.ZodObject<{
5
+ after: z.ZodOptional<z.ZodString>;
6
+ limit: z.ZodOptional<z.ZodNumber>;
7
+ before: z.ZodOptional<z.ZodString>;
8
+ }, z.core.$strip>;
9
+ declare const ResendListApiKeysOutput: z.ZodObject<{
10
+ data: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
11
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ }, z.core.$strip>>>>;
15
+ object: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
+ has_more: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
17
+ }, z.core.$strip>;
18
+ declare const resendListApiKeys: import("@keystrokehq/action").WorkflowActionDefinition<{
19
+ after?: string | undefined;
20
+ limit?: number | undefined;
21
+ before?: string | undefined;
22
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
23
+ //#endregion
24
+ export { resendListApiKeys };
25
+ //# sourceMappingURL=list-api-keys.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-api-keys.d.mts","names":[],"sources":["../../src/actions/list-api-keys.ts"],"mappings":";;;cAIa,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;;;cAUtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;cAMvB,iBAAA,gCAAiB,wBAAA"}
@@ -0,0 +1,28 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-api-keys.ts
4
+ const ResendListApiKeysInput = z.object({
5
+ after: z.string().describe("The ID after which we'll retrieve more API keys (for pagination). This ID will not be included in the returned list. Cannot be used with the 'before' parameter.").optional(),
6
+ limit: z.number().int().describe("Number of API keys to retrieve. If omitted, all keys are returned in a single response.").optional(),
7
+ before: z.string().describe("The ID before which we'll retrieve more API keys (for pagination). This ID will not be included in the returned list. Cannot be used with the 'after' parameter.").optional()
8
+ });
9
+ const ResendListApiKeys_ApiKeySchema = z.object({
10
+ id: z.string().describe("The UUID of the API key.").nullable().optional(),
11
+ name: z.string().describe("The name of the API key.").nullable().optional(),
12
+ created_at: z.string().describe("ISO 8601 timestamp of when the API key was created.").nullable().optional()
13
+ }).describe("API key object representation.");
14
+ const resendListApiKeys = action("RESEND_LIST_API_KEYS", {
15
+ slug: "resend-list-api-keys",
16
+ name: "List API Keys",
17
+ description: "Tool to retrieve a list of API keys for the authenticated user. Use when you need to view all API keys associated with the account, including pagination support for large result sets.",
18
+ input: ResendListApiKeysInput,
19
+ output: z.object({
20
+ data: z.array(ResendListApiKeys_ApiKeySchema).describe("The list of API keys.").nullable().optional(),
21
+ object: z.string().describe("Indicates response type ('list').").nullable().optional(),
22
+ has_more: z.boolean().describe("Boolean flag indicating if there are more pages available for pagination.").nullable().optional()
23
+ })
24
+ });
25
+ //#endregion
26
+ export { resendListApiKeys };
27
+
28
+ //# sourceMappingURL=list-api-keys.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-api-keys.mjs","names":[],"sources":["../../src/actions/list-api-keys.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ResendListApiKeysInput = z.object({\n after: z.string().describe(\"The ID after which we'll retrieve more API keys (for pagination). This ID will not be included in the returned list. Cannot be used with the 'before' parameter.\").optional(),\n limit: z.number().int().describe(\"Number of API keys to retrieve. If omitted, all keys are returned in a single response.\").optional(),\n before: z.string().describe(\"The ID before which we'll retrieve more API keys (for pagination). This ID will not be included in the returned list. Cannot be used with the 'after' parameter.\").optional(),\n});\nconst ResendListApiKeys_ApiKeySchema = z.object({\n id: z.string().describe(\"The UUID of the API key.\").nullable().optional(),\n name: z.string().describe(\"The name of the API key.\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp of when the API key was created.\").nullable().optional(),\n}).describe(\"API key object representation.\");\nexport const ResendListApiKeysOutput = z.object({\n data: z.array(ResendListApiKeys_ApiKeySchema).describe(\"The list of API keys.\").nullable().optional(),\n object: z.string().describe(\"Indicates response type ('list').\").nullable().optional(),\n has_more: z.boolean().describe(\"Boolean flag indicating if there are more pages available for pagination.\").nullable().optional(),\n});\n\nexport const resendListApiKeys = action(\"RESEND_LIST_API_KEYS\", {\n slug: \"resend-list-api-keys\",\n name: \"List API Keys\",\n description: \"Tool to retrieve a list of API keys for the authenticated user. Use when you need to view all API keys associated with the account, including pagination support for large result sets.\",\n input: ResendListApiKeysInput,\n output: ResendListApiKeysOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAyB,EAAE,OAAO;CAC7C,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kKAAkK,CAAC,CAAC,SAAS;CACxM,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yFAAyF,CAAC,CAAC,SAAS;CACrI,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kKAAkK,CAAC,CAAC,SAAS;AAC3M,CAAC;AACD,MAAM,iCAAiC,EAAE,OAAO;CAC9C,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7G,CAAC,CAAC,CAAC,SAAS,gCAAgC;AAO5C,MAAa,oBAAoB,OAAO,wBAAwB;CAC9D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXqC,EAAE,OAAO;EAC9C,MAAM,EAAE,MAAM,8BAA8B,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrF,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClI,CAOU;AACV,CAAC"}