@keystrokehq/omnisend 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (378) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/add-cart-product.cjs +36 -0
  7. package/dist/actions/add-cart-product.cjs.map +1 -0
  8. package/dist/actions/add-cart-product.d.cts +9 -0
  9. package/dist/actions/add-cart-product.d.cts.map +1 -0
  10. package/dist/actions/add-cart-product.d.mts +9 -0
  11. package/dist/actions/add-cart-product.d.mts.map +1 -0
  12. package/dist/actions/add-cart-product.mjs +33 -0
  13. package/dist/actions/add-cart-product.mjs.map +1 -0
  14. package/dist/actions/create-batch.cjs +53 -0
  15. package/dist/actions/create-batch.cjs.map +1 -0
  16. package/dist/actions/create-batch.d.cts +9 -0
  17. package/dist/actions/create-batch.d.cts.map +1 -0
  18. package/dist/actions/create-batch.d.mts +9 -0
  19. package/dist/actions/create-batch.d.mts.map +1 -0
  20. package/dist/actions/create-batch.mjs +52 -0
  21. package/dist/actions/create-batch.mjs.map +1 -0
  22. package/dist/actions/create-cart.cjs +38 -0
  23. package/dist/actions/create-cart.cjs.map +1 -0
  24. package/dist/actions/create-cart.d.cts +9 -0
  25. package/dist/actions/create-cart.d.cts.map +1 -0
  26. package/dist/actions/create-cart.d.mts +9 -0
  27. package/dist/actions/create-cart.d.mts.map +1 -0
  28. package/dist/actions/create-cart.mjs +35 -0
  29. package/dist/actions/create-cart.mjs.map +1 -0
  30. package/dist/actions/create-category.cjs +19 -0
  31. package/dist/actions/create-category.cjs.map +1 -0
  32. package/dist/actions/create-category.d.cts +9 -0
  33. package/dist/actions/create-category.d.cts.map +1 -0
  34. package/dist/actions/create-category.d.mts +9 -0
  35. package/dist/actions/create-category.d.mts.map +1 -0
  36. package/dist/actions/create-category.mjs +16 -0
  37. package/dist/actions/create-category.mjs.map +1 -0
  38. package/dist/actions/create-or-update-contact.cjs +45 -0
  39. package/dist/actions/create-or-update-contact.cjs.map +1 -0
  40. package/dist/actions/create-or-update-contact.d.cts +9 -0
  41. package/dist/actions/create-or-update-contact.d.cts.map +1 -0
  42. package/dist/actions/create-or-update-contact.d.mts +9 -0
  43. package/dist/actions/create-or-update-contact.d.mts.map +1 -0
  44. package/dist/actions/create-or-update-contact.mjs +42 -0
  45. package/dist/actions/create-or-update-contact.mjs.map +1 -0
  46. package/dist/actions/create-order.cjs +105 -0
  47. package/dist/actions/create-order.cjs.map +1 -0
  48. package/dist/actions/create-order.d.cts +9 -0
  49. package/dist/actions/create-order.d.cts.map +1 -0
  50. package/dist/actions/create-order.d.mts +9 -0
  51. package/dist/actions/create-order.d.mts.map +1 -0
  52. package/dist/actions/create-order.mjs +102 -0
  53. package/dist/actions/create-order.mjs.map +1 -0
  54. package/dist/actions/create-product-category.cjs +19 -0
  55. package/dist/actions/create-product-category.cjs.map +1 -0
  56. package/dist/actions/create-product-category.d.cts +9 -0
  57. package/dist/actions/create-product-category.d.cts.map +1 -0
  58. package/dist/actions/create-product-category.d.mts +9 -0
  59. package/dist/actions/create-product-category.d.mts.map +1 -0
  60. package/dist/actions/create-product-category.mjs +16 -0
  61. package/dist/actions/create-product-category.mjs.map +1 -0
  62. package/dist/actions/create-product.cjs +51 -0
  63. package/dist/actions/create-product.cjs.map +1 -0
  64. package/dist/actions/create-product.d.cts +9 -0
  65. package/dist/actions/create-product.d.cts.map +1 -0
  66. package/dist/actions/create-product.d.mts +9 -0
  67. package/dist/actions/create-product.d.mts.map +1 -0
  68. package/dist/actions/create-product.mjs +48 -0
  69. package/dist/actions/create-product.mjs.map +1 -0
  70. package/dist/actions/delete-cart.cjs +16 -0
  71. package/dist/actions/delete-cart.cjs.map +1 -0
  72. package/dist/actions/delete-cart.d.cts +9 -0
  73. package/dist/actions/delete-cart.d.cts.map +1 -0
  74. package/dist/actions/delete-cart.d.mts +9 -0
  75. package/dist/actions/delete-cart.d.mts.map +1 -0
  76. package/dist/actions/delete-cart.mjs +13 -0
  77. package/dist/actions/delete-cart.mjs.map +1 -0
  78. package/dist/actions/delete-category.cjs +16 -0
  79. package/dist/actions/delete-category.cjs.map +1 -0
  80. package/dist/actions/delete-category.d.cts +9 -0
  81. package/dist/actions/delete-category.d.cts.map +1 -0
  82. package/dist/actions/delete-category.d.mts +9 -0
  83. package/dist/actions/delete-category.d.mts.map +1 -0
  84. package/dist/actions/delete-category.mjs +13 -0
  85. package/dist/actions/delete-category.mjs.map +1 -0
  86. package/dist/actions/delete-order.cjs +16 -0
  87. package/dist/actions/delete-order.cjs.map +1 -0
  88. package/dist/actions/delete-order.d.cts +9 -0
  89. package/dist/actions/delete-order.d.cts.map +1 -0
  90. package/dist/actions/delete-order.d.mts +9 -0
  91. package/dist/actions/delete-order.d.mts.map +1 -0
  92. package/dist/actions/delete-order.mjs +13 -0
  93. package/dist/actions/delete-order.mjs.map +1 -0
  94. package/dist/actions/delete-product-category.cjs +16 -0
  95. package/dist/actions/delete-product-category.cjs.map +1 -0
  96. package/dist/actions/delete-product-category.d.cts +9 -0
  97. package/dist/actions/delete-product-category.d.cts.map +1 -0
  98. package/dist/actions/delete-product-category.d.mts +9 -0
  99. package/dist/actions/delete-product-category.d.mts.map +1 -0
  100. package/dist/actions/delete-product-category.mjs +13 -0
  101. package/dist/actions/delete-product-category.mjs.map +1 -0
  102. package/dist/actions/delete-product.cjs +16 -0
  103. package/dist/actions/delete-product.cjs.map +1 -0
  104. package/dist/actions/delete-product.d.cts +9 -0
  105. package/dist/actions/delete-product.d.cts.map +1 -0
  106. package/dist/actions/delete-product.d.mts +9 -0
  107. package/dist/actions/delete-product.d.mts.map +1 -0
  108. package/dist/actions/delete-product.mjs +13 -0
  109. package/dist/actions/delete-product.mjs.map +1 -0
  110. package/dist/actions/get-batch-information.cjs +25 -0
  111. package/dist/actions/get-batch-information.cjs.map +1 -0
  112. package/dist/actions/get-batch-information.d.cts +9 -0
  113. package/dist/actions/get-batch-information.d.cts.map +1 -0
  114. package/dist/actions/get-batch-information.d.mts +9 -0
  115. package/dist/actions/get-batch-information.d.mts.map +1 -0
  116. package/dist/actions/get-batch-information.mjs +22 -0
  117. package/dist/actions/get-batch-information.mjs.map +1 -0
  118. package/dist/actions/get-batch-item.cjs +29 -0
  119. package/dist/actions/get-batch-item.cjs.map +1 -0
  120. package/dist/actions/get-batch-item.d.cts +9 -0
  121. package/dist/actions/get-batch-item.d.cts.map +1 -0
  122. package/dist/actions/get-batch-item.d.mts +9 -0
  123. package/dist/actions/get-batch-item.d.mts.map +1 -0
  124. package/dist/actions/get-batch-item.mjs +26 -0
  125. package/dist/actions/get-batch-item.mjs.map +1 -0
  126. package/dist/actions/get-batch-items.cjs +23 -0
  127. package/dist/actions/get-batch-items.cjs.map +1 -0
  128. package/dist/actions/get-batch-items.d.cts +9 -0
  129. package/dist/actions/get-batch-items.d.cts.map +1 -0
  130. package/dist/actions/get-batch-items.d.mts +9 -0
  131. package/dist/actions/get-batch-items.d.mts.map +1 -0
  132. package/dist/actions/get-batch-items.mjs +22 -0
  133. package/dist/actions/get-batch-items.mjs.map +1 -0
  134. package/dist/actions/get-batches.cjs +44 -0
  135. package/dist/actions/get-batches.cjs.map +1 -0
  136. package/dist/actions/get-batches.d.cts +9 -0
  137. package/dist/actions/get-batches.d.cts.map +1 -0
  138. package/dist/actions/get-batches.d.mts +9 -0
  139. package/dist/actions/get-batches.d.mts.map +1 -0
  140. package/dist/actions/get-batches.mjs +43 -0
  141. package/dist/actions/get-batches.mjs.map +1 -0
  142. package/dist/actions/get-brand.cjs +24 -0
  143. package/dist/actions/get-brand.cjs.map +1 -0
  144. package/dist/actions/get-brand.d.cts +9 -0
  145. package/dist/actions/get-brand.d.cts.map +1 -0
  146. package/dist/actions/get-brand.d.mts +9 -0
  147. package/dist/actions/get-brand.d.mts.map +1 -0
  148. package/dist/actions/get-brand.mjs +21 -0
  149. package/dist/actions/get-brand.mjs.map +1 -0
  150. package/dist/actions/get-cart.cjs +41 -0
  151. package/dist/actions/get-cart.cjs.map +1 -0
  152. package/dist/actions/get-cart.d.cts +9 -0
  153. package/dist/actions/get-cart.d.cts.map +1 -0
  154. package/dist/actions/get-cart.d.mts +9 -0
  155. package/dist/actions/get-cart.d.mts.map +1 -0
  156. package/dist/actions/get-cart.mjs +40 -0
  157. package/dist/actions/get-cart.mjs.map +1 -0
  158. package/dist/actions/get-category.cjs +21 -0
  159. package/dist/actions/get-category.cjs.map +1 -0
  160. package/dist/actions/get-category.d.cts +9 -0
  161. package/dist/actions/get-category.d.cts.map +1 -0
  162. package/dist/actions/get-category.d.mts +9 -0
  163. package/dist/actions/get-category.d.mts.map +1 -0
  164. package/dist/actions/get-category.mjs +18 -0
  165. package/dist/actions/get-category.mjs.map +1 -0
  166. package/dist/actions/get-contact.cjs +60 -0
  167. package/dist/actions/get-contact.cjs.map +1 -0
  168. package/dist/actions/get-contact.d.cts +9 -0
  169. package/dist/actions/get-contact.d.cts.map +1 -0
  170. package/dist/actions/get-contact.d.mts +9 -0
  171. package/dist/actions/get-contact.d.mts.map +1 -0
  172. package/dist/actions/get-contact.mjs +59 -0
  173. package/dist/actions/get-contact.mjs.map +1 -0
  174. package/dist/actions/get-order.cjs +86 -0
  175. package/dist/actions/get-order.cjs.map +1 -0
  176. package/dist/actions/get-order.d.cts +9 -0
  177. package/dist/actions/get-order.d.cts.map +1 -0
  178. package/dist/actions/get-order.d.mts +9 -0
  179. package/dist/actions/get-order.d.mts.map +1 -0
  180. package/dist/actions/get-order.mjs +85 -0
  181. package/dist/actions/get-order.mjs.map +1 -0
  182. package/dist/actions/get-product-category.cjs +21 -0
  183. package/dist/actions/get-product-category.cjs.map +1 -0
  184. package/dist/actions/get-product-category.d.cts +9 -0
  185. package/dist/actions/get-product-category.d.cts.map +1 -0
  186. package/dist/actions/get-product-category.d.mts +9 -0
  187. package/dist/actions/get-product-category.d.mts.map +1 -0
  188. package/dist/actions/get-product-category.mjs +18 -0
  189. package/dist/actions/get-product-category.mjs.map +1 -0
  190. package/dist/actions/get-product.cjs +52 -0
  191. package/dist/actions/get-product.cjs.map +1 -0
  192. package/dist/actions/get-product.d.cts +9 -0
  193. package/dist/actions/get-product.d.cts.map +1 -0
  194. package/dist/actions/get-product.d.mts +9 -0
  195. package/dist/actions/get-product.d.mts.map +1 -0
  196. package/dist/actions/get-product.mjs +51 -0
  197. package/dist/actions/get-product.mjs.map +1 -0
  198. package/dist/actions/index.cjs +87 -0
  199. package/dist/actions/index.d.cts +44 -0
  200. package/dist/actions/index.d.mts +44 -0
  201. package/dist/actions/index.mjs +44 -0
  202. package/dist/actions/list-campaigns.cjs +69 -0
  203. package/dist/actions/list-campaigns.cjs.map +1 -0
  204. package/dist/actions/list-campaigns.d.cts +9 -0
  205. package/dist/actions/list-campaigns.d.cts.map +1 -0
  206. package/dist/actions/list-campaigns.d.mts +9 -0
  207. package/dist/actions/list-campaigns.d.mts.map +1 -0
  208. package/dist/actions/list-campaigns.mjs +68 -0
  209. package/dist/actions/list-campaigns.mjs.map +1 -0
  210. package/dist/actions/list-carts.cjs +49 -0
  211. package/dist/actions/list-carts.cjs.map +1 -0
  212. package/dist/actions/list-carts.d.cts +9 -0
  213. package/dist/actions/list-carts.d.cts.map +1 -0
  214. package/dist/actions/list-carts.d.mts +9 -0
  215. package/dist/actions/list-carts.d.mts.map +1 -0
  216. package/dist/actions/list-carts.mjs +48 -0
  217. package/dist/actions/list-carts.mjs.map +1 -0
  218. package/dist/actions/list-categories.cjs +35 -0
  219. package/dist/actions/list-categories.cjs.map +1 -0
  220. package/dist/actions/list-categories.d.cts +9 -0
  221. package/dist/actions/list-categories.d.cts.map +1 -0
  222. package/dist/actions/list-categories.d.mts +9 -0
  223. package/dist/actions/list-categories.d.mts.map +1 -0
  224. package/dist/actions/list-categories.mjs +34 -0
  225. package/dist/actions/list-categories.mjs.map +1 -0
  226. package/dist/actions/list-contacts.cjs +82 -0
  227. package/dist/actions/list-contacts.cjs.map +1 -0
  228. package/dist/actions/list-contacts.d.cts +9 -0
  229. package/dist/actions/list-contacts.d.cts.map +1 -0
  230. package/dist/actions/list-contacts.d.mts +9 -0
  231. package/dist/actions/list-contacts.d.mts.map +1 -0
  232. package/dist/actions/list-contacts.mjs +81 -0
  233. package/dist/actions/list-contacts.mjs.map +1 -0
  234. package/dist/actions/list-events.cjs +31 -0
  235. package/dist/actions/list-events.cjs.map +1 -0
  236. package/dist/actions/list-events.d.cts +9 -0
  237. package/dist/actions/list-events.d.cts.map +1 -0
  238. package/dist/actions/list-events.d.mts +9 -0
  239. package/dist/actions/list-events.d.mts.map +1 -0
  240. package/dist/actions/list-events.mjs +30 -0
  241. package/dist/actions/list-events.mjs.map +1 -0
  242. package/dist/actions/list-product-categories.cjs +39 -0
  243. package/dist/actions/list-product-categories.cjs.map +1 -0
  244. package/dist/actions/list-product-categories.d.cts +9 -0
  245. package/dist/actions/list-product-categories.d.cts.map +1 -0
  246. package/dist/actions/list-product-categories.d.mts +9 -0
  247. package/dist/actions/list-product-categories.d.mts.map +1 -0
  248. package/dist/actions/list-product-categories.mjs +38 -0
  249. package/dist/actions/list-product-categories.mjs.map +1 -0
  250. package/dist/actions/list-products.cjs +70 -0
  251. package/dist/actions/list-products.cjs.map +1 -0
  252. package/dist/actions/list-products.d.cts +9 -0
  253. package/dist/actions/list-products.d.cts.map +1 -0
  254. package/dist/actions/list-products.d.mts +9 -0
  255. package/dist/actions/list-products.d.mts.map +1 -0
  256. package/dist/actions/list-products.mjs +69 -0
  257. package/dist/actions/list-products.mjs.map +1 -0
  258. package/dist/actions/remove-cart-product.cjs +19 -0
  259. package/dist/actions/remove-cart-product.cjs.map +1 -0
  260. package/dist/actions/remove-cart-product.d.cts +9 -0
  261. package/dist/actions/remove-cart-product.d.cts.map +1 -0
  262. package/dist/actions/remove-cart-product.d.mts +9 -0
  263. package/dist/actions/remove-cart-product.d.mts.map +1 -0
  264. package/dist/actions/remove-cart-product.mjs +16 -0
  265. package/dist/actions/remove-cart-product.mjs.map +1 -0
  266. package/dist/actions/replace-cart-product.cjs +36 -0
  267. package/dist/actions/replace-cart-product.cjs.map +1 -0
  268. package/dist/actions/replace-cart-product.d.cts +9 -0
  269. package/dist/actions/replace-cart-product.d.cts.map +1 -0
  270. package/dist/actions/replace-cart-product.d.mts +9 -0
  271. package/dist/actions/replace-cart-product.d.mts.map +1 -0
  272. package/dist/actions/replace-cart-product.mjs +33 -0
  273. package/dist/actions/replace-cart-product.mjs.map +1 -0
  274. package/dist/actions/replace-cart.cjs +36 -0
  275. package/dist/actions/replace-cart.cjs.map +1 -0
  276. package/dist/actions/replace-cart.d.cts +9 -0
  277. package/dist/actions/replace-cart.d.cts.map +1 -0
  278. package/dist/actions/replace-cart.d.mts +9 -0
  279. package/dist/actions/replace-cart.d.mts.map +1 -0
  280. package/dist/actions/replace-cart.mjs +33 -0
  281. package/dist/actions/replace-cart.mjs.map +1 -0
  282. package/dist/actions/replace-category.cjs +19 -0
  283. package/dist/actions/replace-category.cjs.map +1 -0
  284. package/dist/actions/replace-category.d.cts +9 -0
  285. package/dist/actions/replace-category.d.cts.map +1 -0
  286. package/dist/actions/replace-category.d.mts +9 -0
  287. package/dist/actions/replace-category.d.mts.map +1 -0
  288. package/dist/actions/replace-category.mjs +16 -0
  289. package/dist/actions/replace-category.mjs.map +1 -0
  290. package/dist/actions/replace-order.cjs +84 -0
  291. package/dist/actions/replace-order.cjs.map +1 -0
  292. package/dist/actions/replace-order.d.cts +9 -0
  293. package/dist/actions/replace-order.d.cts.map +1 -0
  294. package/dist/actions/replace-order.d.mts +9 -0
  295. package/dist/actions/replace-order.d.mts.map +1 -0
  296. package/dist/actions/replace-order.mjs +81 -0
  297. package/dist/actions/replace-order.mjs.map +1 -0
  298. package/dist/actions/replace-product.cjs +52 -0
  299. package/dist/actions/replace-product.cjs.map +1 -0
  300. package/dist/actions/replace-product.d.cts +9 -0
  301. package/dist/actions/replace-product.d.cts.map +1 -0
  302. package/dist/actions/replace-product.d.mts +9 -0
  303. package/dist/actions/replace-product.d.mts.map +1 -0
  304. package/dist/actions/replace-product.mjs +49 -0
  305. package/dist/actions/replace-product.mjs.map +1 -0
  306. package/dist/actions/send-event.cjs +43 -0
  307. package/dist/actions/send-event.cjs.map +1 -0
  308. package/dist/actions/send-event.d.cts +9 -0
  309. package/dist/actions/send-event.d.cts.map +1 -0
  310. package/dist/actions/send-event.d.mts +9 -0
  311. package/dist/actions/send-event.d.mts.map +1 -0
  312. package/dist/actions/send-event.mjs +40 -0
  313. package/dist/actions/send-event.mjs.map +1 -0
  314. package/dist/actions/update-cart-product.cjs +36 -0
  315. package/dist/actions/update-cart-product.cjs.map +1 -0
  316. package/dist/actions/update-cart-product.d.cts +9 -0
  317. package/dist/actions/update-cart-product.d.cts.map +1 -0
  318. package/dist/actions/update-cart-product.d.mts +9 -0
  319. package/dist/actions/update-cart-product.d.mts.map +1 -0
  320. package/dist/actions/update-cart-product.mjs +33 -0
  321. package/dist/actions/update-cart-product.mjs.map +1 -0
  322. package/dist/actions/update-cart.cjs +35 -0
  323. package/dist/actions/update-cart.cjs.map +1 -0
  324. package/dist/actions/update-cart.d.cts +9 -0
  325. package/dist/actions/update-cart.d.cts.map +1 -0
  326. package/dist/actions/update-cart.d.mts +9 -0
  327. package/dist/actions/update-cart.d.mts.map +1 -0
  328. package/dist/actions/update-cart.mjs +32 -0
  329. package/dist/actions/update-cart.mjs.map +1 -0
  330. package/dist/actions/update-contact.cjs +60 -0
  331. package/dist/actions/update-contact.cjs.map +1 -0
  332. package/dist/actions/update-contact.d.cts +9 -0
  333. package/dist/actions/update-contact.d.cts.map +1 -0
  334. package/dist/actions/update-contact.d.mts +9 -0
  335. package/dist/actions/update-contact.d.mts.map +1 -0
  336. package/dist/actions/update-contact.mjs +57 -0
  337. package/dist/actions/update-contact.mjs.map +1 -0
  338. package/dist/actions/update-order-status.cjs +30 -0
  339. package/dist/actions/update-order-status.cjs.map +1 -0
  340. package/dist/actions/update-order-status.d.cts +9 -0
  341. package/dist/actions/update-order-status.d.cts.map +1 -0
  342. package/dist/actions/update-order-status.d.mts +9 -0
  343. package/dist/actions/update-order-status.d.mts.map +1 -0
  344. package/dist/actions/update-order-status.mjs +27 -0
  345. package/dist/actions/update-order-status.mjs.map +1 -0
  346. package/dist/actions/update-product-category.cjs +19 -0
  347. package/dist/actions/update-product-category.cjs.map +1 -0
  348. package/dist/actions/update-product-category.d.cts +9 -0
  349. package/dist/actions/update-product-category.d.cts.map +1 -0
  350. package/dist/actions/update-product-category.d.mts +9 -0
  351. package/dist/actions/update-product-category.d.mts.map +1 -0
  352. package/dist/actions/update-product-category.mjs +16 -0
  353. package/dist/actions/update-product-category.mjs.map +1 -0
  354. package/dist/app.cjs +9 -0
  355. package/dist/app.cjs.map +1 -0
  356. package/dist/app.d.cts +5 -0
  357. package/dist/app.d.cts.map +1 -0
  358. package/dist/app.d.mts +5 -0
  359. package/dist/app.d.mts.map +1 -0
  360. package/dist/app.mjs +10 -0
  361. package/dist/app.mjs.map +1 -0
  362. package/dist/catalog.cjs +15 -0
  363. package/dist/catalog.cjs.map +1 -0
  364. package/dist/catalog.d.cts +14 -0
  365. package/dist/catalog.d.cts.map +1 -0
  366. package/dist/catalog.d.mts +14 -0
  367. package/dist/catalog.d.mts.map +1 -0
  368. package/dist/catalog.mjs +15 -0
  369. package/dist/catalog.mjs.map +1 -0
  370. package/dist/execute.cjs +18 -0
  371. package/dist/execute.cjs.map +1 -0
  372. package/dist/execute.mjs +18 -0
  373. package/dist/execute.mjs.map +1 -0
  374. package/dist/index.cjs +92 -0
  375. package/dist/index.d.cts +46 -0
  376. package/dist/index.d.mts +46 -0
  377. package/dist/index.mjs +47 -0
  378. package/package.json +49 -0
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-product.d.ts
4
+ declare const OmnisendCreateProductInput: z.ZodTypeAny;
5
+ declare const OmnisendCreateProductOutput: z.ZodTypeAny;
6
+ declare const omnisendCreateProduct: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { omnisendCreateProduct };
9
+ //# sourceMappingURL=create-product.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-product.d.mts","names":[],"sources":["../../src/actions/create-product.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UA2BsB;AAAA,cACpD,2BAAA,EAA6B,CAAA,CAAE,UAEY;AAAA,cAE3C,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,48 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const omnisendCreateProduct = action("OMNISEND_CREATE_PRODUCT", {
4
+ slug: "omnisend-create-product",
5
+ name: "Create Product",
6
+ description: "Tool to create a new product in the Omnisend product catalog. Use when adding products for email campaigns or syncing inventory.",
7
+ input: z.object({
8
+ id: z.string().describe("Unique product identifier from your store. Must be unique across all products."),
9
+ url: z.string().describe("URL to the product page on your website."),
10
+ tags: z.array(z.string()).describe("Tags to categorize the product for filtering and organization (max 100 items).").optional(),
11
+ type: z.string().describe("Product type to categorize products (e.g., 'Electronics', 'Clothing').").optional(),
12
+ title: z.string().describe("Product title displayed to customers."),
13
+ images: z.array(z.string()).describe("Additional product image URLs beyond the default image (max 300 items).").optional(),
14
+ status: z.enum([
15
+ "inStock",
16
+ "outOfStock",
17
+ "notAvailable"
18
+ ]).describe("Overall product availability status. Keep in sync with your shop to avoid sending out-of-stock products."),
19
+ vendor: z.string().describe("Manufacturer or brand of the product.").optional(),
20
+ currency: z.string().describe("ISO 4217 currency code (e.g., USD, EUR, GBP)."),
21
+ variants: z.array(z.object({
22
+ id: z.string().describe("Unique variant identifier from your store."),
23
+ sku: z.string().describe("Stock keeping unit (SKU) for inventory tracking.").optional(),
24
+ url: z.string().describe("Product page URL for this variant."),
25
+ price: z.number().describe("Variant price as a decimal number."),
26
+ title: z.string().describe("Variant title."),
27
+ images: z.array(z.string()).describe("Additional image URLs for this variant (max 300 items).").optional(),
28
+ status: z.enum([
29
+ "inStock",
30
+ "outOfStock",
31
+ "notAvailable"
32
+ ]).describe("Stock status for this variant."),
33
+ description: z.string().describe("Variant description.").optional(),
34
+ defaultImageUrl: z.string().describe("Primary image URL for this variant.").optional(),
35
+ strikeThroughPrice: z.number().describe("Original price before discount for displaying strike-through pricing.").optional()
36
+ }).describe("Product variant details for creation.")).describe("Product variants with their own prices and SKUs. At least one variant is required (min 1, max 500 items)."),
37
+ createdAt: z.string().describe("Product creation timestamp in ISO 8601 format (e.g., 2021-01-01T00:00:00Z).").optional(),
38
+ updatedAt: z.string().describe("Last update timestamp in ISO 8601 format.").optional(),
39
+ categoryIDs: z.array(z.string()).describe("List of category IDs this product belongs to (max 100 items).").optional(),
40
+ description: z.string().describe("Short description of the product. Can be used in the email body.").optional(),
41
+ defaultImageUrl: z.string().describe("Primary image URL for the product. Recommended if more than one image is needed.").optional()
42
+ }).describe("Request schema for creating a product in Omnisend."),
43
+ output: z.object({ id: z.string().describe("The unique identifier of the created product.") }).describe("Response schema after creating a product.")
44
+ });
45
+ //#endregion
46
+ export { omnisendCreateProduct };
47
+
48
+ //# sourceMappingURL=create-product.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-product.mjs","names":[],"sources":["../../src/actions/create-product.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OmnisendCreateProductInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique product identifier from your store. Must be unique across all products.\"),\n url: z.string().describe(\"URL to the product page on your website.\"),\n tags: z.array(z.string()).describe(\"Tags to categorize the product for filtering and organization (max 100 items).\").optional(),\n type: z.string().describe(\"Product type to categorize products (e.g., 'Electronics', 'Clothing').\").optional(),\n title: z.string().describe(\"Product title displayed to customers.\"),\n images: z.array(z.string()).describe(\"Additional product image URLs beyond the default image (max 300 items).\").optional(),\n status: z.enum([\"inStock\", \"outOfStock\", \"notAvailable\"]).describe(\"Overall product availability status. Keep in sync with your shop to avoid sending out-of-stock products.\"),\n vendor: z.string().describe(\"Manufacturer or brand of the product.\").optional(),\n currency: z.string().describe(\"ISO 4217 currency code (e.g., USD, EUR, GBP).\"),\n variants: z.array(z.object({\n id: z.string().describe(\"Unique variant identifier from your store.\"),\n sku: z.string().describe(\"Stock keeping unit (SKU) for inventory tracking.\").optional(),\n url: z.string().describe(\"Product page URL for this variant.\"),\n price: z.number().describe(\"Variant price as a decimal number.\"),\n title: z.string().describe(\"Variant title.\"),\n images: z.array(z.string()).describe(\"Additional image URLs for this variant (max 300 items).\").optional(),\n status: z.enum([\"inStock\", \"outOfStock\", \"notAvailable\"]).describe(\"Stock status for this variant.\"),\n description: z.string().describe(\"Variant description.\").optional(),\n defaultImageUrl: z.string().describe(\"Primary image URL for this variant.\").optional(),\n strikeThroughPrice: z.number().describe(\"Original price before discount for displaying strike-through pricing.\").optional(),\n}).describe(\"Product variant details for creation.\")).describe(\"Product variants with their own prices and SKUs. At least one variant is required (min 1, max 500 items).\"),\n createdAt: z.string().describe(\"Product creation timestamp in ISO 8601 format (e.g., 2021-01-01T00:00:00Z).\").optional(),\n updatedAt: z.string().describe(\"Last update timestamp in ISO 8601 format.\").optional(),\n categoryIDs: z.array(z.string()).describe(\"List of category IDs this product belongs to (max 100 items).\").optional(),\n description: z.string().describe(\"Short description of the product. Can be used in the email body.\").optional(),\n defaultImageUrl: z.string().describe(\"Primary image URL for the product. Recommended if more than one image is needed.\").optional(),\n}).describe(\"Request schema for creating a product in Omnisend.\");\nexport const OmnisendCreateProductOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the created product.\"),\n}).describe(\"Response schema after creating a product.\");\n\nexport const omnisendCreateProduct = action(\"OMNISEND_CREATE_PRODUCT\", {\n slug: \"omnisend-create-product\",\n name: \"Create Product\",\n description: \"Tool to create a new product in the Omnisend product catalog. Use when adding products for email campaigns or syncing inventory.\",\n input: OmnisendCreateProductInput,\n output: OmnisendCreateProductOutput,\n});\n"],"mappings":";;AAoCA,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OApCsD,EAAE,OAAO;EAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF;EACxG,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;EACnE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;EAC9H,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;EAC7G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;EAClE,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS;EACzH,QAAQ,EAAE,KAAK;GAAC;GAAW;GAAc;EAAc,CAAC,CAAC,CAAC,SAAS,0GAA0G;EAC7K,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;EAC9E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EAC7E,UAAU,EAAE,MAAM,EAAE,OAAO;GAC3B,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;GACpE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;GACtF,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;GAC7D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;GAC/D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB;GAC3C,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;GACzG,QAAQ,EAAE,KAAK;IAAC;IAAW;IAAc;GAAc,CAAC,CAAC,CAAC,SAAS,gCAAgC;GACnG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;GAClE,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;GACrF,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;EAC5H,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,CAAC,SAAS,2GAA2G;EACxK,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS;EACvH,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;EACrF,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;EACpH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;EAC9G,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;CACpI,CAAC,CAAC,CAAC,SAAS,oDASH;CACP,QATuD,EAAE,OAAO,EAChE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,EACzE,CAAC,CAAC,CAAC,SAAS,2CAOF;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-cart.ts
4
+ const OmnisendDeleteCartInput = zod.z.object({ cartID: zod.z.string().describe("Unique identifier of the cart to delete.") });
5
+ const OmnisendDeleteCartOutput = zod.z.object({}).describe("Empty response for successful deletion (204 No Content).");
6
+ const omnisendDeleteCart = require_action.action("OMNISEND_DELETE_CART", {
7
+ slug: "omnisend-delete-cart",
8
+ name: "Delete Cart",
9
+ description: "Tool to delete a cart from Omnisend by its ID (v3 API). Use when you need to remove an abandoned or expired cart from the system.",
10
+ input: OmnisendDeleteCartInput,
11
+ output: OmnisendDeleteCartOutput
12
+ });
13
+ //#endregion
14
+ exports.omnisendDeleteCart = omnisendDeleteCart;
15
+
16
+ //# sourceMappingURL=delete-cart.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-cart.cjs","names":["z","action"],"sources":["../../src/actions/delete-cart.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OmnisendDeleteCartInput: z.ZodTypeAny = z.object({\n cartID: z.string().describe(\"Unique identifier of the cart to delete.\"),\n});\nexport const OmnisendDeleteCartOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response for successful deletion (204 No Content).\");\n\nexport const omnisendDeleteCart = action(\"OMNISEND_DELETE_CART\", {\n slug: \"omnisend-delete-cart\",\n name: \"Delete Cart\",\n description: \"Tool to delete a cart from Omnisend by its ID (v3 API). Use when you need to remove an abandoned or expired cart from the system.\",\n input: OmnisendDeleteCartInput,\n output: OmnisendDeleteCartOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwCA,IAAAA,EAAE,OAAO,EAC5D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,EACxE,CAAC;AACD,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0DAA0D;AAEtI,MAAa,qBAAqBC,eAAAA,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-cart.d.ts
4
+ declare const OmnisendDeleteCartInput: z.ZodTypeAny;
5
+ declare const OmnisendDeleteCartOutput: z.ZodTypeAny;
6
+ declare const omnisendDeleteCart: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { omnisendDeleteCart };
9
+ //# sourceMappingURL=delete-cart.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-cart.d.cts","names":[],"sources":["../../src/actions/delete-cart.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAEtC;AAAA,cACW,wBAAA,EAA0B,CAAA,CAAE,UAA8F;AAAA,cAE1H,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-cart.d.ts
4
+ declare const OmnisendDeleteCartInput: z.ZodTypeAny;
5
+ declare const OmnisendDeleteCartOutput: z.ZodTypeAny;
6
+ declare const omnisendDeleteCart: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { omnisendDeleteCart };
9
+ //# sourceMappingURL=delete-cart.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-cart.d.mts","names":[],"sources":["../../src/actions/delete-cart.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAEtC;AAAA,cACW,wBAAA,EAA0B,CAAA,CAAE,UAA8F;AAAA,cAE1H,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const omnisendDeleteCart = action("OMNISEND_DELETE_CART", {
4
+ slug: "omnisend-delete-cart",
5
+ name: "Delete Cart",
6
+ description: "Tool to delete a cart from Omnisend by its ID (v3 API). Use when you need to remove an abandoned or expired cart from the system.",
7
+ input: z.object({ cartID: z.string().describe("Unique identifier of the cart to delete.") }),
8
+ output: z.object({}).describe("Empty response for successful deletion (204 No Content).")
9
+ });
10
+ //#endregion
11
+ export { omnisendDeleteCart };
12
+
13
+ //# sourceMappingURL=delete-cart.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-cart.mjs","names":[],"sources":["../../src/actions/delete-cart.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OmnisendDeleteCartInput: z.ZodTypeAny = z.object({\n cartID: z.string().describe(\"Unique identifier of the cart to delete.\"),\n});\nexport const OmnisendDeleteCartOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response for successful deletion (204 No Content).\");\n\nexport const omnisendDeleteCart = action(\"OMNISEND_DELETE_CART\", {\n slug: \"omnisend-delete-cart\",\n name: \"Delete Cart\",\n description: \"Tool to delete a cart from Omnisend by its ID (v3 API). Use when you need to remove an abandoned or expired cart from the system.\",\n input: OmnisendDeleteCartInput,\n output: OmnisendDeleteCartOutput,\n});\n"],"mappings":";;AASA,MAAa,qBAAqB,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATmD,EAAE,OAAO,EAC5D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,EACxE,CAOS;CACP,QAPoD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0DAOlE;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-category.ts
4
+ const OmnisendDeleteCategoryInput = zod.z.object({ category_id: zod.z.string().describe("Unique identifier of the category to delete.") });
5
+ const OmnisendDeleteCategoryOutput = zod.z.object({}).describe("Empty response for successful deletion (204 No Content).");
6
+ const omnisendDeleteCategory = require_action.action("OMNISEND_DELETE_CATEGORY", {
7
+ slug: "omnisend-delete-category",
8
+ name: "Delete Category",
9
+ description: "Tool to remove a category from Omnisend by its ID. Use when you need to delete a category and ensure it is no longer available in your catalog.",
10
+ input: OmnisendDeleteCategoryInput,
11
+ output: OmnisendDeleteCategoryOutput
12
+ });
13
+ //#endregion
14
+ exports.omnisendDeleteCategory = omnisendDeleteCategory;
15
+
16
+ //# sourceMappingURL=delete-category.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-category.cjs","names":["z","action"],"sources":["../../src/actions/delete-category.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OmnisendDeleteCategoryInput: z.ZodTypeAny = z.object({\n category_id: z.string().describe(\"Unique identifier of the category to delete.\"),\n});\nexport const OmnisendDeleteCategoryOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response for successful deletion (204 No Content).\");\n\nexport const omnisendDeleteCategory = action(\"OMNISEND_DELETE_CATEGORY\", {\n slug: \"omnisend-delete-category\",\n name: \"Delete Category\",\n description: \"Tool to remove a category from Omnisend by its ID. Use when you need to delete a category and ensure it is no longer available in your catalog.\",\n input: OmnisendDeleteCategoryInput,\n output: OmnisendDeleteCategoryOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,EACjF,CAAC;AACD,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0DAA0D;AAE1I,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-category.d.ts
4
+ declare const OmnisendDeleteCategoryInput: z.ZodTypeAny;
5
+ declare const OmnisendDeleteCategoryOutput: z.ZodTypeAny;
6
+ declare const omnisendDeleteCategory: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { omnisendDeleteCategory };
9
+ //# sourceMappingURL=delete-category.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-category.d.cts","names":[],"sources":["../../src/actions/delete-category.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAE1C;AAAA,cACW,4BAAA,EAA8B,CAAA,CAAE,UAA8F;AAAA,cAE9H,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-category.d.ts
4
+ declare const OmnisendDeleteCategoryInput: z.ZodTypeAny;
5
+ declare const OmnisendDeleteCategoryOutput: z.ZodTypeAny;
6
+ declare const omnisendDeleteCategory: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { omnisendDeleteCategory };
9
+ //# sourceMappingURL=delete-category.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-category.d.mts","names":[],"sources":["../../src/actions/delete-category.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAE1C;AAAA,cACW,4BAAA,EAA8B,CAAA,CAAE,UAA8F;AAAA,cAE9H,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const omnisendDeleteCategory = action("OMNISEND_DELETE_CATEGORY", {
4
+ slug: "omnisend-delete-category",
5
+ name: "Delete Category",
6
+ description: "Tool to remove a category from Omnisend by its ID. Use when you need to delete a category and ensure it is no longer available in your catalog.",
7
+ input: z.object({ category_id: z.string().describe("Unique identifier of the category to delete.") }),
8
+ output: z.object({}).describe("Empty response for successful deletion (204 No Content).")
9
+ });
10
+ //#endregion
11
+ export { omnisendDeleteCategory };
12
+
13
+ //# sourceMappingURL=delete-category.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-category.mjs","names":[],"sources":["../../src/actions/delete-category.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OmnisendDeleteCategoryInput: z.ZodTypeAny = z.object({\n category_id: z.string().describe(\"Unique identifier of the category to delete.\"),\n});\nexport const OmnisendDeleteCategoryOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response for successful deletion (204 No Content).\");\n\nexport const omnisendDeleteCategory = action(\"OMNISEND_DELETE_CATEGORY\", {\n slug: \"omnisend-delete-category\",\n name: \"Delete Category\",\n description: \"Tool to remove a category from Omnisend by its ID. Use when you need to delete a category and ensure it is no longer available in your catalog.\",\n input: OmnisendDeleteCategoryInput,\n output: OmnisendDeleteCategoryOutput,\n});\n"],"mappings":";;AASA,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATuD,EAAE,OAAO,EAChE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,EACjF,CAOS;CACP,QAPwD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0DAOtE;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-order.ts
4
+ const OmnisendDeleteOrderInput = zod.z.object({ orderID: zod.z.string().describe("Unique identifier of the order to delete.") });
5
+ const OmnisendDeleteOrderOutput = zod.z.object({}).describe("Empty response for successful deletion (204 No Content).");
6
+ const omnisendDeleteOrder = require_action.action("OMNISEND_DELETE_ORDER", {
7
+ slug: "omnisend-delete-order",
8
+ name: "Delete Order",
9
+ description: "Tool to delete an order from Omnisend by its ID. Use when you need to remove an order from the system.",
10
+ input: OmnisendDeleteOrderInput,
11
+ output: OmnisendDeleteOrderOutput
12
+ });
13
+ //#endregion
14
+ exports.omnisendDeleteOrder = omnisendDeleteOrder;
15
+
16
+ //# sourceMappingURL=delete-order.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-order.cjs","names":["z","action"],"sources":["../../src/actions/delete-order.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OmnisendDeleteOrderInput: z.ZodTypeAny = z.object({\n orderID: z.string().describe(\"Unique identifier of the order to delete.\"),\n});\nexport const OmnisendDeleteOrderOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response for successful deletion (204 No Content).\");\n\nexport const omnisendDeleteOrder = action(\"OMNISEND_DELETE_ORDER\", {\n slug: \"omnisend-delete-order\",\n name: \"Delete Order\",\n description: \"Tool to delete an order from Omnisend by its ID. Use when you need to remove an order from the system.\",\n input: OmnisendDeleteOrderInput,\n output: OmnisendDeleteOrderOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,EAC7D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,EAC1E,CAAC;AACD,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0DAA0D;AAEvI,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-order.d.ts
4
+ declare const OmnisendDeleteOrderInput: z.ZodTypeAny;
5
+ declare const OmnisendDeleteOrderOutput: z.ZodTypeAny;
6
+ declare const omnisendDeleteOrder: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { omnisendDeleteOrder };
9
+ //# sourceMappingURL=delete-order.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-order.d.cts","names":[],"sources":["../../src/actions/delete-order.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAEvC;AAAA,cACW,yBAAA,EAA2B,CAAA,CAAE,UAA8F;AAAA,cAE3H,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-order.d.ts
4
+ declare const OmnisendDeleteOrderInput: z.ZodTypeAny;
5
+ declare const OmnisendDeleteOrderOutput: z.ZodTypeAny;
6
+ declare const omnisendDeleteOrder: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { omnisendDeleteOrder };
9
+ //# sourceMappingURL=delete-order.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-order.d.mts","names":[],"sources":["../../src/actions/delete-order.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAEvC;AAAA,cACW,yBAAA,EAA2B,CAAA,CAAE,UAA8F;AAAA,cAE3H,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const omnisendDeleteOrder = action("OMNISEND_DELETE_ORDER", {
4
+ slug: "omnisend-delete-order",
5
+ name: "Delete Order",
6
+ description: "Tool to delete an order from Omnisend by its ID. Use when you need to remove an order from the system.",
7
+ input: z.object({ orderID: z.string().describe("Unique identifier of the order to delete.") }),
8
+ output: z.object({}).describe("Empty response for successful deletion (204 No Content).")
9
+ });
10
+ //#endregion
11
+ export { omnisendDeleteOrder };
12
+
13
+ //# sourceMappingURL=delete-order.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-order.mjs","names":[],"sources":["../../src/actions/delete-order.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OmnisendDeleteOrderInput: z.ZodTypeAny = z.object({\n orderID: z.string().describe(\"Unique identifier of the order to delete.\"),\n});\nexport const OmnisendDeleteOrderOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response for successful deletion (204 No Content).\");\n\nexport const omnisendDeleteOrder = action(\"OMNISEND_DELETE_ORDER\", {\n slug: \"omnisend-delete-order\",\n name: \"Delete Order\",\n description: \"Tool to delete an order from Omnisend by its ID. Use when you need to remove an order from the system.\",\n input: OmnisendDeleteOrderInput,\n output: OmnisendDeleteOrderOutput,\n});\n"],"mappings":";;AASA,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAToD,EAAE,OAAO,EAC7D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,EAC1E,CAOS;CACP,QAPqD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0DAOnE;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-product-category.ts
4
+ const OmnisendDeleteProductCategoryInput = zod.z.object({ category_id: zod.z.string().describe("Unique identifier of the product category to delete.") });
5
+ const OmnisendDeleteProductCategoryOutput = zod.z.object({}).describe("Empty response for successful deletion (204 No Content).");
6
+ const omnisendDeleteProductCategory = require_action.action("OMNISEND_DELETE_PRODUCT_CATEGORY", {
7
+ slug: "omnisend-delete-product-category",
8
+ name: "Delete Product Category",
9
+ description: "Tool to remove a product category from Omnisend by its ID. Use when you need to delete a product category from your catalog.",
10
+ input: OmnisendDeleteProductCategoryInput,
11
+ output: OmnisendDeleteProductCategoryOutput
12
+ });
13
+ //#endregion
14
+ exports.omnisendDeleteProductCategory = omnisendDeleteProductCategory;
15
+
16
+ //# sourceMappingURL=delete-product-category.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-product-category.cjs","names":["z","action"],"sources":["../../src/actions/delete-product-category.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OmnisendDeleteProductCategoryInput: z.ZodTypeAny = z.object({\n category_id: z.string().describe(\"Unique identifier of the product category to delete.\"),\n});\nexport const OmnisendDeleteProductCategoryOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response for successful deletion (204 No Content).\");\n\nexport const omnisendDeleteProductCategory = action(\"OMNISEND_DELETE_PRODUCT_CATEGORY\", {\n slug: \"omnisend-delete-product-category\",\n name: \"Delete Product Category\",\n description: \"Tool to remove a product category from Omnisend by its ID. Use when you need to delete a product category from your catalog.\",\n input: OmnisendDeleteProductCategoryInput,\n output: OmnisendDeleteProductCategoryOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO,EACvE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,EACzF,CAAC;AACD,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0DAA0D;AAEjJ,MAAa,gCAAgCC,eAAAA,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-product-category.d.ts
4
+ declare const OmnisendDeleteProductCategoryInput: z.ZodTypeAny;
5
+ declare const OmnisendDeleteProductCategoryOutput: z.ZodTypeAny;
6
+ declare const omnisendDeleteProductCategory: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { omnisendDeleteProductCategory };
9
+ //# sourceMappingURL=delete-product-category.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-product-category.d.cts","names":[],"sources":["../../src/actions/delete-product-category.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAEjD;AAAA,cACW,mCAAA,EAAqC,CAAA,CAAE,UAA8F;AAAA,cAErI,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-product-category.d.ts
4
+ declare const OmnisendDeleteProductCategoryInput: z.ZodTypeAny;
5
+ declare const OmnisendDeleteProductCategoryOutput: z.ZodTypeAny;
6
+ declare const omnisendDeleteProductCategory: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { omnisendDeleteProductCategory };
9
+ //# sourceMappingURL=delete-product-category.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-product-category.d.mts","names":[],"sources":["../../src/actions/delete-product-category.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAEjD;AAAA,cACW,mCAAA,EAAqC,CAAA,CAAE,UAA8F;AAAA,cAErI,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const omnisendDeleteProductCategory = action("OMNISEND_DELETE_PRODUCT_CATEGORY", {
4
+ slug: "omnisend-delete-product-category",
5
+ name: "Delete Product Category",
6
+ description: "Tool to remove a product category from Omnisend by its ID. Use when you need to delete a product category from your catalog.",
7
+ input: z.object({ category_id: z.string().describe("Unique identifier of the product category to delete.") }),
8
+ output: z.object({}).describe("Empty response for successful deletion (204 No Content).")
9
+ });
10
+ //#endregion
11
+ export { omnisendDeleteProductCategory };
12
+
13
+ //# sourceMappingURL=delete-product-category.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-product-category.mjs","names":[],"sources":["../../src/actions/delete-product-category.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OmnisendDeleteProductCategoryInput: z.ZodTypeAny = z.object({\n category_id: z.string().describe(\"Unique identifier of the product category to delete.\"),\n});\nexport const OmnisendDeleteProductCategoryOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response for successful deletion (204 No Content).\");\n\nexport const omnisendDeleteProductCategory = action(\"OMNISEND_DELETE_PRODUCT_CATEGORY\", {\n slug: \"omnisend-delete-product-category\",\n name: \"Delete Product Category\",\n description: \"Tool to remove a product category from Omnisend by its ID. Use when you need to delete a product category from your catalog.\",\n input: OmnisendDeleteProductCategoryInput,\n output: OmnisendDeleteProductCategoryOutput,\n});\n"],"mappings":";;AASA,MAAa,gCAAgC,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAT8D,EAAE,OAAO,EACvE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,EACzF,CAOS;CACP,QAP+D,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0DAO7E;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-product.ts
4
+ const OmnisendDeleteProductInput = zod.z.object({ product_id: zod.z.string().describe("Unique identifier of the product to delete.") });
5
+ const OmnisendDeleteProductOutput = zod.z.object({}).describe("Empty response for successful deletion (204 No Content).");
6
+ const omnisendDeleteProduct = require_action.action("OMNISEND_DELETE_PRODUCT", {
7
+ slug: "omnisend-delete-product",
8
+ name: "Delete Product",
9
+ description: "Tool to remove a product from Omnisend by its ID. Use when you need to delete a product and ensure it is no longer available in your catalog.",
10
+ input: OmnisendDeleteProductInput,
11
+ output: OmnisendDeleteProductOutput
12
+ });
13
+ //#endregion
14
+ exports.omnisendDeleteProduct = omnisendDeleteProduct;
15
+
16
+ //# sourceMappingURL=delete-product.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-product.cjs","names":["z","action"],"sources":["../../src/actions/delete-product.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OmnisendDeleteProductInput: z.ZodTypeAny = z.object({\n product_id: z.string().describe(\"Unique identifier of the product to delete.\"),\n});\nexport const OmnisendDeleteProductOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response for successful deletion (204 No Content).\");\n\nexport const omnisendDeleteProduct = action(\"OMNISEND_DELETE_PRODUCT\", {\n slug: \"omnisend-delete-product\",\n name: \"Delete Product\",\n description: \"Tool to remove a product from Omnisend by its ID. Use when you need to delete a product and ensure it is no longer available in your catalog.\",\n input: OmnisendDeleteProductInput,\n output: OmnisendDeleteProductOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,EAC/E,CAAC;AACD,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0DAA0D;AAEzI,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-product.d.ts
4
+ declare const OmnisendDeleteProductInput: z.ZodTypeAny;
5
+ declare const OmnisendDeleteProductOutput: z.ZodTypeAny;
6
+ declare const omnisendDeleteProduct: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { omnisendDeleteProduct };
9
+ //# sourceMappingURL=delete-product.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-product.d.cts","names":[],"sources":["../../src/actions/delete-product.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEzC;AAAA,cACW,2BAAA,EAA6B,CAAA,CAAE,UAA8F;AAAA,cAE7H,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-product.d.ts
4
+ declare const OmnisendDeleteProductInput: z.ZodTypeAny;
5
+ declare const OmnisendDeleteProductOutput: z.ZodTypeAny;
6
+ declare const omnisendDeleteProduct: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { omnisendDeleteProduct };
9
+ //# sourceMappingURL=delete-product.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-product.d.mts","names":[],"sources":["../../src/actions/delete-product.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEzC;AAAA,cACW,2BAAA,EAA6B,CAAA,CAAE,UAA8F;AAAA,cAE7H,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const omnisendDeleteProduct = action("OMNISEND_DELETE_PRODUCT", {
4
+ slug: "omnisend-delete-product",
5
+ name: "Delete Product",
6
+ description: "Tool to remove a product from Omnisend by its ID. Use when you need to delete a product and ensure it is no longer available in your catalog.",
7
+ input: z.object({ product_id: z.string().describe("Unique identifier of the product to delete.") }),
8
+ output: z.object({}).describe("Empty response for successful deletion (204 No Content).")
9
+ });
10
+ //#endregion
11
+ export { omnisendDeleteProduct };
12
+
13
+ //# sourceMappingURL=delete-product.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-product.mjs","names":[],"sources":["../../src/actions/delete-product.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OmnisendDeleteProductInput: z.ZodTypeAny = z.object({\n product_id: z.string().describe(\"Unique identifier of the product to delete.\"),\n});\nexport const OmnisendDeleteProductOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response for successful deletion (204 No Content).\");\n\nexport const omnisendDeleteProduct = action(\"OMNISEND_DELETE_PRODUCT\", {\n slug: \"omnisend-delete-product\",\n name: \"Delete Product\",\n description: \"Tool to remove a product from Omnisend by its ID. Use when you need to delete a product and ensure it is no longer available in your catalog.\",\n input: OmnisendDeleteProductInput,\n output: OmnisendDeleteProductOutput,\n});\n"],"mappings":";;AASA,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATsD,EAAE,OAAO,EAC/D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,EAC/E,CAOS;CACP,QAPuD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0DAOrE;AACV,CAAC"}
@@ -0,0 +1,25 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-batch-information.ts
4
+ const OmnisendGetBatchInformationInput = zod.z.object({ batchId: zod.z.string().describe("The unique identifier of the batch to retrieve") }).describe("Request schema for retrieving a specific batch by ID.");
5
+ const OmnisendGetBatchInformationOutput = zod.z.object({
6
+ status: zod.z.string().describe("Current status of the batch (e.g., 'pending', 'finished')").nullable().optional(),
7
+ batchID: zod.z.string().describe("The unique identifier for the batch").nullable().optional(),
8
+ endedAt: zod.z.string().describe("ISO 8601 timestamp when the batch finished processing").nullable().optional(),
9
+ endpoint: zod.z.string().describe("Target endpoint for the batch operations (e.g., 'contacts', 'products')").nullable().optional(),
10
+ createdAt: zod.z.string().describe("ISO 8601 timestamp when the batch was created").nullable().optional(),
11
+ totalCount: zod.z.number().int().describe("Total number of items in the batch").nullable().optional(),
12
+ errorsCount: zod.z.number().int().describe("Number of items that encountered errors").nullable().optional(),
13
+ finishedCount: zod.z.number().int().describe("Number of successfully finished items").nullable().optional()
14
+ }).describe("Response schema for batch information.");
15
+ const omnisendGetBatchInformation = require_action.action("OMNISEND_GET_BATCH_INFORMATION", {
16
+ slug: "omnisend-get-batch-information",
17
+ name: "Get Batch Information",
18
+ description: "Tool to retrieve information about a specific batch by ID. Use after submitting a batch when you need a detailed status and counts.",
19
+ input: OmnisendGetBatchInformationInput,
20
+ output: OmnisendGetBatchInformationOutput
21
+ });
22
+ //#endregion
23
+ exports.omnisendGetBatchInformation = omnisendGetBatchInformation;
24
+
25
+ //# sourceMappingURL=get-batch-information.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-batch-information.cjs","names":["z","action"],"sources":["../../src/actions/get-batch-information.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OmnisendGetBatchInformationInput: z.ZodTypeAny = z.object({\n batchId: z.string().describe(\"The unique identifier of the batch to retrieve\"),\n}).describe(\"Request schema for retrieving a specific batch by ID.\");\nexport const OmnisendGetBatchInformationOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Current status of the batch (e.g., 'pending', 'finished')\").nullable().optional(),\n batchID: z.string().describe(\"The unique identifier for the batch\").nullable().optional(),\n endedAt: z.string().describe(\"ISO 8601 timestamp when the batch finished processing\").nullable().optional(),\n endpoint: z.string().describe(\"Target endpoint for the batch operations (e.g., 'contacts', 'products')\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the batch was created\").nullable().optional(),\n totalCount: z.number().int().describe(\"Total number of items in the batch\").nullable().optional(),\n errorsCount: z.number().int().describe(\"Number of items that encountered errors\").nullable().optional(),\n finishedCount: z.number().int().describe(\"Number of successfully finished items\").nullable().optional(),\n}).describe(\"Response schema for batch information.\");\n\nexport const omnisendGetBatchInformation = action(\"OMNISEND_GET_BATCH_INFORMATION\", {\n slug: \"omnisend-get-batch-information\",\n name: \"Get Batch Information\",\n description: \"Tool to retrieve information about a specific batch by ID. Use after submitting a batch when you need a detailed status and counts.\",\n input: OmnisendGetBatchInformationInput,\n output: OmnisendGetBatchInformationOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,EACrE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAC/E,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxG,CAAC,CAAC,CAAC,SAAS,wCAAwC;AAEpD,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-batch-information.d.ts
4
+ declare const OmnisendGetBatchInformationInput: z.ZodTypeAny;
5
+ declare const OmnisendGetBatchInformationOutput: z.ZodTypeAny;
6
+ declare const omnisendGetBatchInformation: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { omnisendGetBatchInformation };
9
+ //# sourceMappingURL=get-batch-information.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-batch-information.d.cts","names":[],"sources":["../../src/actions/get-batch-information.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAEmB;AAAA,cACvD,iCAAA,EAAmC,CAAA,CAAE,UASG;AAAA,cAExC,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-batch-information.d.ts
4
+ declare const OmnisendGetBatchInformationInput: z.ZodTypeAny;
5
+ declare const OmnisendGetBatchInformationOutput: z.ZodTypeAny;
6
+ declare const omnisendGetBatchInformation: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { omnisendGetBatchInformation };
9
+ //# sourceMappingURL=get-batch-information.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-batch-information.d.mts","names":[],"sources":["../../src/actions/get-batch-information.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAEmB;AAAA,cACvD,iCAAA,EAAmC,CAAA,CAAE,UASG;AAAA,cAExC,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,22 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const omnisendGetBatchInformation = action("OMNISEND_GET_BATCH_INFORMATION", {
4
+ slug: "omnisend-get-batch-information",
5
+ name: "Get Batch Information",
6
+ description: "Tool to retrieve information about a specific batch by ID. Use after submitting a batch when you need a detailed status and counts.",
7
+ input: z.object({ batchId: z.string().describe("The unique identifier of the batch to retrieve") }).describe("Request schema for retrieving a specific batch by ID."),
8
+ output: z.object({
9
+ status: z.string().describe("Current status of the batch (e.g., 'pending', 'finished')").nullable().optional(),
10
+ batchID: z.string().describe("The unique identifier for the batch").nullable().optional(),
11
+ endedAt: z.string().describe("ISO 8601 timestamp when the batch finished processing").nullable().optional(),
12
+ endpoint: z.string().describe("Target endpoint for the batch operations (e.g., 'contacts', 'products')").nullable().optional(),
13
+ createdAt: z.string().describe("ISO 8601 timestamp when the batch was created").nullable().optional(),
14
+ totalCount: z.number().int().describe("Total number of items in the batch").nullable().optional(),
15
+ errorsCount: z.number().int().describe("Number of items that encountered errors").nullable().optional(),
16
+ finishedCount: z.number().int().describe("Number of successfully finished items").nullable().optional()
17
+ }).describe("Response schema for batch information.")
18
+ });
19
+ //#endregion
20
+ export { omnisendGetBatchInformation };
21
+
22
+ //# sourceMappingURL=get-batch-information.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-batch-information.mjs","names":[],"sources":["../../src/actions/get-batch-information.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OmnisendGetBatchInformationInput: z.ZodTypeAny = z.object({\n batchId: z.string().describe(\"The unique identifier of the batch to retrieve\"),\n}).describe(\"Request schema for retrieving a specific batch by ID.\");\nexport const OmnisendGetBatchInformationOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Current status of the batch (e.g., 'pending', 'finished')\").nullable().optional(),\n batchID: z.string().describe(\"The unique identifier for the batch\").nullable().optional(),\n endedAt: z.string().describe(\"ISO 8601 timestamp when the batch finished processing\").nullable().optional(),\n endpoint: z.string().describe(\"Target endpoint for the batch operations (e.g., 'contacts', 'products')\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the batch was created\").nullable().optional(),\n totalCount: z.number().int().describe(\"Total number of items in the batch\").nullable().optional(),\n errorsCount: z.number().int().describe(\"Number of items that encountered errors\").nullable().optional(),\n finishedCount: z.number().int().describe(\"Number of successfully finished items\").nullable().optional(),\n}).describe(\"Response schema for batch information.\");\n\nexport const omnisendGetBatchInformation = action(\"OMNISEND_GET_BATCH_INFORMATION\", {\n slug: \"omnisend-get-batch-information\",\n name: \"Get Batch Information\",\n description: \"Tool to retrieve information about a specific batch by ID. Use after submitting a batch when you need a detailed status and counts.\",\n input: OmnisendGetBatchInformationInput,\n output: OmnisendGetBatchInformationOutput,\n});\n"],"mappings":";;AAkBA,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlB4D,EAAE,OAAO,EACrE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAC/E,CAAC,CAAC,CAAC,SAAS,uDAgBH;CACP,QAhB6D,EAAE,OAAO;EACtE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7G,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7H,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpG,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChG,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtG,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,CAAC,CAAC,CAAC,SAAS,wCAOF;AACV,CAAC"}
@@ -0,0 +1,29 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-batch-item.ts
4
+ const OmnisendGetBatchItemInput = zod.z.object({
5
+ itemID: zod.z.string().describe("The unique identifier of the specific item to retrieve within the batch"),
6
+ batchID: zod.z.string().describe("The unique identifier of the batch containing the item")
7
+ }).describe("Request schema for retrieving a specific item within a batch.");
8
+ const OmnisendGetBatchItemOutput = zod.z.object({
9
+ itemID: zod.z.string().describe("The unique identifier of the item within the batch").nullable().optional(),
10
+ method: zod.z.string().describe("HTTP method used for the batch item request").nullable().optional(),
11
+ status: zod.z.string().describe("Processing status of the item (e.g., 'pending', 'finished')").nullable().optional(),
12
+ batchID: zod.z.string().describe("The unique identifier of the batch"),
13
+ eventID: zod.z.string().describe("Event identifier associated with this batch item").nullable().optional(),
14
+ request: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Original request payload submitted for this item").nullable().optional(),
15
+ endpoint: zod.z.string().describe("API endpoint that was called for this batch item").nullable().optional(),
16
+ response: zod.z.record(zod.z.string(), zod.z.unknown()).describe("JSON response returned by the API for this item").nullable().optional(),
17
+ responseCode: zod.z.number().int().describe("HTTP status code returned for this batch item operation").nullable().optional()
18
+ }).describe("Response schema for a specific batch item.");
19
+ const omnisendGetBatchItem = require_action.action("OMNISEND_GET_BATCH_ITEM", {
20
+ slug: "omnisend-get-batch-item",
21
+ name: "Get Batch Item",
22
+ description: "Tool to retrieve a specific item within a batch by batchID and itemID. Use when you need to inspect the result of a single batch operation.",
23
+ input: OmnisendGetBatchItemInput,
24
+ output: OmnisendGetBatchItemOutput
25
+ });
26
+ //#endregion
27
+ exports.omnisendGetBatchItem = omnisendGetBatchItem;
28
+
29
+ //# sourceMappingURL=get-batch-item.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-batch-item.cjs","names":["z","action"],"sources":["../../src/actions/get-batch-item.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OmnisendGetBatchItemInput: z.ZodTypeAny = z.object({\n itemID: z.string().describe(\"The unique identifier of the specific item to retrieve within the batch\"),\n batchID: z.string().describe(\"The unique identifier of the batch containing the item\"),\n}).describe(\"Request schema for retrieving a specific item within a batch.\");\nexport const OmnisendGetBatchItemOutput: z.ZodTypeAny = z.object({\n itemID: z.string().describe(\"The unique identifier of the item within the batch\").nullable().optional(),\n method: z.string().describe(\"HTTP method used for the batch item request\").nullable().optional(),\n status: z.string().describe(\"Processing status of the item (e.g., 'pending', 'finished')\").nullable().optional(),\n batchID: z.string().describe(\"The unique identifier of the batch\"),\n eventID: z.string().describe(\"Event identifier associated with this batch item\").nullable().optional(),\n request: z.record(z.string(), z.unknown()).describe(\"Original request payload submitted for this item\").nullable().optional(),\n endpoint: z.string().describe(\"API endpoint that was called for this batch item\").nullable().optional(),\n response: z.record(z.string(), z.unknown()).describe(\"JSON response returned by the API for this item\").nullable().optional(),\n responseCode: z.number().int().describe(\"HTTP status code returned for this batch item operation\").nullable().optional(),\n}).describe(\"Response schema for a specific batch item.\");\n\nexport const omnisendGetBatchItem = action(\"OMNISEND_GET_BATCH_ITEM\", {\n slug: \"omnisend-get-batch-item\",\n name: \"Get Batch Item\",\n description: \"Tool to retrieve a specific item within a batch by batchID and itemID. Use when you need to inspect the result of a single batch operation.\",\n input: OmnisendGetBatchItemInput,\n output: OmnisendGetBatchItemOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;CACrG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;AACvF,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CACjE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,SAASA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,UAAUA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzH,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAExD,MAAa,uBAAuBC,eAAAA,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}