@keystrokehq/quaderno 0.1.2 → 0.1.4

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 (477) hide show
  1. package/dist/actions/add-expense-payment.cjs +1 -1
  2. package/dist/actions/add-expense-payment.cjs.map +1 -1
  3. package/dist/actions/add-expense-payment.d.cts +1 -1
  4. package/dist/actions/add-expense-payment.d.mts +1 -1
  5. package/dist/actions/add-expense-payment.mjs +1 -1
  6. package/dist/actions/add-expense-payment.mjs.map +1 -1
  7. package/dist/actions/calculate-tax-rate.cjs +1 -1
  8. package/dist/actions/calculate-tax-rate.cjs.map +1 -1
  9. package/dist/actions/calculate-tax-rate.d.cts +1 -1
  10. package/dist/actions/calculate-tax-rate.d.mts +1 -1
  11. package/dist/actions/calculate-tax-rate.mjs +1 -1
  12. package/dist/actions/calculate-tax-rate.mjs.map +1 -1
  13. package/dist/actions/create-contact.cjs +1 -1
  14. package/dist/actions/create-contact.cjs.map +1 -1
  15. package/dist/actions/create-contact.d.cts +1 -1
  16. package/dist/actions/create-contact.d.mts +1 -1
  17. package/dist/actions/create-contact.mjs +1 -1
  18. package/dist/actions/create-contact.mjs.map +1 -1
  19. package/dist/actions/create-coupon.cjs +1 -1
  20. package/dist/actions/create-coupon.cjs.map +1 -1
  21. package/dist/actions/create-coupon.d.cts +1 -1
  22. package/dist/actions/create-coupon.d.mts +1 -1
  23. package/dist/actions/create-coupon.mjs +1 -1
  24. package/dist/actions/create-coupon.mjs.map +1 -1
  25. package/dist/actions/create-estimate.cjs +3 -3
  26. package/dist/actions/create-estimate.cjs.map +1 -1
  27. package/dist/actions/create-estimate.d.cts +3 -3
  28. package/dist/actions/create-estimate.d.mts +3 -3
  29. package/dist/actions/create-estimate.mjs +3 -3
  30. package/dist/actions/create-estimate.mjs.map +1 -1
  31. package/dist/actions/create-evidence.cjs +1 -1
  32. package/dist/actions/create-evidence.cjs.map +1 -1
  33. package/dist/actions/create-evidence.d.cts +1 -1
  34. package/dist/actions/create-evidence.d.mts +1 -1
  35. package/dist/actions/create-evidence.mjs +1 -1
  36. package/dist/actions/create-evidence.mjs.map +1 -1
  37. package/dist/actions/create-expense.cjs +13 -13
  38. package/dist/actions/create-expense.cjs.map +1 -1
  39. package/dist/actions/create-expense.d.cts +21 -18
  40. package/dist/actions/create-expense.d.mts +21 -18
  41. package/dist/actions/create-expense.mjs +13 -13
  42. package/dist/actions/create-expense.mjs.map +1 -1
  43. package/dist/actions/create-invoice.cjs +8 -8
  44. package/dist/actions/create-invoice.cjs.map +1 -1
  45. package/dist/actions/create-invoice.d.cts +10 -10
  46. package/dist/actions/create-invoice.d.mts +10 -10
  47. package/dist/actions/create-invoice.mjs +8 -8
  48. package/dist/actions/create-invoice.mjs.map +1 -1
  49. package/dist/actions/create-product.cjs +1 -1
  50. package/dist/actions/create-product.cjs.map +1 -1
  51. package/dist/actions/create-product.d.cts +1 -1
  52. package/dist/actions/create-product.d.mts +1 -1
  53. package/dist/actions/create-product.mjs +1 -1
  54. package/dist/actions/create-product.mjs.map +1 -1
  55. package/dist/actions/create-receipt.cjs +9 -9
  56. package/dist/actions/create-receipt.cjs.map +1 -1
  57. package/dist/actions/create-receipt.d.cts +9 -9
  58. package/dist/actions/create-receipt.d.mts +9 -9
  59. package/dist/actions/create-receipt.mjs +9 -9
  60. package/dist/actions/create-receipt.mjs.map +1 -1
  61. package/dist/actions/create-recurring.cjs +4 -4
  62. package/dist/actions/create-recurring.cjs.map +1 -1
  63. package/dist/actions/create-recurring.d.cts +9 -9
  64. package/dist/actions/create-recurring.d.mts +9 -9
  65. package/dist/actions/create-recurring.mjs +4 -4
  66. package/dist/actions/create-recurring.mjs.map +1 -1
  67. package/dist/actions/create-report-request.cjs +1 -1
  68. package/dist/actions/create-report-request.cjs.map +1 -1
  69. package/dist/actions/create-report-request.d.cts +1 -1
  70. package/dist/actions/create-report-request.d.mts +1 -1
  71. package/dist/actions/create-report-request.mjs +1 -1
  72. package/dist/actions/create-report-request.mjs.map +1 -1
  73. package/dist/actions/create-tax-id.cjs +2 -2
  74. package/dist/actions/create-tax-id.cjs.map +1 -1
  75. package/dist/actions/create-tax-id.d.cts +2 -2
  76. package/dist/actions/create-tax-id.d.mts +2 -2
  77. package/dist/actions/create-tax-id.mjs +2 -2
  78. package/dist/actions/create-tax-id.mjs.map +1 -1
  79. package/dist/actions/create-transaction.cjs +6 -6
  80. package/dist/actions/create-transaction.cjs.map +1 -1
  81. package/dist/actions/create-transaction.d.cts +7 -6
  82. package/dist/actions/create-transaction.d.mts +7 -6
  83. package/dist/actions/create-transaction.mjs +6 -6
  84. package/dist/actions/create-transaction.mjs.map +1 -1
  85. package/dist/actions/create-webhook.cjs +1 -1
  86. package/dist/actions/create-webhook.cjs.map +1 -1
  87. package/dist/actions/create-webhook.d.cts +1 -1
  88. package/dist/actions/create-webhook.d.mts +1 -1
  89. package/dist/actions/create-webhook.mjs +1 -1
  90. package/dist/actions/create-webhook.mjs.map +1 -1
  91. package/dist/actions/delete-contact.cjs +1 -1
  92. package/dist/actions/delete-contact.cjs.map +1 -1
  93. package/dist/actions/delete-contact.d.cts +1 -1
  94. package/dist/actions/delete-contact.d.cts.map +1 -1
  95. package/dist/actions/delete-contact.d.mts +1 -1
  96. package/dist/actions/delete-contact.d.mts.map +1 -1
  97. package/dist/actions/delete-contact.mjs +1 -1
  98. package/dist/actions/delete-contact.mjs.map +1 -1
  99. package/dist/actions/delete-coupon.cjs +1 -1
  100. package/dist/actions/delete-coupon.cjs.map +1 -1
  101. package/dist/actions/delete-coupon.d.cts +1 -1
  102. package/dist/actions/delete-coupon.d.cts.map +1 -1
  103. package/dist/actions/delete-coupon.d.mts +1 -1
  104. package/dist/actions/delete-coupon.d.mts.map +1 -1
  105. package/dist/actions/delete-coupon.mjs +1 -1
  106. package/dist/actions/delete-coupon.mjs.map +1 -1
  107. package/dist/actions/delete-estimate.cjs +1 -1
  108. package/dist/actions/delete-estimate.cjs.map +1 -1
  109. package/dist/actions/delete-estimate.d.cts +1 -1
  110. package/dist/actions/delete-estimate.d.cts.map +1 -1
  111. package/dist/actions/delete-estimate.d.mts +1 -1
  112. package/dist/actions/delete-estimate.d.mts.map +1 -1
  113. package/dist/actions/delete-estimate.mjs +1 -1
  114. package/dist/actions/delete-estimate.mjs.map +1 -1
  115. package/dist/actions/delete-expense.cjs +1 -1
  116. package/dist/actions/delete-expense.cjs.map +1 -1
  117. package/dist/actions/delete-expense.d.cts +1 -1
  118. package/dist/actions/delete-expense.d.cts.map +1 -1
  119. package/dist/actions/delete-expense.d.mts +1 -1
  120. package/dist/actions/delete-expense.d.mts.map +1 -1
  121. package/dist/actions/delete-expense.mjs +1 -1
  122. package/dist/actions/delete-expense.mjs.map +1 -1
  123. package/dist/actions/delete-product.cjs +1 -1
  124. package/dist/actions/delete-product.cjs.map +1 -1
  125. package/dist/actions/delete-product.d.cts +1 -1
  126. package/dist/actions/delete-product.d.cts.map +1 -1
  127. package/dist/actions/delete-product.d.mts +1 -1
  128. package/dist/actions/delete-product.d.mts.map +1 -1
  129. package/dist/actions/delete-product.mjs +1 -1
  130. package/dist/actions/delete-product.mjs.map +1 -1
  131. package/dist/actions/delete-recurring.cjs +1 -1
  132. package/dist/actions/delete-recurring.cjs.map +1 -1
  133. package/dist/actions/delete-recurring.d.cts +1 -1
  134. package/dist/actions/delete-recurring.d.cts.map +1 -1
  135. package/dist/actions/delete-recurring.d.mts +1 -1
  136. package/dist/actions/delete-recurring.d.mts.map +1 -1
  137. package/dist/actions/delete-recurring.mjs +1 -1
  138. package/dist/actions/delete-recurring.mjs.map +1 -1
  139. package/dist/actions/delete-tax-id.cjs +1 -1
  140. package/dist/actions/delete-tax-id.cjs.map +1 -1
  141. package/dist/actions/delete-tax-id.d.cts +1 -1
  142. package/dist/actions/delete-tax-id.d.cts.map +1 -1
  143. package/dist/actions/delete-tax-id.d.mts +1 -1
  144. package/dist/actions/delete-tax-id.d.mts.map +1 -1
  145. package/dist/actions/delete-tax-id.mjs +1 -1
  146. package/dist/actions/delete-tax-id.mjs.map +1 -1
  147. package/dist/actions/delete-webhook.cjs +1 -1
  148. package/dist/actions/delete-webhook.cjs.map +1 -1
  149. package/dist/actions/delete-webhook.d.cts +1 -1
  150. package/dist/actions/delete-webhook.d.cts.map +1 -1
  151. package/dist/actions/delete-webhook.d.mts +1 -1
  152. package/dist/actions/delete-webhook.d.mts.map +1 -1
  153. package/dist/actions/delete-webhook.mjs +1 -1
  154. package/dist/actions/delete-webhook.mjs.map +1 -1
  155. package/dist/actions/deliver-credit-note.cjs +1 -1
  156. package/dist/actions/deliver-credit-note.cjs.map +1 -1
  157. package/dist/actions/deliver-credit-note.d.cts +1 -1
  158. package/dist/actions/deliver-credit-note.d.mts +1 -1
  159. package/dist/actions/deliver-credit-note.mjs +1 -1
  160. package/dist/actions/deliver-credit-note.mjs.map +1 -1
  161. package/dist/actions/deliver-estimate.cjs +1 -1
  162. package/dist/actions/deliver-estimate.cjs.map +1 -1
  163. package/dist/actions/deliver-estimate.d.cts +1 -1
  164. package/dist/actions/deliver-estimate.d.mts +1 -1
  165. package/dist/actions/deliver-estimate.mjs +1 -1
  166. package/dist/actions/deliver-estimate.mjs.map +1 -1
  167. package/dist/actions/deliver-invoice.cjs +1 -1
  168. package/dist/actions/deliver-invoice.cjs.map +1 -1
  169. package/dist/actions/deliver-invoice.d.cts +1 -1
  170. package/dist/actions/deliver-invoice.d.mts +1 -1
  171. package/dist/actions/deliver-invoice.mjs +1 -1
  172. package/dist/actions/deliver-invoice.mjs.map +1 -1
  173. package/dist/actions/deliver-receipt.cjs +1 -1
  174. package/dist/actions/deliver-receipt.cjs.map +1 -1
  175. package/dist/actions/deliver-receipt.d.cts +1 -1
  176. package/dist/actions/deliver-receipt.d.mts +1 -1
  177. package/dist/actions/deliver-receipt.mjs +1 -1
  178. package/dist/actions/deliver-receipt.mjs.map +1 -1
  179. package/dist/actions/get-authorization.cjs +1 -1
  180. package/dist/actions/get-authorization.cjs.map +1 -1
  181. package/dist/actions/get-authorization.d.cts +1 -1
  182. package/dist/actions/get-authorization.d.mts +1 -1
  183. package/dist/actions/get-authorization.mjs +1 -1
  184. package/dist/actions/get-authorization.mjs.map +1 -1
  185. package/dist/actions/get-estimate.cjs +2 -2
  186. package/dist/actions/get-estimate.cjs.map +1 -1
  187. package/dist/actions/get-estimate.d.cts +2 -2
  188. package/dist/actions/get-estimate.d.mts +2 -2
  189. package/dist/actions/get-estimate.mjs +2 -2
  190. package/dist/actions/get-estimate.mjs.map +1 -1
  191. package/dist/actions/list-contacts.cjs +2 -2
  192. package/dist/actions/list-contacts.cjs.map +1 -1
  193. package/dist/actions/list-contacts.d.cts +2 -2
  194. package/dist/actions/list-contacts.d.mts +2 -2
  195. package/dist/actions/list-contacts.mjs +2 -2
  196. package/dist/actions/list-contacts.mjs.map +1 -1
  197. package/dist/actions/list-coupons.cjs +2 -2
  198. package/dist/actions/list-coupons.cjs.map +1 -1
  199. package/dist/actions/list-coupons.d.cts +2 -2
  200. package/dist/actions/list-coupons.d.mts +2 -2
  201. package/dist/actions/list-coupons.mjs +2 -2
  202. package/dist/actions/list-coupons.mjs.map +1 -1
  203. package/dist/actions/list-credits.cjs +5 -5
  204. package/dist/actions/list-credits.cjs.map +1 -1
  205. package/dist/actions/list-credits.d.cts +8 -8
  206. package/dist/actions/list-credits.d.mts +8 -8
  207. package/dist/actions/list-credits.mjs +5 -5
  208. package/dist/actions/list-credits.mjs.map +1 -1
  209. package/dist/actions/list-estimates.cjs +5 -5
  210. package/dist/actions/list-estimates.cjs.map +1 -1
  211. package/dist/actions/list-estimates.d.cts +5 -5
  212. package/dist/actions/list-estimates.d.mts +5 -5
  213. package/dist/actions/list-estimates.mjs +5 -5
  214. package/dist/actions/list-estimates.mjs.map +1 -1
  215. package/dist/actions/list-evidence.cjs +2 -2
  216. package/dist/actions/list-evidence.cjs.map +1 -1
  217. package/dist/actions/list-evidence.d.cts +2 -2
  218. package/dist/actions/list-evidence.d.mts +2 -2
  219. package/dist/actions/list-evidence.mjs +2 -2
  220. package/dist/actions/list-evidence.mjs.map +1 -1
  221. package/dist/actions/list-expenses.cjs +5 -5
  222. package/dist/actions/list-expenses.cjs.map +1 -1
  223. package/dist/actions/list-expenses.d.cts +5 -5
  224. package/dist/actions/list-expenses.d.mts +5 -5
  225. package/dist/actions/list-expenses.mjs +5 -5
  226. package/dist/actions/list-expenses.mjs.map +1 -1
  227. package/dist/actions/list-invoices.cjs +9 -9
  228. package/dist/actions/list-invoices.cjs.map +1 -1
  229. package/dist/actions/list-invoices.d.cts +12 -12
  230. package/dist/actions/list-invoices.d.mts +12 -12
  231. package/dist/actions/list-invoices.mjs +9 -9
  232. package/dist/actions/list-invoices.mjs.map +1 -1
  233. package/dist/actions/list-jurisdictions.cjs +2 -2
  234. package/dist/actions/list-jurisdictions.cjs.map +1 -1
  235. package/dist/actions/list-jurisdictions.d.cts +2 -2
  236. package/dist/actions/list-jurisdictions.d.mts +2 -2
  237. package/dist/actions/list-jurisdictions.mjs +2 -2
  238. package/dist/actions/list-jurisdictions.mjs.map +1 -1
  239. package/dist/actions/list-products.cjs +2 -2
  240. package/dist/actions/list-products.cjs.map +1 -1
  241. package/dist/actions/list-products.d.cts +2 -2
  242. package/dist/actions/list-products.d.mts +2 -2
  243. package/dist/actions/list-products.mjs +2 -2
  244. package/dist/actions/list-products.mjs.map +1 -1
  245. package/dist/actions/list-receipts.cjs +7 -7
  246. package/dist/actions/list-receipts.cjs.map +1 -1
  247. package/dist/actions/list-receipts.d.cts +10 -10
  248. package/dist/actions/list-receipts.d.mts +10 -10
  249. package/dist/actions/list-receipts.mjs +7 -7
  250. package/dist/actions/list-receipts.mjs.map +1 -1
  251. package/dist/actions/list-recurrings.cjs +7 -7
  252. package/dist/actions/list-recurrings.cjs.map +1 -1
  253. package/dist/actions/list-recurrings.d.cts +7 -7
  254. package/dist/actions/list-recurrings.d.mts +7 -7
  255. package/dist/actions/list-recurrings.mjs +7 -7
  256. package/dist/actions/list-recurrings.mjs.map +1 -1
  257. package/dist/actions/list-registered-tax-i-ds.cjs +3 -3
  258. package/dist/actions/list-registered-tax-i-ds.cjs.map +1 -1
  259. package/dist/actions/list-registered-tax-i-ds.d.cts +3 -3
  260. package/dist/actions/list-registered-tax-i-ds.d.mts +3 -3
  261. package/dist/actions/list-registered-tax-i-ds.mjs +3 -3
  262. package/dist/actions/list-registered-tax-i-ds.mjs.map +1 -1
  263. package/dist/actions/list-reporting-requests.cjs +3 -3
  264. package/dist/actions/list-reporting-requests.cjs.map +1 -1
  265. package/dist/actions/list-reporting-requests.d.cts +3 -3
  266. package/dist/actions/list-reporting-requests.d.mts +3 -3
  267. package/dist/actions/list-reporting-requests.mjs +3 -3
  268. package/dist/actions/list-reporting-requests.mjs.map +1 -1
  269. package/dist/actions/list-sessions.cjs +5 -5
  270. package/dist/actions/list-sessions.cjs.map +1 -1
  271. package/dist/actions/list-sessions.d.cts +5 -5
  272. package/dist/actions/list-sessions.d.mts +5 -5
  273. package/dist/actions/list-sessions.mjs +5 -5
  274. package/dist/actions/list-sessions.mjs.map +1 -1
  275. package/dist/actions/list-tax-codes.cjs +2 -2
  276. package/dist/actions/list-tax-codes.cjs.map +1 -1
  277. package/dist/actions/list-tax-codes.d.cts +2 -2
  278. package/dist/actions/list-tax-codes.d.mts +2 -2
  279. package/dist/actions/list-tax-codes.mjs +2 -2
  280. package/dist/actions/list-tax-codes.mjs.map +1 -1
  281. package/dist/actions/list-webhooks.cjs +2 -2
  282. package/dist/actions/list-webhooks.cjs.map +1 -1
  283. package/dist/actions/list-webhooks.d.cts +2 -2
  284. package/dist/actions/list-webhooks.d.mts +2 -2
  285. package/dist/actions/list-webhooks.mjs +2 -2
  286. package/dist/actions/list-webhooks.mjs.map +1 -1
  287. package/dist/actions/mark-invoice-uncollectible.cjs +10 -10
  288. package/dist/actions/mark-invoice-uncollectible.cjs.map +1 -1
  289. package/dist/actions/mark-invoice-uncollectible.d.cts +10 -10
  290. package/dist/actions/mark-invoice-uncollectible.d.mts +10 -10
  291. package/dist/actions/mark-invoice-uncollectible.mjs +10 -10
  292. package/dist/actions/mark-invoice-uncollectible.mjs.map +1 -1
  293. package/dist/actions/ping.cjs +1 -1
  294. package/dist/actions/ping.cjs.map +1 -1
  295. package/dist/actions/ping.d.cts +1 -1
  296. package/dist/actions/ping.d.mts +1 -1
  297. package/dist/actions/ping.mjs +1 -1
  298. package/dist/actions/ping.mjs.map +1 -1
  299. package/dist/actions/record-invoice-payment.cjs +1 -1
  300. package/dist/actions/record-invoice-payment.cjs.map +1 -1
  301. package/dist/actions/record-invoice-payment.d.cts +1 -1
  302. package/dist/actions/record-invoice-payment.d.mts +1 -1
  303. package/dist/actions/record-invoice-payment.mjs +1 -1
  304. package/dist/actions/record-invoice-payment.mjs.map +1 -1
  305. package/dist/actions/remove-invoice-payment.cjs +1 -1
  306. package/dist/actions/remove-invoice-payment.cjs.map +1 -1
  307. package/dist/actions/remove-invoice-payment.d.cts +1 -1
  308. package/dist/actions/remove-invoice-payment.d.cts.map +1 -1
  309. package/dist/actions/remove-invoice-payment.d.mts +1 -1
  310. package/dist/actions/remove-invoice-payment.d.mts.map +1 -1
  311. package/dist/actions/remove-invoice-payment.mjs +1 -1
  312. package/dist/actions/remove-invoice-payment.mjs.map +1 -1
  313. package/dist/actions/retrieve-contact-by-processor-id.cjs +1 -1
  314. package/dist/actions/retrieve-contact-by-processor-id.cjs.map +1 -1
  315. package/dist/actions/retrieve-contact-by-processor-id.d.cts +1 -1
  316. package/dist/actions/retrieve-contact-by-processor-id.d.mts +1 -1
  317. package/dist/actions/retrieve-contact-by-processor-id.mjs +1 -1
  318. package/dist/actions/retrieve-contact-by-processor-id.mjs.map +1 -1
  319. package/dist/actions/retrieve-contact.cjs +1 -1
  320. package/dist/actions/retrieve-contact.cjs.map +1 -1
  321. package/dist/actions/retrieve-contact.d.cts +1 -1
  322. package/dist/actions/retrieve-contact.d.mts +1 -1
  323. package/dist/actions/retrieve-contact.mjs +1 -1
  324. package/dist/actions/retrieve-contact.mjs.map +1 -1
  325. package/dist/actions/retrieve-coupon.cjs +1 -1
  326. package/dist/actions/retrieve-coupon.cjs.map +1 -1
  327. package/dist/actions/retrieve-coupon.d.cts +1 -1
  328. package/dist/actions/retrieve-coupon.d.mts +1 -1
  329. package/dist/actions/retrieve-coupon.mjs +1 -1
  330. package/dist/actions/retrieve-coupon.mjs.map +1 -1
  331. package/dist/actions/retrieve-credit.cjs +4 -4
  332. package/dist/actions/retrieve-credit.cjs.map +1 -1
  333. package/dist/actions/retrieve-credit.d.cts +4 -4
  334. package/dist/actions/retrieve-credit.d.mts +4 -4
  335. package/dist/actions/retrieve-credit.mjs +4 -4
  336. package/dist/actions/retrieve-credit.mjs.map +1 -1
  337. package/dist/actions/retrieve-evidence.cjs +1 -1
  338. package/dist/actions/retrieve-evidence.cjs.map +1 -1
  339. package/dist/actions/retrieve-evidence.d.cts +1 -1
  340. package/dist/actions/retrieve-evidence.d.mts +1 -1
  341. package/dist/actions/retrieve-evidence.mjs +1 -1
  342. package/dist/actions/retrieve-evidence.mjs.map +1 -1
  343. package/dist/actions/retrieve-expense.cjs +6 -6
  344. package/dist/actions/retrieve-expense.cjs.map +1 -1
  345. package/dist/actions/retrieve-expense.d.cts +6 -6
  346. package/dist/actions/retrieve-expense.d.mts +6 -6
  347. package/dist/actions/retrieve-expense.mjs +6 -6
  348. package/dist/actions/retrieve-expense.mjs.map +1 -1
  349. package/dist/actions/retrieve-invoice.cjs +2 -2
  350. package/dist/actions/retrieve-invoice.cjs.map +1 -1
  351. package/dist/actions/retrieve-invoice.d.cts +2 -2
  352. package/dist/actions/retrieve-invoice.d.mts +2 -2
  353. package/dist/actions/retrieve-invoice.mjs +2 -2
  354. package/dist/actions/retrieve-invoice.mjs.map +1 -1
  355. package/dist/actions/retrieve-jurisdiction.cjs +1 -1
  356. package/dist/actions/retrieve-jurisdiction.cjs.map +1 -1
  357. package/dist/actions/retrieve-jurisdiction.d.cts +1 -1
  358. package/dist/actions/retrieve-jurisdiction.d.mts +1 -1
  359. package/dist/actions/retrieve-jurisdiction.mjs +1 -1
  360. package/dist/actions/retrieve-jurisdiction.mjs.map +1 -1
  361. package/dist/actions/retrieve-product.cjs +1 -1
  362. package/dist/actions/retrieve-product.cjs.map +1 -1
  363. package/dist/actions/retrieve-product.d.cts +1 -1
  364. package/dist/actions/retrieve-product.d.mts +1 -1
  365. package/dist/actions/retrieve-product.mjs +1 -1
  366. package/dist/actions/retrieve-product.mjs.map +1 -1
  367. package/dist/actions/retrieve-receipt.cjs +2 -2
  368. package/dist/actions/retrieve-receipt.cjs.map +1 -1
  369. package/dist/actions/retrieve-receipt.d.cts +2 -2
  370. package/dist/actions/retrieve-receipt.d.mts +2 -2
  371. package/dist/actions/retrieve-receipt.mjs +2 -2
  372. package/dist/actions/retrieve-receipt.mjs.map +1 -1
  373. package/dist/actions/retrieve-recurring.cjs +6 -6
  374. package/dist/actions/retrieve-recurring.cjs.map +1 -1
  375. package/dist/actions/retrieve-recurring.d.cts +6 -6
  376. package/dist/actions/retrieve-recurring.d.mts +6 -6
  377. package/dist/actions/retrieve-recurring.mjs +6 -6
  378. package/dist/actions/retrieve-recurring.mjs.map +1 -1
  379. package/dist/actions/retrieve-reporting-request.cjs +2 -2
  380. package/dist/actions/retrieve-reporting-request.cjs.map +1 -1
  381. package/dist/actions/retrieve-reporting-request.d.cts +2 -2
  382. package/dist/actions/retrieve-reporting-request.d.mts +2 -2
  383. package/dist/actions/retrieve-reporting-request.mjs +2 -2
  384. package/dist/actions/retrieve-reporting-request.mjs.map +1 -1
  385. package/dist/actions/retrieve-tax-code.cjs +1 -1
  386. package/dist/actions/retrieve-tax-code.cjs.map +1 -1
  387. package/dist/actions/retrieve-tax-code.d.cts +1 -1
  388. package/dist/actions/retrieve-tax-code.d.mts +1 -1
  389. package/dist/actions/retrieve-tax-code.mjs +1 -1
  390. package/dist/actions/retrieve-tax-code.mjs.map +1 -1
  391. package/dist/actions/retrieve-tax-id.cjs +2 -2
  392. package/dist/actions/retrieve-tax-id.cjs.map +1 -1
  393. package/dist/actions/retrieve-tax-id.d.cts +2 -2
  394. package/dist/actions/retrieve-tax-id.d.mts +2 -2
  395. package/dist/actions/retrieve-tax-id.mjs +2 -2
  396. package/dist/actions/retrieve-tax-id.mjs.map +1 -1
  397. package/dist/actions/update-contact.cjs +1 -1
  398. package/dist/actions/update-contact.cjs.map +1 -1
  399. package/dist/actions/update-contact.d.cts +1 -1
  400. package/dist/actions/update-contact.d.mts +1 -1
  401. package/dist/actions/update-contact.mjs +1 -1
  402. package/dist/actions/update-contact.mjs.map +1 -1
  403. package/dist/actions/update-coupon.cjs +1 -1
  404. package/dist/actions/update-coupon.cjs.map +1 -1
  405. package/dist/actions/update-coupon.d.cts +1 -1
  406. package/dist/actions/update-coupon.d.mts +1 -1
  407. package/dist/actions/update-coupon.mjs +1 -1
  408. package/dist/actions/update-coupon.mjs.map +1 -1
  409. package/dist/actions/update-estimate.cjs +4 -4
  410. package/dist/actions/update-estimate.cjs.map +1 -1
  411. package/dist/actions/update-estimate.d.cts +5 -4
  412. package/dist/actions/update-estimate.d.mts +5 -4
  413. package/dist/actions/update-estimate.mjs +4 -4
  414. package/dist/actions/update-estimate.mjs.map +1 -1
  415. package/dist/actions/update-evidence.cjs +1 -1
  416. package/dist/actions/update-evidence.cjs.map +1 -1
  417. package/dist/actions/update-evidence.d.cts +1 -1
  418. package/dist/actions/update-evidence.d.mts +1 -1
  419. package/dist/actions/update-evidence.mjs +1 -1
  420. package/dist/actions/update-evidence.mjs.map +1 -1
  421. package/dist/actions/update-expense.cjs +4 -4
  422. package/dist/actions/update-expense.cjs.map +1 -1
  423. package/dist/actions/update-expense.d.cts +4 -4
  424. package/dist/actions/update-expense.d.mts +4 -4
  425. package/dist/actions/update-expense.mjs +4 -4
  426. package/dist/actions/update-expense.mjs.map +1 -1
  427. package/dist/actions/update-invoice.cjs +3 -3
  428. package/dist/actions/update-invoice.cjs.map +1 -1
  429. package/dist/actions/update-invoice.d.cts +3 -3
  430. package/dist/actions/update-invoice.d.mts +3 -3
  431. package/dist/actions/update-invoice.mjs +3 -3
  432. package/dist/actions/update-invoice.mjs.map +1 -1
  433. package/dist/actions/update-product.cjs +1 -1
  434. package/dist/actions/update-product.cjs.map +1 -1
  435. package/dist/actions/update-product.d.cts +1 -1
  436. package/dist/actions/update-product.d.mts +1 -1
  437. package/dist/actions/update-product.mjs +1 -1
  438. package/dist/actions/update-product.mjs.map +1 -1
  439. package/dist/actions/update-recurring.cjs +6 -6
  440. package/dist/actions/update-recurring.cjs.map +1 -1
  441. package/dist/actions/update-recurring.d.cts +13 -11
  442. package/dist/actions/update-recurring.d.cts.map +1 -1
  443. package/dist/actions/update-recurring.d.mts +13 -11
  444. package/dist/actions/update-recurring.d.mts.map +1 -1
  445. package/dist/actions/update-recurring.mjs +6 -6
  446. package/dist/actions/update-recurring.mjs.map +1 -1
  447. package/dist/actions/update-tax-id.cjs +2 -2
  448. package/dist/actions/update-tax-id.cjs.map +1 -1
  449. package/dist/actions/update-tax-id.d.cts +2 -2
  450. package/dist/actions/update-tax-id.d.mts +2 -2
  451. package/dist/actions/update-tax-id.mjs +2 -2
  452. package/dist/actions/update-tax-id.mjs.map +1 -1
  453. package/dist/actions/update-webhook.cjs +1 -1
  454. package/dist/actions/update-webhook.cjs.map +1 -1
  455. package/dist/actions/update-webhook.d.cts +1 -1
  456. package/dist/actions/update-webhook.d.mts +1 -1
  457. package/dist/actions/update-webhook.mjs +1 -1
  458. package/dist/actions/update-webhook.mjs.map +1 -1
  459. package/dist/actions/validate-tax-id.cjs +1 -1
  460. package/dist/actions/validate-tax-id.cjs.map +1 -1
  461. package/dist/actions/validate-tax-id.d.cts +1 -1
  462. package/dist/actions/validate-tax-id.d.mts +1 -1
  463. package/dist/actions/validate-tax-id.mjs +1 -1
  464. package/dist/actions/validate-tax-id.mjs.map +1 -1
  465. package/dist/actions/void-credit-note.cjs +3 -3
  466. package/dist/actions/void-credit-note.cjs.map +1 -1
  467. package/dist/actions/void-credit-note.d.cts +3 -3
  468. package/dist/actions/void-credit-note.d.mts +3 -3
  469. package/dist/actions/void-credit-note.mjs +3 -3
  470. package/dist/actions/void-credit-note.mjs.map +1 -1
  471. package/dist/catalog.cjs +1 -1
  472. package/dist/catalog.cjs.map +1 -1
  473. package/dist/catalog.d.cts +1 -1
  474. package/dist/catalog.d.mts +1 -1
  475. package/dist/catalog.mjs +1 -1
  476. package/dist/catalog.mjs.map +1 -1
  477. package/package.json +1 -1
