@keystrokehq/postmark 0.1.0 → 0.1.3

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 (377) hide show
  1. package/dist/action.cjs.map +1 -1
  2. package/dist/action.mjs.map +1 -1
  3. package/dist/actions/archive-message-stream.cjs +4 -4
  4. package/dist/actions/archive-message-stream.cjs.map +1 -1
  5. package/dist/actions/archive-message-stream.d.cts +11 -3
  6. package/dist/actions/archive-message-stream.d.cts.map +1 -1
  7. package/dist/actions/archive-message-stream.d.mts +11 -3
  8. package/dist/actions/archive-message-stream.d.mts.map +1 -1
  9. package/dist/actions/archive-message-stream.mjs +4 -4
  10. package/dist/actions/archive-message-stream.mjs.map +1 -1
  11. package/dist/actions/check-spam-score.cjs +3 -3
  12. package/dist/actions/check-spam-score.cjs.map +1 -1
  13. package/dist/actions/check-spam-score.d.cts +18 -3
  14. package/dist/actions/check-spam-score.d.cts.map +1 -1
  15. package/dist/actions/check-spam-score.d.mts +18 -3
  16. package/dist/actions/check-spam-score.d.mts.map +1 -1
  17. package/dist/actions/check-spam-score.mjs +3 -3
  18. package/dist/actions/check-spam-score.mjs.map +1 -1
  19. package/dist/actions/create-inbound-rule.cjs +3 -3
  20. package/dist/actions/create-inbound-rule.cjs.map +1 -1
  21. package/dist/actions/create-inbound-rule.d.cts +10 -3
  22. package/dist/actions/create-inbound-rule.d.cts.map +1 -1
  23. package/dist/actions/create-inbound-rule.d.mts +10 -3
  24. package/dist/actions/create-inbound-rule.d.mts.map +1 -1
  25. package/dist/actions/create-inbound-rule.mjs +3 -3
  26. package/dist/actions/create-inbound-rule.mjs.map +1 -1
  27. package/dist/actions/create-message-stream.cjs +7 -7
  28. package/dist/actions/create-message-stream.cjs.map +1 -1
  29. package/dist/actions/create-message-stream.d.cts +31 -3
  30. package/dist/actions/create-message-stream.d.cts.map +1 -1
  31. package/dist/actions/create-message-stream.d.mts +31 -3
  32. package/dist/actions/create-message-stream.d.mts.map +1 -1
  33. package/dist/actions/create-message-stream.mjs +7 -7
  34. package/dist/actions/create-message-stream.mjs.map +1 -1
  35. package/dist/actions/create-suppressions.cjs +4 -4
  36. package/dist/actions/create-suppressions.cjs.map +1 -1
  37. package/dist/actions/create-suppressions.d.cts +23 -3
  38. package/dist/actions/create-suppressions.d.cts.map +1 -1
  39. package/dist/actions/create-suppressions.d.mts +23 -3
  40. package/dist/actions/create-suppressions.d.mts.map +1 -1
  41. package/dist/actions/create-suppressions.mjs +4 -4
  42. package/dist/actions/create-suppressions.mjs.map +1 -1
  43. package/dist/actions/create-template.cjs +5 -5
  44. package/dist/actions/create-template.cjs.map +1 -1
  45. package/dist/actions/create-template.d.cts +38 -3
  46. package/dist/actions/create-template.d.cts.map +1 -1
  47. package/dist/actions/create-template.d.mts +38 -3
  48. package/dist/actions/create-template.d.mts.map +1 -1
  49. package/dist/actions/create-template.mjs +5 -5
  50. package/dist/actions/create-template.mjs.map +1 -1
  51. package/dist/actions/create-webhook.cjs +18 -18
  52. package/dist/actions/create-webhook.cjs.map +1 -1
  53. package/dist/actions/create-webhook.d.cts +106 -3
  54. package/dist/actions/create-webhook.d.cts.map +1 -1
  55. package/dist/actions/create-webhook.d.mts +106 -3
  56. package/dist/actions/create-webhook.d.mts.map +1 -1
  57. package/dist/actions/create-webhook.mjs +18 -18
  58. package/dist/actions/create-webhook.mjs.map +1 -1
  59. package/dist/actions/delete-inbound-rule.cjs +1 -1
  60. package/dist/actions/delete-inbound-rule.cjs.map +1 -1
  61. package/dist/actions/delete-inbound-rule.d.cts +7 -3
  62. package/dist/actions/delete-inbound-rule.d.cts.map +1 -1
  63. package/dist/actions/delete-inbound-rule.d.mts +7 -3
  64. package/dist/actions/delete-inbound-rule.d.mts.map +1 -1
  65. package/dist/actions/delete-inbound-rule.mjs +1 -1
  66. package/dist/actions/delete-inbound-rule.mjs.map +1 -1
  67. package/dist/actions/delete-suppressions.cjs +5 -5
  68. package/dist/actions/delete-suppressions.cjs.map +1 -1
  69. package/dist/actions/delete-suppressions.d.cts +20 -3
  70. package/dist/actions/delete-suppressions.d.cts.map +1 -1
  71. package/dist/actions/delete-suppressions.d.mts +20 -3
  72. package/dist/actions/delete-suppressions.d.mts.map +1 -1
  73. package/dist/actions/delete-suppressions.mjs +5 -5
  74. package/dist/actions/delete-suppressions.mjs.map +1 -1
  75. package/dist/actions/delete-template.cjs +1 -1
  76. package/dist/actions/delete-template.cjs.map +1 -1
  77. package/dist/actions/delete-template.d.cts +10 -3
  78. package/dist/actions/delete-template.d.cts.map +1 -1
  79. package/dist/actions/delete-template.d.mts +10 -3
  80. package/dist/actions/delete-template.d.mts.map +1 -1
  81. package/dist/actions/delete-template.mjs +1 -1
  82. package/dist/actions/delete-template.mjs.map +1 -1
  83. package/dist/actions/delete-webhook.cjs +1 -1
  84. package/dist/actions/delete-webhook.cjs.map +1 -1
  85. package/dist/actions/delete-webhook.d.cts +7 -3
  86. package/dist/actions/delete-webhook.d.cts.map +1 -1
  87. package/dist/actions/delete-webhook.d.mts +7 -3
  88. package/dist/actions/delete-webhook.d.mts.map +1 -1
  89. package/dist/actions/delete-webhook.mjs +1 -1
  90. package/dist/actions/delete-webhook.mjs.map +1 -1
  91. package/dist/actions/edit-server.cjs +7 -7
  92. package/dist/actions/edit-server.cjs.map +1 -1
  93. package/dist/actions/edit-server.d.cts +41 -3
  94. package/dist/actions/edit-server.d.cts.map +1 -1
  95. package/dist/actions/edit-server.d.mts +41 -3
  96. package/dist/actions/edit-server.d.mts.map +1 -1
  97. package/dist/actions/edit-server.mjs +7 -7
  98. package/dist/actions/edit-server.mjs.map +1 -1
  99. package/dist/actions/edit-template.cjs +5 -5
  100. package/dist/actions/edit-template.cjs.map +1 -1
  101. package/dist/actions/edit-template.d.cts +42 -3
  102. package/dist/actions/edit-template.d.cts.map +1 -1
  103. package/dist/actions/edit-template.d.mts +42 -3
  104. package/dist/actions/edit-template.d.mts.map +1 -1
  105. package/dist/actions/edit-template.mjs +5 -5
  106. package/dist/actions/edit-template.mjs.map +1 -1
  107. package/dist/actions/edit-webhook.cjs +7 -7
  108. package/dist/actions/edit-webhook.cjs.map +1 -1
  109. package/dist/actions/edit-webhook.d.cts +55 -3
  110. package/dist/actions/edit-webhook.d.cts.map +1 -1
  111. package/dist/actions/edit-webhook.d.mts +55 -3
  112. package/dist/actions/edit-webhook.d.mts.map +1 -1
  113. package/dist/actions/edit-webhook.mjs +7 -7
  114. package/dist/actions/edit-webhook.mjs.map +1 -1
  115. package/dist/actions/get-bounce-counts.cjs +3 -3
  116. package/dist/actions/get-bounce-counts.cjs.map +1 -1
  117. package/dist/actions/get-bounce-counts.d.cts +23 -3
  118. package/dist/actions/get-bounce-counts.d.cts.map +1 -1
  119. package/dist/actions/get-bounce-counts.d.mts +23 -3
  120. package/dist/actions/get-bounce-counts.d.mts.map +1 -1
  121. package/dist/actions/get-bounce-counts.mjs +3 -3
  122. package/dist/actions/get-bounce-counts.mjs.map +1 -1
  123. package/dist/actions/get-bounces.cjs +14 -14
  124. package/dist/actions/get-bounces.cjs.map +1 -1
  125. package/dist/actions/get-bounces.d.cts +45 -3
  126. package/dist/actions/get-bounces.d.cts.map +1 -1
  127. package/dist/actions/get-bounces.d.mts +45 -3
  128. package/dist/actions/get-bounces.d.mts.map +1 -1
  129. package/dist/actions/get-bounces.mjs +14 -14
  130. package/dist/actions/get-bounces.mjs.map +1 -1
  131. package/dist/actions/get-browser-platform-usage.cjs +3 -3
  132. package/dist/actions/get-browser-platform-usage.cjs.map +1 -1
  133. package/dist/actions/get-browser-platform-usage.d.cts +23 -3
  134. package/dist/actions/get-browser-platform-usage.d.cts.map +1 -1
  135. package/dist/actions/get-browser-platform-usage.d.mts +23 -3
  136. package/dist/actions/get-browser-platform-usage.d.mts.map +1 -1
  137. package/dist/actions/get-browser-platform-usage.mjs +3 -3
  138. package/dist/actions/get-browser-platform-usage.mjs.map +1 -1
  139. package/dist/actions/get-browser-usage.cjs +6 -6
  140. package/dist/actions/get-browser-usage.cjs.map +1 -1
  141. package/dist/actions/get-browser-usage.d.cts +20 -3
  142. package/dist/actions/get-browser-usage.d.cts.map +1 -1
  143. package/dist/actions/get-browser-usage.d.mts +20 -3
  144. package/dist/actions/get-browser-usage.d.mts.map +1 -1
  145. package/dist/actions/get-browser-usage.mjs +6 -6
  146. package/dist/actions/get-browser-usage.mjs.map +1 -1
  147. package/dist/actions/get-click-counts.cjs +8 -8
  148. package/dist/actions/get-click-counts.cjs.map +1 -1
  149. package/dist/actions/get-click-counts.d.cts +29 -3
  150. package/dist/actions/get-click-counts.d.cts.map +1 -1
  151. package/dist/actions/get-click-counts.d.mts +29 -3
  152. package/dist/actions/get-click-counts.d.mts.map +1 -1
  153. package/dist/actions/get-click-counts.mjs +8 -8
  154. package/dist/actions/get-click-counts.mjs.map +1 -1
  155. package/dist/actions/get-clicks-by-browser-family.cjs +1 -1
  156. package/dist/actions/get-clicks-by-browser-family.cjs.map +1 -1
  157. package/dist/actions/get-clicks-by-browser-family.d.cts +15 -3
  158. package/dist/actions/get-clicks-by-browser-family.d.cts.map +1 -1
  159. package/dist/actions/get-clicks-by-browser-family.d.mts +15 -3
  160. package/dist/actions/get-clicks-by-browser-family.d.mts.map +1 -1
  161. package/dist/actions/get-clicks-by-browser-family.mjs +1 -1
  162. package/dist/actions/get-clicks-by-browser-family.mjs.map +1 -1
  163. package/dist/actions/get-clicks-by-location.cjs +3 -3
  164. package/dist/actions/get-clicks-by-location.cjs.map +1 -1
  165. package/dist/actions/get-clicks-by-location.d.cts +19 -3
  166. package/dist/actions/get-clicks-by-location.d.cts.map +1 -1
  167. package/dist/actions/get-clicks-by-location.d.mts +19 -3
  168. package/dist/actions/get-clicks-by-location.d.mts.map +1 -1
  169. package/dist/actions/get-clicks-by-location.mjs +3 -3
  170. package/dist/actions/get-clicks-by-location.mjs.map +1 -1
  171. package/dist/actions/get-delivery-stats.cjs +5 -5
  172. package/dist/actions/get-delivery-stats.cjs.map +1 -1
  173. package/dist/actions/get-delivery-stats.d.cts +10 -3
  174. package/dist/actions/get-delivery-stats.d.cts.map +1 -1
  175. package/dist/actions/get-delivery-stats.d.mts +10 -3
  176. package/dist/actions/get-delivery-stats.d.mts.map +1 -1
  177. package/dist/actions/get-delivery-stats.mjs +5 -5
  178. package/dist/actions/get-delivery-stats.mjs.map +1 -1
  179. package/dist/actions/get-email-client-usage.cjs +1 -1
  180. package/dist/actions/get-email-client-usage.cjs.map +1 -1
  181. package/dist/actions/get-email-client-usage.d.cts +17 -3
  182. package/dist/actions/get-email-client-usage.d.cts.map +1 -1
  183. package/dist/actions/get-email-client-usage.d.mts +17 -3
  184. package/dist/actions/get-email-client-usage.d.mts.map +1 -1
  185. package/dist/actions/get-email-client-usage.mjs +1 -1
  186. package/dist/actions/get-email-client-usage.mjs.map +1 -1
  187. package/dist/actions/get-email-open-counts.cjs +5 -5
  188. package/dist/actions/get-email-open-counts.cjs.map +1 -1
  189. package/dist/actions/get-email-open-counts.d.cts +19 -3
  190. package/dist/actions/get-email-open-counts.d.cts.map +1 -1
  191. package/dist/actions/get-email-open-counts.d.mts +19 -3
  192. package/dist/actions/get-email-open-counts.d.mts.map +1 -1
  193. package/dist/actions/get-email-open-counts.mjs +5 -5
  194. package/dist/actions/get-email-open-counts.mjs.map +1 -1
  195. package/dist/actions/get-message-stream.cjs +7 -7
  196. package/dist/actions/get-message-stream.cjs.map +1 -1
  197. package/dist/actions/get-message-stream.d.cts +20 -3
  198. package/dist/actions/get-message-stream.d.cts.map +1 -1
  199. package/dist/actions/get-message-stream.d.mts +20 -3
  200. package/dist/actions/get-message-stream.d.mts.map +1 -1
  201. package/dist/actions/get-message-stream.mjs +7 -7
  202. package/dist/actions/get-message-stream.mjs.map +1 -1
  203. package/dist/actions/get-opens-by-platform.cjs +3 -3
  204. package/dist/actions/get-opens-by-platform.cjs.map +1 -1
  205. package/dist/actions/get-opens-by-platform.d.cts +23 -3
  206. package/dist/actions/get-opens-by-platform.d.cts.map +1 -1
  207. package/dist/actions/get-opens-by-platform.d.mts +23 -3
  208. package/dist/actions/get-opens-by-platform.d.mts.map +1 -1
  209. package/dist/actions/get-opens-by-platform.mjs +3 -3
  210. package/dist/actions/get-opens-by-platform.mjs.map +1 -1
  211. package/dist/actions/get-outbound-overview.cjs +18 -18
  212. package/dist/actions/get-outbound-overview.cjs.map +1 -1
  213. package/dist/actions/get-outbound-overview.d.cts +21 -3
  214. package/dist/actions/get-outbound-overview.d.cts.map +1 -1
  215. package/dist/actions/get-outbound-overview.d.mts +21 -3
  216. package/dist/actions/get-outbound-overview.d.mts.map +1 -1
  217. package/dist/actions/get-outbound-overview.mjs +18 -18
  218. package/dist/actions/get-outbound-overview.mjs.map +1 -1
  219. package/dist/actions/get-sent-counts.cjs +4 -4
  220. package/dist/actions/get-sent-counts.cjs.map +1 -1
  221. package/dist/actions/get-sent-counts.d.cts +17 -3
  222. package/dist/actions/get-sent-counts.d.cts.map +1 -1
  223. package/dist/actions/get-sent-counts.d.mts +17 -3
  224. package/dist/actions/get-sent-counts.d.mts.map +1 -1
  225. package/dist/actions/get-sent-counts.mjs +4 -4
  226. package/dist/actions/get-sent-counts.mjs.map +1 -1
  227. package/dist/actions/get-server.cjs +13 -13
  228. package/dist/actions/get-server.cjs.map +1 -1
  229. package/dist/actions/get-server.d.cts +30 -3
  230. package/dist/actions/get-server.d.cts.map +1 -1
  231. package/dist/actions/get-server.d.mts +30 -3
  232. package/dist/actions/get-server.d.mts.map +1 -1
  233. package/dist/actions/get-server.mjs +13 -13
  234. package/dist/actions/get-server.mjs.map +1 -1
  235. package/dist/actions/get-spam-complaints.cjs +4 -4
  236. package/dist/actions/get-spam-complaints.cjs.map +1 -1
  237. package/dist/actions/get-spam-complaints.d.cts +17 -3
  238. package/dist/actions/get-spam-complaints.d.cts.map +1 -1
  239. package/dist/actions/get-spam-complaints.d.mts +17 -3
  240. package/dist/actions/get-spam-complaints.d.mts.map +1 -1
  241. package/dist/actions/get-spam-complaints.mjs +4 -4
  242. package/dist/actions/get-spam-complaints.mjs.map +1 -1
  243. package/dist/actions/get-template.cjs +8 -8
  244. package/dist/actions/get-template.cjs.map +1 -1
  245. package/dist/actions/get-template.d.cts +20 -3
  246. package/dist/actions/get-template.d.cts.map +1 -1
  247. package/dist/actions/get-template.d.mts +20 -3
  248. package/dist/actions/get-template.d.mts.map +1 -1
  249. package/dist/actions/get-template.mjs +8 -8
  250. package/dist/actions/get-template.mjs.map +1 -1
  251. package/dist/actions/get-tracked-email-counts.cjs +4 -4
  252. package/dist/actions/get-tracked-email-counts.cjs.map +1 -1
  253. package/dist/actions/get-tracked-email-counts.d.cts +14 -3
  254. package/dist/actions/get-tracked-email-counts.d.cts.map +1 -1
  255. package/dist/actions/get-tracked-email-counts.d.mts +14 -3
  256. package/dist/actions/get-tracked-email-counts.d.mts.map +1 -1
  257. package/dist/actions/get-tracked-email-counts.mjs +4 -4
  258. package/dist/actions/get-tracked-email-counts.mjs.map +1 -1
  259. package/dist/actions/get-webhook.cjs +10 -10
  260. package/dist/actions/get-webhook.cjs.map +1 -1
  261. package/dist/actions/get-webhook.d.cts +34 -3
  262. package/dist/actions/get-webhook.d.cts.map +1 -1
  263. package/dist/actions/get-webhook.d.mts +34 -3
  264. package/dist/actions/get-webhook.d.mts.map +1 -1
  265. package/dist/actions/get-webhook.mjs +10 -10
  266. package/dist/actions/get-webhook.mjs.map +1 -1
  267. package/dist/actions/list-inbound-rules.cjs +5 -5
  268. package/dist/actions/list-inbound-rules.cjs.map +1 -1
  269. package/dist/actions/list-inbound-rules.d.cts +15 -3
  270. package/dist/actions/list-inbound-rules.d.cts.map +1 -1
  271. package/dist/actions/list-inbound-rules.d.mts +15 -3
  272. package/dist/actions/list-inbound-rules.d.mts.map +1 -1
  273. package/dist/actions/list-inbound-rules.mjs +5 -5
  274. package/dist/actions/list-inbound-rules.mjs.map +1 -1
  275. package/dist/actions/list-message-streams.cjs +9 -9
  276. package/dist/actions/list-message-streams.cjs.map +1 -1
  277. package/dist/actions/list-message-streams.d.cts +30 -3
  278. package/dist/actions/list-message-streams.d.cts.map +1 -1
  279. package/dist/actions/list-message-streams.d.mts +30 -3
  280. package/dist/actions/list-message-streams.d.mts.map +1 -1
  281. package/dist/actions/list-message-streams.mjs +9 -9
  282. package/dist/actions/list-message-streams.mjs.map +1 -1
  283. package/dist/actions/list-outbound-message-clicks.cjs +6 -6
  284. package/dist/actions/list-outbound-message-clicks.cjs.map +1 -1
  285. package/dist/actions/list-outbound-message-clicks.d.cts +67 -3
  286. package/dist/actions/list-outbound-message-clicks.d.cts.map +1 -1
  287. package/dist/actions/list-outbound-message-clicks.d.mts +67 -3
  288. package/dist/actions/list-outbound-message-clicks.d.mts.map +1 -1
  289. package/dist/actions/list-outbound-message-clicks.mjs +6 -6
  290. package/dist/actions/list-outbound-message-clicks.mjs.map +1 -1
  291. package/dist/actions/list-outbound-message-opens.cjs +9 -9
  292. package/dist/actions/list-outbound-message-opens.cjs.map +1 -1
  293. package/dist/actions/list-outbound-message-opens.d.cts +65 -3
  294. package/dist/actions/list-outbound-message-opens.d.cts.map +1 -1
  295. package/dist/actions/list-outbound-message-opens.d.mts +65 -3
  296. package/dist/actions/list-outbound-message-opens.d.mts.map +1 -1
  297. package/dist/actions/list-outbound-message-opens.mjs +9 -9
  298. package/dist/actions/list-outbound-message-opens.mjs.map +1 -1
  299. package/dist/actions/list-suppressions.cjs +6 -6
  300. package/dist/actions/list-suppressions.cjs.map +1 -1
  301. package/dist/actions/list-suppressions.d.cts +32 -3
  302. package/dist/actions/list-suppressions.d.cts.map +1 -1
  303. package/dist/actions/list-suppressions.d.mts +32 -3
  304. package/dist/actions/list-suppressions.d.mts.map +1 -1
  305. package/dist/actions/list-suppressions.mjs +6 -6
  306. package/dist/actions/list-suppressions.mjs.map +1 -1
  307. package/dist/actions/list-templates.cjs +7 -7
  308. package/dist/actions/list-templates.cjs.map +1 -1
  309. package/dist/actions/list-templates.d.cts +32 -3
  310. package/dist/actions/list-templates.d.cts.map +1 -1
  311. package/dist/actions/list-templates.d.mts +32 -3
  312. package/dist/actions/list-templates.d.mts.map +1 -1
  313. package/dist/actions/list-templates.mjs +7 -7
  314. package/dist/actions/list-templates.mjs.map +1 -1
  315. package/dist/actions/list-webhooks.cjs +12 -12
  316. package/dist/actions/list-webhooks.cjs.map +1 -1
  317. package/dist/actions/list-webhooks.d.cts +35 -3
  318. package/dist/actions/list-webhooks.d.cts.map +1 -1
  319. package/dist/actions/list-webhooks.d.mts +35 -3
  320. package/dist/actions/list-webhooks.d.mts.map +1 -1
  321. package/dist/actions/list-webhooks.mjs +12 -12
  322. package/dist/actions/list-webhooks.mjs.map +1 -1
  323. package/dist/actions/search-inbound-messages.cjs +18 -18
  324. package/dist/actions/search-inbound-messages.cjs.map +1 -1
  325. package/dist/actions/search-inbound-messages.d.cts +72 -3
  326. package/dist/actions/search-inbound-messages.d.cts.map +1 -1
  327. package/dist/actions/search-inbound-messages.d.mts +72 -3
  328. package/dist/actions/search-inbound-messages.d.mts.map +1 -1
  329. package/dist/actions/search-inbound-messages.mjs +18 -18
  330. package/dist/actions/search-inbound-messages.mjs.map +1 -1
  331. package/dist/actions/search-outbound-messages.cjs +16 -16
  332. package/dist/actions/search-outbound-messages.cjs.map +1 -1
  333. package/dist/actions/search-outbound-messages.d.cts +53 -3
  334. package/dist/actions/search-outbound-messages.d.cts.map +1 -1
  335. package/dist/actions/search-outbound-messages.d.mts +53 -3
  336. package/dist/actions/search-outbound-messages.d.mts.map +1 -1
  337. package/dist/actions/search-outbound-messages.mjs +16 -16
  338. package/dist/actions/search-outbound-messages.mjs.map +1 -1
  339. package/dist/actions/send-batch-with-templates.cjs +4 -4
  340. package/dist/actions/send-batch-with-templates.cjs.map +1 -1
  341. package/dist/actions/send-batch-with-templates.d.cts +63 -3
  342. package/dist/actions/send-batch-with-templates.d.cts.map +1 -1
  343. package/dist/actions/send-batch-with-templates.d.mts +63 -3
  344. package/dist/actions/send-batch-with-templates.d.mts.map +1 -1
  345. package/dist/actions/send-batch-with-templates.mjs +4 -4
  346. package/dist/actions/send-batch-with-templates.mjs.map +1 -1
  347. package/dist/actions/unarchive-message-stream.cjs +7 -7
  348. package/dist/actions/unarchive-message-stream.cjs.map +1 -1
  349. package/dist/actions/unarchive-message-stream.d.cts +19 -3
  350. package/dist/actions/unarchive-message-stream.d.cts.map +1 -1
  351. package/dist/actions/unarchive-message-stream.d.mts +19 -3
  352. package/dist/actions/unarchive-message-stream.d.mts.map +1 -1
  353. package/dist/actions/unarchive-message-stream.mjs +7 -7
  354. package/dist/actions/unarchive-message-stream.mjs.map +1 -1
  355. package/dist/actions/update-message-stream.cjs +6 -6
  356. package/dist/actions/update-message-stream.cjs.map +1 -1
  357. package/dist/actions/update-message-stream.d.cts +21 -3
  358. package/dist/actions/update-message-stream.d.cts.map +1 -1
  359. package/dist/actions/update-message-stream.d.mts +21 -3
  360. package/dist/actions/update-message-stream.d.mts.map +1 -1
  361. package/dist/actions/update-message-stream.mjs +6 -6
  362. package/dist/actions/update-message-stream.mjs.map +1 -1
  363. package/dist/actions/validate-template.cjs +4 -4
  364. package/dist/actions/validate-template.cjs.map +1 -1
  365. package/dist/actions/validate-template.d.cts +36 -3
  366. package/dist/actions/validate-template.d.cts.map +1 -1
  367. package/dist/actions/validate-template.d.mts +36 -3
  368. package/dist/actions/validate-template.d.mts.map +1 -1
  369. package/dist/actions/validate-template.mjs +4 -4
  370. package/dist/actions/validate-template.mjs.map +1 -1
  371. package/dist/catalog.cjs +7 -1
  372. package/dist/catalog.cjs.map +1 -1
  373. package/dist/catalog.d.cts +8 -0
  374. package/dist/catalog.d.mts +8 -0
  375. package/dist/catalog.mjs +7 -1
  376. package/dist/catalog.mjs.map +1 -1
  377. package/package.json +2 -2
