@keystrokehq/postmark 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 (402) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/archive-message-stream.cjs +20 -0
  7. package/dist/actions/archive-message-stream.cjs.map +1 -0
  8. package/dist/actions/archive-message-stream.d.cts +9 -0
  9. package/dist/actions/archive-message-stream.d.cts.map +1 -0
  10. package/dist/actions/archive-message-stream.d.mts +9 -0
  11. package/dist/actions/archive-message-stream.d.mts.map +1 -0
  12. package/dist/actions/archive-message-stream.mjs +17 -0
  13. package/dist/actions/archive-message-stream.mjs.map +1 -0
  14. package/dist/actions/check-spam-score.cjs +28 -0
  15. package/dist/actions/check-spam-score.cjs.map +1 -0
  16. package/dist/actions/check-spam-score.d.cts +9 -0
  17. package/dist/actions/check-spam-score.d.cts.map +1 -0
  18. package/dist/actions/check-spam-score.d.mts +9 -0
  19. package/dist/actions/check-spam-score.d.mts.map +1 -0
  20. package/dist/actions/check-spam-score.mjs +25 -0
  21. package/dist/actions/check-spam-score.mjs.map +1 -0
  22. package/dist/actions/create-inbound-rule.cjs +19 -0
  23. package/dist/actions/create-inbound-rule.cjs.map +1 -0
  24. package/dist/actions/create-inbound-rule.d.cts +9 -0
  25. package/dist/actions/create-inbound-rule.d.cts.map +1 -0
  26. package/dist/actions/create-inbound-rule.d.mts +9 -0
  27. package/dist/actions/create-inbound-rule.d.mts.map +1 -0
  28. package/dist/actions/create-inbound-rule.mjs +16 -0
  29. package/dist/actions/create-inbound-rule.mjs.map +1 -0
  30. package/dist/actions/create-message-stream.cjs +32 -0
  31. package/dist/actions/create-message-stream.cjs.map +1 -0
  32. package/dist/actions/create-message-stream.d.cts +9 -0
  33. package/dist/actions/create-message-stream.d.cts.map +1 -0
  34. package/dist/actions/create-message-stream.d.mts +9 -0
  35. package/dist/actions/create-message-stream.d.mts.map +1 -0
  36. package/dist/actions/create-message-stream.mjs +31 -0
  37. package/dist/actions/create-message-stream.mjs.map +1 -0
  38. package/dist/actions/create-suppressions.cjs +25 -0
  39. package/dist/actions/create-suppressions.cjs.map +1 -0
  40. package/dist/actions/create-suppressions.d.cts +9 -0
  41. package/dist/actions/create-suppressions.d.cts.map +1 -0
  42. package/dist/actions/create-suppressions.d.mts +9 -0
  43. package/dist/actions/create-suppressions.d.mts.map +1 -0
  44. package/dist/actions/create-suppressions.mjs +24 -0
  45. package/dist/actions/create-suppressions.mjs.map +1 -0
  46. package/dist/actions/create-template.cjs +36 -0
  47. package/dist/actions/create-template.cjs.map +1 -0
  48. package/dist/actions/create-template.d.cts +9 -0
  49. package/dist/actions/create-template.d.cts.map +1 -0
  50. package/dist/actions/create-template.d.mts +9 -0
  51. package/dist/actions/create-template.d.mts.map +1 -0
  52. package/dist/actions/create-template.mjs +33 -0
  53. package/dist/actions/create-template.mjs.map +1 -0
  54. package/dist/actions/create-webhook.cjs +79 -0
  55. package/dist/actions/create-webhook.cjs.map +1 -0
  56. package/dist/actions/create-webhook.d.cts +9 -0
  57. package/dist/actions/create-webhook.d.cts.map +1 -0
  58. package/dist/actions/create-webhook.d.mts +9 -0
  59. package/dist/actions/create-webhook.d.mts.map +1 -0
  60. package/dist/actions/create-webhook.mjs +78 -0
  61. package/dist/actions/create-webhook.mjs.map +1 -0
  62. package/dist/actions/delete-inbound-rule.cjs +16 -0
  63. package/dist/actions/delete-inbound-rule.cjs.map +1 -0
  64. package/dist/actions/delete-inbound-rule.d.cts +9 -0
  65. package/dist/actions/delete-inbound-rule.d.cts.map +1 -0
  66. package/dist/actions/delete-inbound-rule.d.mts +9 -0
  67. package/dist/actions/delete-inbound-rule.d.mts.map +1 -0
  68. package/dist/actions/delete-inbound-rule.mjs +13 -0
  69. package/dist/actions/delete-inbound-rule.mjs.map +1 -0
  70. package/dist/actions/delete-suppressions.cjs +24 -0
  71. package/dist/actions/delete-suppressions.cjs.map +1 -0
  72. package/dist/actions/delete-suppressions.d.cts +9 -0
  73. package/dist/actions/delete-suppressions.d.cts.map +1 -0
  74. package/dist/actions/delete-suppressions.d.mts +9 -0
  75. package/dist/actions/delete-suppressions.d.mts.map +1 -0
  76. package/dist/actions/delete-suppressions.mjs +23 -0
  77. package/dist/actions/delete-suppressions.mjs.map +1 -0
  78. package/dist/actions/delete-template.cjs +19 -0
  79. package/dist/actions/delete-template.cjs.map +1 -0
  80. package/dist/actions/delete-template.d.cts +9 -0
  81. package/dist/actions/delete-template.d.cts.map +1 -0
  82. package/dist/actions/delete-template.d.mts +9 -0
  83. package/dist/actions/delete-template.d.mts.map +1 -0
  84. package/dist/actions/delete-template.mjs +16 -0
  85. package/dist/actions/delete-template.mjs.map +1 -0
  86. package/dist/actions/delete-webhook.cjs +16 -0
  87. package/dist/actions/delete-webhook.cjs.map +1 -0
  88. package/dist/actions/delete-webhook.d.cts +9 -0
  89. package/dist/actions/delete-webhook.d.cts.map +1 -0
  90. package/dist/actions/delete-webhook.d.mts +9 -0
  91. package/dist/actions/delete-webhook.d.mts.map +1 -0
  92. package/dist/actions/delete-webhook.mjs +13 -0
  93. package/dist/actions/delete-webhook.mjs.map +1 -0
  94. package/dist/actions/edit-server.cjs +42 -0
  95. package/dist/actions/edit-server.cjs.map +1 -0
  96. package/dist/actions/edit-server.d.cts +9 -0
  97. package/dist/actions/edit-server.d.cts.map +1 -0
  98. package/dist/actions/edit-server.d.mts +9 -0
  99. package/dist/actions/edit-server.d.mts.map +1 -0
  100. package/dist/actions/edit-server.mjs +39 -0
  101. package/dist/actions/edit-server.mjs.map +1 -0
  102. package/dist/actions/edit-template.cjs +39 -0
  103. package/dist/actions/edit-template.cjs.map +1 -0
  104. package/dist/actions/edit-template.d.cts +9 -0
  105. package/dist/actions/edit-template.d.cts.map +1 -0
  106. package/dist/actions/edit-template.d.mts +9 -0
  107. package/dist/actions/edit-template.d.mts.map +1 -0
  108. package/dist/actions/edit-template.mjs +36 -0
  109. package/dist/actions/edit-template.mjs.map +1 -0
  110. package/dist/actions/edit-webhook.cjs +41 -0
  111. package/dist/actions/edit-webhook.cjs.map +1 -0
  112. package/dist/actions/edit-webhook.d.cts +9 -0
  113. package/dist/actions/edit-webhook.d.cts.map +1 -0
  114. package/dist/actions/edit-webhook.d.mts +9 -0
  115. package/dist/actions/edit-webhook.d.mts.map +1 -0
  116. package/dist/actions/edit-webhook.mjs +40 -0
  117. package/dist/actions/edit-webhook.mjs.map +1 -0
  118. package/dist/actions/get-bounce-counts.cjs +33 -0
  119. package/dist/actions/get-bounce-counts.cjs.map +1 -0
  120. package/dist/actions/get-bounce-counts.d.cts +9 -0
  121. package/dist/actions/get-bounce-counts.d.cts.map +1 -0
  122. package/dist/actions/get-bounce-counts.d.mts +9 -0
  123. package/dist/actions/get-bounce-counts.d.mts.map +1 -0
  124. package/dist/actions/get-bounce-counts.mjs +32 -0
  125. package/dist/actions/get-bounce-counts.mjs.map +1 -0
  126. package/dist/actions/get-bounces.cjs +48 -0
  127. package/dist/actions/get-bounces.cjs.map +1 -0
  128. package/dist/actions/get-bounces.d.cts +9 -0
  129. package/dist/actions/get-bounces.d.cts.map +1 -0
  130. package/dist/actions/get-bounces.d.mts +9 -0
  131. package/dist/actions/get-bounces.d.mts.map +1 -0
  132. package/dist/actions/get-bounces.mjs +47 -0
  133. package/dist/actions/get-bounces.mjs.map +1 -0
  134. package/dist/actions/get-browser-platform-usage.cjs +32 -0
  135. package/dist/actions/get-browser-platform-usage.cjs.map +1 -0
  136. package/dist/actions/get-browser-platform-usage.d.cts +9 -0
  137. package/dist/actions/get-browser-platform-usage.d.cts.map +1 -0
  138. package/dist/actions/get-browser-platform-usage.d.mts +9 -0
  139. package/dist/actions/get-browser-platform-usage.d.mts.map +1 -0
  140. package/dist/actions/get-browser-platform-usage.mjs +31 -0
  141. package/dist/actions/get-browser-platform-usage.mjs.map +1 -0
  142. package/dist/actions/get-browser-usage.cjs +29 -0
  143. package/dist/actions/get-browser-usage.cjs.map +1 -0
  144. package/dist/actions/get-browser-usage.d.cts +9 -0
  145. package/dist/actions/get-browser-usage.d.cts.map +1 -0
  146. package/dist/actions/get-browser-usage.d.mts +9 -0
  147. package/dist/actions/get-browser-usage.d.mts.map +1 -0
  148. package/dist/actions/get-browser-usage.mjs +28 -0
  149. package/dist/actions/get-browser-usage.mjs.map +1 -0
  150. package/dist/actions/get-click-counts.cjs +36 -0
  151. package/dist/actions/get-click-counts.cjs.map +1 -0
  152. package/dist/actions/get-click-counts.d.cts +9 -0
  153. package/dist/actions/get-click-counts.d.cts.map +1 -0
  154. package/dist/actions/get-click-counts.d.mts +9 -0
  155. package/dist/actions/get-click-counts.d.mts.map +1 -0
  156. package/dist/actions/get-click-counts.mjs +35 -0
  157. package/dist/actions/get-click-counts.mjs.map +1 -0
  158. package/dist/actions/get-clicks-by-browser-family.cjs +21 -0
  159. package/dist/actions/get-clicks-by-browser-family.cjs.map +1 -0
  160. package/dist/actions/get-clicks-by-browser-family.d.cts +9 -0
  161. package/dist/actions/get-clicks-by-browser-family.d.cts.map +1 -0
  162. package/dist/actions/get-clicks-by-browser-family.d.mts +9 -0
  163. package/dist/actions/get-clicks-by-browser-family.d.mts.map +1 -0
  164. package/dist/actions/get-clicks-by-browser-family.mjs +20 -0
  165. package/dist/actions/get-clicks-by-browser-family.mjs.map +1 -0
  166. package/dist/actions/get-clicks-by-location.cjs +29 -0
  167. package/dist/actions/get-clicks-by-location.cjs.map +1 -0
  168. package/dist/actions/get-clicks-by-location.d.cts +9 -0
  169. package/dist/actions/get-clicks-by-location.d.cts.map +1 -0
  170. package/dist/actions/get-clicks-by-location.d.mts +9 -0
  171. package/dist/actions/get-clicks-by-location.d.mts.map +1 -0
  172. package/dist/actions/get-clicks-by-location.mjs +28 -0
  173. package/dist/actions/get-clicks-by-location.mjs.map +1 -0
  174. package/dist/actions/get-delivery-stats.cjs +24 -0
  175. package/dist/actions/get-delivery-stats.cjs.map +1 -0
  176. package/dist/actions/get-delivery-stats.d.cts +9 -0
  177. package/dist/actions/get-delivery-stats.d.cts.map +1 -0
  178. package/dist/actions/get-delivery-stats.d.mts +9 -0
  179. package/dist/actions/get-delivery-stats.d.mts.map +1 -0
  180. package/dist/actions/get-delivery-stats.mjs +23 -0
  181. package/dist/actions/get-delivery-stats.mjs.map +1 -0
  182. package/dist/actions/get-email-client-usage.cjs +22 -0
  183. package/dist/actions/get-email-client-usage.cjs.map +1 -0
  184. package/dist/actions/get-email-client-usage.d.cts +9 -0
  185. package/dist/actions/get-email-client-usage.d.cts.map +1 -0
  186. package/dist/actions/get-email-client-usage.d.mts +9 -0
  187. package/dist/actions/get-email-client-usage.d.mts.map +1 -0
  188. package/dist/actions/get-email-client-usage.mjs +21 -0
  189. package/dist/actions/get-email-client-usage.mjs.map +1 -0
  190. package/dist/actions/get-email-open-counts.cjs +29 -0
  191. package/dist/actions/get-email-open-counts.cjs.map +1 -0
  192. package/dist/actions/get-email-open-counts.d.cts +9 -0
  193. package/dist/actions/get-email-open-counts.d.cts.map +1 -0
  194. package/dist/actions/get-email-open-counts.d.mts +9 -0
  195. package/dist/actions/get-email-open-counts.d.mts.map +1 -0
  196. package/dist/actions/get-email-open-counts.mjs +28 -0
  197. package/dist/actions/get-email-open-counts.mjs.map +1 -0
  198. package/dist/actions/get-message-stream.cjs +28 -0
  199. package/dist/actions/get-message-stream.cjs.map +1 -0
  200. package/dist/actions/get-message-stream.d.cts +9 -0
  201. package/dist/actions/get-message-stream.d.cts.map +1 -0
  202. package/dist/actions/get-message-stream.d.mts +9 -0
  203. package/dist/actions/get-message-stream.d.mts.map +1 -0
  204. package/dist/actions/get-message-stream.mjs +27 -0
  205. package/dist/actions/get-message-stream.mjs.map +1 -0
  206. package/dist/actions/get-opens-by-platform.cjs +33 -0
  207. package/dist/actions/get-opens-by-platform.cjs.map +1 -0
  208. package/dist/actions/get-opens-by-platform.d.cts +9 -0
  209. package/dist/actions/get-opens-by-platform.d.cts.map +1 -0
  210. package/dist/actions/get-opens-by-platform.d.mts +9 -0
  211. package/dist/actions/get-opens-by-platform.d.mts.map +1 -0
  212. package/dist/actions/get-opens-by-platform.mjs +32 -0
  213. package/dist/actions/get-opens-by-platform.mjs.map +1 -0
  214. package/dist/actions/get-outbound-overview.cjs +34 -0
  215. package/dist/actions/get-outbound-overview.cjs.map +1 -0
  216. package/dist/actions/get-outbound-overview.d.cts +9 -0
  217. package/dist/actions/get-outbound-overview.d.cts.map +1 -0
  218. package/dist/actions/get-outbound-overview.d.mts +9 -0
  219. package/dist/actions/get-outbound-overview.d.mts.map +1 -0
  220. package/dist/actions/get-outbound-overview.mjs +31 -0
  221. package/dist/actions/get-outbound-overview.mjs.map +1 -0
  222. package/dist/actions/get-sent-counts.cjs +27 -0
  223. package/dist/actions/get-sent-counts.cjs.map +1 -0
  224. package/dist/actions/get-sent-counts.d.cts +9 -0
  225. package/dist/actions/get-sent-counts.d.cts.map +1 -0
  226. package/dist/actions/get-sent-counts.d.mts +9 -0
  227. package/dist/actions/get-sent-counts.d.mts.map +1 -0
  228. package/dist/actions/get-sent-counts.mjs +26 -0
  229. package/dist/actions/get-sent-counts.mjs.map +1 -0
  230. package/dist/actions/get-server.cjs +43 -0
  231. package/dist/actions/get-server.cjs.map +1 -0
  232. package/dist/actions/get-server.d.cts +9 -0
  233. package/dist/actions/get-server.d.cts.map +1 -0
  234. package/dist/actions/get-server.d.mts +9 -0
  235. package/dist/actions/get-server.d.mts.map +1 -0
  236. package/dist/actions/get-server.mjs +40 -0
  237. package/dist/actions/get-server.mjs.map +1 -0
  238. package/dist/actions/get-spam-complaints.cjs +27 -0
  239. package/dist/actions/get-spam-complaints.cjs.map +1 -0
  240. package/dist/actions/get-spam-complaints.d.cts +9 -0
  241. package/dist/actions/get-spam-complaints.d.cts.map +1 -0
  242. package/dist/actions/get-spam-complaints.d.mts +9 -0
  243. package/dist/actions/get-spam-complaints.d.mts.map +1 -0
  244. package/dist/actions/get-spam-complaints.mjs +26 -0
  245. package/dist/actions/get-spam-complaints.mjs.map +1 -0
  246. package/dist/actions/get-template.cjs +29 -0
  247. package/dist/actions/get-template.cjs.map +1 -0
  248. package/dist/actions/get-template.d.cts +9 -0
  249. package/dist/actions/get-template.d.cts.map +1 -0
  250. package/dist/actions/get-template.d.mts +9 -0
  251. package/dist/actions/get-template.d.mts.map +1 -0
  252. package/dist/actions/get-template.mjs +26 -0
  253. package/dist/actions/get-template.mjs.map +1 -0
  254. package/dist/actions/get-tracked-email-counts.cjs +23 -0
  255. package/dist/actions/get-tracked-email-counts.cjs.map +1 -0
  256. package/dist/actions/get-tracked-email-counts.d.cts +9 -0
  257. package/dist/actions/get-tracked-email-counts.d.cts.map +1 -0
  258. package/dist/actions/get-tracked-email-counts.d.mts +9 -0
  259. package/dist/actions/get-tracked-email-counts.d.mts.map +1 -0
  260. package/dist/actions/get-tracked-email-counts.mjs +22 -0
  261. package/dist/actions/get-tracked-email-counts.mjs.map +1 -0
  262. package/dist/actions/get-webhook.cjs +44 -0
  263. package/dist/actions/get-webhook.cjs.map +1 -0
  264. package/dist/actions/get-webhook.d.cts +9 -0
  265. package/dist/actions/get-webhook.d.cts.map +1 -0
  266. package/dist/actions/get-webhook.d.mts +9 -0
  267. package/dist/actions/get-webhook.d.mts.map +1 -0
  268. package/dist/actions/get-webhook.mjs +43 -0
  269. package/dist/actions/get-webhook.mjs.map +1 -0
  270. package/dist/actions/index.cjs +93 -0
  271. package/dist/actions/index.d.cts +47 -0
  272. package/dist/actions/index.d.mts +47 -0
  273. package/dist/actions/index.mjs +47 -0
  274. package/dist/actions/list-inbound-rules.cjs +26 -0
  275. package/dist/actions/list-inbound-rules.cjs.map +1 -0
  276. package/dist/actions/list-inbound-rules.d.cts +9 -0
  277. package/dist/actions/list-inbound-rules.d.cts.map +1 -0
  278. package/dist/actions/list-inbound-rules.d.mts +9 -0
  279. package/dist/actions/list-inbound-rules.d.mts.map +1 -0
  280. package/dist/actions/list-inbound-rules.mjs +25 -0
  281. package/dist/actions/list-inbound-rules.mjs.map +1 -0
  282. package/dist/actions/list-message-streams.cjs +40 -0
  283. package/dist/actions/list-message-streams.cjs.map +1 -0
  284. package/dist/actions/list-message-streams.d.cts +9 -0
  285. package/dist/actions/list-message-streams.d.cts.map +1 -0
  286. package/dist/actions/list-message-streams.d.mts +9 -0
  287. package/dist/actions/list-message-streams.d.mts.map +1 -0
  288. package/dist/actions/list-message-streams.mjs +39 -0
  289. package/dist/actions/list-message-streams.mjs.map +1 -0
  290. package/dist/actions/list-outbound-message-clicks.cjs +69 -0
  291. package/dist/actions/list-outbound-message-clicks.cjs.map +1 -0
  292. package/dist/actions/list-outbound-message-clicks.d.cts +9 -0
  293. package/dist/actions/list-outbound-message-clicks.d.cts.map +1 -0
  294. package/dist/actions/list-outbound-message-clicks.d.mts +9 -0
  295. package/dist/actions/list-outbound-message-clicks.d.mts.map +1 -0
  296. package/dist/actions/list-outbound-message-clicks.mjs +68 -0
  297. package/dist/actions/list-outbound-message-clicks.mjs.map +1 -0
  298. package/dist/actions/list-outbound-message-opens.cjs +67 -0
  299. package/dist/actions/list-outbound-message-opens.cjs.map +1 -0
  300. package/dist/actions/list-outbound-message-opens.d.cts +9 -0
  301. package/dist/actions/list-outbound-message-opens.d.cts.map +1 -0
  302. package/dist/actions/list-outbound-message-opens.d.mts +9 -0
  303. package/dist/actions/list-outbound-message-opens.d.mts.map +1 -0
  304. package/dist/actions/list-outbound-message-opens.mjs +66 -0
  305. package/dist/actions/list-outbound-message-opens.mjs.map +1 -0
  306. package/dist/actions/list-suppressions.cjs +37 -0
  307. package/dist/actions/list-suppressions.cjs.map +1 -0
  308. package/dist/actions/list-suppressions.d.cts +9 -0
  309. package/dist/actions/list-suppressions.d.cts.map +1 -0
  310. package/dist/actions/list-suppressions.d.mts +9 -0
  311. package/dist/actions/list-suppressions.d.mts.map +1 -0
  312. package/dist/actions/list-suppressions.mjs +36 -0
  313. package/dist/actions/list-suppressions.mjs.map +1 -0
  314. package/dist/actions/list-templates.cjs +35 -0
  315. package/dist/actions/list-templates.cjs.map +1 -0
  316. package/dist/actions/list-templates.d.cts +9 -0
  317. package/dist/actions/list-templates.d.cts.map +1 -0
  318. package/dist/actions/list-templates.d.mts +9 -0
  319. package/dist/actions/list-templates.d.mts.map +1 -0
  320. package/dist/actions/list-templates.mjs +34 -0
  321. package/dist/actions/list-templates.mjs.map +1 -0
  322. package/dist/actions/list-webhooks.cjs +47 -0
  323. package/dist/actions/list-webhooks.cjs.map +1 -0
  324. package/dist/actions/list-webhooks.d.cts +9 -0
  325. package/dist/actions/list-webhooks.d.cts.map +1 -0
  326. package/dist/actions/list-webhooks.d.mts +9 -0
  327. package/dist/actions/list-webhooks.d.mts.map +1 -0
  328. package/dist/actions/list-webhooks.mjs +46 -0
  329. package/dist/actions/list-webhooks.mjs.map +1 -0
  330. package/dist/actions/search-inbound-messages.cjs +72 -0
  331. package/dist/actions/search-inbound-messages.cjs.map +1 -0
  332. package/dist/actions/search-inbound-messages.d.cts +9 -0
  333. package/dist/actions/search-inbound-messages.d.cts.map +1 -0
  334. package/dist/actions/search-inbound-messages.d.mts +9 -0
  335. package/dist/actions/search-inbound-messages.d.mts.map +1 -0
  336. package/dist/actions/search-inbound-messages.mjs +71 -0
  337. package/dist/actions/search-inbound-messages.mjs.map +1 -0
  338. package/dist/actions/search-outbound-messages.cjs +50 -0
  339. package/dist/actions/search-outbound-messages.cjs.map +1 -0
  340. package/dist/actions/search-outbound-messages.d.cts +9 -0
  341. package/dist/actions/search-outbound-messages.d.cts.map +1 -0
  342. package/dist/actions/search-outbound-messages.d.mts +9 -0
  343. package/dist/actions/search-outbound-messages.d.mts.map +1 -0
  344. package/dist/actions/search-outbound-messages.mjs +49 -0
  345. package/dist/actions/search-outbound-messages.mjs.map +1 -0
  346. package/dist/actions/send-batch-with-templates.cjs +45 -0
  347. package/dist/actions/send-batch-with-templates.cjs.map +1 -0
  348. package/dist/actions/send-batch-with-templates.d.cts +9 -0
  349. package/dist/actions/send-batch-with-templates.d.cts.map +1 -0
  350. package/dist/actions/send-batch-with-templates.d.mts +9 -0
  351. package/dist/actions/send-batch-with-templates.d.mts.map +1 -0
  352. package/dist/actions/send-batch-with-templates.mjs +42 -0
  353. package/dist/actions/send-batch-with-templates.mjs.map +1 -0
  354. package/dist/actions/unarchive-message-stream.cjs +27 -0
  355. package/dist/actions/unarchive-message-stream.cjs.map +1 -0
  356. package/dist/actions/unarchive-message-stream.d.cts +9 -0
  357. package/dist/actions/unarchive-message-stream.d.cts.map +1 -0
  358. package/dist/actions/unarchive-message-stream.d.mts +9 -0
  359. package/dist/actions/unarchive-message-stream.d.mts.map +1 -0
  360. package/dist/actions/unarchive-message-stream.mjs +26 -0
  361. package/dist/actions/unarchive-message-stream.mjs.map +1 -0
  362. package/dist/actions/update-message-stream.cjs +30 -0
  363. package/dist/actions/update-message-stream.cjs.map +1 -0
  364. package/dist/actions/update-message-stream.d.cts +9 -0
  365. package/dist/actions/update-message-stream.d.cts.map +1 -0
  366. package/dist/actions/update-message-stream.d.mts +9 -0
  367. package/dist/actions/update-message-stream.d.mts.map +1 -0
  368. package/dist/actions/update-message-stream.mjs +27 -0
  369. package/dist/actions/update-message-stream.mjs.map +1 -0
  370. package/dist/actions/validate-template.cjs +33 -0
  371. package/dist/actions/validate-template.cjs.map +1 -0
  372. package/dist/actions/validate-template.d.cts +9 -0
  373. package/dist/actions/validate-template.d.cts.map +1 -0
  374. package/dist/actions/validate-template.d.mts +9 -0
  375. package/dist/actions/validate-template.d.mts.map +1 -0
  376. package/dist/actions/validate-template.mjs +32 -0
  377. package/dist/actions/validate-template.mjs.map +1 -0
  378. package/dist/app.cjs +9 -0
  379. package/dist/app.cjs.map +1 -0
  380. package/dist/app.d.cts +5 -0
  381. package/dist/app.d.cts.map +1 -0
  382. package/dist/app.d.mts +5 -0
  383. package/dist/app.d.mts.map +1 -0
  384. package/dist/app.mjs +10 -0
  385. package/dist/app.mjs.map +1 -0
  386. package/dist/catalog.cjs +15 -0
  387. package/dist/catalog.cjs.map +1 -0
  388. package/dist/catalog.d.cts +14 -0
  389. package/dist/catalog.d.cts.map +1 -0
  390. package/dist/catalog.d.mts +14 -0
  391. package/dist/catalog.d.mts.map +1 -0
  392. package/dist/catalog.mjs +15 -0
  393. package/dist/catalog.mjs.map +1 -0
  394. package/dist/execute.cjs +18 -0
  395. package/dist/execute.cjs.map +1 -0
  396. package/dist/execute.mjs +18 -0
  397. package/dist/execute.mjs.map +1 -0
  398. package/dist/index.cjs +98 -0
  399. package/dist/index.d.cts +49 -0
  400. package/dist/index.d.mts +49 -0
  401. package/dist/index.mjs +50 -0
  402. package/package.json +49 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-inbound-rules.cjs","names":["z","action"],"sources":["../../src/actions/list-inbound-rules.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkListInboundRulesInput: z.ZodTypeAny = z.object({\n count: z.number().int().default(10).describe(\"Number of inbound rules to return per page. Required by the API.\").optional(),\n offset: z.number().int().default(0).describe(\"Number of inbound rules to skip for pagination. Required by the API.\").optional(),\n}).describe(\"Query parameters for listing inbound rules with pagination.\");\nconst PostmarkListInboundRules_InboundRuleSchema: z.ZodTypeAny = z.object({\n ID: z.number().int().describe(\"Unique identifier for the inbound rule.\"),\n Rule: z.string().describe(\"Email address or domain that is blocked from sending.\"),\n}).describe(\"A single inbound rule (trigger) object.\");\nexport const PostmarkListInboundRulesOutput: z.ZodTypeAny = z.object({\n TotalCount: z.number().int().describe(\"Total number of inbound rules matching the criteria.\"),\n InboundRules: z.array(PostmarkListInboundRules_InboundRuleSchema).describe(\"List of inbound rule objects.\"),\n}).describe(\"Response schema for listing inbound rules.\");\n\nexport const postmarkListInboundRules = action(\"POSTMARK_LIST_INBOUND_RULES\", {\n slug: \"postmark-list-inbound-rules\",\n name: \"List Inbound Rules\",\n description: \"Tool to list all inbound rules (triggers) configured for blocking senders. Use when you need to retrieve configured inbound rules with pagination support.\",\n input: PostmarkListInboundRulesInput,\n output: PostmarkListInboundRulesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;CAC1H,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;AAChI,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,6CAA2DA,IAAAA,EAAE,OAAO;CACxE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;AACnF,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD;CAC5F,cAAcA,IAAAA,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,+BAA+B;AAC5G,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAExD,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-inbound-rules.d.ts
4
+ declare const PostmarkListInboundRulesInput: z.ZodTypeAny;
5
+ declare const PostmarkListInboundRulesOutput: z.ZodTypeAny;
6
+ declare const postmarkListInboundRules: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { postmarkListInboundRules };
9
+ //# sourceMappingURL=list-inbound-rules.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-inbound-rules.d.cts","names":[],"sources":["../../src/actions/list-inbound-rules.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAG4B;AAAA,cAK7D,8BAAA,EAAgC,CAAA,CAAE,UAGU;AAAA,cAE5C,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-inbound-rules.d.ts
4
+ declare const PostmarkListInboundRulesInput: z.ZodTypeAny;
5
+ declare const PostmarkListInboundRulesOutput: z.ZodTypeAny;
6
+ declare const postmarkListInboundRules: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { postmarkListInboundRules };
9
+ //# sourceMappingURL=list-inbound-rules.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-inbound-rules.d.mts","names":[],"sources":["../../src/actions/list-inbound-rules.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAG4B;AAAA,cAK7D,8BAAA,EAAgC,CAAA,CAAE,UAGU;AAAA,cAE5C,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,25 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-inbound-rules.ts
4
+ const PostmarkListInboundRulesInput = z.object({
5
+ count: z.number().int().default(10).describe("Number of inbound rules to return per page. Required by the API.").optional(),
6
+ offset: z.number().int().default(0).describe("Number of inbound rules to skip for pagination. Required by the API.").optional()
7
+ }).describe("Query parameters for listing inbound rules with pagination.");
8
+ const PostmarkListInboundRules_InboundRuleSchema = z.object({
9
+ ID: z.number().int().describe("Unique identifier for the inbound rule."),
10
+ Rule: z.string().describe("Email address or domain that is blocked from sending.")
11
+ }).describe("A single inbound rule (trigger) object.");
12
+ const postmarkListInboundRules = action("POSTMARK_LIST_INBOUND_RULES", {
13
+ slug: "postmark-list-inbound-rules",
14
+ name: "List Inbound Rules",
15
+ description: "Tool to list all inbound rules (triggers) configured for blocking senders. Use when you need to retrieve configured inbound rules with pagination support.",
16
+ input: PostmarkListInboundRulesInput,
17
+ output: z.object({
18
+ TotalCount: z.number().int().describe("Total number of inbound rules matching the criteria."),
19
+ InboundRules: z.array(PostmarkListInboundRules_InboundRuleSchema).describe("List of inbound rule objects.")
20
+ }).describe("Response schema for listing inbound rules.")
21
+ });
22
+ //#endregion
23
+ export { postmarkListInboundRules };
24
+
25
+ //# sourceMappingURL=list-inbound-rules.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-inbound-rules.mjs","names":[],"sources":["../../src/actions/list-inbound-rules.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkListInboundRulesInput: z.ZodTypeAny = z.object({\n count: z.number().int().default(10).describe(\"Number of inbound rules to return per page. Required by the API.\").optional(),\n offset: z.number().int().default(0).describe(\"Number of inbound rules to skip for pagination. Required by the API.\").optional(),\n}).describe(\"Query parameters for listing inbound rules with pagination.\");\nconst PostmarkListInboundRules_InboundRuleSchema: z.ZodTypeAny = z.object({\n ID: z.number().int().describe(\"Unique identifier for the inbound rule.\"),\n Rule: z.string().describe(\"Email address or domain that is blocked from sending.\"),\n}).describe(\"A single inbound rule (trigger) object.\");\nexport const PostmarkListInboundRulesOutput: z.ZodTypeAny = z.object({\n TotalCount: z.number().int().describe(\"Total number of inbound rules matching the criteria.\"),\n InboundRules: z.array(PostmarkListInboundRules_InboundRuleSchema).describe(\"List of inbound rule objects.\"),\n}).describe(\"Response schema for listing inbound rules.\");\n\nexport const postmarkListInboundRules = action(\"POSTMARK_LIST_INBOUND_RULES\", {\n slug: \"postmark-list-inbound-rules\",\n name: \"List Inbound Rules\",\n description: \"Tool to list all inbound rules (triggers) configured for blocking senders. Use when you need to retrieve configured inbound rules with pagination support.\",\n input: PostmarkListInboundRulesInput,\n output: PostmarkListInboundRulesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8C,EAAE,OAAO;CAClE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;CAC1H,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;AAChI,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,6CAA2D,EAAE,OAAO;CACxE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;AACnF,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAMrD,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV0D,EAAE,OAAO;EACnE,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD;EAC5F,cAAc,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,+BAA+B;CAC5G,CAAC,CAAC,CAAC,SAAS,4CAOF;AACV,CAAC"}
@@ -0,0 +1,40 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-message-streams.ts
4
+ const PostmarkListMessageStreamsInput = zod.z.object({
5
+ MessageStreamType: zod.z.enum([
6
+ "Transactional",
7
+ "Broadcasts",
8
+ "Inbound",
9
+ "all"
10
+ ]).describe("Message stream type options for filtering.").optional(),
11
+ IncludeArchivedStreams: zod.z.boolean().describe("Include archived streams in the response.").optional()
12
+ }).describe("Request model for listing message streams with optional filters.");
13
+ const PostmarkListMessageStreams_SubscriptionManagementConfigurationSchema = zod.z.object({ UnsubscribeHandlingType: zod.z.string().describe("Unsubscribe handling type: None, Custom, or Postmark.") }).describe("Subscription management configuration for a message stream.");
14
+ const PostmarkListMessageStreams_MessageStreamSchema = zod.z.object({
15
+ ID: zod.z.string().describe("Unique stream identifier."),
16
+ Name: zod.z.string().describe("Stream display name."),
17
+ ServerID: zod.z.number().int().describe("Associated server ID."),
18
+ CreatedAt: zod.z.string().describe("ISO timestamp of creation."),
19
+ UpdatedAt: zod.z.string().describe("ISO timestamp of last modification.").nullable().optional(),
20
+ ArchivedAt: zod.z.string().describe("ISO timestamp if archived.").nullable().optional(),
21
+ Description: zod.z.string().describe("Stream details.").nullable().optional(),
22
+ ExpectedPurgeDate: zod.z.string().describe("Deletion date for archived streams, 45 days post-archiving.").nullable().optional(),
23
+ MessageStreamType: zod.z.string().describe("Type classification: Inbound, Broadcasts, or Transactional."),
24
+ SubscriptionManagementConfiguration: PostmarkListMessageStreams_SubscriptionManagementConfigurationSchema.nullable().optional()
25
+ }).describe("Message stream object in the response.");
26
+ const PostmarkListMessageStreamsOutput = zod.z.object({
27
+ TotalCount: zod.z.number().int().describe("Number of streams retrieved."),
28
+ MessageStreams: zod.z.array(PostmarkListMessageStreams_MessageStreamSchema).describe("Collection of message stream objects.")
29
+ }).describe("Response schema for listing message streams.");
30
+ const postmarkListMessageStreams = require_action.action("POSTMARK_LIST_MESSAGE_STREAMS", {
31
+ slug: "postmark-list-message-streams",
32
+ name: "List Message Streams",
33
+ description: "Tool to list all message streams for a Postmark server with optional type and archive filtering. Use when you need to retrieve available message streams. A server may have up to 10 streams including defaults.",
34
+ input: PostmarkListMessageStreamsInput,
35
+ output: PostmarkListMessageStreamsOutput
36
+ });
37
+ //#endregion
38
+ exports.postmarkListMessageStreams = postmarkListMessageStreams;
39
+
40
+ //# sourceMappingURL=list-message-streams.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-message-streams.cjs","names":["z","action"],"sources":["../../src/actions/list-message-streams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkListMessageStreamsInput: z.ZodTypeAny = z.object({\n MessageStreamType: z.enum([\"Transactional\", \"Broadcasts\", \"Inbound\", \"all\"]).describe(\"Message stream type options for filtering.\").optional(),\n IncludeArchivedStreams: z.boolean().describe(\"Include archived streams in the response.\").optional(),\n}).describe(\"Request model for listing message streams with optional filters.\");\nconst PostmarkListMessageStreams_SubscriptionManagementConfigurationSchema: z.ZodTypeAny = z.object({\n UnsubscribeHandlingType: z.string().describe(\"Unsubscribe handling type: None, Custom, or Postmark.\"),\n}).describe(\"Subscription management configuration for a message stream.\");\nconst PostmarkListMessageStreams_MessageStreamSchema: z.ZodTypeAny = z.object({\n ID: z.string().describe(\"Unique stream identifier.\"),\n Name: z.string().describe(\"Stream display name.\"),\n ServerID: z.number().int().describe(\"Associated server ID.\"),\n CreatedAt: z.string().describe(\"ISO timestamp of creation.\"),\n UpdatedAt: z.string().describe(\"ISO timestamp of last modification.\").nullable().optional(),\n ArchivedAt: z.string().describe(\"ISO timestamp if archived.\").nullable().optional(),\n Description: z.string().describe(\"Stream details.\").nullable().optional(),\n ExpectedPurgeDate: z.string().describe(\"Deletion date for archived streams, 45 days post-archiving.\").nullable().optional(),\n MessageStreamType: z.string().describe(\"Type classification: Inbound, Broadcasts, or Transactional.\"),\n SubscriptionManagementConfiguration: PostmarkListMessageStreams_SubscriptionManagementConfigurationSchema.nullable().optional(),\n}).describe(\"Message stream object in the response.\");\nexport const PostmarkListMessageStreamsOutput: z.ZodTypeAny = z.object({\n TotalCount: z.number().int().describe(\"Number of streams retrieved.\"),\n MessageStreams: z.array(PostmarkListMessageStreams_MessageStreamSchema).describe(\"Collection of message stream objects.\"),\n}).describe(\"Response schema for listing message streams.\");\n\nexport const postmarkListMessageStreams = action(\"POSTMARK_LIST_MESSAGE_STREAMS\", {\n slug: \"postmark-list-message-streams\",\n name: \"List Message Streams\",\n description: \"Tool to list all message streams for a Postmark server with optional type and archive filtering. Use when you need to retrieve available message streams. A server may have up to 10 streams including defaults.\",\n input: PostmarkListMessageStreamsInput,\n output: PostmarkListMessageStreamsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,mBAAmBA,IAAAA,EAAE,KAAK;EAAC;EAAiB;EAAc;EAAW;CAAK,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CAC7I,wBAAwBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,uEAAqFA,IAAAA,EAAE,OAAO,EAClG,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,EACtG,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,iDAA+DA,IAAAA,EAAE,OAAO;CAC5E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACnD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CAChD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uBAAuB;CAC3D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CAC3D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CACpG,qCAAqC,qEAAqE,SAAS,CAAC,CAAC,SAAS;AAChI,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B;CACpE,gBAAgBA,IAAAA,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,uCAAuC;AAC1H,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-message-streams.d.ts
4
+ declare const PostmarkListMessageStreamsInput: z.ZodTypeAny;
5
+ declare const PostmarkListMessageStreamsOutput: z.ZodTypeAny;
6
+ declare const postmarkListMessageStreams: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { postmarkListMessageStreams };
9
+ //# sourceMappingURL=list-message-streams.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-message-streams.d.cts","names":[],"sources":["../../src/actions/list-message-streams.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAG+B;AAAA,cAgBlE,gCAAA,EAAkC,CAAA,CAAE,UAGU;AAAA,cAE9C,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-message-streams.d.ts
4
+ declare const PostmarkListMessageStreamsInput: z.ZodTypeAny;
5
+ declare const PostmarkListMessageStreamsOutput: z.ZodTypeAny;
6
+ declare const postmarkListMessageStreams: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { postmarkListMessageStreams };
9
+ //# sourceMappingURL=list-message-streams.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-message-streams.d.mts","names":[],"sources":["../../src/actions/list-message-streams.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAG+B;AAAA,cAgBlE,gCAAA,EAAkC,CAAA,CAAE,UAGU;AAAA,cAE9C,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,39 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-message-streams.ts
4
+ const PostmarkListMessageStreamsInput = z.object({
5
+ MessageStreamType: z.enum([
6
+ "Transactional",
7
+ "Broadcasts",
8
+ "Inbound",
9
+ "all"
10
+ ]).describe("Message stream type options for filtering.").optional(),
11
+ IncludeArchivedStreams: z.boolean().describe("Include archived streams in the response.").optional()
12
+ }).describe("Request model for listing message streams with optional filters.");
13
+ const PostmarkListMessageStreams_SubscriptionManagementConfigurationSchema = z.object({ UnsubscribeHandlingType: z.string().describe("Unsubscribe handling type: None, Custom, or Postmark.") }).describe("Subscription management configuration for a message stream.");
14
+ const PostmarkListMessageStreams_MessageStreamSchema = z.object({
15
+ ID: z.string().describe("Unique stream identifier."),
16
+ Name: z.string().describe("Stream display name."),
17
+ ServerID: z.number().int().describe("Associated server ID."),
18
+ CreatedAt: z.string().describe("ISO timestamp of creation."),
19
+ UpdatedAt: z.string().describe("ISO timestamp of last modification.").nullable().optional(),
20
+ ArchivedAt: z.string().describe("ISO timestamp if archived.").nullable().optional(),
21
+ Description: z.string().describe("Stream details.").nullable().optional(),
22
+ ExpectedPurgeDate: z.string().describe("Deletion date for archived streams, 45 days post-archiving.").nullable().optional(),
23
+ MessageStreamType: z.string().describe("Type classification: Inbound, Broadcasts, or Transactional."),
24
+ SubscriptionManagementConfiguration: PostmarkListMessageStreams_SubscriptionManagementConfigurationSchema.nullable().optional()
25
+ }).describe("Message stream object in the response.");
26
+ const postmarkListMessageStreams = action("POSTMARK_LIST_MESSAGE_STREAMS", {
27
+ slug: "postmark-list-message-streams",
28
+ name: "List Message Streams",
29
+ description: "Tool to list all message streams for a Postmark server with optional type and archive filtering. Use when you need to retrieve available message streams. A server may have up to 10 streams including defaults.",
30
+ input: PostmarkListMessageStreamsInput,
31
+ output: z.object({
32
+ TotalCount: z.number().int().describe("Number of streams retrieved."),
33
+ MessageStreams: z.array(PostmarkListMessageStreams_MessageStreamSchema).describe("Collection of message stream objects.")
34
+ }).describe("Response schema for listing message streams.")
35
+ });
36
+ //#endregion
37
+ export { postmarkListMessageStreams };
38
+
39
+ //# sourceMappingURL=list-message-streams.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-message-streams.mjs","names":[],"sources":["../../src/actions/list-message-streams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkListMessageStreamsInput: z.ZodTypeAny = z.object({\n MessageStreamType: z.enum([\"Transactional\", \"Broadcasts\", \"Inbound\", \"all\"]).describe(\"Message stream type options for filtering.\").optional(),\n IncludeArchivedStreams: z.boolean().describe(\"Include archived streams in the response.\").optional(),\n}).describe(\"Request model for listing message streams with optional filters.\");\nconst PostmarkListMessageStreams_SubscriptionManagementConfigurationSchema: z.ZodTypeAny = z.object({\n UnsubscribeHandlingType: z.string().describe(\"Unsubscribe handling type: None, Custom, or Postmark.\"),\n}).describe(\"Subscription management configuration for a message stream.\");\nconst PostmarkListMessageStreams_MessageStreamSchema: z.ZodTypeAny = z.object({\n ID: z.string().describe(\"Unique stream identifier.\"),\n Name: z.string().describe(\"Stream display name.\"),\n ServerID: z.number().int().describe(\"Associated server ID.\"),\n CreatedAt: z.string().describe(\"ISO timestamp of creation.\"),\n UpdatedAt: z.string().describe(\"ISO timestamp of last modification.\").nullable().optional(),\n ArchivedAt: z.string().describe(\"ISO timestamp if archived.\").nullable().optional(),\n Description: z.string().describe(\"Stream details.\").nullable().optional(),\n ExpectedPurgeDate: z.string().describe(\"Deletion date for archived streams, 45 days post-archiving.\").nullable().optional(),\n MessageStreamType: z.string().describe(\"Type classification: Inbound, Broadcasts, or Transactional.\"),\n SubscriptionManagementConfiguration: PostmarkListMessageStreams_SubscriptionManagementConfigurationSchema.nullable().optional(),\n}).describe(\"Message stream object in the response.\");\nexport const PostmarkListMessageStreamsOutput: z.ZodTypeAny = z.object({\n TotalCount: z.number().int().describe(\"Number of streams retrieved.\"),\n MessageStreams: z.array(PostmarkListMessageStreams_MessageStreamSchema).describe(\"Collection of message stream objects.\"),\n}).describe(\"Response schema for listing message streams.\");\n\nexport const postmarkListMessageStreams = action(\"POSTMARK_LIST_MESSAGE_STREAMS\", {\n slug: \"postmark-list-message-streams\",\n name: \"List Message Streams\",\n description: \"Tool to list all message streams for a Postmark server with optional type and archive filtering. Use when you need to retrieve available message streams. A server may have up to 10 streams including defaults.\",\n input: PostmarkListMessageStreamsInput,\n output: PostmarkListMessageStreamsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgD,EAAE,OAAO;CACpE,mBAAmB,EAAE,KAAK;EAAC;EAAiB;EAAc;EAAW;CAAK,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CAC7I,wBAAwB,EAAE,QAAQ,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,uEAAqF,EAAE,OAAO,EAClG,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,EACtG,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,iDAA+D,EAAE,OAAO;CAC5E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACnD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CAChD,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uBAAuB;CAC3D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CAC3D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CACpG,qCAAqC,qEAAqE,SAAS,CAAC,CAAC,SAAS;AAChI,CAAC,CAAC,CAAC,SAAS,wCAAwC;AAMpD,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV4D,EAAE,OAAO;EACrE,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B;EACpE,gBAAgB,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,uCAAuC;CAC1H,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
@@ -0,0 +1,69 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-outbound-message-clicks.ts
4
+ const PostmarkListOutboundMessageClicksInput = zod.z.object({
5
+ tag: zod.z.string().describe("Filter by tag associated with the message.").optional(),
6
+ city: zod.z.string().describe("Filter by full name of city messages were clicked in, e.g. Moscow, New York.").optional(),
7
+ count: zod.z.number().int().describe("Number of message clicks to return per request. Max 500."),
8
+ offset: zod.z.number().int().describe("Number of messages to skip for pagination."),
9
+ region: zod.z.string().describe("Filter by full name of region messages were clicked in, e.g. Moscow, New York.").optional(),
10
+ country: zod.z.string().describe("Filter by country messages were clicked in, e.g. Denmark, Russia.").optional(),
11
+ os_name: zod.z.string().describe("Filter by full OS name and specific version, e.g. OS X 10.9 Mavericks, Windows 7.").optional(),
12
+ platform: zod.z.string().describe("Filter by platform, e.g. webmail, desktop, mobile.").optional(),
13
+ os_family: zod.z.string().describe("Filter by kind of OS used without specific version, e.g. OS X, Windows.").optional(),
14
+ recipient: zod.z.string().describe("Filter by To, Cc, or Bcc recipient email address.").optional(),
15
+ os_company: zod.z.string().describe("Filter by company which produced the OS, e.g. Apple Computer, Inc., Microsoft Corporation.").optional(),
16
+ client_name: zod.z.string().describe("Filter by client name, e.g. Outlook, Gmail.").optional(),
17
+ client_family: zod.z.string().describe("Filter by client family, e.g. OS X, Chrome.").optional(),
18
+ client_company: zod.z.string().describe("Filter by company that makes the client, e.g. Microsoft, Apple, Google.").optional()
19
+ }).describe("Request model for ListOutboundMessageClicks action. Requires count and offset, with optional filters.");
20
+ const PostmarkListOutboundMessageClicks_OSInfoSchema = zod.z.object({
21
+ Name: zod.z.string().describe("Name of the OS.").nullable().optional(),
22
+ Family: zod.z.string().describe("Family of the OS.").nullable().optional(),
23
+ Company: zod.z.string().describe("Company that produced the OS.").nullable().optional()
24
+ }).describe("Information about the operating system.");
25
+ const PostmarkListOutboundMessageClicks_GeoInfoSchema = zod.z.object({
26
+ IP: zod.z.string().describe("IP address.").nullable().optional(),
27
+ Zip: zod.z.string().describe("ZIP code.").nullable().optional(),
28
+ City: zod.z.string().describe("Name of the city.").nullable().optional(),
29
+ Coords: zod.z.string().describe("Geographic coordinates.").nullable().optional(),
30
+ Region: zod.z.string().describe("Name of the region.").nullable().optional(),
31
+ Country: zod.z.string().describe("Name of the country.").nullable().optional(),
32
+ RegionISOCode: zod.z.string().describe("ISO code of the region.").nullable().optional(),
33
+ CountryISOCode: zod.z.string().describe("ISO code of the country.").nullable().optional()
34
+ }).describe("Geographic information about the click location.");
35
+ const PostmarkListOutboundMessageClicks_ClientInfoSchema = zod.z.object({
36
+ Name: zod.z.string().describe("Name of the client software.").nullable().optional(),
37
+ Family: zod.z.string().describe("Family of the client software.").nullable().optional(),
38
+ Company: zod.z.string().describe("Company that makes the client.").nullable().optional()
39
+ }).describe("Information about the client software used.");
40
+ const PostmarkListOutboundMessageClicks_ClickEventSchema = zod.z.object({
41
+ OS: PostmarkListOutboundMessageClicks_OSInfoSchema.nullable().optional(),
42
+ Geo: PostmarkListOutboundMessageClicks_GeoInfoSchema.nullable().optional(),
43
+ Tag: zod.z.string().describe("Associated tag.").nullable().optional(),
44
+ Client: PostmarkListOutboundMessageClicks_ClientInfoSchema.nullable().optional(),
45
+ Platform: zod.z.string().describe("Platform type: WebMail, Desktop, Mobile, or Unknown.").nullable().optional(),
46
+ MessageID: zod.z.string().describe("Unique message identifier.").nullable().optional(),
47
+ Recipient: zod.z.string().describe("Email recipient.").nullable().optional(),
48
+ UserAgent: zod.z.string().describe("Full user-agent header from client software.").nullable().optional(),
49
+ ReceivedAt: zod.z.string().describe("Timestamp when link was clicked.").nullable().optional(),
50
+ RecordType: zod.z.string().describe("Type of record.").nullable().optional(),
51
+ OriginalLink: zod.z.string().describe("The original URL that was clicked.").nullable().optional(),
52
+ ClickLocation: zod.z.string().describe("Location of click, e.g. HTML.").nullable().optional(),
53
+ MessageStream: zod.z.string().describe("Outbound message stream identifier.").nullable().optional()
54
+ }).describe("A single click event record.");
55
+ const PostmarkListOutboundMessageClicksOutput = zod.z.object({
56
+ Clicks: zod.z.array(PostmarkListOutboundMessageClicks_ClickEventSchema).describe("List of click event records.").nullable().optional(),
57
+ TotalCount: zod.z.number().int().describe("Total number of clicks matching the search criteria.")
58
+ }).describe("Response model for ListOutboundMessageClicks action containing click events.");
59
+ const postmarkListOutboundMessageClicks = require_action.action("POSTMARK_LIST_OUTBOUND_MESSAGE_CLICKS", {
60
+ slug: "postmark-list-outbound-message-clicks",
61
+ name: "List Outbound Message Clicks",
62
+ description: "Tool to list clicks for outbound messages with filtering options. Use when you need to retrieve click events with pagination and optional filters like recipient, tag, client, OS, platform, or geographic location.",
63
+ input: PostmarkListOutboundMessageClicksInput,
64
+ output: PostmarkListOutboundMessageClicksOutput
65
+ });
66
+ //#endregion
67
+ exports.postmarkListOutboundMessageClicks = postmarkListOutboundMessageClicks;
68
+
69
+ //# sourceMappingURL=list-outbound-message-clicks.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-outbound-message-clicks.cjs","names":["z","action"],"sources":["../../src/actions/list-outbound-message-clicks.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkListOutboundMessageClicksInput: z.ZodTypeAny = z.object({\n tag: z.string().describe(\"Filter by tag associated with the message.\").optional(),\n city: z.string().describe(\"Filter by full name of city messages were clicked in, e.g. Moscow, New York.\").optional(),\n count: z.number().int().describe(\"Number of message clicks to return per request. Max 500.\"),\n offset: z.number().int().describe(\"Number of messages to skip for pagination.\"),\n region: z.string().describe(\"Filter by full name of region messages were clicked in, e.g. Moscow, New York.\").optional(),\n country: z.string().describe(\"Filter by country messages were clicked in, e.g. Denmark, Russia.\").optional(),\n os_name: z.string().describe(\"Filter by full OS name and specific version, e.g. OS X 10.9 Mavericks, Windows 7.\").optional(),\n platform: z.string().describe(\"Filter by platform, e.g. webmail, desktop, mobile.\").optional(),\n os_family: z.string().describe(\"Filter by kind of OS used without specific version, e.g. OS X, Windows.\").optional(),\n recipient: z.string().describe(\"Filter by To, Cc, or Bcc recipient email address.\").optional(),\n os_company: z.string().describe(\"Filter by company which produced the OS, e.g. Apple Computer, Inc., Microsoft Corporation.\").optional(),\n client_name: z.string().describe(\"Filter by client name, e.g. Outlook, Gmail.\").optional(),\n client_family: z.string().describe(\"Filter by client family, e.g. OS X, Chrome.\").optional(),\n client_company: z.string().describe(\"Filter by company that makes the client, e.g. Microsoft, Apple, Google.\").optional(),\n}).describe(\"Request model for ListOutboundMessageClicks action. Requires count and offset, with optional filters.\");\nconst PostmarkListOutboundMessageClicks_OSInfoSchema: z.ZodTypeAny = z.object({\n Name: z.string().describe(\"Name of the OS.\").nullable().optional(),\n Family: z.string().describe(\"Family of the OS.\").nullable().optional(),\n Company: z.string().describe(\"Company that produced the OS.\").nullable().optional(),\n}).describe(\"Information about the operating system.\");\nconst PostmarkListOutboundMessageClicks_GeoInfoSchema: z.ZodTypeAny = z.object({\n IP: z.string().describe(\"IP address.\").nullable().optional(),\n Zip: z.string().describe(\"ZIP code.\").nullable().optional(),\n City: z.string().describe(\"Name of the city.\").nullable().optional(),\n Coords: z.string().describe(\"Geographic coordinates.\").nullable().optional(),\n Region: z.string().describe(\"Name of the region.\").nullable().optional(),\n Country: z.string().describe(\"Name of the country.\").nullable().optional(),\n RegionISOCode: z.string().describe(\"ISO code of the region.\").nullable().optional(),\n CountryISOCode: z.string().describe(\"ISO code of the country.\").nullable().optional(),\n}).describe(\"Geographic information about the click location.\");\nconst PostmarkListOutboundMessageClicks_ClientInfoSchema: z.ZodTypeAny = z.object({\n Name: z.string().describe(\"Name of the client software.\").nullable().optional(),\n Family: z.string().describe(\"Family of the client software.\").nullable().optional(),\n Company: z.string().describe(\"Company that makes the client.\").nullable().optional(),\n}).describe(\"Information about the client software used.\");\nconst PostmarkListOutboundMessageClicks_ClickEventSchema: z.ZodTypeAny = z.object({\n OS: PostmarkListOutboundMessageClicks_OSInfoSchema.nullable().optional(),\n Geo: PostmarkListOutboundMessageClicks_GeoInfoSchema.nullable().optional(),\n Tag: z.string().describe(\"Associated tag.\").nullable().optional(),\n Client: PostmarkListOutboundMessageClicks_ClientInfoSchema.nullable().optional(),\n Platform: z.string().describe(\"Platform type: WebMail, Desktop, Mobile, or Unknown.\").nullable().optional(),\n MessageID: z.string().describe(\"Unique message identifier.\").nullable().optional(),\n Recipient: z.string().describe(\"Email recipient.\").nullable().optional(),\n UserAgent: z.string().describe(\"Full user-agent header from client software.\").nullable().optional(),\n ReceivedAt: z.string().describe(\"Timestamp when link was clicked.\").nullable().optional(),\n RecordType: z.string().describe(\"Type of record.\").nullable().optional(),\n OriginalLink: z.string().describe(\"The original URL that was clicked.\").nullable().optional(),\n ClickLocation: z.string().describe(\"Location of click, e.g. HTML.\").nullable().optional(),\n MessageStream: z.string().describe(\"Outbound message stream identifier.\").nullable().optional(),\n}).describe(\"A single click event record.\");\nexport const PostmarkListOutboundMessageClicksOutput: z.ZodTypeAny = z.object({\n Clicks: z.array(PostmarkListOutboundMessageClicks_ClickEventSchema).describe(\"List of click event records.\").nullable().optional(),\n TotalCount: z.number().int().describe(\"Total number of clicks matching the search criteria.\"),\n}).describe(\"Response model for ListOutboundMessageClicks action containing click events.\");\n\nexport const postmarkListOutboundMessageClicks = action(\"POSTMARK_LIST_OUTBOUND_MESSAGE_CLICKS\", {\n slug: \"postmark-list-outbound-message-clicks\",\n name: \"List Outbound Message Clicks\",\n description: \"Tool to list clicks for outbound messages with filtering options. Use when you need to retrieve click events with pagination and optional filters like recipient, tag, client, OS, platform, or geographic location.\",\n input: PostmarkListOutboundMessageClicksInput,\n output: PostmarkListOutboundMessageClicksOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-outbound-message-clicks.d.ts
4
+ declare const PostmarkListOutboundMessageClicksInput: z.ZodTypeAny;
5
+ declare const PostmarkListOutboundMessageClicksOutput: z.ZodTypeAny;
6
+ declare const postmarkListOutboundMessageClicks: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { postmarkListOutboundMessageClicks };
9
+ //# sourceMappingURL=list-outbound-message-clicks.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-outbound-message-clicks.d.cts","names":[],"sources":["../../src/actions/list-outbound-message-clicks.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAe6D;AAAA,cAoCvG,uCAAA,EAAyC,CAAA,CAAE,UAGmC;AAAA,cAE9E,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-outbound-message-clicks.d.ts
4
+ declare const PostmarkListOutboundMessageClicksInput: z.ZodTypeAny;
5
+ declare const PostmarkListOutboundMessageClicksOutput: z.ZodTypeAny;
6
+ declare const postmarkListOutboundMessageClicks: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { postmarkListOutboundMessageClicks };
9
+ //# sourceMappingURL=list-outbound-message-clicks.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-outbound-message-clicks.d.mts","names":[],"sources":["../../src/actions/list-outbound-message-clicks.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAe6D;AAAA,cAoCvG,uCAAA,EAAyC,CAAA,CAAE,UAGmC;AAAA,cAE9E,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,68 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-outbound-message-clicks.ts
4
+ const PostmarkListOutboundMessageClicksInput = z.object({
5
+ tag: z.string().describe("Filter by tag associated with the message.").optional(),
6
+ city: z.string().describe("Filter by full name of city messages were clicked in, e.g. Moscow, New York.").optional(),
7
+ count: z.number().int().describe("Number of message clicks to return per request. Max 500."),
8
+ offset: z.number().int().describe("Number of messages to skip for pagination."),
9
+ region: z.string().describe("Filter by full name of region messages were clicked in, e.g. Moscow, New York.").optional(),
10
+ country: z.string().describe("Filter by country messages were clicked in, e.g. Denmark, Russia.").optional(),
11
+ os_name: z.string().describe("Filter by full OS name and specific version, e.g. OS X 10.9 Mavericks, Windows 7.").optional(),
12
+ platform: z.string().describe("Filter by platform, e.g. webmail, desktop, mobile.").optional(),
13
+ os_family: z.string().describe("Filter by kind of OS used without specific version, e.g. OS X, Windows.").optional(),
14
+ recipient: z.string().describe("Filter by To, Cc, or Bcc recipient email address.").optional(),
15
+ os_company: z.string().describe("Filter by company which produced the OS, e.g. Apple Computer, Inc., Microsoft Corporation.").optional(),
16
+ client_name: z.string().describe("Filter by client name, e.g. Outlook, Gmail.").optional(),
17
+ client_family: z.string().describe("Filter by client family, e.g. OS X, Chrome.").optional(),
18
+ client_company: z.string().describe("Filter by company that makes the client, e.g. Microsoft, Apple, Google.").optional()
19
+ }).describe("Request model for ListOutboundMessageClicks action. Requires count and offset, with optional filters.");
20
+ const PostmarkListOutboundMessageClicks_OSInfoSchema = z.object({
21
+ Name: z.string().describe("Name of the OS.").nullable().optional(),
22
+ Family: z.string().describe("Family of the OS.").nullable().optional(),
23
+ Company: z.string().describe("Company that produced the OS.").nullable().optional()
24
+ }).describe("Information about the operating system.");
25
+ const PostmarkListOutboundMessageClicks_GeoInfoSchema = z.object({
26
+ IP: z.string().describe("IP address.").nullable().optional(),
27
+ Zip: z.string().describe("ZIP code.").nullable().optional(),
28
+ City: z.string().describe("Name of the city.").nullable().optional(),
29
+ Coords: z.string().describe("Geographic coordinates.").nullable().optional(),
30
+ Region: z.string().describe("Name of the region.").nullable().optional(),
31
+ Country: z.string().describe("Name of the country.").nullable().optional(),
32
+ RegionISOCode: z.string().describe("ISO code of the region.").nullable().optional(),
33
+ CountryISOCode: z.string().describe("ISO code of the country.").nullable().optional()
34
+ }).describe("Geographic information about the click location.");
35
+ const PostmarkListOutboundMessageClicks_ClientInfoSchema = z.object({
36
+ Name: z.string().describe("Name of the client software.").nullable().optional(),
37
+ Family: z.string().describe("Family of the client software.").nullable().optional(),
38
+ Company: z.string().describe("Company that makes the client.").nullable().optional()
39
+ }).describe("Information about the client software used.");
40
+ const PostmarkListOutboundMessageClicks_ClickEventSchema = z.object({
41
+ OS: PostmarkListOutboundMessageClicks_OSInfoSchema.nullable().optional(),
42
+ Geo: PostmarkListOutboundMessageClicks_GeoInfoSchema.nullable().optional(),
43
+ Tag: z.string().describe("Associated tag.").nullable().optional(),
44
+ Client: PostmarkListOutboundMessageClicks_ClientInfoSchema.nullable().optional(),
45
+ Platform: z.string().describe("Platform type: WebMail, Desktop, Mobile, or Unknown.").nullable().optional(),
46
+ MessageID: z.string().describe("Unique message identifier.").nullable().optional(),
47
+ Recipient: z.string().describe("Email recipient.").nullable().optional(),
48
+ UserAgent: z.string().describe("Full user-agent header from client software.").nullable().optional(),
49
+ ReceivedAt: z.string().describe("Timestamp when link was clicked.").nullable().optional(),
50
+ RecordType: z.string().describe("Type of record.").nullable().optional(),
51
+ OriginalLink: z.string().describe("The original URL that was clicked.").nullable().optional(),
52
+ ClickLocation: z.string().describe("Location of click, e.g. HTML.").nullable().optional(),
53
+ MessageStream: z.string().describe("Outbound message stream identifier.").nullable().optional()
54
+ }).describe("A single click event record.");
55
+ const postmarkListOutboundMessageClicks = action("POSTMARK_LIST_OUTBOUND_MESSAGE_CLICKS", {
56
+ slug: "postmark-list-outbound-message-clicks",
57
+ name: "List Outbound Message Clicks",
58
+ description: "Tool to list clicks for outbound messages with filtering options. Use when you need to retrieve click events with pagination and optional filters like recipient, tag, client, OS, platform, or geographic location.",
59
+ input: PostmarkListOutboundMessageClicksInput,
60
+ output: z.object({
61
+ Clicks: z.array(PostmarkListOutboundMessageClicks_ClickEventSchema).describe("List of click event records.").nullable().optional(),
62
+ TotalCount: z.number().int().describe("Total number of clicks matching the search criteria.")
63
+ }).describe("Response model for ListOutboundMessageClicks action containing click events.")
64
+ });
65
+ //#endregion
66
+ export { postmarkListOutboundMessageClicks };
67
+
68
+ //# sourceMappingURL=list-outbound-message-clicks.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-outbound-message-clicks.mjs","names":[],"sources":["../../src/actions/list-outbound-message-clicks.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkListOutboundMessageClicksInput: z.ZodTypeAny = z.object({\n tag: z.string().describe(\"Filter by tag associated with the message.\").optional(),\n city: z.string().describe(\"Filter by full name of city messages were clicked in, e.g. Moscow, New York.\").optional(),\n count: z.number().int().describe(\"Number of message clicks to return per request. Max 500.\"),\n offset: z.number().int().describe(\"Number of messages to skip for pagination.\"),\n region: z.string().describe(\"Filter by full name of region messages were clicked in, e.g. Moscow, New York.\").optional(),\n country: z.string().describe(\"Filter by country messages were clicked in, e.g. Denmark, Russia.\").optional(),\n os_name: z.string().describe(\"Filter by full OS name and specific version, e.g. OS X 10.9 Mavericks, Windows 7.\").optional(),\n platform: z.string().describe(\"Filter by platform, e.g. webmail, desktop, mobile.\").optional(),\n os_family: z.string().describe(\"Filter by kind of OS used without specific version, e.g. OS X, Windows.\").optional(),\n recipient: z.string().describe(\"Filter by To, Cc, or Bcc recipient email address.\").optional(),\n os_company: z.string().describe(\"Filter by company which produced the OS, e.g. Apple Computer, Inc., Microsoft Corporation.\").optional(),\n client_name: z.string().describe(\"Filter by client name, e.g. Outlook, Gmail.\").optional(),\n client_family: z.string().describe(\"Filter by client family, e.g. OS X, Chrome.\").optional(),\n client_company: z.string().describe(\"Filter by company that makes the client, e.g. Microsoft, Apple, Google.\").optional(),\n}).describe(\"Request model for ListOutboundMessageClicks action. Requires count and offset, with optional filters.\");\nconst PostmarkListOutboundMessageClicks_OSInfoSchema: z.ZodTypeAny = z.object({\n Name: z.string().describe(\"Name of the OS.\").nullable().optional(),\n Family: z.string().describe(\"Family of the OS.\").nullable().optional(),\n Company: z.string().describe(\"Company that produced the OS.\").nullable().optional(),\n}).describe(\"Information about the operating system.\");\nconst PostmarkListOutboundMessageClicks_GeoInfoSchema: z.ZodTypeAny = z.object({\n IP: z.string().describe(\"IP address.\").nullable().optional(),\n Zip: z.string().describe(\"ZIP code.\").nullable().optional(),\n City: z.string().describe(\"Name of the city.\").nullable().optional(),\n Coords: z.string().describe(\"Geographic coordinates.\").nullable().optional(),\n Region: z.string().describe(\"Name of the region.\").nullable().optional(),\n Country: z.string().describe(\"Name of the country.\").nullable().optional(),\n RegionISOCode: z.string().describe(\"ISO code of the region.\").nullable().optional(),\n CountryISOCode: z.string().describe(\"ISO code of the country.\").nullable().optional(),\n}).describe(\"Geographic information about the click location.\");\nconst PostmarkListOutboundMessageClicks_ClientInfoSchema: z.ZodTypeAny = z.object({\n Name: z.string().describe(\"Name of the client software.\").nullable().optional(),\n Family: z.string().describe(\"Family of the client software.\").nullable().optional(),\n Company: z.string().describe(\"Company that makes the client.\").nullable().optional(),\n}).describe(\"Information about the client software used.\");\nconst PostmarkListOutboundMessageClicks_ClickEventSchema: z.ZodTypeAny = z.object({\n OS: PostmarkListOutboundMessageClicks_OSInfoSchema.nullable().optional(),\n Geo: PostmarkListOutboundMessageClicks_GeoInfoSchema.nullable().optional(),\n Tag: z.string().describe(\"Associated tag.\").nullable().optional(),\n Client: PostmarkListOutboundMessageClicks_ClientInfoSchema.nullable().optional(),\n Platform: z.string().describe(\"Platform type: WebMail, Desktop, Mobile, or Unknown.\").nullable().optional(),\n MessageID: z.string().describe(\"Unique message identifier.\").nullable().optional(),\n Recipient: z.string().describe(\"Email recipient.\").nullable().optional(),\n UserAgent: z.string().describe(\"Full user-agent header from client software.\").nullable().optional(),\n ReceivedAt: z.string().describe(\"Timestamp when link was clicked.\").nullable().optional(),\n RecordType: z.string().describe(\"Type of record.\").nullable().optional(),\n OriginalLink: z.string().describe(\"The original URL that was clicked.\").nullable().optional(),\n ClickLocation: z.string().describe(\"Location of click, e.g. HTML.\").nullable().optional(),\n MessageStream: z.string().describe(\"Outbound message stream identifier.\").nullable().optional(),\n}).describe(\"A single click event record.\");\nexport const PostmarkListOutboundMessageClicksOutput: z.ZodTypeAny = z.object({\n Clicks: z.array(PostmarkListOutboundMessageClicks_ClickEventSchema).describe(\"List of click event records.\").nullable().optional(),\n TotalCount: z.number().int().describe(\"Total number of clicks matching the search criteria.\"),\n}).describe(\"Response model for ListOutboundMessageClicks action containing click events.\");\n\nexport const postmarkListOutboundMessageClicks = action(\"POSTMARK_LIST_OUTBOUND_MESSAGE_CLICKS\", {\n slug: \"postmark-list-outbound-message-clicks\",\n name: \"List Outbound Message Clicks\",\n description: \"Tool to list clicks for outbound messages with filtering options. Use when you need to retrieve click events with pagination and optional filters like recipient, tag, client, OS, platform, or geographic location.\",\n input: PostmarkListOutboundMessageClicksInput,\n output: PostmarkListOutboundMessageClicksOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,67 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-outbound-message-opens.ts
4
+ const PostmarkListOutboundMessageOpensInput = zod.z.object({
5
+ tag: zod.z.string().describe("Filter by message tag.").optional(),
6
+ city: zod.z.string().describe("Filter by city where messages were opened, e.g., Moscow, New York, San Francisco.").optional(),
7
+ count: zod.z.number().int().default(100).describe("Number of message opens to return per request. Max 500.").optional(),
8
+ offset: zod.z.number().int().default(0).describe("Number of messages to skip for pagination.").optional(),
9
+ region: zod.z.string().describe("Filter by full name of region where messages were opened, e.g., Moscow, New York, California.").optional(),
10
+ country: zod.z.string().describe("Filter by country where messages were opened, e.g., Denmark, Russia, United States.").optional(),
11
+ os_name: zod.z.string().describe("Filter by full OS name and specific version, e.g., OS X 10.9 Mavericks, Windows 7.").optional(),
12
+ platform: zod.z.string().describe("Filter by platform type, e.g., webmail, desktop, mobile.").optional(),
13
+ os_family: zod.z.string().describe("Filter by kind of OS used without specific version, e.g., OS X, Windows, Linux.").optional(),
14
+ recipient: zod.z.string().describe("Filter by To, Cc, or Bcc recipient email address.").optional(),
15
+ os_company: zod.z.string().describe("Filter by company which produced the OS, e.g., Apple Computer, Inc., Microsoft Corporation.").optional(),
16
+ client_name: zod.z.string().describe("Filter by client name, e.g., Outlook, Gmail, Chrome.").optional(),
17
+ client_family: zod.z.string().describe("Filter by client family, e.g., OS X, Chrome, Firefox.").optional(),
18
+ client_company: zod.z.string().describe("Filter by client company, e.g., Microsoft, Apple, Google.").optional()
19
+ }).describe("Query parameters for listing outbound message opens with optional filters.");
20
+ const PostmarkListOutboundMessageOpens_OSInfoSchema = zod.z.object({
21
+ Name: zod.z.string().describe("Full OS name and version.").nullable().optional(),
22
+ Family: zod.z.string().describe("OS family name.").nullable().optional(),
23
+ Company: zod.z.string().describe("Company that created the OS.").nullable().optional()
24
+ }).describe("Operating system information for an open event.");
25
+ const PostmarkListOutboundMessageOpens_GeoInfoSchema = zod.z.object({
26
+ IP: zod.z.string().describe("IP address.").nullable().optional(),
27
+ Zip: zod.z.string().describe("Postal code.").nullable().optional(),
28
+ City: zod.z.string().describe("City name.").nullable().optional(),
29
+ Coords: zod.z.string().describe("Coordinates in latitude,longitude format.").nullable().optional(),
30
+ Region: zod.z.string().describe("Region name.").nullable().optional(),
31
+ Country: zod.z.string().describe("Country name.").nullable().optional(),
32
+ RegionISOCode: zod.z.string().describe("ISO region code.").nullable().optional(),
33
+ CountryISOCode: zod.z.string().describe("ISO country code.").nullable().optional()
34
+ }).describe("Geographic information for an open event.");
35
+ const PostmarkListOutboundMessageOpens_ClientInfoSchema = zod.z.object({
36
+ Name: zod.z.string().describe("Full client name and version.").nullable().optional(),
37
+ Family: zod.z.string().describe("Client family name.").nullable().optional(),
38
+ Company: zod.z.string().describe("Company that created the client.").nullable().optional()
39
+ }).describe("Client information for an open event.");
40
+ const PostmarkListOutboundMessageOpens_MessageOpenSchema = zod.z.object({
41
+ OS: PostmarkListOutboundMessageOpens_OSInfoSchema.nullable().optional(),
42
+ Geo: PostmarkListOutboundMessageOpens_GeoInfoSchema.nullable().optional(),
43
+ Tag: zod.z.string().describe("Associated message tag.").nullable().optional(),
44
+ Client: PostmarkListOutboundMessageOpens_ClientInfoSchema.nullable().optional(),
45
+ Platform: zod.z.string().describe("Platform type: WebMail, Desktop, Mobile, or Unknown.").nullable().optional(),
46
+ MessageID: zod.z.string().describe("Unique message identifier."),
47
+ Recipient: zod.z.string().describe("Email address of the recipient."),
48
+ UserAgent: zod.z.string().describe("Full user-agent header passed by the client.").nullable().optional(),
49
+ ReceivedAt: zod.z.string().describe("Timestamp when the message was opened in ISO-8601 format."),
50
+ RecordType: zod.z.string().describe("Type of record.").nullable().optional(),
51
+ MessageStream: zod.z.string().describe("Message stream identifier.").nullable().optional()
52
+ }).describe("A single message open record.");
53
+ const PostmarkListOutboundMessageOpensOutput = zod.z.object({
54
+ Opens: zod.z.array(PostmarkListOutboundMessageOpens_MessageOpenSchema).describe("List of message open records."),
55
+ TotalCount: zod.z.number().int().describe("Total number of message opens matching the query.")
56
+ }).describe("Response schema for listing outbound message opens.");
57
+ const postmarkListOutboundMessageOpens = require_action.action("POSTMARK_LIST_OUTBOUND_MESSAGE_OPENS", {
58
+ slug: "postmark-list-outbound-message-opens",
59
+ name: "List Outbound Message Opens",
60
+ description: "Tool to retrieve opens for outbound messages with filtering options. Use when you need to analyze email open events with detailed client, OS, and geographic data.",
61
+ input: PostmarkListOutboundMessageOpensInput,
62
+ output: PostmarkListOutboundMessageOpensOutput
63
+ });
64
+ //#endregion
65
+ exports.postmarkListOutboundMessageOpens = postmarkListOutboundMessageOpens;
66
+
67
+ //# sourceMappingURL=list-outbound-message-opens.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-outbound-message-opens.cjs","names":["z","action"],"sources":["../../src/actions/list-outbound-message-opens.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkListOutboundMessageOpensInput: z.ZodTypeAny = z.object({\n tag: z.string().describe(\"Filter by message tag.\").optional(),\n city: z.string().describe(\"Filter by city where messages were opened, e.g., Moscow, New York, San Francisco.\").optional(),\n count: z.number().int().default(100).describe(\"Number of message opens to return per request. Max 500.\").optional(),\n offset: z.number().int().default(0).describe(\"Number of messages to skip for pagination.\").optional(),\n region: z.string().describe(\"Filter by full name of region where messages were opened, e.g., Moscow, New York, California.\").optional(),\n country: z.string().describe(\"Filter by country where messages were opened, e.g., Denmark, Russia, United States.\").optional(),\n os_name: z.string().describe(\"Filter by full OS name and specific version, e.g., OS X 10.9 Mavericks, Windows 7.\").optional(),\n platform: z.string().describe(\"Filter by platform type, e.g., webmail, desktop, mobile.\").optional(),\n os_family: z.string().describe(\"Filter by kind of OS used without specific version, e.g., OS X, Windows, Linux.\").optional(),\n recipient: z.string().describe(\"Filter by To, Cc, or Bcc recipient email address.\").optional(),\n os_company: z.string().describe(\"Filter by company which produced the OS, e.g., Apple Computer, Inc., Microsoft Corporation.\").optional(),\n client_name: z.string().describe(\"Filter by client name, e.g., Outlook, Gmail, Chrome.\").optional(),\n client_family: z.string().describe(\"Filter by client family, e.g., OS X, Chrome, Firefox.\").optional(),\n client_company: z.string().describe(\"Filter by client company, e.g., Microsoft, Apple, Google.\").optional(),\n}).describe(\"Query parameters for listing outbound message opens with optional filters.\");\nconst PostmarkListOutboundMessageOpens_OSInfoSchema: z.ZodTypeAny = z.object({\n Name: z.string().describe(\"Full OS name and version.\").nullable().optional(),\n Family: z.string().describe(\"OS family name.\").nullable().optional(),\n Company: z.string().describe(\"Company that created the OS.\").nullable().optional(),\n}).describe(\"Operating system information for an open event.\");\nconst PostmarkListOutboundMessageOpens_GeoInfoSchema: z.ZodTypeAny = z.object({\n IP: z.string().describe(\"IP address.\").nullable().optional(),\n Zip: z.string().describe(\"Postal code.\").nullable().optional(),\n City: z.string().describe(\"City name.\").nullable().optional(),\n Coords: z.string().describe(\"Coordinates in latitude,longitude format.\").nullable().optional(),\n Region: z.string().describe(\"Region name.\").nullable().optional(),\n Country: z.string().describe(\"Country name.\").nullable().optional(),\n RegionISOCode: z.string().describe(\"ISO region code.\").nullable().optional(),\n CountryISOCode: z.string().describe(\"ISO country code.\").nullable().optional(),\n}).describe(\"Geographic information for an open event.\");\nconst PostmarkListOutboundMessageOpens_ClientInfoSchema: z.ZodTypeAny = z.object({\n Name: z.string().describe(\"Full client name and version.\").nullable().optional(),\n Family: z.string().describe(\"Client family name.\").nullable().optional(),\n Company: z.string().describe(\"Company that created the client.\").nullable().optional(),\n}).describe(\"Client information for an open event.\");\nconst PostmarkListOutboundMessageOpens_MessageOpenSchema: z.ZodTypeAny = z.object({\n OS: PostmarkListOutboundMessageOpens_OSInfoSchema.nullable().optional(),\n Geo: PostmarkListOutboundMessageOpens_GeoInfoSchema.nullable().optional(),\n Tag: z.string().describe(\"Associated message tag.\").nullable().optional(),\n Client: PostmarkListOutboundMessageOpens_ClientInfoSchema.nullable().optional(),\n Platform: z.string().describe(\"Platform type: WebMail, Desktop, Mobile, or Unknown.\").nullable().optional(),\n MessageID: z.string().describe(\"Unique message identifier.\"),\n Recipient: z.string().describe(\"Email address of the recipient.\"),\n UserAgent: z.string().describe(\"Full user-agent header passed by the client.\").nullable().optional(),\n ReceivedAt: z.string().describe(\"Timestamp when the message was opened in ISO-8601 format.\"),\n RecordType: z.string().describe(\"Type of record.\").nullable().optional(),\n MessageStream: z.string().describe(\"Message stream identifier.\").nullable().optional(),\n}).describe(\"A single message open record.\");\nexport const PostmarkListOutboundMessageOpensOutput: z.ZodTypeAny = z.object({\n Opens: z.array(PostmarkListOutboundMessageOpens_MessageOpenSchema).describe(\"List of message open records.\"),\n TotalCount: z.number().int().describe(\"Total number of message opens matching the query.\"),\n}).describe(\"Response schema for listing outbound message opens.\");\n\nexport const postmarkListOutboundMessageOpens = action(\"POSTMARK_LIST_OUTBOUND_MESSAGE_OPENS\", {\n slug: \"postmark-list-outbound-message-opens\",\n name: \"List Outbound Message Opens\",\n description: \"Tool to retrieve opens for outbound messages with filtering options. Use when you need to analyze email open events with detailed client, OS, and geographic data.\",\n input: PostmarkListOutboundMessageOpensInput,\n output: PostmarkListOutboundMessageOpensOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-outbound-message-opens.d.ts
4
+ declare const PostmarkListOutboundMessageOpensInput: z.ZodTypeAny;
5
+ declare const PostmarkListOutboundMessageOpensOutput: z.ZodTypeAny;
6
+ declare const postmarkListOutboundMessageOpens: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { postmarkListOutboundMessageOpens };
9
+ //# sourceMappingURL=list-outbound-message-opens.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-outbound-message-opens.d.cts","names":[],"sources":["../../src/actions/list-outbound-message-opens.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAemC;AAAA,cAkC5E,sCAAA,EAAwC,CAAA,CAAE,UAGW;AAAA,cAErD,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-outbound-message-opens.d.ts
4
+ declare const PostmarkListOutboundMessageOpensInput: z.ZodTypeAny;
5
+ declare const PostmarkListOutboundMessageOpensOutput: z.ZodTypeAny;
6
+ declare const postmarkListOutboundMessageOpens: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { postmarkListOutboundMessageOpens };
9
+ //# sourceMappingURL=list-outbound-message-opens.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-outbound-message-opens.d.mts","names":[],"sources":["../../src/actions/list-outbound-message-opens.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAemC;AAAA,cAkC5E,sCAAA,EAAwC,CAAA,CAAE,UAGW;AAAA,cAErD,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}