@@ -12,7 +12,7 @@ const QuadernoCreateTransactionInput = z.object({
12
12
  amount: z.number().describe("Item amount in currency units (not cents)"),
13
13
  quantity: z.number().describe("Quantity of items (defaults to 1)").optional(),
14
14
  description: z.string().describe("Description of the product or service being sold")
15
- }).describe("Line item for a transaction.")).describe("Array of line items - each must have description, amount, and tax information"),
15
+ }).passthrough().describe("Line item for a transaction.")).describe("Array of line items - each must have description, amount, and tax information"),
16
16
  payment: z.object({
17
17
  processor: z.string().describe("Payment processor name").optional(),
18
18
  processor_id: z.string().describe("Payment processor transaction ID").optional()
@@ -36,26 +36,26 @@ const QuadernoCreateTransaction_TransactionResponseItemSchema = z.object({
36
36
  subtotal_cents: z.number().int().describe("Subtotal in cents").nullable().optional(),
37
37
  unit_price_cents: z.number().int().describe("Unit price in cents").nullable().optional(),
38
38
  gross_amount_cents: z.number().int().describe("Gross amount in cents").nullable().optional()
39
- }).describe("Line item in transaction response.");
39
+ }).passthrough().describe("Line item in transaction response.");
40
40
  const QuadernoCreateTransaction_TransactionResponseTaxSchema = z.object({
41
41
  rate: z.number().describe("Tax rate percentage").nullable().optional(),
42
42
  label: z.string().describe("Tax label").nullable().optional(),
43
43
  country: z.string().describe("Country code").nullable().optional(),
44
44
  amount_cents: z.number().int().describe("Tax amount in cents").nullable().optional()
45
- }).describe("Tax details in transaction response.");
45
+ }).passthrough().describe("Tax details in transaction response.");
46
46
  const QuadernoCreateTransaction_TransactionResponseContactSchema = z.object({
47
47
  id: z.number().int().describe("Contact unique identifier").nullable().optional(),
48
48
  email: z.string().describe("Email address").nullable().optional(),
49
49
  country: z.string().describe("2-letter ISO country code").nullable().optional(),
50
50
  full_name: z.string().describe("Full name of the contact").nullable().optional()
51
- }).describe("Contact information in transaction response.");
51
+ }).passthrough().describe("Contact information in transaction response.");
52
52
  const QuadernoCreateTransaction_TransactionResponsePaymentSchema = z.object({
53
53
  date: z.string().describe("Payment date").nullable().optional(),
54
54
  processor: z.string().describe("Payment processor").nullable().optional(),
55
55
  amount_cents: z.number().int().describe("Payment amount in cents").nullable().optional(),
56
56
  processor_id: z.string().describe("Processor payment ID").nullable().optional(),
57
57
  payment_method: z.string().describe("Payment method").nullable().optional()
58
- }).describe("Payment information in transaction response.");
58
+ }).passthrough().describe("Payment information in transaction response.");
59
59
  const quadernoCreateTransaction = action("QUADERNO_CREATE_TRANSACTION", {
60
60
  slug: "quaderno-create-transaction",
61
61
  name: "Create Transaction",
@@ -81,7 +81,7 @@ const quadernoCreateTransaction = action("QUADERNO_CREATE_TRANSACTION", {
81
81
  subtotal_cents: z.number().int().describe("Subtotal amount in cents before taxes").nullable().optional(),
82
82
  payment_processor: z.string().describe("Payment processor").nullable().optional(),
83
83
  payment_processor_id: z.string().describe("Processor transaction ID").nullable().optional()
84
- }).describe("Response from creating a transaction. Returns the generated invoice or credit note.")
84
+ }).passthrough().describe("Response from creating a transaction. Returns the generated invoice or credit note.")
85
85
  });