@@ -1 +1 @@
1
- {"version":3,"file":"get-email-open-counts.cjs","names":["z","action"],"sources":["../../src/actions/get-email-open-counts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkGetEmailOpenCountsInput: z.ZodTypeAny = z.object({\n ToDate: z.string().describe(\"Include activity before this ISO8601 date/time.\").optional(),\n FromDate: z.string().describe(\"Include activity from this ISO8601 date/time.\").optional(),\n MessageStream: z.string().describe(\"Filter stats by a specific message stream.\").optional(),\n}).describe(\"Query parameters for retrieving email open counts with optional filters.\");\nconst PostmarkGetEmailOpenCounts_DayStatSchema: z.ZodTypeAny = z.object({\n Date: z.string().describe(\"Date for the stats (YYYY-MM-DD).\"),\n Opens: z.number().int().describe(\"Number of opens on this date.\"),\n Unique: z.number().int().describe(\"Number of unique opens on this date.\"),\n}).describe(\"A single day's open statistics record.\");\nexport const PostmarkGetEmailOpenCountsOutput: z.ZodTypeAny = z.object({\n Days: z.array(PostmarkGetEmailOpenCounts_DayStatSchema).describe(\"List of open statistics by day.\").nullable().optional(),\n Opens: z.number().int().default(0).describe(\"Total number of opens across all days in the period.\").nullable().optional(),\n Unique: z.number().int().default(0).describe(\"Total number of unique opens across all days in the period.\").nullable().optional(),\n}).describe(\"Response schema for GetEmailOpenCounts action.\");\n\nexport const postmarkGetEmailOpenCounts = action(\"POSTMARK_GET_EMAIL_OPEN_COUNTS\", {\n slug: \"postmark-get-email-open-counts\",\n name: \"Get Email Open Counts\",\n description: \"Tool to retrieve counts of opened emails. Use when you need per-day and total open stats for a specified period.\",\n input: PostmarkGetEmailOpenCountsInput,\n output: PostmarkGetEmailOpenCountsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACxF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CACxF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,SAAS,0EAA0E;AACtF,MAAM,2CAAyDA,IAAAA,EAAE,OAAO;CACtE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC5D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B;CAChE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;AAC1E,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,MAAMA,IAAAA,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClI,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAE5D,MAAa,6BAA6BC,eAAAA,OAAO,kCAAkC;CACjF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-email-open-counts.cjs","names":["z","action"],"sources":["../../src/actions/get-email-open-counts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkGetEmailOpenCountsInput = z.object({\n ToDate: z.string().describe(\"Include activity before this ISO8601 date/time.\").optional(),\n FromDate: z.string().describe(\"Include activity from this ISO8601 date/time.\").optional(),\n MessageStream: z.string().describe(\"Filter stats by a specific message stream.\").optional(),\n}).describe(\"Query parameters for retrieving email open counts with optional filters.\");\nconst PostmarkGetEmailOpenCounts_DayStatSchema = z.object({\n Date: z.string().describe(\"Date for the stats (YYYY-MM-DD).\").nullable(),\n Opens: z.number().int().describe(\"Number of opens on this date.\").nullable(),\n Unique: z.number().int().describe(\"Number of unique opens on this date.\").nullable(),\n}).passthrough().describe(\"A single day's open statistics record.\");\nexport const PostmarkGetEmailOpenCountsOutput = z.object({\n Days: z.array(PostmarkGetEmailOpenCounts_DayStatSchema).describe(\"List of open statistics by day.\").nullable().optional(),\n Opens: z.number().int().default(0).describe(\"Total number of opens across all days in the period.\").nullable().optional(),\n Unique: z.number().int().default(0).describe(\"Total number of unique opens across all days in the period.\").nullable().optional(),\n}).passthrough().describe(\"Response schema for GetEmailOpenCounts action.\");\n\nexport const postmarkGetEmailOpenCounts = action(\"POSTMARK_GET_EMAIL_OPEN_COUNTS\", {\n slug: \"postmark-get-email-open-counts\",\n name: \"Get Email Open Counts\",\n description: \"Tool to retrieve counts of opened emails. Use when you need per-day and total open stats for a specified period.\",\n input: PostmarkGetEmailOpenCountsInput,\n output: PostmarkGetEmailOpenCountsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAkCA,IAAAA,EAAE,OAAO;CACtD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACxF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CACxF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,SAAS,0EAA0E;AACtF,MAAM,2CAA2CA,IAAAA,EAAE,OAAO;CACxD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACvE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAC3E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAAwC;AAClE,MAAa,mCAAmCA,IAAAA,EAAE,OAAO;CACvD,MAAMA,IAAAA,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gDAAgD;AAE1E,MAAa,6BAA6BC,eAAAA,OAAO,kCAAkC;CACjF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,25 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-email-open-counts.d.ts
4
- declare const PostmarkGetEmailOpenCountsInput: z.ZodTypeAny;
5
- declare const PostmarkGetEmailOpenCountsOutput: z.ZodTypeAny;
6
- declare const postmarkGetEmailOpenCounts: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PostmarkGetEmailOpenCountsInput: z.ZodObject<{
5
+ ToDate: z.ZodOptional<z.ZodString>;
6
+ FromDate: z.ZodOptional<z.ZodString>;
7
+ MessageStream: z.ZodOptional<z.ZodString>;
8
+ }, z.core.$strip>;
9
+ declare const PostmarkGetEmailOpenCountsOutput: z.ZodObject<{
10
+ Days: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
11
+ Date: z.ZodNullable<z.ZodString>;
12
+ Opens: z.ZodNullable<z.ZodNumber>;
13
+ Unique: z.ZodNullable<z.ZodNumber>;
14
+ }, z.core.$loose>>>>;
15
+ Opens: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>;
16
+ Unique: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>;
17
+ }, z.core.$loose>;
18
+ declare const postmarkGetEmailOpenCounts: import("@keystrokehq/action").WorkflowActionDefinition<{
19
+ ToDate?: string | undefined;
20
+ FromDate?: string | undefined;
21
+ MessageStream?: string | undefined;
22
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
23
  //#endregion
8
24
  export { postmarkGetEmailOpenCounts };
9
25
  //# sourceMappingURL=get-email-open-counts.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-email-open-counts.d.cts","names":[],"sources":["../../src/actions/get-email-open-counts.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAIuC;AAAA,cAM1E,gCAAA,EAAkC,CAAA,CAAE,UAIY;AAAA,cAEhD,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-email-open-counts.d.cts","names":[],"sources":["../../src/actions/get-email-open-counts.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;cAU/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;cAMhC,0BAAA,gCAA0B,wBAAA"}
@@ -1,9 +1,25 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-email-open-counts.d.ts
4
- declare const PostmarkGetEmailOpenCountsInput: z.ZodTypeAny;
5
- declare const PostmarkGetEmailOpenCountsOutput: z.ZodTypeAny;
6
- declare const postmarkGetEmailOpenCounts: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PostmarkGetEmailOpenCountsInput: z.ZodObject<{
5
+ ToDate: z.ZodOptional<z.ZodString>;
6
+ FromDate: z.ZodOptional<z.ZodString>;
7
+ MessageStream: z.ZodOptional<z.ZodString>;
8
+ }, z.core.$strip>;
9
+ declare const PostmarkGetEmailOpenCountsOutput: z.ZodObject<{
10
+ Days: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
11
+ Date: z.ZodNullable<z.ZodString>;
12
+ Opens: z.ZodNullable<z.ZodNumber>;
13
+ Unique: z.ZodNullable<z.ZodNumber>;
14
+ }, z.core.$loose>>>>;
15
+ Opens: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>;
16
+ Unique: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>;
17
+ }, z.core.$loose>;
18
+ declare const postmarkGetEmailOpenCounts: import("@keystrokehq/action").WorkflowActionDefinition<{
19
+ ToDate?: string | undefined;
20
+ FromDate?: string | undefined;
21
+ MessageStream?: string | undefined;
22
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
23
  //#endregion
8
24
  export { postmarkGetEmailOpenCounts };
9
25
  //# sourceMappingURL=get-email-open-counts.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-email-open-counts.d.mts","names":[],"sources":["../../src/actions/get-email-open-counts.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAIuC;AAAA,cAM1E,gCAAA,EAAkC,CAAA,CAAE,UAIY;AAAA,cAEhD,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-email-open-counts.d.mts","names":[],"sources":["../../src/actions/get-email-open-counts.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;cAU/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;cAMhC,0BAAA,gCAA0B,wBAAA"}
@@ -7,10 +7,10 @@ const PostmarkGetEmailOpenCountsInput = z.object({
7
7
  MessageStream: z.string().describe("Filter stats by a specific message stream.").optional()
8
8
  }).describe("Query parameters for retrieving email open counts with optional filters.");
9
9
  const PostmarkGetEmailOpenCounts_DayStatSchema = z.object({
10
- Date: z.string().describe("Date for the stats (YYYY-MM-DD)."),
11
- Opens: z.number().int().describe("Number of opens on this date."),
12
- Unique: z.number().int().describe("Number of unique opens on this date.")
13
- }).describe("A single day's open statistics record.");
10
+ Date: z.string().describe("Date for the stats (YYYY-MM-DD).").nullable(),
11
+ Opens: z.number().int().describe("Number of opens on this date.").nullable(),
12
+ Unique: z.number().int().describe("Number of unique opens on this date.").nullable()
13
+ }).passthrough().describe("A single day's open statistics record.");
14
14
  const postmarkGetEmailOpenCounts = action("POSTMARK_GET_EMAIL_OPEN_COUNTS", {
15
15
  slug: "postmark-get-email-open-counts",
16
16
  name: "Get Email Open Counts",
@@ -20,7 +20,7 @@ const postmarkGetEmailOpenCounts = action("POSTMARK_GET_EMAIL_OPEN_COUNTS", {
20
20
  Days: z.array(PostmarkGetEmailOpenCounts_DayStatSchema).describe("List of open statistics by day.").nullable().optional(),
21
21
  Opens: z.number().int().default(0).describe("Total number of opens across all days in the period.").nullable().optional(),
22
22
  Unique: z.number().int().default(0).describe("Total number of unique opens across all days in the period.").nullable().optional()
23
- }).describe("Response schema for GetEmailOpenCounts action.")
23
+ }).passthrough().describe("Response schema for GetEmailOpenCounts action.")
24
24
  });