86
86
  //#endregion
87
87
  export { quadernoCreateTransaction };
@@ -1 +1 @@
1
- {"version":3,"file":"create-transaction.mjs","names":[],"sources":["../../src/actions/create-transaction.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoCreateTransactionInput = z.object({\n type: z.enum([\"sale\", \"refund\"]).describe(\"Transaction type: 'sale' for revenue or 'refund' for returns\"),\n items: z.array(z.object({\n tax: z.object({\n rate: z.number().describe(\"Tax rate as a decimal (e.g., 0.0 for 0%, 0.21 for 21%)\"),\n country: z.string().describe(\"2-letter ISO country code for tax calculation (e.g., US, GB, ES)\"),\n tax_code: z.string().describe(\"Tax code identifier (e.g., 'standard', 'reduced', 'exempt')\").optional(),\n}).describe(\"Tax information for this line item\"),\n amount: z.number().describe(\"Item amount in currency units (not cents)\"),\n quantity: z.number().describe(\"Quantity of items (defaults to 1)\").optional(),\n description: z.string().describe(\"Description of the product or service being sold\"),\n}).describe(\"Line item for a transaction.\")).describe(\"Array of line items - each must have description, amount, and tax information\"),\n payment: z.object({\n processor: z.string().describe(\"Payment processor name\").optional(),\n processor_id: z.string().describe(\"Payment processor transaction ID\").optional(),\n}).describe(\"Payment information for the transaction.\").optional(),\n evidence: z.object({\n ip_address: z.string().describe(\"Customer IP address\").optional(),\n bank_country: z.string().describe(\"2-letter ISO country code from bank information\").optional(),\n billing_country: z.string().describe(\"2-letter ISO country code from billing address\").optional(),\n}).describe(\"Location evidence for tax compliance.\").optional(),\n processor: z.string().describe(\"Sales platform name (e.g., 'shopify', 'stripe', 'woocommerce')\").optional(),\n processor_id: z.string().describe(\"Sales platform transaction ID for reference and deduplication\").optional(),\n}).describe(\"Request to create a new transaction (sale or refund). The Transactions API automatically issues invoices/credit notes when autosend is enabled.\");\nconst QuadernoCreateTransaction_TransactionResponseItemSchema = z.object({\n id: z.number().int().describe(\"Line item unique identifier\").nullable().optional(),\n quantity: z.number().describe(\"Quantity\").nullable().optional(),\n tax_1_name: z.string().describe(\"Primary tax name\").nullable().optional(),\n tax_1_rate: z.number().describe(\"Primary tax rate\").nullable().optional(),\n description: z.string().describe(\"Item description\").nullable().optional(),\n tax_1_country: z.string().describe(\"Primary tax country\").nullable().optional(),\n discount_cents: z.number().int().describe(\"Discount in cents\").nullable().optional(),\n subtotal_cents: z.number().int().describe(\"Subtotal in cents\").nullable().optional(),\n unit_price_cents: z.number().int().describe(\"Unit price in cents\").nullable().optional(),\n gross_amount_cents: z.number().int().describe(\"Gross amount in cents\").nullable().optional(),\n}).describe(\"Line item in transaction response.\");\nconst QuadernoCreateTransaction_TransactionResponseTaxSchema = z.object({\n rate: z.number().describe(\"Tax rate percentage\").nullable().optional(),\n label: z.string().describe(\"Tax label\").nullable().optional(),\n country: z.string().describe(\"Country code\").nullable().optional(),\n amount_cents: z.number().int().describe(\"Tax amount in cents\").nullable().optional(),\n}).describe(\"Tax details in transaction response.\");\nconst QuadernoCreateTransaction_TransactionResponseContactSchema = z.object({\n id: z.number().int().describe(\"Contact unique identifier\").nullable().optional(),\n email: z.string().describe(\"Email address\").nullable().optional(),\n country: z.string().describe(\"2-letter ISO country code\").nullable().optional(),\n full_name: z.string().describe(\"Full name of the contact\").nullable().optional(),\n}).describe(\"Contact information in transaction response.\");\nconst QuadernoCreateTransaction_TransactionResponsePaymentSchema = z.object({\n date: z.string().describe(\"Payment date\").nullable().optional(),\n processor: z.string().describe(\"Payment processor\").nullable().optional(),\n amount_cents: z.number().int().describe(\"Payment amount in cents\").nullable().optional(),\n processor_id: z.string().describe(\"Processor payment ID\").nullable().optional(),\n payment_method: z.string().describe(\"Payment method\").nullable().optional(),\n}).describe(\"Payment information in transaction response.\");\nexport const QuadernoCreateTransactionOutput = z.object({\n id: z.number().int().describe(\"Unique identifier of the generated document\").nullable(),\n pdf: z.string().describe(\"PDF download URL\").nullable().optional(),\n url: z.string().describe(\"API resource URL\").nullable().optional(),\n items: z.array(QuadernoCreateTransaction_TransactionResponseItemSchema).describe(\"Line items in the document\").nullable().optional(),\n state: z.string().describe(\"Document state (e.g., 'outstanding', 'paid', 'late', 'refunded')\").nullable().optional(),\n taxes: z.array(QuadernoCreateTransaction_TransactionResponseTaxSchema).describe(\"Tax breakdown\").nullable().optional(),\n number: z.string().describe(\"Document number (invoice/credit note number)\").nullable(),\n contact: QuadernoCreateTransaction_TransactionResponseContactSchema.nullable().optional(),\n currency: z.string().describe(\"Currency code (e.g., USD, EUR, GBP)\").nullable().optional(),\n payments: z.array(QuadernoCreateTransaction_TransactionResponsePaymentSchema).describe(\"Payment records\").nullable().optional(),\n permalink: z.string().describe(\"URL to view the document online\").nullable().optional(),\n secure_id: z.string().describe(\"Secure identifier\").nullable().optional(),\n created_at: z.number().int().describe(\"Unix timestamp of document creation\").nullable().optional(),\n issue_date: z.string().describe(\"Issue date of the document (YYYY-MM-DD)\").nullable().optional(),\n total_cents: z.number().int().describe(\"Total amount in cents after taxes and discounts\").nullable().optional(),\n discount_cents: z.number().int().describe(\"Discount amount in cents\").nullable().optional(),\n subtotal_cents: z.number().int().describe(\"Subtotal amount in cents before taxes\").nullable().optional(),\n payment_processor: z.string().describe(\"Payment processor\").nullable().optional(),\n payment_processor_id: z.string().describe(\"Processor transaction ID\").nullable().optional(),\n}).describe(\"Response from creating a transaction. Returns the generated invoice or credit note.\");\n\nexport const quadernoCreateTransaction = action(\"QUADERNO_CREATE_TRANSACTION\", {\n slug: \"quaderno-create-transaction\",\n name: \"Create Transaction\",\n description: \"Tool to create a sale or refund transaction in Quaderno. Use when you need to record revenue or refunds - the API automatically generates invoices/credit notes when autosend is enabled. Preferred API for automated invoice generation.\",\n input: QuadernoCreateTransactionInput,\n output: QuadernoCreateTransactionOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"create-transaction.mjs","names":[],"sources":["../../src/actions/create-transaction.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoCreateTransactionInput = z.object({\n type: z.enum([\"sale\", \"refund\"]).describe(\"Transaction type: 'sale' for revenue or 'refund' for returns\"),\n items: z.array(z.object({\n tax: z.object({\n rate: z.number().describe(\"Tax rate as a decimal (e.g., 0.0 for 0%, 0.21 for 21%)\"),\n country: z.string().describe(\"2-letter ISO country code for tax calculation (e.g., US, GB, ES)\"),\n tax_code: z.string().describe(\"Tax code identifier (e.g., 'standard', 'reduced', 'exempt')\").optional(),\n}).describe(\"Tax information for this line item\"),\n amount: z.number().describe(\"Item amount in currency units (not cents)\"),\n quantity: z.number().describe(\"Quantity of items (defaults to 1)\").optional(),\n description: z.string().describe(\"Description of the product or service being sold\"),\n}).passthrough().describe(\"Line item for a transaction.\")).describe(\"Array of line items - each must have description, amount, and tax information\"),\n payment: z.object({\n processor: z.string().describe(\"Payment processor name\").optional(),\n processor_id: z.string().describe(\"Payment processor transaction ID\").optional(),\n}).describe(\"Payment information for the transaction.\").optional(),\n evidence: z.object({\n ip_address: z.string().describe(\"Customer IP address\").optional(),\n bank_country: z.string().describe(\"2-letter ISO country code from bank information\").optional(),\n billing_country: z.string().describe(\"2-letter ISO country code from billing address\").optional(),\n}).describe(\"Location evidence for tax compliance.\").optional(),\n processor: z.string().describe(\"Sales platform name (e.g., 'shopify', 'stripe', 'woocommerce')\").optional(),\n processor_id: z.string().describe(\"Sales platform transaction ID for reference and deduplication\").optional(),\n}).describe(\"Request to create a new transaction (sale or refund). The Transactions API automatically issues invoices/credit notes when autosend is enabled.\");\nconst QuadernoCreateTransaction_TransactionResponseItemSchema = z.object({\n id: z.number().int().describe(\"Line item unique identifier\").nullable().optional(),\n quantity: z.number().describe(\"Quantity\").nullable().optional(),\n tax_1_name: z.string().describe(\"Primary tax name\").nullable().optional(),\n tax_1_rate: z.number().describe(\"Primary tax rate\").nullable().optional(),\n description: z.string().describe(\"Item description\").nullable().optional(),\n tax_1_country: z.string().describe(\"Primary tax country\").nullable().optional(),\n discount_cents: z.number().int().describe(\"Discount in cents\").nullable().optional(),\n subtotal_cents: z.number().int().describe(\"Subtotal in cents\").nullable().optional(),\n unit_price_cents: z.number().int().describe(\"Unit price in cents\").nullable().optional(),\n gross_amount_cents: z.number().int().describe(\"Gross amount in cents\").nullable().optional(),\n}).passthrough().describe(\"Line item in transaction response.\");\nconst QuadernoCreateTransaction_TransactionResponseTaxSchema = z.object({\n rate: z.number().describe(\"Tax rate percentage\").nullable().optional(),\n label: z.string().describe(\"Tax label\").nullable().optional(),\n country: z.string().describe(\"Country code\").nullable().optional(),\n amount_cents: z.number().int().describe(\"Tax amount in cents\").nullable().optional(),\n}).passthrough().describe(\"Tax details in transaction response.\");\nconst QuadernoCreateTransaction_TransactionResponseContactSchema = z.object({\n id: z.number().int().describe(\"Contact unique identifier\").nullable().optional(),\n email: z.string().describe(\"Email address\").nullable().optional(),\n country: z.string().describe(\"2-letter ISO country code\").nullable().optional(),\n full_name: z.string().describe(\"Full name of the contact\").nullable().optional(),\n}).passthrough().describe(\"Contact information in transaction response.\");\nconst QuadernoCreateTransaction_TransactionResponsePaymentSchema = z.object({\n date: z.string().describe(\"Payment date\").nullable().optional(),\n processor: z.string().describe(\"Payment processor\").nullable().optional(),\n amount_cents: z.number().int().describe(\"Payment amount in cents\").nullable().optional(),\n processor_id: z.string().describe(\"Processor payment ID\").nullable().optional(),\n payment_method: z.string().describe(\"Payment method\").nullable().optional(),\n}).passthrough().describe(\"Payment information in transaction response.\");\nexport const QuadernoCreateTransactionOutput = z.object({\n id: z.number().int().describe(\"Unique identifier of the generated document\").nullable(),\n pdf: z.string().describe(\"PDF download URL\").nullable().optional(),\n url: z.string().describe(\"API resource URL\").nullable().optional(),\n items: z.array(QuadernoCreateTransaction_TransactionResponseItemSchema).describe(\"Line items in the document\").nullable().optional(),\n state: z.string().describe(\"Document state (e.g., 'outstanding', 'paid', 'late', 'refunded')\").nullable().optional(),\n taxes: z.array(QuadernoCreateTransaction_TransactionResponseTaxSchema).describe(\"Tax breakdown\").nullable().optional(),\n number: z.string().describe(\"Document number (invoice/credit note number)\").nullable(),\n contact: QuadernoCreateTransaction_TransactionResponseContactSchema.nullable().optional(),\n currency: z.string().describe(\"Currency code (e.g., USD, EUR, GBP)\").nullable().optional(),\n payments: z.array(QuadernoCreateTransaction_TransactionResponsePaymentSchema).describe(\"Payment records\").nullable().optional(),\n permalink: z.string().describe(\"URL to view the document online\").nullable().optional(),\n secure_id: z.string().describe(\"Secure identifier\").nullable().optional(),\n created_at: z.number().int().describe(\"Unix timestamp of document creation\").nullable().optional(),\n issue_date: z.string().describe(\"Issue date of the document (YYYY-MM-DD)\").nullable().optional(),\n total_cents: z.number().int().describe(\"Total amount in cents after taxes and discounts\").nullable().optional(),\n discount_cents: z.number().int().describe(\"Discount amount in cents\").nullable().optional(),\n subtotal_cents: z.number().int().describe(\"Subtotal amount in cents before taxes\").nullable().optional(),\n payment_processor: z.string().describe(\"Payment processor\").nullable().optional(),\n payment_processor_id: z.string().describe(\"Processor transaction ID\").nullable().optional(),\n}).passthrough().describe(\"Response from creating a transaction. Returns the generated invoice or credit note.\");\n\nexport const quadernoCreateTransaction = action(\"QUADERNO_CREATE_TRANSACTION\", {\n slug: \"quaderno-create-transaction\",\n name: \"Create Transaction\",\n description: \"Tool to create a sale or refund transaction in Quaderno. Use when you need to record revenue or refunds - the API automatically generates invoices/credit notes when autosend is enabled. Preferred API for automated invoice generation.\",\n input: QuadernoCreateTransactionInput,\n output: QuadernoCreateTransactionOutput,\n});\n"],"mappings":"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"}
@@ -15,7 +15,7 @@ const QuadernoCreateWebhookOutput = zod.z.object({
15
15
  events_types: zod.z.array(zod.z.string()).describe("List of event types the webhook is subscribed to"),
16
16
  last_sent_at: zod.z.string().describe("Timestamp of the last event successfully sent to the webhook").nullable().optional(),
17
17
  last_error_at: zod.z.string().describe("Timestamp of the last error encountered by the webhook").nullable().optional()
18
- }).describe("Response schema after creating a new webhook in Quaderno.");
18
+ }).passthrough().describe("Response schema after creating a new webhook in Quaderno.");
19
19
  const quadernoCreateWebhook = require_action.action("QUADERNO_CREATE_WEBHOOK", {
20
20
  slug: "quaderno-create-webhook",
21
21
  name: "Create Webhook",
@@ -1 +1 @@
1
- {"version":3,"file":"create-webhook.cjs","names":["z","action"],"sources":["../../src/actions/create-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoCreateWebhookInput = z.object({\n url: z.string().describe(\"The endpoint URL to receive webhook events. Must be publicly accessible and respond to HEAD requests with 200 OK status for verification.\"),\n events_types: z.array(z.string()).describe(\"Array of event types to subscribe to. Common events include: invoice.created, invoice.updated, invoice.deleted, contact.created, contact.updated, contact.deleted, checkout.succeeded, checkout.abandoned, payment.created, payment.deleted, credit.created, credit.updated, estimate.created, estimate.updated, expense.created, expense.updated, recurring.created, recurring.updated.\"),\n}).describe(\"Request schema for creating a new webhook in Quaderno.\");\nexport const QuadernoCreateWebhookOutput = z.object({\n id: z.number().int().describe(\"Unique identifier of the webhook\").nullable(),\n url: z.string().describe(\"URL of the webhook endpoint\").nullable(),\n auth_key: z.string().describe(\"Authentication key for the webhook. Used to sign webhook events in the X-Quaderno-Signature header using HMAC-SHA1.\").nullable(),\n created_at: z.string().describe(\"Creation timestamp of the webhook (ISO 8601)\").nullable(),\n last_error: z.string().describe(\"Last error message encountered by the webhook\").nullable().optional(),\n events_sent: z.number().int().describe(\"Number of events sent to the webhook\").nullable(),\n events_types: z.array(z.string()).describe(\"List of event types the webhook is subscribed to\"),\n last_sent_at: z.string().describe(\"Timestamp of the last event successfully sent to the webhook\").nullable().optional(),\n last_error_at: z.string().describe(\"Timestamp of the last error encountered by the webhook\").nullable().optional(),\n}).describe(\"Response schema after creating a new webhook in Quaderno.\");\n\nexport const quadernoCreateWebhook = action(\"QUADERNO_CREATE_WEBHOOK\", {\n slug: \"quaderno-create-webhook\",\n name: \"Create Webhook\",\n description: \"Tool to create a new webhook in Quaderno to receive event notifications. Use when you need to subscribe to real-time events like invoice.created or contact.created. Quaderno signs all webhook events with X-Quaderno-Signature header using HMAC-SHA1. Retry logic: 1 attempt/hour for up to 72 hours.\",\n input: QuadernoCreateWebhookInput,\n output: QuadernoCreateWebhookOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2IAA2I;CACpK,cAAcA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0XAA0X;AACva,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAa,8BAA8BA,IAAAA,EAAE,OAAO;CAClD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC3E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACjE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qHAAqH,CAAC,CAAC,SAAS;CAC9J,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACzF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACxF,cAAcA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kDAAkD;CAC7F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAEvE,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"create-webhook.cjs","names":["z","action"],"sources":["../../src/actions/create-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoCreateWebhookInput = z.object({\n url: z.string().describe(\"The endpoint URL to receive webhook events. Must be publicly accessible and respond to HEAD requests with 200 OK status for verification.\"),\n events_types: z.array(z.string()).describe(\"Array of event types to subscribe to. Common events include: invoice.created, invoice.updated, invoice.deleted, contact.created, contact.updated, contact.deleted, checkout.succeeded, checkout.abandoned, payment.created, payment.deleted, credit.created, credit.updated, estimate.created, estimate.updated, expense.created, expense.updated, recurring.created, recurring.updated.\"),\n}).describe(\"Request schema for creating a new webhook in Quaderno.\");\nexport const QuadernoCreateWebhookOutput = z.object({\n id: z.number().int().describe(\"Unique identifier of the webhook\").nullable(),\n url: z.string().describe(\"URL of the webhook endpoint\").nullable(),\n auth_key: z.string().describe(\"Authentication key for the webhook. Used to sign webhook events in the X-Quaderno-Signature header using HMAC-SHA1.\").nullable(),\n created_at: z.string().describe(\"Creation timestamp of the webhook (ISO 8601)\").nullable(),\n last_error: z.string().describe(\"Last error message encountered by the webhook\").nullable().optional(),\n events_sent: z.number().int().describe(\"Number of events sent to the webhook\").nullable(),\n events_types: z.array(z.string()).describe(\"List of event types the webhook is subscribed to\"),\n last_sent_at: z.string().describe(\"Timestamp of the last event successfully sent to the webhook\").nullable().optional(),\n last_error_at: z.string().describe(\"Timestamp of the last error encountered by the webhook\").nullable().optional(),\n}).passthrough().describe(\"Response schema after creating a new webhook in Quaderno.\");\n\nexport const quadernoCreateWebhook = action(\"QUADERNO_CREATE_WEBHOOK\", {\n slug: \"quaderno-create-webhook\",\n name: \"Create Webhook\",\n description: \"Tool to create a new webhook in Quaderno to receive event notifications. Use when you need to subscribe to real-time events like invoice.created or contact.created. Quaderno signs all webhook events with X-Quaderno-Signature header using HMAC-SHA1. Retry logic: 1 attempt/hour for up to 72 hours.\",\n input: QuadernoCreateWebhookInput,\n output: QuadernoCreateWebhookOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2IAA2I;CACpK,cAAcA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0XAA0X;AACva,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAa,8BAA8BA,IAAAA,EAAE,OAAO;CAClD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC3E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACjE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qHAAqH,CAAC,CAAC,SAAS;CAC9J,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACzF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACxF,cAAcA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kDAAkD;CAC7F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2DAA2D;AAErF,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -15,7 +15,7 @@ declare const QuadernoCreateWebhookOutput: z.ZodObject<{
15
15
  events_types: z.ZodArray<z.ZodString>;
16
16
  last_sent_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17
17
  last_error_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
18
- }, z.core.$strip>;
18
+ }, z.core.$loose>;
19
19
  declare const quadernoCreateWebhook: import("@keystrokehq/action").WorkflowActionDefinition<{
20
20
  url: string;
21
21
  events_types: string[];
@@ -15,7 +15,7 @@ declare const QuadernoCreateWebhookOutput: z.ZodObject<{
15
15
  events_types: z.ZodArray<z.ZodString>;
16
16
  last_sent_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17
17
  last_error_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
18
- }, z.core.$strip>;
18
+ }, z.core.$loose>;
19
19
  declare const quadernoCreateWebhook: import("@keystrokehq/action").WorkflowActionDefinition<{
20
20
  url: string;
21
21
  events_types: string[];
@@ -18,7 +18,7 @@ const quadernoCreateWebhook = action("QUADERNO_CREATE_WEBHOOK", {
18
18
  events_types: z.array(z.string()).describe("List of event types the webhook is subscribed to"),
19
19
  last_sent_at: z.string().describe("Timestamp of the last event successfully sent to the webhook").nullable().optional(),
20
20
  last_error_at: z.string().describe("Timestamp of the last error encountered by the webhook").nullable().optional()
21
- }).describe("Response schema after creating a new webhook in Quaderno.")
21
+ }).passthrough().describe("Response schema after creating a new webhook in Quaderno.")
22
22
  });
23
23
  //#endregion
24
24
  export { quadernoCreateWebhook };
@@ -1 +1 @@
1
- {"version":3,"file":"create-webhook.mjs","names":[],"sources":["../../src/actions/create-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoCreateWebhookInput = z.object({\n url: z.string().describe(\"The endpoint URL to receive webhook events. Must be publicly accessible and respond to HEAD requests with 200 OK status for verification.\"),\n events_types: z.array(z.string()).describe(\"Array of event types to subscribe to. Common events include: invoice.created, invoice.updated, invoice.deleted, contact.created, contact.updated, contact.deleted, checkout.succeeded, checkout.abandoned, payment.created, payment.deleted, credit.created, credit.updated, estimate.created, estimate.updated, expense.created, expense.updated, recurring.created, recurring.updated.\"),\n}).describe(\"Request schema for creating a new webhook in Quaderno.\");\nexport const QuadernoCreateWebhookOutput = z.object({\n id: z.number().int().describe(\"Unique identifier of the webhook\").nullable(),\n url: z.string().describe(\"URL of the webhook endpoint\").nullable(),\n auth_key: z.string().describe(\"Authentication key for the webhook. Used to sign webhook events in the X-Quaderno-Signature header using HMAC-SHA1.\").nullable(),\n created_at: z.string().describe(\"Creation timestamp of the webhook (ISO 8601)\").nullable(),\n last_error: z.string().describe(\"Last error message encountered by the webhook\").nullable().optional(),\n events_sent: z.number().int().describe(\"Number of events sent to the webhook\").nullable(),\n events_types: z.array(z.string()).describe(\"List of event types the webhook is subscribed to\"),\n last_sent_at: z.string().describe(\"Timestamp of the last event successfully sent to the webhook\").nullable().optional(),\n last_error_at: z.string().describe(\"Timestamp of the last error encountered by the webhook\").nullable().optional(),\n}).describe(\"Response schema after creating a new webhook in Quaderno.\");\n\nexport const quadernoCreateWebhook = action(\"QUADERNO_CREATE_WEBHOOK\", {\n slug: \"quaderno-create-webhook\",\n name: \"Create Webhook\",\n description: \"Tool to create a new webhook in Quaderno to receive event notifications. Use when you need to subscribe to real-time events like invoice.created or contact.created. Quaderno signs all webhook events with X-Quaderno-Signature header using HMAC-SHA1. Retry logic: 1 attempt/hour for up to 72 hours.\",\n input: QuadernoCreateWebhookInput,\n output: QuadernoCreateWebhookOutput,\n});\n"],"mappings":";;AAoBA,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OApBwC,EAAE,OAAO;EACjD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,2IAA2I;EACpK,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0XAA0X;CACva,CAAC,CAAC,CAAC,SAAS,wDAiBH;CACP,QAjByC,EAAE,OAAO;EAClD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EAC3E,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;EACjE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qHAAqH,CAAC,CAAC,SAAS;EAC9J,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;EACzF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;EACxF,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kDAAkD;EAC7F,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtH,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,CAAC,CAAC,CAAC,SAAS,2DAOF;AACV,CAAC"}
1
+ {"version":3,"file":"create-webhook.mjs","names":[],"sources":["../../src/actions/create-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoCreateWebhookInput = z.object({\n url: z.string().describe(\"The endpoint URL to receive webhook events. Must be publicly accessible and respond to HEAD requests with 200 OK status for verification.\"),\n events_types: z.array(z.string()).describe(\"Array of event types to subscribe to. Common events include: invoice.created, invoice.updated, invoice.deleted, contact.created, contact.updated, contact.deleted, checkout.succeeded, checkout.abandoned, payment.created, payment.deleted, credit.created, credit.updated, estimate.created, estimate.updated, expense.created, expense.updated, recurring.created, recurring.updated.\"),\n}).describe(\"Request schema for creating a new webhook in Quaderno.\");\nexport const QuadernoCreateWebhookOutput = z.object({\n id: z.number().int().describe(\"Unique identifier of the webhook\").nullable(),\n url: z.string().describe(\"URL of the webhook endpoint\").nullable(),\n auth_key: z.string().describe(\"Authentication key for the webhook. Used to sign webhook events in the X-Quaderno-Signature header using HMAC-SHA1.\").nullable(),\n created_at: z.string().describe(\"Creation timestamp of the webhook (ISO 8601)\").nullable(),\n last_error: z.string().describe(\"Last error message encountered by the webhook\").nullable().optional(),\n events_sent: z.number().int().describe(\"Number of events sent to the webhook\").nullable(),\n events_types: z.array(z.string()).describe(\"List of event types the webhook is subscribed to\"),\n last_sent_at: z.string().describe(\"Timestamp of the last event successfully sent to the webhook\").nullable().optional(),\n last_error_at: z.string().describe(\"Timestamp of the last error encountered by the webhook\").nullable().optional(),\n}).passthrough().describe(\"Response schema after creating a new webhook in Quaderno.\");\n\nexport const quadernoCreateWebhook = action(\"QUADERNO_CREATE_WEBHOOK\", {\n slug: \"quaderno-create-webhook\",\n name: \"Create Webhook\",\n description: \"Tool to create a new webhook in Quaderno to receive event notifications. Use when you need to subscribe to real-time events like invoice.created or contact.created. Quaderno signs all webhook events with X-Quaderno-Signature header using HMAC-SHA1. Retry logic: 1 attempt/hour for up to 72 hours.\",\n input: QuadernoCreateWebhookInput,\n output: QuadernoCreateWebhookOutput,\n});\n"],"mappings":";;AAoBA,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OApBwC,EAAE,OAAO;EACjD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,2IAA2I;EACpK,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0XAA0X;CACva,CAAC,CAAC,CAAC,SAAS,wDAiBH;CACP,QAjByC,EAAE,OAAO;EAClD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EAC3E,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;EACjE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qHAAqH,CAAC,CAAC,SAAS;EAC9J,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;EACzF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;EACxF,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kDAAkD;EAC7F,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtH,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2DAOhB;AACV,CAAC"}
@@ -2,7 +2,7 @@ const require_action = require("../action.cjs");
2
2
  let zod = require("zod");
3
3
  //#region src/actions/delete-contact.ts
4
4
  const QuadernoDeleteContactInput = zod.z.object({ id: zod.z.string().describe("Unique identifier of the contact to be deleted") });
5
- const QuadernoDeleteContactOutput = zod.z.object({}).describe("Empty response model for delete contact action (204 No Content).");
5
+ const QuadernoDeleteContactOutput = zod.z.record(zod.z.string(), zod.z.unknown()).describe("Empty response model for delete contact action (204 No Content).");
6
6
  const quadernoDeleteContact = require_action.action("QUADERNO_DELETE_CONTACT", {
7
7
  slug: "quaderno-delete-contact",
8
8
  name: "Delete Contact",
@@ -1 +1 @@
1
- {"version":3,"file":"delete-contact.cjs","names":["z","action"],"sources":["../../src/actions/delete-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoDeleteContactInput = z.object({\n id: z.string().describe(\"Unique identifier of the contact to be deleted\"),\n});\nexport const QuadernoDeleteContactOutput = z.object({}).describe(\"Empty response model for delete contact action (204 No Content).\");\n\nexport const quadernoDeleteContact = action(\"QUADERNO_DELETE_CONTACT\", {\n slug: \"quaderno-delete-contact\",\n name: \"Delete Contact\",\n description: \"Tool to permanently delete a contact by ID. Use when you have confirmed the contact ID is correct and no longer need the contact.\",\n input: QuadernoDeleteContactInput,\n output: QuadernoDeleteContactOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO,EACjD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAC1E,CAAC;AACD,MAAa,8BAA8BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAEnI,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"delete-contact.cjs","names":["z","action"],"sources":["../../src/actions/delete-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoDeleteContactInput = z.object({\n id: z.string().describe(\"Unique identifier of the contact to be deleted\"),\n});\nexport const QuadernoDeleteContactOutput = z.record(z.string(), z.unknown()).describe(\"Empty response model for delete contact action (204 No Content).\");\n\nexport const quadernoDeleteContact = action(\"QUADERNO_DELETE_CONTACT\", {\n slug: \"quaderno-delete-contact\",\n name: \"Delete Contact\",\n description: \"Tool to permanently delete a contact by ID. Use when you have confirmed the contact ID is correct and no longer need the contact.\",\n input: QuadernoDeleteContactInput,\n output: QuadernoDeleteContactOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO,EACjD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAC1E,CAAC;AACD,MAAa,8BAA8BA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAExJ,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -4,7 +4,7 @@ import { z } from "zod";
4
4
  declare const QuadernoDeleteContactInput: z.ZodObject<{
5
5
  id: z.ZodString;
6
6
  }, z.core.$strip>;
7
- declare const QuadernoDeleteContactOutput: z.ZodObject<{}, z.core.$strip>;
7
+ declare const QuadernoDeleteContactOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
8
8
  declare const quadernoDeleteContact: import("@keystrokehq/action").WorkflowActionDefinition<{
9
9
  id: string;
10
10
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -1 +1 @@
1
- {"version":3,"file":"delete-contact.d.cts","names":[],"sources":["../../src/actions/delete-contact.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;cAG1B,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAE3B,qBAAA,gCAAqB,wBAAA"}
1
+ {"version":3,"file":"delete-contact.d.cts","names":[],"sources":["../../src/actions/delete-contact.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;cAG1B,2BAAA,EAA2B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE3B,qBAAA,gCAAqB,wBAAA"}
@@ -4,7 +4,7 @@ import { z } from "zod";
4
4
  declare const QuadernoDeleteContactInput: z.ZodObject<{
5
5
  id: z.ZodString;
6
6
  }, z.core.$strip>;
7
- declare const QuadernoDeleteContactOutput: z.ZodObject<{}, z.core.$strip>;
7
+ declare const QuadernoDeleteContactOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
8
8
  declare const quadernoDeleteContact: import("@keystrokehq/action").WorkflowActionDefinition<{
9
9
  id: string;
10
10
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -1 +1 @@
1
- {"version":3,"file":"delete-contact.d.mts","names":[],"sources":["../../src/actions/delete-contact.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;cAG1B,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAE3B,qBAAA,gCAAqB,wBAAA"}
1
+ {"version":3,"file":"delete-contact.d.mts","names":[],"sources":["../../src/actions/delete-contact.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;cAG1B,2BAAA,EAA2B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE3B,qBAAA,gCAAqB,wBAAA"}
@@ -5,7 +5,7 @@ const quadernoDeleteContact = action("QUADERNO_DELETE_CONTACT", {
5
5
  name: "Delete Contact",
6
6
  description: "Tool to permanently delete a contact by ID. Use when you have confirmed the contact ID is correct and no longer need the contact.",
7
7
  input: z.object({ id: z.string().describe("Unique identifier of the contact to be deleted") }),
8
- output: z.object({}).describe("Empty response model for delete contact action (204 No Content).")
8
+ output: z.record(z.string(), z.unknown()).describe("Empty response model for delete contact action (204 No Content).")
9
9
  });
10
10
  //#endregion
11
11
  export { quadernoDeleteContact };
@@ -1 +1 @@
1
- {"version":3,"file":"delete-contact.mjs","names":[],"sources":["../../src/actions/delete-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoDeleteContactInput = z.object({\n id: z.string().describe(\"Unique identifier of the contact to be deleted\"),\n});\nexport const QuadernoDeleteContactOutput = z.object({}).describe(\"Empty response model for delete contact action (204 No Content).\");\n\nexport const quadernoDeleteContact = action(\"QUADERNO_DELETE_CONTACT\", {\n slug: \"quaderno-delete-contact\",\n name: \"Delete Contact\",\n description: \"Tool to permanently delete a contact by ID. Use when you have confirmed the contact ID is correct and no longer need the contact.\",\n input: QuadernoDeleteContactInput,\n output: QuadernoDeleteContactOutput,\n});\n"],"mappings":";;AASA,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATwC,EAAE,OAAO,EACjD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAC1E,CAOS;CACP,QAPyC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kEAOvD;AACV,CAAC"}
1
+ {"version":3,"file":"delete-contact.mjs","names":[],"sources":["../../src/actions/delete-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoDeleteContactInput = z.object({\n id: z.string().describe(\"Unique identifier of the contact to be deleted\"),\n});\nexport const QuadernoDeleteContactOutput = z.record(z.string(), z.unknown()).describe(\"Empty response model for delete contact action (204 No Content).\");\n\nexport const quadernoDeleteContact = action(\"QUADERNO_DELETE_CONTACT\", {\n slug: \"quaderno-delete-contact\",\n name: \"Delete Contact\",\n description: \"Tool to permanently delete a contact by ID. Use when you have confirmed the contact ID is correct and no longer need the contact.\",\n input: QuadernoDeleteContactInput,\n output: QuadernoDeleteContactOutput,\n});\n"],"mappings":";;AASA,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATwC,EAAE,OAAO,EACjD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAC1E,CAOS;CACP,QAPyC,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kEAO5E;AACV,CAAC"}
@@ -2,7 +2,7 @@ const require_action = require("../action.cjs");
2
2
  let zod = require("zod");
3
3
  //#region src/actions/delete-coupon.ts
4
4
  const QuadernoDeleteCouponInput = zod.z.object({ id: zod.z.string().describe("Unique identifier of the coupon to be deleted") });
5
- const QuadernoDeleteCouponOutput = zod.z.object({}).describe("Empty response model for delete coupon action (204 No Content).");
5
+ const QuadernoDeleteCouponOutput = zod.z.record(zod.z.string(), zod.z.unknown()).describe("Empty response model for delete coupon action (204 No Content).");
6
6
  const quadernoDeleteCoupon = require_action.action("QUADERNO_DELETE_COUPON", {
7
7
  slug: "quaderno-delete-coupon",
8
8
  name: "Delete Coupon",
@@ -1 +1 @@
1
- {"version":3,"file":"delete-coupon.cjs","names":["z","action"],"sources":["../../src/actions/delete-coupon.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoDeleteCouponInput = z.object({\n id: z.string().describe(\"Unique identifier of the coupon to be deleted\"),\n});\nexport const QuadernoDeleteCouponOutput = z.object({}).describe(\"Empty response model for delete coupon action (204 No Content).\");\n\nexport const quadernoDeleteCoupon = action(\"QUADERNO_DELETE_COUPON\", {\n slug: \"quaderno-delete-coupon\",\n name: \"Delete Coupon\",\n description: \"Tool to permanently delete a coupon. Use when you have confirmed the coupon ID is correct and need to remove it permanently (cannot be undone).\",\n input: QuadernoDeleteCouponInput,\n output: QuadernoDeleteCouponOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4BA,IAAAA,EAAE,OAAO,EAChD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,EACzE,CAAC;AACD,MAAa,6BAA6BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAEjI,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"delete-coupon.cjs","names":["z","action"],"sources":["../../src/actions/delete-coupon.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoDeleteCouponInput = z.object({\n id: z.string().describe(\"Unique identifier of the coupon to be deleted\"),\n});\nexport const QuadernoDeleteCouponOutput = z.record(z.string(), z.unknown()).describe(\"Empty response model for delete coupon action (204 No Content).\");\n\nexport const quadernoDeleteCoupon = action(\"QUADERNO_DELETE_COUPON\", {\n slug: \"quaderno-delete-coupon\",\n name: \"Delete Coupon\",\n description: \"Tool to permanently delete a coupon. Use when you have confirmed the coupon ID is correct and need to remove it permanently (cannot be undone).\",\n input: QuadernoDeleteCouponInput,\n output: QuadernoDeleteCouponOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4BA,IAAAA,EAAE,OAAO,EAChD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,EACzE,CAAC;AACD,MAAa,6BAA6BA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAEtJ,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -4,7 +4,7 @@ import { z } from "zod";
4
4
  declare const QuadernoDeleteCouponInput: z.ZodObject<{
5
5
  id: z.ZodString;
6
6
  }, z.core.$strip>;
7
- declare const QuadernoDeleteCouponOutput: z.ZodObject<{}, z.core.$strip>;
7
+ declare const QuadernoDeleteCouponOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
8
8
  declare const quadernoDeleteCoupon: import("@keystrokehq/action").WorkflowActionDefinition<{
9
9
  id: string;
10
10
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -1 +1 @@
1
- {"version":3,"file":"delete-coupon.d.cts","names":[],"sources":["../../src/actions/delete-coupon.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;cAGzB,0BAAA,EAA0B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAE1B,oBAAA,gCAAoB,wBAAA"}
1
+ {"version":3,"file":"delete-coupon.d.cts","names":[],"sources":["../../src/actions/delete-coupon.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;cAGzB,0BAAA,EAA0B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE1B,oBAAA,gCAAoB,wBAAA"}
@@ -4,7 +4,7 @@ import { z } from "zod";
4
4
  declare const QuadernoDeleteCouponInput: z.ZodObject<{
5
5
  id: z.ZodString;
6
6
  }, z.core.$strip>;
7
- declare const QuadernoDeleteCouponOutput: z.ZodObject<{}, z.core.$strip>;
7
+ declare const QuadernoDeleteCouponOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
8
8
  declare const quadernoDeleteCoupon: import("@keystrokehq/action").WorkflowActionDefinition<{
9
9
  id: string;
10
10
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -1 +1 @@
1
- {"version":3,"file":"delete-coupon.d.mts","names":[],"sources":["../../src/actions/delete-coupon.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;cAGzB,0BAAA,EAA0B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAE1B,oBAAA,gCAAoB,wBAAA"}
1
+ {"version":3,"file":"delete-coupon.d.mts","names":[],"sources":["../../src/actions/delete-coupon.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;cAGzB,0BAAA,EAA0B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE1B,oBAAA,gCAAoB,wBAAA"}
@@ -5,7 +5,7 @@ const quadernoDeleteCoupon = action("QUADERNO_DELETE_COUPON", {
5
5
  name: "Delete Coupon",
6
6
  description: "Tool to permanently delete a coupon. Use when you have confirmed the coupon ID is correct and need to remove it permanently (cannot be undone).",
7
7
  input: z.object({ id: z.string().describe("Unique identifier of the coupon to be deleted") }),
8
- output: z.object({}).describe("Empty response model for delete coupon action (204 No Content).")
8
+ output: z.record(z.string(), z.unknown()).describe("Empty response model for delete coupon action (204 No Content).")
9
9
  });
10
10
  //#endregion
11
11
  export { quadernoDeleteCoupon };
@@ -1 +1 @@
1
- {"version":3,"file":"delete-coupon.mjs","names":[],"sources":["../../src/actions/delete-coupon.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoDeleteCouponInput = z.object({\n id: z.string().describe(\"Unique identifier of the coupon to be deleted\"),\n});\nexport const QuadernoDeleteCouponOutput = z.object({}).describe(\"Empty response model for delete coupon action (204 No Content).\");\n\nexport const quadernoDeleteCoupon = action(\"QUADERNO_DELETE_COUPON\", {\n slug: \"quaderno-delete-coupon\",\n name: \"Delete Coupon\",\n description: \"Tool to permanently delete a coupon. Use when you have confirmed the coupon ID is correct and need to remove it permanently (cannot be undone).\",\n input: QuadernoDeleteCouponInput,\n output: QuadernoDeleteCouponOutput,\n});\n"],"mappings":";;AASA,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATuC,EAAE,OAAO,EAChD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,EACzE,CAOS;CACP,QAPwC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iEAOtD;AACV,CAAC"}
1
+ {"version":3,"file":"delete-coupon.mjs","names":[],"sources":["../../src/actions/delete-coupon.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoDeleteCouponInput = z.object({\n id: z.string().describe(\"Unique identifier of the coupon to be deleted\"),\n});\nexport const QuadernoDeleteCouponOutput = z.record(z.string(), z.unknown()).describe(\"Empty response model for delete coupon action (204 No Content).\");\n\nexport const quadernoDeleteCoupon = action(\"QUADERNO_DELETE_COUPON\", {\n slug: \"quaderno-delete-coupon\",\n name: \"Delete Coupon\",\n description: \"Tool to permanently delete a coupon. Use when you have confirmed the coupon ID is correct and need to remove it permanently (cannot be undone).\",\n input: QuadernoDeleteCouponInput,\n output: QuadernoDeleteCouponOutput,\n});\n"],"mappings":";;AASA,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATuC,EAAE,OAAO,EAChD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,EACzE,CAOS;CACP,QAPwC,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,iEAO3E;AACV,CAAC"}
@@ -2,7 +2,7 @@ const require_action = require("../action.cjs");
2
2
  let zod = require("zod");
3
3
  //#region src/actions/delete-estimate.ts
4
4
  const QuadernoDeleteEstimateInput = zod.z.object({ id: zod.z.string().describe("The unique identifier (ID) of the estimate to delete. Can be provided as a string or integer.") });
5
- const QuadernoDeleteEstimateOutput = zod.z.object({}).describe("Response model for successful estimate deletion. The API returns 204 No Content with an empty response body when deletion succeeds.");
5
+ const QuadernoDeleteEstimateOutput = zod.z.record(zod.z.string(), zod.z.unknown()).describe("Response model for successful estimate deletion. The API returns 204 No Content with an empty response body when deletion succeeds.");
6
6
  const quadernoDeleteEstimate = require_action.action("QUADERNO_DELETE_ESTIMATE", {
7
7
  slug: "quaderno-delete-estimate",
8
8
  name: "Delete Estimate",
@@ -1 +1 @@
1
- {"version":3,"file":"delete-estimate.cjs","names":["z","action"],"sources":["../../src/actions/delete-estimate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoDeleteEstimateInput = z.object({\n id: z.string().describe(\"The unique identifier (ID) of the estimate to delete. Can be provided as a string or integer.\"),\n});\nexport const QuadernoDeleteEstimateOutput = z.object({}).describe(\"Response model for successful estimate deletion. The API returns 204 No Content with an empty response body when deletion succeeds.\");\n\nexport const quadernoDeleteEstimate = action(\"QUADERNO_DELETE_ESTIMATE\", {\n slug: \"quaderno-delete-estimate\",\n name: \"Delete Estimate\",\n description: \"Permanently deletes an estimate from Quaderno by its ID. This action removes the estimate record from your Quaderno account. Use this when you need to delete an estimate that was created in error or is no longer needed. The deletion is permanent and cannot be undone. Returns an empty response on success (HTTP 204 No Content).\",\n input: QuadernoDeleteEstimateInput,\n output: QuadernoDeleteEstimateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA8BA,IAAAA,EAAE,OAAO,EAClD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+FAA+F,EACzH,CAAC;AACD,MAAa,+BAA+BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qIAAqI;AAEvM,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"delete-estimate.cjs","names":["z","action"],"sources":["../../src/actions/delete-estimate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoDeleteEstimateInput = z.object({\n id: z.string().describe(\"The unique identifier (ID) of the estimate to delete. Can be provided as a string or integer.\"),\n});\nexport const QuadernoDeleteEstimateOutput = z.record(z.string(), z.unknown()).describe(\"Response model for successful estimate deletion. The API returns 204 No Content with an empty response body when deletion succeeds.\");\n\nexport const quadernoDeleteEstimate = action(\"QUADERNO_DELETE_ESTIMATE\", {\n slug: \"quaderno-delete-estimate\",\n name: \"Delete Estimate\",\n description: \"Permanently deletes an estimate from Quaderno by its ID. This action removes the estimate record from your Quaderno account. Use this when you need to delete an estimate that was created in error or is no longer needed. The deletion is permanent and cannot be undone. Returns an empty response on success (HTTP 204 No Content).\",\n input: QuadernoDeleteEstimateInput,\n output: QuadernoDeleteEstimateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA8BA,IAAAA,EAAE,OAAO,EAClD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+FAA+F,EACzH,CAAC;AACD,MAAa,+BAA+BA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,qIAAqI;AAE5N,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -4,7 +4,7 @@ import { z } from "zod";
4
4
  declare const QuadernoDeleteEstimateInput: z.ZodObject<{
5
5
  id: z.ZodString;
6
6
  }, z.core.$strip>;
7
- declare const QuadernoDeleteEstimateOutput: z.ZodObject<{}, z.core.$strip>;
7
+ declare const QuadernoDeleteEstimateOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
8
8
  declare const quadernoDeleteEstimate: import("@keystrokehq/action").WorkflowActionDefinition<{
9
9
  id: string;
10
10
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -1 +1 @@
1
- {"version":3,"file":"delete-estimate.d.cts","names":[],"sources":["../../src/actions/delete-estimate.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;cAG3B,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAE5B,sBAAA,gCAAsB,wBAAA"}
1
+ {"version":3,"file":"delete-estimate.d.cts","names":[],"sources":["../../src/actions/delete-estimate.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;cAG3B,4BAAA,EAA4B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE5B,sBAAA,gCAAsB,wBAAA"}
@@ -4,7 +4,7 @@ import { z } from "zod";
4
4
  declare const QuadernoDeleteEstimateInput: z.ZodObject<{
5
5
  id: z.ZodString;
6
6
  }, z.core.$strip>;
7
- declare const QuadernoDeleteEstimateOutput: z.ZodObject<{}, z.core.$strip>;
7
+ declare const QuadernoDeleteEstimateOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
8
8
  declare const quadernoDeleteEstimate: import("@keystrokehq/action").WorkflowActionDefinition<{
9
9
  id: string;
10
10
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -1 +1 @@
1
- {"version":3,"file":"delete-estimate.d.mts","names":[],"sources":["../../src/actions/delete-estimate.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;cAG3B,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAE5B,sBAAA,gCAAsB,wBAAA"}
1
+ {"version":3,"file":"delete-estimate.d.mts","names":[],"sources":["../../src/actions/delete-estimate.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;cAG3B,4BAAA,EAA4B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE5B,sBAAA,gCAAsB,wBAAA"}
@@ -5,7 +5,7 @@ const quadernoDeleteEstimate = action("QUADERNO_DELETE_ESTIMATE", {
5
5
  name: "Delete Estimate",
6
6
  description: "Permanently deletes an estimate from Quaderno by its ID. This action removes the estimate record from your Quaderno account. Use this when you need to delete an estimate that was created in error or is no longer needed. The deletion is permanent and cannot be undone. Returns an empty response on success (HTTP 204 No Content).",
7
7
  input: z.object({ id: z.string().describe("The unique identifier (ID) of the estimate to delete. Can be provided as a string or integer.") }),
8
- output: z.object({}).describe("Response model for successful estimate deletion. The API returns 204 No Content with an empty response body when deletion succeeds.")
8
+ output: z.record(z.string(), z.unknown()).describe("Response model for successful estimate deletion. The API returns 204 No Content with an empty response body when deletion succeeds.")
9
9
  });
10
10
  //#endregion
11
11
  export { quadernoDeleteEstimate };
@@ -1 +1 @@
1
- {"version":3,"file":"delete-estimate.mjs","names":[],"sources":["../../src/actions/delete-estimate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoDeleteEstimateInput = z.object({\n id: z.string().describe(\"The unique identifier (ID) of the estimate to delete. Can be provided as a string or integer.\"),\n});\nexport const QuadernoDeleteEstimateOutput = z.object({}).describe(\"Response model for successful estimate deletion. The API returns 204 No Content with an empty response body when deletion succeeds.\");\n\nexport const quadernoDeleteEstimate = action(\"QUADERNO_DELETE_ESTIMATE\", {\n slug: \"quaderno-delete-estimate\",\n name: \"Delete Estimate\",\n description: \"Permanently deletes an estimate from Quaderno by its ID. This action removes the estimate record from your Quaderno account. Use this when you need to delete an estimate that was created in error or is no longer needed. The deletion is permanent and cannot be undone. Returns an empty response on success (HTTP 204 No Content).\",\n input: QuadernoDeleteEstimateInput,\n output: QuadernoDeleteEstimateOutput,\n});\n"],"mappings":";;AASA,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATyC,EAAE,OAAO,EAClD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+FAA+F,EACzH,CAOS;CACP,QAP0C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qIAOxD;AACV,CAAC"}
1
+ {"version":3,"file":"delete-estimate.mjs","names":[],"sources":["../../src/actions/delete-estimate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoDeleteEstimateInput = z.object({\n id: z.string().describe(\"The unique identifier (ID) of the estimate to delete. Can be provided as a string or integer.\"),\n});\nexport const QuadernoDeleteEstimateOutput = z.record(z.string(), z.unknown()).describe(\"Response model for successful estimate deletion. The API returns 204 No Content with an empty response body when deletion succeeds.\");\n\nexport const quadernoDeleteEstimate = action(\"QUADERNO_DELETE_ESTIMATE\", {\n slug: \"quaderno-delete-estimate\",\n name: \"Delete Estimate\",\n description: \"Permanently deletes an estimate from Quaderno by its ID. This action removes the estimate record from your Quaderno account. Use this when you need to delete an estimate that was created in error or is no longer needed. The deletion is permanent and cannot be undone. Returns an empty response on success (HTTP 204 No Content).\",\n input: QuadernoDeleteEstimateInput,\n output: QuadernoDeleteEstimateOutput,\n});\n"],"mappings":";;AASA,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATyC,EAAE,OAAO,EAClD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+FAA+F,EACzH,CAOS;CACP,QAP0C,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,qIAO7E;AACV,CAAC"}
@@ -2,7 +2,7 @@ const require_action = require("../action.cjs");
2
2
  let zod = require("zod");
3
3
  //#region src/actions/delete-expense.ts
4
4
  const QuadernoDeleteExpenseInput = zod.z.object({ id: zod.z.string().describe("The unique identifier (ID) of the expense to delete. Can be provided as a string or integer.") });
5
- const QuadernoDeleteExpenseOutput = zod.z.object({}).describe("Response model for successful expense deletion. The API returns 204 No Content with an empty response body when deletion succeeds.");
5
+ const QuadernoDeleteExpenseOutput = zod.z.record(zod.z.string(), zod.z.unknown()).describe("Response model for successful expense deletion. The API returns 204 No Content with an empty response body when deletion succeeds.");
6
6
  const quadernoDeleteExpense = require_action.action("QUADERNO_DELETE_EXPENSE", {
7
7
  slug: "quaderno-delete-expense",
8
8
  name: "Delete Expense",
@@ -1 +1 @@
1
- {"version":3,"file":"delete-expense.cjs","names":["z","action"],"sources":["../../src/actions/delete-expense.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoDeleteExpenseInput = z.object({\n id: z.string().describe(\"The unique identifier (ID) of the expense to delete. Can be provided as a string or integer.\"),\n});\nexport const QuadernoDeleteExpenseOutput = z.object({}).describe(\"Response model for successful expense deletion. The API returns 204 No Content with an empty response body when deletion succeeds.\");\n\nexport const quadernoDeleteExpense = action(\"QUADERNO_DELETE_EXPENSE\", {\n slug: \"quaderno-delete-expense\",\n name: \"Delete Expense\",\n description: \"Permanently deletes an expense from Quaderno by its ID. This action removes the expense record from your Quaderno account. Use this when you need to delete an expense that was created in error or is no longer needed. The deletion is permanent and cannot be undone. Returns an empty response on success (HTTP 204 No Content).\",\n input: QuadernoDeleteExpenseInput,\n output: QuadernoDeleteExpenseOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO,EACjD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F,EACxH,CAAC;AACD,MAAa,8BAA8BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oIAAoI;AAErM,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"delete-expense.cjs","names":["z","action"],"sources":["../../src/actions/delete-expense.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoDeleteExpenseInput = z.object({\n id: z.string().describe(\"The unique identifier (ID) of the expense to delete. Can be provided as a string or integer.\"),\n});\nexport const QuadernoDeleteExpenseOutput = z.record(z.string(), z.unknown()).describe(\"Response model for successful expense deletion. The API returns 204 No Content with an empty response body when deletion succeeds.\");\n\nexport const quadernoDeleteExpense = action(\"QUADERNO_DELETE_EXPENSE\", {\n slug: \"quaderno-delete-expense\",\n name: \"Delete Expense\",\n description: \"Permanently deletes an expense from Quaderno by its ID. This action removes the expense record from your Quaderno account. Use this when you need to delete an expense that was created in error or is no longer needed. The deletion is permanent and cannot be undone. Returns an empty response on success (HTTP 204 No Content).\",\n input: QuadernoDeleteExpenseInput,\n output: QuadernoDeleteExpenseOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO,EACjD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F,EACxH,CAAC;AACD,MAAa,8BAA8BA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,oIAAoI;AAE1N,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -4,7 +4,7 @@ import { z } from "zod";
4
4
  declare const QuadernoDeleteExpenseInput: z.ZodObject<{
5
5
  id: z.ZodString;
6
6
  }, z.core.$strip>;
7
- declare const QuadernoDeleteExpenseOutput: z.ZodObject<{}, z.core.$strip>;
7
+ declare const QuadernoDeleteExpenseOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
8
8
  declare const quadernoDeleteExpense: import("@keystrokehq/action").WorkflowActionDefinition<{
9
9
  id: string;
10
10
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -1 +1 @@
1
- {"version":3,"file":"delete-expense.d.cts","names":[],"sources":["../../src/actions/delete-expense.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;cAG1B,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAE3B,qBAAA,gCAAqB,wBAAA"}
1
+ {"version":3,"file":"delete-expense.d.cts","names":[],"sources":["../../src/actions/delete-expense.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;cAG1B,2BAAA,EAA2B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE3B,qBAAA,gCAAqB,wBAAA"}
@@ -4,7 +4,7 @@ import { z } from "zod";
4
4
  declare const QuadernoDeleteExpenseInput: z.ZodObject<{
5
5
  id: z.ZodString;
6
6
  }, z.core.$strip>;
7
- declare const QuadernoDeleteExpenseOutput: z.ZodObject<{}, z.core.$strip>;
7
+ declare const QuadernoDeleteExpenseOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
8
8
  declare const quadernoDeleteExpense: import("@keystrokehq/action").WorkflowActionDefinition<{
9
9
  id: string;
10
10
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -1 +1 @@
1
- {"version":3,"file":"delete-expense.d.mts","names":[],"sources":["../../src/actions/delete-expense.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;cAG1B,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAE3B,qBAAA,gCAAqB,wBAAA"}
1
+ {"version":3,"file":"delete-expense.d.mts","names":[],"sources":["../../src/actions/delete-expense.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;cAG1B,2BAAA,EAA2B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE3B,qBAAA,gCAAqB,wBAAA"}
@@ -5,7 +5,7 @@ const quadernoDeleteExpense = action("QUADERNO_DELETE_EXPENSE", {
5
5
  name: "Delete Expense",
6
6
  description: "Permanently deletes an expense from Quaderno by its ID. This action removes the expense record from your Quaderno account. Use this when you need to delete an expense that was created in error or is no longer needed. The deletion is permanent and cannot be undone. Returns an empty response on success (HTTP 204 No Content).",
7
7
  input: z.object({ id: z.string().describe("The unique identifier (ID) of the expense to delete. Can be provided as a string or integer.") }),
8
- output: z.object({}).describe("Response model for successful expense deletion. The API returns 204 No Content with an empty response body when deletion succeeds.")
8
+ output: z.record(z.string(), z.unknown()).describe("Response model for successful expense deletion. The API returns 204 No Content with an empty response body when deletion succeeds.")
9
9
  });
10
10
  //#endregion
11
11
  export { quadernoDeleteExpense };
@@ -1 +1 @@
1
- {"version":3,"file":"delete-expense.mjs","names":[],"sources":["../../src/actions/delete-expense.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoDeleteExpenseInput = z.object({\n id: z.string().describe(\"The unique identifier (ID) of the expense to delete. Can be provided as a string or integer.\"),\n});\nexport const QuadernoDeleteExpenseOutput = z.object({}).describe(\"Response model for successful expense deletion. The API returns 204 No Content with an empty response body when deletion succeeds.\");\n\nexport const quadernoDeleteExpense = action(\"QUADERNO_DELETE_EXPENSE\", {\n slug: \"quaderno-delete-expense\",\n name: \"Delete Expense\",\n description: \"Permanently deletes an expense from Quaderno by its ID. This action removes the expense record from your Quaderno account. Use this when you need to delete an expense that was created in error or is no longer needed. The deletion is permanent and cannot be undone. Returns an empty response on success (HTTP 204 No Content).\",\n input: QuadernoDeleteExpenseInput,\n output: QuadernoDeleteExpenseOutput,\n});\n"],"mappings":";;AASA,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATwC,EAAE,OAAO,EACjD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F,EACxH,CAOS;CACP,QAPyC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oIAOvD;AACV,CAAC"}
1
+ {"version":3,"file":"delete-expense.mjs","names":[],"sources":["../../src/actions/delete-expense.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoDeleteExpenseInput = z.object({\n id: z.string().describe(\"The unique identifier (ID) of the expense to delete. Can be provided as a string or integer.\"),\n});\nexport const QuadernoDeleteExpenseOutput = z.record(z.string(), z.unknown()).describe(\"Response model for successful expense deletion. The API returns 204 No Content with an empty response body when deletion succeeds.\");\n\nexport const quadernoDeleteExpense = action(\"QUADERNO_DELETE_EXPENSE\", {\n slug: \"quaderno-delete-expense\",\n name: \"Delete Expense\",\n description: \"Permanently deletes an expense from Quaderno by its ID. This action removes the expense record from your Quaderno account. Use this when you need to delete an expense that was created in error or is no longer needed. The deletion is permanent and cannot be undone. Returns an empty response on success (HTTP 204 No Content).\",\n input: QuadernoDeleteExpenseInput,\n output: QuadernoDeleteExpenseOutput,\n});\n"],"mappings":";;AASA,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATwC,EAAE,OAAO,EACjD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F,EACxH,CAOS;CACP,QAPyC,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,oIAO5E;AACV,CAAC"}
@@ -2,7 +2,7 @@ const require_action = require("../action.cjs");
2
2
  let zod = require("zod");
3
3
  //#region src/actions/delete-product.ts
4
4
  const QuadernoDeleteProductInput = zod.z.object({ id: zod.z.string().describe("Unique identifier of the product to be deleted") });
5
- const QuadernoDeleteProductOutput = zod.z.object({}).describe("Empty response model for delete product action (204 No Content).");
5
+ const QuadernoDeleteProductOutput = zod.z.record(zod.z.string(), zod.z.unknown()).describe("Empty response model for delete product action (204 No Content).");
6
6
  const quadernoDeleteProduct = require_action.action("QUADERNO_DELETE_PRODUCT", {
7
7
  slug: "quaderno-delete-product",
8
8
  name: "Delete Product",
@@ -1 +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 QuadernoDeleteProductInput = z.object({\n id: z.string().describe(\"Unique identifier of the product to be deleted\"),\n});\nexport const QuadernoDeleteProductOutput = z.object({}).describe(\"Empty response model for delete product action (204 No Content).\");\n\nexport const quadernoDeleteProduct = action(\"QUADERNO_DELETE_PRODUCT\", {\n slug: \"quaderno-delete-product\",\n name: \"Delete Product\",\n description: \"Tool to permanently delete a product by ID. Use when you have confirmed the product ID is correct and no longer need the product.\",\n input: QuadernoDeleteProductInput,\n output: QuadernoDeleteProductOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO,EACjD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAC1E,CAAC;AACD,MAAa,8BAA8BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAEnI,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
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 QuadernoDeleteProductInput = z.object({\n id: z.string().describe(\"Unique identifier of the product to be deleted\"),\n});\nexport const QuadernoDeleteProductOutput = z.record(z.string(), z.unknown()).describe(\"Empty response model for delete product action (204 No Content).\");\n\nexport const quadernoDeleteProduct = action(\"QUADERNO_DELETE_PRODUCT\", {\n slug: \"quaderno-delete-product\",\n name: \"Delete Product\",\n description: \"Tool to permanently delete a product by ID. Use when you have confirmed the product ID is correct and no longer need the product.\",\n input: QuadernoDeleteProductInput,\n output: QuadernoDeleteProductOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO,EACjD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAC1E,CAAC;AACD,MAAa,8BAA8BA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAExJ,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -4,7 +4,7 @@ import { z } from "zod";
4
4
  declare const QuadernoDeleteProductInput: z.ZodObject<{
5
5
  id: z.ZodString;
6
6
  }, z.core.$strip>;
7
- declare const QuadernoDeleteProductOutput: z.ZodObject<{}, z.core.$strip>;
7
+ declare const QuadernoDeleteProductOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
8
8
  declare const quadernoDeleteProduct: import("@keystrokehq/action").WorkflowActionDefinition<{
9
9
  id: string;
10
10
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -1 +1 @@
1
- {"version":3,"file":"delete-product.d.cts","names":[],"sources":["../../src/actions/delete-product.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;cAG1B,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAE3B,qBAAA,gCAAqB,wBAAA"}
1
+ {"version":3,"file":"delete-product.d.cts","names":[],"sources":["../../src/actions/delete-product.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;cAG1B,2BAAA,EAA2B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE3B,qBAAA,gCAAqB,wBAAA"}
@@ -4,7 +4,7 @@ import { z } from "zod";
4
4
  declare const QuadernoDeleteProductInput: z.ZodObject<{
5
5
  id: z.ZodString;
6
6
  }, z.core.$strip>;
7
- declare const QuadernoDeleteProductOutput: z.ZodObject<{}, z.core.$strip>;
7
+ declare const QuadernoDeleteProductOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
8
8
  declare const quadernoDeleteProduct: import("@keystrokehq/action").WorkflowActionDefinition<{
9
9
  id: string;
10
10
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -1 +1 @@
1
- {"version":3,"file":"delete-product.d.mts","names":[],"sources":["../../src/actions/delete-product.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;cAG1B,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAE3B,qBAAA,gCAAqB,wBAAA"}
1
+ {"version":3,"file":"delete-product.d.mts","names":[],"sources":["../../src/actions/delete-product.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;cAG1B,2BAAA,EAA2B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE3B,qBAAA,gCAAqB,wBAAA"}
@@ -5,7 +5,7 @@ const quadernoDeleteProduct = action("QUADERNO_DELETE_PRODUCT", {
5
5
  name: "Delete Product",
6
6
  description: "Tool to permanently delete a product by ID. Use when you have confirmed the product ID is correct and no longer need the product.",
7
7
  input: z.object({ id: z.string().describe("Unique identifier of the product to be deleted") }),
8
- output: z.object({}).describe("Empty response model for delete product action (204 No Content).")
8
+ output: z.record(z.string(), z.unknown()).describe("Empty response model for delete product action (204 No Content).")
9
9
  });
10
10
  //#endregion
11
11
  export { quadernoDeleteProduct };
@@ -1 +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 QuadernoDeleteProductInput = z.object({\n id: z.string().describe(\"Unique identifier of the product to be deleted\"),\n});\nexport const QuadernoDeleteProductOutput = z.object({}).describe(\"Empty response model for delete product action (204 No Content).\");\n\nexport const quadernoDeleteProduct = action(\"QUADERNO_DELETE_PRODUCT\", {\n slug: \"quaderno-delete-product\",\n name: \"Delete Product\",\n description: \"Tool to permanently delete a product by ID. Use when you have confirmed the product ID is correct and no longer need the product.\",\n input: QuadernoDeleteProductInput,\n output: QuadernoDeleteProductOutput,\n});\n"],"mappings":";;AASA,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATwC,EAAE,OAAO,EACjD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAC1E,CAOS;CACP,QAPyC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kEAOvD;AACV,CAAC"}
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 QuadernoDeleteProductInput = z.object({\n id: z.string().describe(\"Unique identifier of the product to be deleted\"),\n});\nexport const QuadernoDeleteProductOutput = z.record(z.string(), z.unknown()).describe(\"Empty response model for delete product action (204 No Content).\");\n\nexport const quadernoDeleteProduct = action(\"QUADERNO_DELETE_PRODUCT\", {\n slug: \"quaderno-delete-product\",\n name: \"Delete Product\",\n description: \"Tool to permanently delete a product by ID. Use when you have confirmed the product ID is correct and no longer need the product.\",\n input: QuadernoDeleteProductInput,\n output: QuadernoDeleteProductOutput,\n});\n"],"mappings":";;AASA,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATwC,EAAE,OAAO,EACjD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAC1E,CAOS;CACP,QAPyC,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kEAO5E;AACV,CAAC"}
@@ -2,7 +2,7 @@ const require_action = require("../action.cjs");
2
2
  let zod = require("zod");
3
3
  //#region src/actions/delete-recurring.ts
4
4
  const QuadernoDeleteRecurringInput = zod.z.object({ id: zod.z.string().describe("The unique identifier (ID) of the recurring to be deleted") });
5
- const QuadernoDeleteRecurringOutput = zod.z.object({}).describe("Response model for successful recurring deletion. The API returns 204 No Content with an empty response body when deletion succeeds.");
5
+ const QuadernoDeleteRecurringOutput = zod.z.record(zod.z.string(), zod.z.unknown()).describe("Response model for successful recurring deletion. The API returns 204 No Content with an empty response body when deletion succeeds.");
6
6
  const quadernoDeleteRecurring = require_action.action("QUADERNO_DELETE_RECURRING", {
7
7
  slug: "quaderno-delete-recurring",
8
8
  name: "Delete Recurring",