25
25
  //#endregion
26
26
  export { postmarkGetEmailOpenCounts };
@@ -1 +1 @@
1
- {"version":3,"file":"get-email-open-counts.mjs","names":[],"sources":["../../src/actions/get-email-open-counts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkGetEmailOpenCountsInput: z.ZodTypeAny = z.object({\n ToDate: z.string().describe(\"Include activity before this ISO8601 date/time.\").optional(),\n FromDate: z.string().describe(\"Include activity from this ISO8601 date/time.\").optional(),\n MessageStream: z.string().describe(\"Filter stats by a specific message stream.\").optional(),\n}).describe(\"Query parameters for retrieving email open counts with optional filters.\");\nconst PostmarkGetEmailOpenCounts_DayStatSchema: z.ZodTypeAny = z.object({\n Date: z.string().describe(\"Date for the stats (YYYY-MM-DD).\"),\n Opens: z.number().int().describe(\"Number of opens on this date.\"),\n Unique: z.number().int().describe(\"Number of unique opens on this date.\"),\n}).describe(\"A single day's open statistics record.\");\nexport const PostmarkGetEmailOpenCountsOutput: z.ZodTypeAny = z.object({\n Days: z.array(PostmarkGetEmailOpenCounts_DayStatSchema).describe(\"List of open statistics by day.\").nullable().optional(),\n Opens: z.number().int().default(0).describe(\"Total number of opens across all days in the period.\").nullable().optional(),\n Unique: z.number().int().default(0).describe(\"Total number of unique opens across all days in the period.\").nullable().optional(),\n}).describe(\"Response schema for GetEmailOpenCounts action.\");\n\nexport const postmarkGetEmailOpenCounts = action(\"POSTMARK_GET_EMAIL_OPEN_COUNTS\", {\n slug: \"postmark-get-email-open-counts\",\n name: \"Get Email Open Counts\",\n description: \"Tool to retrieve counts of opened emails. Use when you need per-day and total open stats for a specified period.\",\n input: PostmarkGetEmailOpenCountsInput,\n output: PostmarkGetEmailOpenCountsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgD,EAAE,OAAO;CACpE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACxF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CACxF,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,SAAS,0EAA0E;AACtF,MAAM,2CAAyD,EAAE,OAAO;CACtE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC5D,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B;CAChE,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;AAC1E,CAAC,CAAC,CAAC,SAAS,wCAAwC;AAOpD,MAAa,6BAA6B,OAAO,kCAAkC;CACjF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAX4D,EAAE,OAAO;EACrE,MAAM,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxH,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxH,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClI,CAAC,CAAC,CAAC,SAAS,gDAOF;AACV,CAAC"}
1
+ {"version":3,"file":"get-email-open-counts.mjs","names":[],"sources":["../../src/actions/get-email-open-counts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkGetEmailOpenCountsInput = z.object({\n ToDate: z.string().describe(\"Include activity before this ISO8601 date/time.\").optional(),\n FromDate: z.string().describe(\"Include activity from this ISO8601 date/time.\").optional(),\n MessageStream: z.string().describe(\"Filter stats by a specific message stream.\").optional(),\n}).describe(\"Query parameters for retrieving email open counts with optional filters.\");\nconst PostmarkGetEmailOpenCounts_DayStatSchema = z.object({\n Date: z.string().describe(\"Date for the stats (YYYY-MM-DD).\").nullable(),\n Opens: z.number().int().describe(\"Number of opens on this date.\").nullable(),\n Unique: z.number().int().describe(\"Number of unique opens on this date.\").nullable(),\n}).passthrough().describe(\"A single day's open statistics record.\");\nexport const PostmarkGetEmailOpenCountsOutput = z.object({\n Days: z.array(PostmarkGetEmailOpenCounts_DayStatSchema).describe(\"List of open statistics by day.\").nullable().optional(),\n Opens: z.number().int().default(0).describe(\"Total number of opens across all days in the period.\").nullable().optional(),\n Unique: z.number().int().default(0).describe(\"Total number of unique opens across all days in the period.\").nullable().optional(),\n}).passthrough().describe(\"Response schema for GetEmailOpenCounts action.\");\n\nexport const postmarkGetEmailOpenCounts = action(\"POSTMARK_GET_EMAIL_OPEN_COUNTS\", {\n slug: \"postmark-get-email-open-counts\",\n name: \"Get Email Open Counts\",\n description: \"Tool to retrieve counts of opened emails. Use when you need per-day and total open stats for a specified period.\",\n input: PostmarkGetEmailOpenCountsInput,\n output: PostmarkGetEmailOpenCountsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAkC,EAAE,OAAO;CACtD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACxF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CACxF,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,SAAS,0EAA0E;AACtF,MAAM,2CAA2C,EAAE,OAAO;CACxD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACvE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAC3E,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAAwC;AAOlE,MAAa,6BAA6B,OAAO,kCAAkC;CACjF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAX8C,EAAE,OAAO;EACvD,MAAM,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxH,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxH,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gDAOhB;AACV,CAAC"}
@@ -2,19 +2,19 @@ const require_action = require("../action.cjs");
2
2
  let zod = require("zod");
3
3
  //#region src/actions/get-message-stream.ts
4
4
  const PostmarkGetMessageStreamInput = zod.z.object({ streamID: zod.z.string().describe("The ID of the message stream to retrieve (e.g., 'outbound', 'inbound', or custom stream ID)") }).describe("Request model for retrieving a specific message stream by ID.");
5
- const PostmarkGetMessageStream_SubscriptionManagementConfigurationSchema = zod.z.object({ UnsubscribeHandlingType: zod.z.string().describe("How unsubscribe requests are handled (e.g., 'Postmark', 'Custom')") }).describe("Subscription management configuration for the message stream.");
5
+ const PostmarkGetMessageStream_SubscriptionManagementConfigurationSchema = zod.z.object({ UnsubscribeHandlingType: zod.z.string().describe("How unsubscribe requests are handled (e.g., 'Postmark', 'Custom')").nullable() }).passthrough().describe("Subscription management configuration for the message stream.");
6
6
  const PostmarkGetMessageStreamOutput = zod.z.object({
7
- ID: zod.z.string().describe("The unique ID of the message stream"),
8
- Name: zod.z.string().describe("Name of the message stream"),
9
- ServerID: zod.z.number().int().describe("ID of the associated server"),
10
- CreatedAt: zod.z.string().describe("Timestamp when the stream was created"),
7
+ ID: zod.z.string().describe("The unique ID of the message stream").nullable(),
8
+ Name: zod.z.string().describe("Name of the message stream").nullable(),
9
+ ServerID: zod.z.number().int().describe("ID of the associated server").nullable(),
10
+ CreatedAt: zod.z.string().describe("Timestamp when the stream was created").nullable(),
11
11
  UpdatedAt: zod.z.string().describe("Timestamp when the stream was last updated").nullable().optional(),
12
12
  ArchivedAt: zod.z.string().describe("Timestamp when the stream was archived").nullable().optional(),
13
13
  Description: zod.z.string().describe("Description of the message stream").nullable().optional(),
14
14
  ExpectedPurgeDate: zod.z.string().describe("Expected date when the archived stream will be purged").nullable().optional(),
15
- MessageStreamType: zod.z.string().describe("Type of the message stream (e.g., 'Transactional', 'Broadcasts', 'Inbound')"),
15
+ MessageStreamType: zod.z.string().describe("Type of the message stream (e.g., 'Transactional', 'Broadcasts', 'Inbound')").nullable(),
16
16
  SubscriptionManagementConfiguration: PostmarkGetMessageStream_SubscriptionManagementConfigurationSchema.nullable()
17
- }).describe("Response model for details of a specific message stream.");
17
+ }).passthrough().describe("Response model for details of a specific message stream.");
18
18
  const postmarkGetMessageStream = require_action.action("POSTMARK_GET_MESSAGE_STREAM", {
19
19
  slug: "postmark-get-message-stream",
20
20
  name: "Get Message Stream",
@@ -1 +1 @@
1
- {"version":3,"file":"get-message-stream.cjs","names":["z","action"],"sources":["../../src/actions/get-message-stream.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkGetMessageStreamInput: z.ZodTypeAny = z.object({\n streamID: z.string().describe(\"The ID of the message stream to retrieve (e.g., 'outbound', 'inbound', or custom stream ID)\"),\n}).describe(\"Request model for retrieving a specific message stream by ID.\");\nconst PostmarkGetMessageStream_SubscriptionManagementConfigurationSchema: z.ZodTypeAny = z.object({\n UnsubscribeHandlingType: z.string().describe(\"How unsubscribe requests are handled (e.g., 'Postmark', 'Custom')\"),\n}).describe(\"Subscription management configuration for the message stream.\");\nexport const PostmarkGetMessageStreamOutput: z.ZodTypeAny = z.object({\n ID: z.string().describe(\"The unique ID of the message stream\"),\n Name: z.string().describe(\"Name of the message stream\"),\n ServerID: z.number().int().describe(\"ID of the associated server\"),\n CreatedAt: z.string().describe(\"Timestamp when the stream was created\"),\n UpdatedAt: z.string().describe(\"Timestamp when the stream was last updated\").nullable().optional(),\n ArchivedAt: z.string().describe(\"Timestamp when the stream was archived\").nullable().optional(),\n Description: z.string().describe(\"Description of the message stream\").nullable().optional(),\n ExpectedPurgeDate: z.string().describe(\"Expected date when the archived stream will be purged\").nullable().optional(),\n MessageStreamType: z.string().describe(\"Type of the message stream (e.g., 'Transactional', 'Broadcasts', 'Inbound')\"),\n SubscriptionManagementConfiguration: PostmarkGetMessageStream_SubscriptionManagementConfigurationSchema.nullable(),\n}).describe(\"Response model for details of a specific message stream.\");\n\nexport const postmarkGetMessageStream = action(\"POSTMARK_GET_MESSAGE_STREAM\", {\n slug: \"postmark-get-message-stream\",\n name: \"Get Message Stream\",\n description: \"Tool to retrieve details of a specific message stream by its ID. Use when you need to inspect stream configuration such as type, description, or subscription settings.\",\n input: PostmarkGetMessageStreamInput,\n output: PostmarkGetMessageStreamOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,EAClE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6FAA6F,EAC7H,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,qEAAmFA,IAAAA,EAAE,OAAO,EAChG,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,EAClH,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACtD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B;CACjE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACtE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E;CACpH,qCAAqC,mEAAmE,SAAS;AACnH,CAAC,CAAC,CAAC,SAAS,0DAA0D;AAEtE,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-message-stream.cjs","names":["z","action"],"sources":["../../src/actions/get-message-stream.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkGetMessageStreamInput = z.object({\n streamID: z.string().describe(\"The ID of the message stream to retrieve (e.g., 'outbound', 'inbound', or custom stream ID)\"),\n}).describe(\"Request model for retrieving a specific message stream by ID.\");\nconst PostmarkGetMessageStream_SubscriptionManagementConfigurationSchema = z.object({\n UnsubscribeHandlingType: z.string().describe(\"How unsubscribe requests are handled (e.g., 'Postmark', 'Custom')\").nullable(),\n}).passthrough().describe(\"Subscription management configuration for the message stream.\");\nexport const PostmarkGetMessageStreamOutput = z.object({\n ID: z.string().describe(\"The unique ID of the message stream\").nullable(),\n Name: z.string().describe(\"Name of the message stream\").nullable(),\n ServerID: z.number().int().describe(\"ID of the associated server\").nullable(),\n CreatedAt: z.string().describe(\"Timestamp when the stream was created\").nullable(),\n UpdatedAt: z.string().describe(\"Timestamp when the stream was last updated\").nullable().optional(),\n ArchivedAt: z.string().describe(\"Timestamp when the stream was archived\").nullable().optional(),\n Description: z.string().describe(\"Description of the message stream\").nullable().optional(),\n ExpectedPurgeDate: z.string().describe(\"Expected date when the archived stream will be purged\").nullable().optional(),\n MessageStreamType: z.string().describe(\"Type of the message stream (e.g., 'Transactional', 'Broadcasts', 'Inbound')\").nullable(),\n SubscriptionManagementConfiguration: PostmarkGetMessageStream_SubscriptionManagementConfigurationSchema.nullable(),\n}).passthrough().describe(\"Response model for details of a specific message stream.\");\n\nexport const postmarkGetMessageStream = action(\"POSTMARK_GET_MESSAGE_STREAM\", {\n slug: \"postmark-get-message-stream\",\n name: \"Get Message Stream\",\n description: \"Tool to retrieve details of a specific message stream by its ID. Use when you need to inspect stream configuration such as type, description, or subscription settings.\",\n input: PostmarkGetMessageStreamInput,\n output: PostmarkGetMessageStreamOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgCA,IAAAA,EAAE,OAAO,EACpD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6FAA6F,EAC7H,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,qEAAqEA,IAAAA,EAAE,OAAO,EAClF,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,EAC7H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+DAA+D;AACzF,MAAa,iCAAiCA,IAAAA,EAAE,OAAO;CACrD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACxE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CACjE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CAC5E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CACjF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS;CAC/H,qCAAqC,mEAAmE,SAAS;AACnH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0DAA0D;AAEpF,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,26 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-message-stream.d.ts
4
- declare const PostmarkGetMessageStreamInput: z.ZodTypeAny;
5
- declare const PostmarkGetMessageStreamOutput: z.ZodTypeAny;
6
- declare const postmarkGetMessageStream: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PostmarkGetMessageStreamInput: z.ZodObject<{
5
+ streamID: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const PostmarkGetMessageStreamOutput: z.ZodObject<{
8
+ ID: z.ZodNullable<z.ZodString>;
9
+ Name: z.ZodNullable<z.ZodString>;
10
+ ServerID: z.ZodNullable<z.ZodNumber>;
11
+ CreatedAt: z.ZodNullable<z.ZodString>;
12
+ UpdatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
+ ArchivedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ Description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
+ ExpectedPurgeDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
+ MessageStreamType: z.ZodNullable<z.ZodString>;
17
+ SubscriptionManagementConfiguration: z.ZodNullable<z.ZodObject<{
18
+ UnsubscribeHandlingType: z.ZodNullable<z.ZodString>;
19
+ }, z.core.$loose>>;
20
+ }, z.core.$loose>;
21
+ declare const postmarkGetMessageStream: import("@keystrokehq/action").WorkflowActionDefinition<{
22
+ streamID: string;
23
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
24
  //#endregion
8
25
  export { postmarkGetMessageStream };
9
26
  //# sourceMappingURL=get-message-stream.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-message-stream.d.cts","names":[],"sources":["../../src/actions/get-message-stream.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAE8B;AAAA,cAI/D,8BAAA,EAAgC,CAAA,CAAE,UAWwB;AAAA,cAE1D,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-message-stream.d.cts","names":[],"sources":["../../src/actions/get-message-stream.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;cAM7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAa9B,wBAAA,gCAAwB,wBAAA"}
@@ -1,9 +1,26 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-message-stream.d.ts
4
- declare const PostmarkGetMessageStreamInput: z.ZodTypeAny;
5
- declare const PostmarkGetMessageStreamOutput: z.ZodTypeAny;
6
- declare const postmarkGetMessageStream: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PostmarkGetMessageStreamInput: z.ZodObject<{
5
+ streamID: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const PostmarkGetMessageStreamOutput: z.ZodObject<{
8
+ ID: z.ZodNullable<z.ZodString>;
9
+ Name: z.ZodNullable<z.ZodString>;
10
+ ServerID: z.ZodNullable<z.ZodNumber>;
11
+ CreatedAt: z.ZodNullable<z.ZodString>;
12
+ UpdatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
+ ArchivedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ Description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
+ ExpectedPurgeDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
+ MessageStreamType: z.ZodNullable<z.ZodString>;
17
+ SubscriptionManagementConfiguration: z.ZodNullable<z.ZodObject<{
18
+ UnsubscribeHandlingType: z.ZodNullable<z.ZodString>;
19
+ }, z.core.$loose>>;
20
+ }, z.core.$loose>;
21
+ declare const postmarkGetMessageStream: import("@keystrokehq/action").WorkflowActionDefinition<{
22
+ streamID: string;
23
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
24
  //#endregion
8
25
  export { postmarkGetMessageStream };
9
26
  //# sourceMappingURL=get-message-stream.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-message-stream.d.mts","names":[],"sources":["../../src/actions/get-message-stream.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAE8B;AAAA,cAI/D,8BAAA,EAAgC,CAAA,CAAE,UAWwB;AAAA,cAE1D,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-message-stream.d.mts","names":[],"sources":["../../src/actions/get-message-stream.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;cAM7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAa9B,wBAAA,gCAAwB,wBAAA"}
@@ -2,24 +2,24 @@ import { action } from "../action.mjs";
2
2
  import { z } from "zod";
3
3
  //#region src/actions/get-message-stream.ts
4
4
  const PostmarkGetMessageStreamInput = z.object({ streamID: z.string().describe("The ID of the message stream to retrieve (e.g., 'outbound', 'inbound', or custom stream ID)") }).describe("Request model for retrieving a specific message stream by ID.");
5
- const PostmarkGetMessageStream_SubscriptionManagementConfigurationSchema = z.object({ UnsubscribeHandlingType: z.string().describe("How unsubscribe requests are handled (e.g., 'Postmark', 'Custom')") }).describe("Subscription management configuration for the message stream.");
5
+ const PostmarkGetMessageStream_SubscriptionManagementConfigurationSchema = z.object({ UnsubscribeHandlingType: z.string().describe("How unsubscribe requests are handled (e.g., 'Postmark', 'Custom')").nullable() }).passthrough().describe("Subscription management configuration for the message stream.");
6
6
  const postmarkGetMessageStream = action("POSTMARK_GET_MESSAGE_STREAM", {
7
7
  slug: "postmark-get-message-stream",
8
8
  name: "Get Message Stream",
9
9
  description: "Tool to retrieve details of a specific message stream by its ID. Use when you need to inspect stream configuration such as type, description, or subscription settings.",
10
10
  input: PostmarkGetMessageStreamInput,
11
11
  output: z.object({
12
- ID: z.string().describe("The unique ID of the message stream"),
13
- Name: z.string().describe("Name of the message stream"),
14
- ServerID: z.number().int().describe("ID of the associated server"),
15
- CreatedAt: z.string().describe("Timestamp when the stream was created"),
12
+ ID: z.string().describe("The unique ID of the message stream").nullable(),
13
+ Name: z.string().describe("Name of the message stream").nullable(),
14
+ ServerID: z.number().int().describe("ID of the associated server").nullable(),
15
+ CreatedAt: z.string().describe("Timestamp when the stream was created").nullable(),
16
16
  UpdatedAt: z.string().describe("Timestamp when the stream was last updated").nullable().optional(),
17
17
  ArchivedAt: z.string().describe("Timestamp when the stream was archived").nullable().optional(),
18
18
  Description: z.string().describe("Description of the message stream").nullable().optional(),
19
19
  ExpectedPurgeDate: z.string().describe("Expected date when the archived stream will be purged").nullable().optional(),
20
- MessageStreamType: z.string().describe("Type of the message stream (e.g., 'Transactional', 'Broadcasts', 'Inbound')"),
20
+ MessageStreamType: z.string().describe("Type of the message stream (e.g., 'Transactional', 'Broadcasts', 'Inbound')").nullable(),
21
21
  SubscriptionManagementConfiguration: PostmarkGetMessageStream_SubscriptionManagementConfigurationSchema.nullable()
22
- }).describe("Response model for details of a specific message stream.")
22
+ }).passthrough().describe("Response model for details of a specific message stream.")
23
23
  });
24
24
  //#endregion
25
25
  export { postmarkGetMessageStream };
@@ -1 +1 @@
1
- {"version":3,"file":"get-message-stream.mjs","names":[],"sources":["../../src/actions/get-message-stream.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkGetMessageStreamInput: z.ZodTypeAny = z.object({\n streamID: z.string().describe(\"The ID of the message stream to retrieve (e.g., 'outbound', 'inbound', or custom stream ID)\"),\n}).describe(\"Request model for retrieving a specific message stream by ID.\");\nconst PostmarkGetMessageStream_SubscriptionManagementConfigurationSchema: z.ZodTypeAny = z.object({\n UnsubscribeHandlingType: z.string().describe(\"How unsubscribe requests are handled (e.g., 'Postmark', 'Custom')\"),\n}).describe(\"Subscription management configuration for the message stream.\");\nexport const PostmarkGetMessageStreamOutput: z.ZodTypeAny = z.object({\n ID: z.string().describe(\"The unique ID of the message stream\"),\n Name: z.string().describe(\"Name of the message stream\"),\n ServerID: z.number().int().describe(\"ID of the associated server\"),\n CreatedAt: z.string().describe(\"Timestamp when the stream was created\"),\n UpdatedAt: z.string().describe(\"Timestamp when the stream was last updated\").nullable().optional(),\n ArchivedAt: z.string().describe(\"Timestamp when the stream was archived\").nullable().optional(),\n Description: z.string().describe(\"Description of the message stream\").nullable().optional(),\n ExpectedPurgeDate: z.string().describe(\"Expected date when the archived stream will be purged\").nullable().optional(),\n MessageStreamType: z.string().describe(\"Type of the message stream (e.g., 'Transactional', 'Broadcasts', 'Inbound')\"),\n SubscriptionManagementConfiguration: PostmarkGetMessageStream_SubscriptionManagementConfigurationSchema.nullable(),\n}).describe(\"Response model for details of a specific message stream.\");\n\nexport const postmarkGetMessageStream = action(\"POSTMARK_GET_MESSAGE_STREAM\", {\n slug: \"postmark-get-message-stream\",\n name: \"Get Message Stream\",\n description: \"Tool to retrieve details of a specific message stream by its ID. Use when you need to inspect stream configuration such as type, description, or subscription settings.\",\n input: PostmarkGetMessageStreamInput,\n output: PostmarkGetMessageStreamOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8C,EAAE,OAAO,EAClE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,6FAA6F,EAC7H,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,qEAAmF,EAAE,OAAO,EAChG,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,EAClH,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAc3E,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAlB0D,EAAE,OAAO;EACnE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;EAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;EACtD,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B;EACjE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;EACtE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpH,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E;EACpH,qCAAqC,mEAAmE,SAAS;CACnH,CAAC,CAAC,CAAC,SAAS,0DAOF;AACV,CAAC"}
1
+ {"version":3,"file":"get-message-stream.mjs","names":[],"sources":["../../src/actions/get-message-stream.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkGetMessageStreamInput = z.object({\n streamID: z.string().describe(\"The ID of the message stream to retrieve (e.g., 'outbound', 'inbound', or custom stream ID)\"),\n}).describe(\"Request model for retrieving a specific message stream by ID.\");\nconst PostmarkGetMessageStream_SubscriptionManagementConfigurationSchema = z.object({\n UnsubscribeHandlingType: z.string().describe(\"How unsubscribe requests are handled (e.g., 'Postmark', 'Custom')\").nullable(),\n}).passthrough().describe(\"Subscription management configuration for the message stream.\");\nexport const PostmarkGetMessageStreamOutput = z.object({\n ID: z.string().describe(\"The unique ID of the message stream\").nullable(),\n Name: z.string().describe(\"Name of the message stream\").nullable(),\n ServerID: z.number().int().describe(\"ID of the associated server\").nullable(),\n CreatedAt: z.string().describe(\"Timestamp when the stream was created\").nullable(),\n UpdatedAt: z.string().describe(\"Timestamp when the stream was last updated\").nullable().optional(),\n ArchivedAt: z.string().describe(\"Timestamp when the stream was archived\").nullable().optional(),\n Description: z.string().describe(\"Description of the message stream\").nullable().optional(),\n ExpectedPurgeDate: z.string().describe(\"Expected date when the archived stream will be purged\").nullable().optional(),\n MessageStreamType: z.string().describe(\"Type of the message stream (e.g., 'Transactional', 'Broadcasts', 'Inbound')\").nullable(),\n SubscriptionManagementConfiguration: PostmarkGetMessageStream_SubscriptionManagementConfigurationSchema.nullable(),\n}).passthrough().describe(\"Response model for details of a specific message stream.\");\n\nexport const postmarkGetMessageStream = action(\"POSTMARK_GET_MESSAGE_STREAM\", {\n slug: \"postmark-get-message-stream\",\n name: \"Get Message Stream\",\n description: \"Tool to retrieve details of a specific message stream by its ID. Use when you need to inspect stream configuration such as type, description, or subscription settings.\",\n input: PostmarkGetMessageStreamInput,\n output: PostmarkGetMessageStreamOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgC,EAAE,OAAO,EACpD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,6FAA6F,EAC7H,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,qEAAqE,EAAE,OAAO,EAClF,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,EAC7H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+DAA+D;AAczF,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAlB4C,EAAE,OAAO;EACrD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;EACxE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;EACjE,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;EAC5E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;EACjF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpH,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS;EAC/H,qCAAqC,mEAAmE,SAAS;CACnH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0DAOhB;AACV,CAAC"}
@@ -7,19 +7,19 @@ const PostmarkGetOpensByPlatformInput = zod.z.object({
7
7
  fromdate: zod.z.string().describe("Filter starting date (inclusive) in YYYY-MM-DD format, e.g., '2014-01-01'").optional()
8
8
  }).describe("Request model for fetching email open statistics by platform type.");
9
9
  const PostmarkGetOpensByPlatform_PlatformOpenDaySchema = zod.z.object({
10
- Date: zod.z.string().describe("Date in YYYY-MM-DD format"),
10
+ Date: zod.z.string().describe("Date in YYYY-MM-DD format").nullable(),
11
11
  Mobile: zod.z.number().int().describe("Number of opens from mobile platforms on this day").nullable().optional(),
12
12
  Desktop: zod.z.number().int().describe("Number of opens from desktop platforms on this day").nullable().optional(),
13
13
  Unknown: zod.z.number().int().describe("Number of opens from unknown platforms on this day").nullable().optional(),
14
14
  WebMail: zod.z.number().int().describe("Number of opens from webmail platforms on this day").nullable().optional()
15
- }).describe("Statistics for a single day including platform-specific open counts.");
15
+ }).passthrough().describe("Statistics for a single day including platform-specific open counts.");
16
16
  const PostmarkGetOpensByPlatformOutput = zod.z.object({
17
17
  Days: zod.z.array(PostmarkGetOpensByPlatform_PlatformOpenDaySchema).describe("Array of daily platform-specific open statistics"),
18
18
  Mobile: zod.z.number().int().describe("Total number of opens from mobile platforms").nullable().optional(),
19
19
  Desktop: zod.z.number().int().describe("Total number of opens from desktop platforms").nullable().optional(),
20
20
  Unknown: zod.z.number().int().describe("Total number of opens where platform could not be determined").nullable().optional(),
21
21
  WebMail: zod.z.number().int().describe("Total number of opens from webmail platforms").nullable().optional()
22
- }).describe("Response containing platform-based email open statistics.");
22
+ }).passthrough().describe("Response containing platform-based email open statistics.");
23
23
  const postmarkGetOpensByPlatform = require_action.action("POSTMARK_GET_OPENS_BY_PLATFORM", {
24
24
  slug: "postmark-get-opens-by-platform",
25
25
  name: "Get Opens by Platform",
@@ -1 +1 @@
1
- {"version":3,"file":"get-opens-by-platform.cjs","names":["z","action"],"sources":["../../src/actions/get-opens-by-platform.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkGetOpensByPlatformInput: z.ZodTypeAny = z.object({\n tag: z.string().describe(\"Filter by tag to narrow down statistics to specific emails\").optional(),\n todate: z.string().describe(\"Filter end date (inclusive) in YYYY-MM-DD format, e.g., '2014-02-01'\").optional(),\n fromdate: z.string().describe(\"Filter starting date (inclusive) in YYYY-MM-DD format, e.g., '2014-01-01'\").optional(),\n}).describe(\"Request model for fetching email open statistics by platform type.\");\nconst PostmarkGetOpensByPlatform_PlatformOpenDaySchema: z.ZodTypeAny = z.object({\n Date: z.string().describe(\"Date in YYYY-MM-DD format\"),\n Mobile: z.number().int().describe(\"Number of opens from mobile platforms on this day\").nullable().optional(),\n Desktop: z.number().int().describe(\"Number of opens from desktop platforms on this day\").nullable().optional(),\n Unknown: z.number().int().describe(\"Number of opens from unknown platforms on this day\").nullable().optional(),\n WebMail: z.number().int().describe(\"Number of opens from webmail platforms on this day\").nullable().optional(),\n}).describe(\"Statistics for a single day including platform-specific open counts.\");\nexport const PostmarkGetOpensByPlatformOutput: z.ZodTypeAny = z.object({\n Days: z.array(PostmarkGetOpensByPlatform_PlatformOpenDaySchema).describe(\"Array of daily platform-specific open statistics\"),\n Mobile: z.number().int().describe(\"Total number of opens from mobile platforms\").nullable().optional(),\n Desktop: z.number().int().describe(\"Total number of opens from desktop platforms\").nullable().optional(),\n Unknown: z.number().int().describe(\"Total number of opens where platform could not be determined\").nullable().optional(),\n WebMail: z.number().int().describe(\"Total number of opens from webmail platforms\").nullable().optional(),\n}).describe(\"Response containing platform-based email open statistics.\");\n\nexport const postmarkGetOpensByPlatform = action(\"POSTMARK_GET_OPENS_BY_PLATFORM\", {\n slug: \"postmark-get-opens-by-platform\",\n name: \"Get Opens by Platform\",\n description: \"Tool to retrieve email open statistics by platform type. Use when you need to understand which platforms recipients use to open emails.\",\n input: PostmarkGetOpensByPlatformInput,\n output: PostmarkGetOpensByPlatformOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CAChG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;CAC7G,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;AACtH,CAAC,CAAC,CAAC,SAAS,oEAAoE;AAChF,MAAM,mDAAiEA,IAAAA,EAAE,OAAO;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAClF,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,MAAMA,IAAAA,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,kDAAkD;CAC3H,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzG,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAEvE,MAAa,6BAA6BC,eAAAA,OAAO,kCAAkC;CACjF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-opens-by-platform.cjs","names":["z","action"],"sources":["../../src/actions/get-opens-by-platform.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkGetOpensByPlatformInput = z.object({\n tag: z.string().describe(\"Filter by tag to narrow down statistics to specific emails\").optional(),\n todate: z.string().describe(\"Filter end date (inclusive) in YYYY-MM-DD format, e.g., '2014-02-01'\").optional(),\n fromdate: z.string().describe(\"Filter starting date (inclusive) in YYYY-MM-DD format, e.g., '2014-01-01'\").optional(),\n}).describe(\"Request model for fetching email open statistics by platform type.\");\nconst PostmarkGetOpensByPlatform_PlatformOpenDaySchema = z.object({\n Date: z.string().describe(\"Date in YYYY-MM-DD format\").nullable(),\n Mobile: z.number().int().describe(\"Number of opens from mobile platforms on this day\").nullable().optional(),\n Desktop: z.number().int().describe(\"Number of opens from desktop platforms on this day\").nullable().optional(),\n Unknown: z.number().int().describe(\"Number of opens from unknown platforms on this day\").nullable().optional(),\n WebMail: z.number().int().describe(\"Number of opens from webmail platforms on this day\").nullable().optional(),\n}).passthrough().describe(\"Statistics for a single day including platform-specific open counts.\");\nexport const PostmarkGetOpensByPlatformOutput = z.object({\n Days: z.array(PostmarkGetOpensByPlatform_PlatformOpenDaySchema).describe(\"Array of daily platform-specific open statistics\"),\n Mobile: z.number().int().describe(\"Total number of opens from mobile platforms\").nullable().optional(),\n Desktop: z.number().int().describe(\"Total number of opens from desktop platforms\").nullable().optional(),\n Unknown: z.number().int().describe(\"Total number of opens where platform could not be determined\").nullable().optional(),\n WebMail: z.number().int().describe(\"Total number of opens from webmail platforms\").nullable().optional(),\n}).passthrough().describe(\"Response containing platform-based email open statistics.\");\n\nexport const postmarkGetOpensByPlatform = action(\"POSTMARK_GET_OPENS_BY_PLATFORM\", {\n slug: \"postmark-get-opens-by-platform\",\n name: \"Get Opens by Platform\",\n description: \"Tool to retrieve email open statistics by platform type. Use when you need to understand which platforms recipients use to open emails.\",\n input: PostmarkGetOpensByPlatformInput,\n output: PostmarkGetOpensByPlatformOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAkCA,IAAAA,EAAE,OAAO;CACtD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CAChG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;CAC7G,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;AACtH,CAAC,CAAC,CAAC,SAAS,oEAAoE;AAChF,MAAM,mDAAmDA,IAAAA,EAAE,OAAO;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAChE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sEAAsE;AAChG,MAAa,mCAAmCA,IAAAA,EAAE,OAAO;CACvD,MAAMA,IAAAA,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,kDAAkD;CAC3H,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2DAA2D;AAErF,MAAa,6BAA6BC,eAAAA,OAAO,kCAAkC;CACjF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,29 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-opens-by-platform.d.ts
4
- declare const PostmarkGetOpensByPlatformInput: z.ZodTypeAny;
5
- declare const PostmarkGetOpensByPlatformOutput: z.ZodTypeAny;
6
- declare const postmarkGetOpensByPlatform: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PostmarkGetOpensByPlatformInput: z.ZodObject<{
5
+ tag: z.ZodOptional<z.ZodString>;
6
+ todate: z.ZodOptional<z.ZodString>;
7
+ fromdate: z.ZodOptional<z.ZodString>;
8
+ }, z.core.$strip>;
9
+ declare const PostmarkGetOpensByPlatformOutput: z.ZodObject<{
10
+ Days: z.ZodArray<z.ZodObject<{
11
+ Date: z.ZodNullable<z.ZodString>;
12
+ Mobile: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
13
+ Desktop: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
14
+ Unknown: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
15
+ WebMail: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
16
+ }, z.core.$loose>>;
17
+ Mobile: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
18
+ Desktop: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
19
+ Unknown: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
20
+ WebMail: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
21
+ }, z.core.$loose>;
22
+ declare const postmarkGetOpensByPlatform: import("@keystrokehq/action").WorkflowActionDefinition<{
23
+ tag?: string | undefined;
24
+ todate?: string | undefined;
25
+ fromdate?: string | undefined;
26
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
27
  //#endregion
8
28
  export { postmarkGetOpensByPlatform };
9
29
  //# sourceMappingURL=get-opens-by-platform.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-opens-by-platform.d.cts","names":[],"sources":["../../src/actions/get-opens-by-platform.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAIiC;AAAA,cAQpE,gCAAA,EAAkC,CAAA,CAAE,UAMuB;AAAA,cAE3D,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-opens-by-platform.d.cts","names":[],"sources":["../../src/actions/get-opens-by-platform.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;cAY/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAQhC,0BAAA,gCAA0B,wBAAA"}
@@ -1,9 +1,29 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-opens-by-platform.d.ts
4
- declare const PostmarkGetOpensByPlatformInput: z.ZodTypeAny;
5
- declare const PostmarkGetOpensByPlatformOutput: z.ZodTypeAny;
6
- declare const postmarkGetOpensByPlatform: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PostmarkGetOpensByPlatformInput: z.ZodObject<{
5
+ tag: z.ZodOptional<z.ZodString>;
6
+ todate: z.ZodOptional<z.ZodString>;
7
+ fromdate: z.ZodOptional<z.ZodString>;
8
+ }, z.core.$strip>;
9
+ declare const PostmarkGetOpensByPlatformOutput: z.ZodObject<{
10
+ Days: z.ZodArray<z.ZodObject<{
11
+ Date: z.ZodNullable<z.ZodString>;
12
+ Mobile: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
13
+ Desktop: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
14
+ Unknown: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
15
+ WebMail: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
16
+ }, z.core.$loose>>;
17
+ Mobile: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
18
+ Desktop: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
19
+ Unknown: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
20
+ WebMail: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
21
+ }, z.core.$loose>;
22
+ declare const postmarkGetOpensByPlatform: import("@keystrokehq/action").WorkflowActionDefinition<{
23
+ tag?: string | undefined;
24
+ todate?: string | undefined;
25
+ fromdate?: string | undefined;
26
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
27
  //#endregion
8
28
  export { postmarkGetOpensByPlatform };
9
29
  //# sourceMappingURL=get-opens-by-platform.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-opens-by-platform.d.mts","names":[],"sources":["../../src/actions/get-opens-by-platform.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAIiC;AAAA,cAQpE,gCAAA,EAAkC,CAAA,CAAE,UAMuB;AAAA,cAE3D,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-opens-by-platform.d.mts","names":[],"sources":["../../src/actions/get-opens-by-platform.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;cAY/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAQhC,0BAAA,gCAA0B,wBAAA"}
@@ -7,12 +7,12 @@ const PostmarkGetOpensByPlatformInput = z.object({
7
7
  fromdate: z.string().describe("Filter starting date (inclusive) in YYYY-MM-DD format, e.g., '2014-01-01'").optional()
8
8
  }).describe("Request model for fetching email open statistics by platform type.");
9
9
  const PostmarkGetOpensByPlatform_PlatformOpenDaySchema = z.object({
10
- Date: z.string().describe("Date in YYYY-MM-DD format"),
10
+ Date: z.string().describe("Date in YYYY-MM-DD format").nullable(),
11
11
  Mobile: z.number().int().describe("Number of opens from mobile platforms on this day").nullable().optional(),
12
12
  Desktop: z.number().int().describe("Number of opens from desktop platforms on this day").nullable().optional(),
13
13
  Unknown: z.number().int().describe("Number of opens from unknown platforms on this day").nullable().optional(),
14
14
  WebMail: z.number().int().describe("Number of opens from webmail platforms on this day").nullable().optional()
15
- }).describe("Statistics for a single day including platform-specific open counts.");
15
+ }).passthrough().describe("Statistics for a single day including platform-specific open counts.");
16
16
  const postmarkGetOpensByPlatform = action("POSTMARK_GET_OPENS_BY_PLATFORM", {
17
17
  slug: "postmark-get-opens-by-platform",
18
18
  name: "Get Opens by Platform",
@@ -24,7 +24,7 @@ const postmarkGetOpensByPlatform = action("POSTMARK_GET_OPENS_BY_PLATFORM", {
24
24
  Desktop: z.number().int().describe("Total number of opens from desktop platforms").nullable().optional(),
25
25
  Unknown: z.number().int().describe("Total number of opens where platform could not be determined").nullable().optional(),
26
26
  WebMail: z.number().int().describe("Total number of opens from webmail platforms").nullable().optional()
27
- }).describe("Response containing platform-based email open statistics.")
27
+ }).passthrough().describe("Response containing platform-based email open statistics.")
28
28
  });
29
29
  //#endregion
30
30
  export { postmarkGetOpensByPlatform };
@@ -1 +1 @@
1
- {"version":3,"file":"get-opens-by-platform.mjs","names":[],"sources":["../../src/actions/get-opens-by-platform.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkGetOpensByPlatformInput: z.ZodTypeAny = z.object({\n tag: z.string().describe(\"Filter by tag to narrow down statistics to specific emails\").optional(),\n todate: z.string().describe(\"Filter end date (inclusive) in YYYY-MM-DD format, e.g., '2014-02-01'\").optional(),\n fromdate: z.string().describe(\"Filter starting date (inclusive) in YYYY-MM-DD format, e.g., '2014-01-01'\").optional(),\n}).describe(\"Request model for fetching email open statistics by platform type.\");\nconst PostmarkGetOpensByPlatform_PlatformOpenDaySchema: z.ZodTypeAny = z.object({\n Date: z.string().describe(\"Date in YYYY-MM-DD format\"),\n Mobile: z.number().int().describe(\"Number of opens from mobile platforms on this day\").nullable().optional(),\n Desktop: z.number().int().describe(\"Number of opens from desktop platforms on this day\").nullable().optional(),\n Unknown: z.number().int().describe(\"Number of opens from unknown platforms on this day\").nullable().optional(),\n WebMail: z.number().int().describe(\"Number of opens from webmail platforms on this day\").nullable().optional(),\n}).describe(\"Statistics for a single day including platform-specific open counts.\");\nexport const PostmarkGetOpensByPlatformOutput: z.ZodTypeAny = z.object({\n Days: z.array(PostmarkGetOpensByPlatform_PlatformOpenDaySchema).describe(\"Array of daily platform-specific open statistics\"),\n Mobile: z.number().int().describe(\"Total number of opens from mobile platforms\").nullable().optional(),\n Desktop: z.number().int().describe(\"Total number of opens from desktop platforms\").nullable().optional(),\n Unknown: z.number().int().describe(\"Total number of opens where platform could not be determined\").nullable().optional(),\n WebMail: z.number().int().describe(\"Total number of opens from webmail platforms\").nullable().optional(),\n}).describe(\"Response containing platform-based email open statistics.\");\n\nexport const postmarkGetOpensByPlatform = action(\"POSTMARK_GET_OPENS_BY_PLATFORM\", {\n slug: \"postmark-get-opens-by-platform\",\n name: \"Get Opens by Platform\",\n description: \"Tool to retrieve email open statistics by platform type. Use when you need to understand which platforms recipients use to open emails.\",\n input: PostmarkGetOpensByPlatformInput,\n output: PostmarkGetOpensByPlatformOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgD,EAAE,OAAO;CACpE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CAChG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;CAC7G,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;AACtH,CAAC,CAAC,CAAC,SAAS,oEAAoE;AAChF,MAAM,mDAAiE,EAAE,OAAO;CAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,SAAS,sEAAsE;AASlF,MAAa,6BAA6B,OAAO,kCAAkC;CACjF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAb4D,EAAE,OAAO;EACrE,MAAM,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,kDAAkD;EAC3H,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvG,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvH,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,CAAC,CAAC,CAAC,SAAS,2DAOF;AACV,CAAC"}
1
+ {"version":3,"file":"get-opens-by-platform.mjs","names":[],"sources":["../../src/actions/get-opens-by-platform.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkGetOpensByPlatformInput = z.object({\n tag: z.string().describe(\"Filter by tag to narrow down statistics to specific emails\").optional(),\n todate: z.string().describe(\"Filter end date (inclusive) in YYYY-MM-DD format, e.g., '2014-02-01'\").optional(),\n fromdate: z.string().describe(\"Filter starting date (inclusive) in YYYY-MM-DD format, e.g., '2014-01-01'\").optional(),\n}).describe(\"Request model for fetching email open statistics by platform type.\");\nconst PostmarkGetOpensByPlatform_PlatformOpenDaySchema = z.object({\n Date: z.string().describe(\"Date in YYYY-MM-DD format\").nullable(),\n Mobile: z.number().int().describe(\"Number of opens from mobile platforms on this day\").nullable().optional(),\n Desktop: z.number().int().describe(\"Number of opens from desktop platforms on this day\").nullable().optional(),\n Unknown: z.number().int().describe(\"Number of opens from unknown platforms on this day\").nullable().optional(),\n WebMail: z.number().int().describe(\"Number of opens from webmail platforms on this day\").nullable().optional(),\n}).passthrough().describe(\"Statistics for a single day including platform-specific open counts.\");\nexport const PostmarkGetOpensByPlatformOutput = z.object({\n Days: z.array(PostmarkGetOpensByPlatform_PlatformOpenDaySchema).describe(\"Array of daily platform-specific open statistics\"),\n Mobile: z.number().int().describe(\"Total number of opens from mobile platforms\").nullable().optional(),\n Desktop: z.number().int().describe(\"Total number of opens from desktop platforms\").nullable().optional(),\n Unknown: z.number().int().describe(\"Total number of opens where platform could not be determined\").nullable().optional(),\n WebMail: z.number().int().describe(\"Total number of opens from webmail platforms\").nullable().optional(),\n}).passthrough().describe(\"Response containing platform-based email open statistics.\");\n\nexport const postmarkGetOpensByPlatform = action(\"POSTMARK_GET_OPENS_BY_PLATFORM\", {\n slug: \"postmark-get-opens-by-platform\",\n name: \"Get Opens by Platform\",\n description: \"Tool to retrieve email open statistics by platform type. Use when you need to understand which platforms recipients use to open emails.\",\n input: PostmarkGetOpensByPlatformInput,\n output: PostmarkGetOpensByPlatformOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAkC,EAAE,OAAO;CACtD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CAChG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;CAC7G,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;AACtH,CAAC,CAAC,CAAC,SAAS,oEAAoE;AAChF,MAAM,mDAAmD,EAAE,OAAO;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAChE,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sEAAsE;AAShG,MAAa,6BAA6B,OAAO,kCAAkC;CACjF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAb8C,EAAE,OAAO;EACvD,MAAM,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,kDAAkD;EAC3H,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvG,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvH,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2DAOhB;AACV,CAAC"}
@@ -3,24 +3,24 @@ let zod = require("zod");
3
3
  //#region src/actions/get-outbound-overview.ts
4
4
  const PostmarkGetOutboundOverviewInput = zod.z.object({}).describe("Empty request model for retrieving outbound overview statistics.");
5
5
  const PostmarkGetOutboundOverviewOutput = zod.z.object({
6
- Sent: zod.z.number().int().describe("Number of messages sent"),
7
- Opens: zod.z.number().int().describe("Number of message opens"),
8
- Bounced: zod.z.number().int().describe("Number of messages bounced"),
9
- Tracked: zod.z.number().int().describe("Number of tracked emails"),
10
- BounceRate: zod.z.number().describe("Bounce rate as percentage"),
11
- TotalClicks: zod.z.number().int().describe("Total number of link clicks"),
12
- UniqueOpens: zod.z.number().int().describe("Number of unique message opens"),
13
- SMTPApiErrors: zod.z.number().int().describe("Number of SMTP API errors encountered"),
14
- SpamComplaints: zod.z.number().int().describe("Number of spam complaints"),
15
- WithLinkTracking: zod.z.number().int().describe("Number of emails with link tracking"),
16
- WithOpenTracking: zod.z.number().int().describe("Number of emails with open tracking"),
17
- SpamComplaintsRate: zod.z.number().describe("Spam complaint rate as percentage"),
18
- UniqueLinksClicked: zod.z.number().int().describe("Number of unique links clicked"),
19
- WithClientRecorded: zod.z.number().int().describe("Number of emails with client recorded"),
20
- WithPlatformRecorded: zod.z.number().int().describe("Number of emails with platform recorded"),
21
- WithReadTimeRecorded: zod.z.number().int().describe("Number of emails with read time recorded"),
22
- TotalTrackedLinksSent: zod.z.number().int().describe("Total number of tracked links sent")
23
- }).describe("Response model for outbound overview statistics, including counts, rates, and tracking data.");
6
+ Sent: zod.z.number().int().describe("Number of messages sent").nullable(),
7
+ Opens: zod.z.number().int().describe("Number of message opens").nullable(),
8
+ Bounced: zod.z.number().int().describe("Number of messages bounced").nullable(),
9
+ Tracked: zod.z.number().int().describe("Number of tracked emails").nullable(),
10
+ BounceRate: zod.z.number().describe("Bounce rate as percentage").nullable(),
11
+ TotalClicks: zod.z.number().int().describe("Total number of link clicks").nullable(),
12
+ UniqueOpens: zod.z.number().int().describe("Number of unique message opens").nullable(),
13
+ SMTPApiErrors: zod.z.number().int().describe("Number of SMTP API errors encountered").nullable(),
14
+ SpamComplaints: zod.z.number().int().describe("Number of spam complaints").nullable(),
15
+ WithLinkTracking: zod.z.number().int().describe("Number of emails with link tracking").nullable(),
16
+ WithOpenTracking: zod.z.number().int().describe("Number of emails with open tracking").nullable(),
17
+ SpamComplaintsRate: zod.z.number().describe("Spam complaint rate as percentage").nullable(),
18
+ UniqueLinksClicked: zod.z.number().int().describe("Number of unique links clicked").nullable(),
19
+ WithClientRecorded: zod.z.number().int().describe("Number of emails with client recorded").nullable(),
20
+ WithPlatformRecorded: zod.z.number().int().describe("Number of emails with platform recorded").nullable(),
21
+ WithReadTimeRecorded: zod.z.number().int().describe("Number of emails with read time recorded").nullable(),
22
+ TotalTrackedLinksSent: zod.z.number().int().describe("Total number of tracked links sent").nullable()
23
+ }).passthrough().describe("Response model for outbound overview statistics, including counts, rates, and tracking data.");
24
24
  const postmarkGetOutboundOverview = require_action.action("POSTMARK_GET_OUTBOUND_OVERVIEW", {
25
25
  slug: "postmark-get-outbound-overview",
26
26
  name: "Get Outbound Overview",
@@ -1 +1 @@
1
- {"version":3,"file":"get-outbound-overview.cjs","names":["z","action"],"sources":["../../src/actions/get-outbound-overview.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkGetOutboundOverviewInput: z.ZodTypeAny = z.object({}).describe(\"Empty request model for retrieving outbound overview statistics.\");\nexport const PostmarkGetOutboundOverviewOutput: z.ZodTypeAny = z.object({\n Sent: z.number().int().describe(\"Number of messages sent\"),\n Opens: z.number().int().describe(\"Number of message opens\"),\n Bounced: z.number().int().describe(\"Number of messages bounced\"),\n Tracked: z.number().int().describe(\"Number of tracked emails\"),\n BounceRate: z.number().describe(\"Bounce rate as percentage\"),\n TotalClicks: z.number().int().describe(\"Total number of link clicks\"),\n UniqueOpens: z.number().int().describe(\"Number of unique message opens\"),\n SMTPApiErrors: z.number().int().describe(\"Number of SMTP API errors encountered\"),\n SpamComplaints: z.number().int().describe(\"Number of spam complaints\"),\n WithLinkTracking: z.number().int().describe(\"Number of emails with link tracking\"),\n WithOpenTracking: z.number().int().describe(\"Number of emails with open tracking\"),\n SpamComplaintsRate: z.number().describe(\"Spam complaint rate as percentage\"),\n UniqueLinksClicked: z.number().int().describe(\"Number of unique links clicked\"),\n WithClientRecorded: z.number().int().describe(\"Number of emails with client recorded\"),\n WithPlatformRecorded: z.number().int().describe(\"Number of emails with platform recorded\"),\n WithReadTimeRecorded: z.number().int().describe(\"Number of emails with read time recorded\"),\n TotalTrackedLinksSent: z.number().int().describe(\"Total number of tracked links sent\"),\n}).describe(\"Response model for outbound overview statistics, including counts, rates, and tracking data.\");\n\nexport const postmarkGetOutboundOverview = action(\"POSTMARK_GET_OUTBOUND_OVERVIEW\", {\n slug: \"postmark-get-outbound-overview\",\n name: \"Get Outbound Overview\",\n description: \"Tool to retrieve outbound email statistics overview. Use when you need aggregated outbound metrics after sending emails.\",\n input: PostmarkGetOutboundOverviewInput,\n output: PostmarkGetOutboundOverviewOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kEAAkE;AACtJ,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB;CACzD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB;CAC1D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B;CAC/D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B;CAC7D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CAC3D,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B;CACpE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;CACvE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC;CAChF,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B;CACrE,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;CACjF,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;CACjF,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC3E,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;CAC9E,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC;CACrF,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC;CACzF,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C;CAC1F,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;AACvF,CAAC,CAAC,CAAC,SAAS,8FAA8F;AAE1G,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-outbound-overview.cjs","names":["z","action"],"sources":["../../src/actions/get-outbound-overview.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PostmarkGetOutboundOverviewInput = z.object({}).describe(\"Empty request model for retrieving outbound overview statistics.\");\nexport const PostmarkGetOutboundOverviewOutput = z.object({\n Sent: z.number().int().describe(\"Number of messages sent\").nullable(),\n Opens: z.number().int().describe(\"Number of message opens\").nullable(),\n Bounced: z.number().int().describe(\"Number of messages bounced\").nullable(),\n Tracked: z.number().int().describe(\"Number of tracked emails\").nullable(),\n BounceRate: z.number().describe(\"Bounce rate as percentage\").nullable(),\n TotalClicks: z.number().int().describe(\"Total number of link clicks\").nullable(),\n UniqueOpens: z.number().int().describe(\"Number of unique message opens\").nullable(),\n SMTPApiErrors: z.number().int().describe(\"Number of SMTP API errors encountered\").nullable(),\n SpamComplaints: z.number().int().describe(\"Number of spam complaints\").nullable(),\n WithLinkTracking: z.number().int().describe(\"Number of emails with link tracking\").nullable(),\n WithOpenTracking: z.number().int().describe(\"Number of emails with open tracking\").nullable(),\n SpamComplaintsRate: z.number().describe(\"Spam complaint rate as percentage\").nullable(),\n UniqueLinksClicked: z.number().int().describe(\"Number of unique links clicked\").nullable(),\n WithClientRecorded: z.number().int().describe(\"Number of emails with client recorded\").nullable(),\n WithPlatformRecorded: z.number().int().describe(\"Number of emails with platform recorded\").nullable(),\n WithReadTimeRecorded: z.number().int().describe(\"Number of emails with read time recorded\").nullable(),\n TotalTrackedLinksSent: z.number().int().describe(\"Total number of tracked links sent\").nullable(),\n}).passthrough().describe(\"Response model for outbound overview statistics, including counts, rates, and tracking data.\");\n\nexport const postmarkGetOutboundOverview = action(\"POSTMARK_GET_OUTBOUND_OVERVIEW\", {\n slug: \"postmark-get-outbound-overview\",\n name: \"Get Outbound Overview\",\n description: \"Tool to retrieve outbound email statistics overview. Use when you need aggregated outbound metrics after sending emails.\",\n input: PostmarkGetOutboundOverviewInput,\n output: PostmarkGetOutboundOverviewOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAmCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kEAAkE;AACxI,MAAa,oCAAoCA,IAAAA,EAAE,OAAO;CACxD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CACpE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CACrE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CAC1E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACxE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CACtE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CAC/E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CAClF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC3F,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAChF,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAC5F,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAC5F,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACtF,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACzF,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAChG,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACpG,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrG,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;AAClG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8FAA8F;AAExH,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,27 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-outbound-overview.d.ts
4
- declare const PostmarkGetOutboundOverviewInput: z.ZodTypeAny;
5
- declare const PostmarkGetOutboundOverviewOutput: z.ZodTypeAny;
6
- declare const postmarkGetOutboundOverview: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PostmarkGetOutboundOverviewInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const PostmarkGetOutboundOverviewOutput: z.ZodObject<{
6
+ Sent: z.ZodNullable<z.ZodNumber>;
7
+ Opens: z.ZodNullable<z.ZodNumber>;
8
+ Bounced: z.ZodNullable<z.ZodNumber>;
9
+ Tracked: z.ZodNullable<z.ZodNumber>;
10
+ BounceRate: z.ZodNullable<z.ZodNumber>;
11
+ TotalClicks: z.ZodNullable<z.ZodNumber>;
12
+ UniqueOpens: z.ZodNullable<z.ZodNumber>;
13
+ SMTPApiErrors: z.ZodNullable<z.ZodNumber>;
14
+ SpamComplaints: z.ZodNullable<z.ZodNumber>;
15
+ WithLinkTracking: z.ZodNullable<z.ZodNumber>;
16
+ WithOpenTracking: z.ZodNullable<z.ZodNumber>;
17
+ SpamComplaintsRate: z.ZodNullable<z.ZodNumber>;
18
+ UniqueLinksClicked: z.ZodNullable<z.ZodNumber>;
19
+ WithClientRecorded: z.ZodNullable<z.ZodNumber>;
20
+ WithPlatformRecorded: z.ZodNullable<z.ZodNumber>;
21
+ WithReadTimeRecorded: z.ZodNullable<z.ZodNumber>;
22
+ TotalTrackedLinksSent: z.ZodNullable<z.ZodNumber>;
23
+ }, z.core.$loose>;
24
+ declare const postmarkGetOutboundOverview: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
25
  //#endregion
8
26
  export { postmarkGetOutboundOverview };
9
27
  //# sourceMappingURL=get-outbound-overview.d.cts.map