@keystrokehq/quaderno 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (471) 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 +18 -15
  40. package/dist/actions/create-expense.d.mts +18 -15
  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 +8 -8
  46. package/dist/actions/create-invoice.d.mts +8 -8
  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 +4 -4
  64. package/dist/actions/create-recurring.d.mts +4 -4
  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 +5 -5
  206. package/dist/actions/list-credits.d.mts +5 -5
  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 +9 -9
  230. package/dist/actions/list-invoices.d.mts +9 -9
  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 +7 -7
  248. package/dist/actions/list-receipts.d.mts +7 -7
  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 +8 -6
  442. package/dist/actions/update-recurring.d.cts.map +1 -1
  443. package/dist/actions/update-recurring.d.mts +8 -6
  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/package.json +1 -1
@@ -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",
@@ -1 +1 @@
1
- {"version":3,"file":"delete-recurring.cjs","names":["z","action"],"sources":["../../src/actions/delete-recurring.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoDeleteRecurringInput = z.object({\n id: z.string().describe(\"The unique identifier (ID) of the recurring to be deleted\"),\n});\nexport const QuadernoDeleteRecurringOutput = z.object({}).describe(\"Response model for successful recurring deletion. The API returns 204 No Content with an empty response body when deletion succeeds.\");\n\nexport const quadernoDeleteRecurring = action(\"QUADERNO_DELETE_RECURRING\", {\n slug: \"quaderno-delete-recurring\",\n name: \"Delete Recurring\",\n description: \"Tool to permanently delete a recurring by ID. Use when you need to remove a recurring document from Quaderno. This action is irreversible.\",\n input: QuadernoDeleteRecurringInput,\n output: QuadernoDeleteRecurringOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+BA,IAAAA,EAAE,OAAO,EACnD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,EACrF,CAAC;AACD,MAAa,gCAAgCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sIAAsI;AAEzM,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"delete-recurring.cjs","names":["z","action"],"sources":["../../src/actions/delete-recurring.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoDeleteRecurringInput = z.object({\n id: z.string().describe(\"The unique identifier (ID) of the recurring to be deleted\"),\n});\nexport const QuadernoDeleteRecurringOutput = z.record(z.string(), z.unknown()).describe(\"Response model for successful recurring deletion. The API returns 204 No Content with an empty response body when deletion succeeds.\");\n\nexport const quadernoDeleteRecurring = action(\"QUADERNO_DELETE_RECURRING\", {\n slug: \"quaderno-delete-recurring\",\n name: \"Delete Recurring\",\n description: \"Tool to permanently delete a recurring by ID. Use when you need to remove a recurring document from Quaderno. This action is irreversible.\",\n input: QuadernoDeleteRecurringInput,\n output: QuadernoDeleteRecurringOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+BA,IAAAA,EAAE,OAAO,EACnD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,EACrF,CAAC;AACD,MAAa,gCAAgCA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,sIAAsI;AAE9N,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -4,7 +4,7 @@ import { z } from "zod";
4
4
  declare const QuadernoDeleteRecurringInput: z.ZodObject<{
5
5
  id: z.ZodString;
6
6
  }, z.core.$strip>;
7
- declare const QuadernoDeleteRecurringOutput: z.ZodObject<{}, z.core.$strip>;
7
+ declare const QuadernoDeleteRecurringOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
8
8
  declare const quadernoDeleteRecurring: 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-recurring.d.cts","names":[],"sources":["../../src/actions/delete-recurring.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAG5B,6BAAA,EAA6B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAE7B,uBAAA,gCAAuB,wBAAA"}
1
+ {"version":3,"file":"delete-recurring.d.cts","names":[],"sources":["../../src/actions/delete-recurring.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAG5B,6BAAA,EAA6B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE7B,uBAAA,gCAAuB,wBAAA"}
@@ -4,7 +4,7 @@ import { z } from "zod";
4
4
  declare const QuadernoDeleteRecurringInput: z.ZodObject<{
5
5
  id: z.ZodString;
6
6
  }, z.core.$strip>;
7
- declare const QuadernoDeleteRecurringOutput: z.ZodObject<{}, z.core.$strip>;
7
+ declare const QuadernoDeleteRecurringOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
8
8
  declare const quadernoDeleteRecurring: 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-recurring.d.mts","names":[],"sources":["../../src/actions/delete-recurring.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAG5B,6BAAA,EAA6B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAE7B,uBAAA,gCAAuB,wBAAA"}
1
+ {"version":3,"file":"delete-recurring.d.mts","names":[],"sources":["../../src/actions/delete-recurring.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAG5B,6BAAA,EAA6B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE7B,uBAAA,gCAAuB,wBAAA"}
@@ -5,7 +5,7 @@ const quadernoDeleteRecurring = action("QUADERNO_DELETE_RECURRING", {
5
5
  name: "Delete Recurring",
6
6
  description: "Tool to permanently delete a recurring by ID. Use when you need to remove a recurring document from Quaderno. This action is irreversible.",
7
7
  input: z.object({ id: z.string().describe("The unique identifier (ID) of the recurring to be deleted") }),
8
- output: z.object({}).describe("Response model for successful recurring 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 recurring deletion. The API returns 204 No Content with an empty response body when deletion succeeds.")
9
9
  });
10
10
  //#endregion
11
11
  export { quadernoDeleteRecurring };
@@ -1 +1 @@
1
- {"version":3,"file":"delete-recurring.mjs","names":[],"sources":["../../src/actions/delete-recurring.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoDeleteRecurringInput = z.object({\n id: z.string().describe(\"The unique identifier (ID) of the recurring to be deleted\"),\n});\nexport const QuadernoDeleteRecurringOutput = z.object({}).describe(\"Response model for successful recurring deletion. The API returns 204 No Content with an empty response body when deletion succeeds.\");\n\nexport const quadernoDeleteRecurring = action(\"QUADERNO_DELETE_RECURRING\", {\n slug: \"quaderno-delete-recurring\",\n name: \"Delete Recurring\",\n description: \"Tool to permanently delete a recurring by ID. Use when you need to remove a recurring document from Quaderno. This action is irreversible.\",\n input: QuadernoDeleteRecurringInput,\n output: QuadernoDeleteRecurringOutput,\n});\n"],"mappings":";;AASA,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAT0C,EAAE,OAAO,EACnD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,EACrF,CAOS;CACP,QAP2C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sIAOzD;AACV,CAAC"}
1
+ {"version":3,"file":"delete-recurring.mjs","names":[],"sources":["../../src/actions/delete-recurring.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoDeleteRecurringInput = z.object({\n id: z.string().describe(\"The unique identifier (ID) of the recurring to be deleted\"),\n});\nexport const QuadernoDeleteRecurringOutput = z.record(z.string(), z.unknown()).describe(\"Response model for successful recurring deletion. The API returns 204 No Content with an empty response body when deletion succeeds.\");\n\nexport const quadernoDeleteRecurring = action(\"QUADERNO_DELETE_RECURRING\", {\n slug: \"quaderno-delete-recurring\",\n name: \"Delete Recurring\",\n description: \"Tool to permanently delete a recurring by ID. Use when you need to remove a recurring document from Quaderno. This action is irreversible.\",\n input: QuadernoDeleteRecurringInput,\n output: QuadernoDeleteRecurringOutput,\n});\n"],"mappings":";;AASA,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAT0C,EAAE,OAAO,EACnD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,EACrF,CAOS;CACP,QAP2C,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,sIAO9E;AACV,CAAC"}
@@ -2,7 +2,7 @@ const require_action = require("../action.cjs");
2
2
  let zod = require("zod");
3
3
  //#region src/actions/delete-tax-id.ts
4
4
  const QuadernoDeleteTaxIdInput = zod.z.object({ id: zod.z.string().describe("The numeric ID of the registered tax ID to delete (e.g., '2313487')") });
5
- const QuadernoDeleteTaxIdOutput = zod.z.object({}).describe("Empty response model for delete tax ID action (204 No Content).");
5
+ const QuadernoDeleteTaxIdOutput = zod.z.record(zod.z.string(), zod.z.unknown()).describe("Empty response model for delete tax ID action (204 No Content).");
6
6
  const quadernoDeleteTaxId = require_action.action("QUADERNO_DELETE_TAX_ID", {
7
7
  slug: "quaderno-delete-tax-id",
8
8
  name: "Delete Tax ID",
@@ -1 +1 @@
1
- {"version":3,"file":"delete-tax-id.cjs","names":["z","action"],"sources":["../../src/actions/delete-tax-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoDeleteTaxIdInput = z.object({\n id: z.string().describe(\"The numeric ID of the registered tax ID to delete (e.g., '2313487')\"),\n});\nexport const QuadernoDeleteTaxIdOutput = z.object({}).describe(\"Empty response model for delete tax ID action (204 No Content).\");\n\nexport const quadernoDeleteTaxId = action(\"QUADERNO_DELETE_TAX_ID\", {\n slug: \"quaderno-delete-tax-id\",\n name: \"Delete Tax ID\",\n description: \"Permanently deletes a registered tax ID from your Quaderno account. Use this when you need to remove a tax jurisdiction registration that is no longer needed.\",\n input: QuadernoDeleteTaxIdInput,\n output: QuadernoDeleteTaxIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO,EAC/C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,EAC/F,CAAC;AACD,MAAa,4BAA4BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAEhI,MAAa,sBAAsBC,eAAAA,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"delete-tax-id.cjs","names":["z","action"],"sources":["../../src/actions/delete-tax-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoDeleteTaxIdInput = z.object({\n id: z.string().describe(\"The numeric ID of the registered tax ID to delete (e.g., '2313487')\"),\n});\nexport const QuadernoDeleteTaxIdOutput = z.record(z.string(), z.unknown()).describe(\"Empty response model for delete tax ID action (204 No Content).\");\n\nexport const quadernoDeleteTaxId = action(\"QUADERNO_DELETE_TAX_ID\", {\n slug: \"quaderno-delete-tax-id\",\n name: \"Delete Tax ID\",\n description: \"Permanently deletes a registered tax ID from your Quaderno account. Use this when you need to remove a tax jurisdiction registration that is no longer needed.\",\n input: QuadernoDeleteTaxIdInput,\n output: QuadernoDeleteTaxIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAA2BA,IAAAA,EAAE,OAAO,EAC/C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,EAC/F,CAAC;AACD,MAAa,4BAA4BA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAErJ,MAAa,sBAAsBC,eAAAA,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -4,7 +4,7 @@ import { z } from "zod";
4
4
  declare const QuadernoDeleteTaxIdInput: z.ZodObject<{
5
5
  id: z.ZodString;
6
6
  }, z.core.$strip>;
7
- declare const QuadernoDeleteTaxIdOutput: z.ZodObject<{}, z.core.$strip>;
7
+ declare const QuadernoDeleteTaxIdOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
8
8
  declare const quadernoDeleteTaxId: 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-tax-id.d.cts","names":[],"sources":["../../src/actions/delete-tax-id.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;cAGxB,yBAAA,EAAyB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAEzB,mBAAA,gCAAmB,wBAAA"}
1
+ {"version":3,"file":"delete-tax-id.d.cts","names":[],"sources":["../../src/actions/delete-tax-id.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;cAGxB,yBAAA,EAAyB,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAEzB,mBAAA,gCAAmB,wBAAA"}
@@ -4,7 +4,7 @@ import { z } from "zod";
4
4
  declare const QuadernoDeleteTaxIdInput: z.ZodObject<{
5
5
  id: z.ZodString;
6
6
  }, z.core.$strip>;
7
- declare const QuadernoDeleteTaxIdOutput: z.ZodObject<{}, z.core.$strip>;
7
+ declare const QuadernoDeleteTaxIdOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
8
8
  declare const quadernoDeleteTaxId: 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-tax-id.d.mts","names":[],"sources":["../../src/actions/delete-tax-id.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;cAGxB,yBAAA,EAAyB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAEzB,mBAAA,gCAAmB,wBAAA"}
1
+ {"version":3,"file":"delete-tax-id.d.mts","names":[],"sources":["../../src/actions/delete-tax-id.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;cAGxB,yBAAA,EAAyB,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAEzB,mBAAA,gCAAmB,wBAAA"}
@@ -5,7 +5,7 @@ const quadernoDeleteTaxId = action("QUADERNO_DELETE_TAX_ID", {
5
5
  name: "Delete Tax ID",
6
6
  description: "Permanently deletes a registered tax ID from your Quaderno account. Use this when you need to remove a tax jurisdiction registration that is no longer needed.",
7
7
  input: z.object({ id: z.string().describe("The numeric ID of the registered tax ID to delete (e.g., '2313487')") }),
8
- output: z.object({}).describe("Empty response model for delete tax ID action (204 No Content).")
8
+ output: z.record(z.string(), z.unknown()).describe("Empty response model for delete tax ID action (204 No Content).")
9
9
  });
10
10
  //#endregion
11
11
  export { quadernoDeleteTaxId };
@@ -1 +1 @@
1
- {"version":3,"file":"delete-tax-id.mjs","names":[],"sources":["../../src/actions/delete-tax-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoDeleteTaxIdInput = z.object({\n id: z.string().describe(\"The numeric ID of the registered tax ID to delete (e.g., '2313487')\"),\n});\nexport const QuadernoDeleteTaxIdOutput = z.object({}).describe(\"Empty response model for delete tax ID action (204 No Content).\");\n\nexport const quadernoDeleteTaxId = action(\"QUADERNO_DELETE_TAX_ID\", {\n slug: \"quaderno-delete-tax-id\",\n name: \"Delete Tax ID\",\n description: \"Permanently deletes a registered tax ID from your Quaderno account. Use this when you need to remove a tax jurisdiction registration that is no longer needed.\",\n input: QuadernoDeleteTaxIdInput,\n output: QuadernoDeleteTaxIdOutput,\n});\n"],"mappings":";;AASA,MAAa,sBAAsB,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATsC,EAAE,OAAO,EAC/C,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,EAC/F,CAOS;CACP,QAPuC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iEAOrD;AACV,CAAC"}
1
+ {"version":3,"file":"delete-tax-id.mjs","names":[],"sources":["../../src/actions/delete-tax-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoDeleteTaxIdInput = z.object({\n id: z.string().describe(\"The numeric ID of the registered tax ID to delete (e.g., '2313487')\"),\n});\nexport const QuadernoDeleteTaxIdOutput = z.record(z.string(), z.unknown()).describe(\"Empty response model for delete tax ID action (204 No Content).\");\n\nexport const quadernoDeleteTaxId = action(\"QUADERNO_DELETE_TAX_ID\", {\n slug: \"quaderno-delete-tax-id\",\n name: \"Delete Tax ID\",\n description: \"Permanently deletes a registered tax ID from your Quaderno account. Use this when you need to remove a tax jurisdiction registration that is no longer needed.\",\n input: QuadernoDeleteTaxIdInput,\n output: QuadernoDeleteTaxIdOutput,\n});\n"],"mappings":";;AASA,MAAa,sBAAsB,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATsC,EAAE,OAAO,EAC/C,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,EAC/F,CAOS;CACP,QAPuC,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,iEAO1E;AACV,CAAC"}
@@ -2,7 +2,7 @@ const require_action = require("../action.cjs");
2
2
  let zod = require("zod");
3
3
  //#region src/actions/delete-webhook.ts
4
4
  const QuadernoDeleteWebhookInput = zod.z.object({ id: zod.z.number().int().describe("The unique identifier of the webhook to delete") });
5
- const QuadernoDeleteWebhookOutput = zod.z.object({}).describe("Empty response model for delete webhook action (204 No Content).");
5
+ const QuadernoDeleteWebhookOutput = zod.z.record(zod.z.string(), zod.z.unknown()).describe("Empty response model for delete webhook action (204 No Content).");
6
6
  const quadernoDeleteWebhook = require_action.action("QUADERNO_DELETE_WEBHOOK", {
7
7
  slug: "quaderno-delete-webhook",
8
8
  name: "Delete Webhook",
@@ -1 +1 @@
1
- {"version":3,"file":"delete-webhook.cjs","names":["z","action"],"sources":["../../src/actions/delete-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoDeleteWebhookInput = z.object({\n id: z.number().int().describe(\"The unique identifier of the webhook to delete\"),\n});\nexport const QuadernoDeleteWebhookOutput = z.object({}).describe(\"Empty response model for delete webhook action (204 No Content).\");\n\nexport const quadernoDeleteWebhook = action(\"QUADERNO_DELETE_WEBHOOK\", {\n slug: \"quaderno-delete-webhook\",\n name: \"Delete Webhook\",\n description: \"Tool to permanently delete a webhook by ID. Use when you have confirmed the webhook ID is correct and no longer need the webhook.\",\n input: QuadernoDeleteWebhookInput,\n output: QuadernoDeleteWebhookOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO,EACjD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,EAChF,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-webhook.cjs","names":["z","action"],"sources":["../../src/actions/delete-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoDeleteWebhookInput = z.object({\n id: z.number().int().describe(\"The unique identifier of the webhook to delete\"),\n});\nexport const QuadernoDeleteWebhookOutput = z.record(z.string(), z.unknown()).describe(\"Empty response model for delete webhook action (204 No Content).\");\n\nexport const quadernoDeleteWebhook = action(\"QUADERNO_DELETE_WEBHOOK\", {\n slug: \"quaderno-delete-webhook\",\n name: \"Delete Webhook\",\n description: \"Tool to permanently delete a webhook by ID. Use when you have confirmed the webhook ID is correct and no longer need the webhook.\",\n input: QuadernoDeleteWebhookInput,\n output: QuadernoDeleteWebhookOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO,EACjD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,EAChF,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 QuadernoDeleteWebhookInput: z.ZodObject<{
5
5
  id: z.ZodNumber;
6
6
  }, z.core.$strip>;
7
- declare const QuadernoDeleteWebhookOutput: z.ZodObject<{}, z.core.$strip>;
7
+ declare const QuadernoDeleteWebhookOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
8
8
  declare const quadernoDeleteWebhook: import("@keystrokehq/action").WorkflowActionDefinition<{
9
9
  id: number;
10
10
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -1 +1 @@
1
- {"version":3,"file":"delete-webhook.d.cts","names":[],"sources":["../../src/actions/delete-webhook.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-webhook.d.cts","names":[],"sources":["../../src/actions/delete-webhook.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 QuadernoDeleteWebhookInput: z.ZodObject<{
5
5
  id: z.ZodNumber;
6
6
  }, z.core.$strip>;
7
- declare const QuadernoDeleteWebhookOutput: z.ZodObject<{}, z.core.$strip>;
7
+ declare const QuadernoDeleteWebhookOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
8
8
  declare const quadernoDeleteWebhook: import("@keystrokehq/action").WorkflowActionDefinition<{
9
9
  id: number;
10
10
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -1 +1 @@
1
- {"version":3,"file":"delete-webhook.d.mts","names":[],"sources":["../../src/actions/delete-webhook.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-webhook.d.mts","names":[],"sources":["../../src/actions/delete-webhook.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 quadernoDeleteWebhook = action("QUADERNO_DELETE_WEBHOOK", {
5
5
  name: "Delete Webhook",
6
6
  description: "Tool to permanently delete a webhook by ID. Use when you have confirmed the webhook ID is correct and no longer need the webhook.",
7
7
  input: z.object({ id: z.number().int().describe("The unique identifier of the webhook to delete") }),
8
- output: z.object({}).describe("Empty response model for delete webhook action (204 No Content).")
8
+ output: z.record(z.string(), z.unknown()).describe("Empty response model for delete webhook action (204 No Content).")
9
9
  });
10
10
  //#endregion
11
11
  export { quadernoDeleteWebhook };
@@ -1 +1 @@
1
- {"version":3,"file":"delete-webhook.mjs","names":[],"sources":["../../src/actions/delete-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoDeleteWebhookInput = z.object({\n id: z.number().int().describe(\"The unique identifier of the webhook to delete\"),\n});\nexport const QuadernoDeleteWebhookOutput = z.object({}).describe(\"Empty response model for delete webhook action (204 No Content).\");\n\nexport const quadernoDeleteWebhook = action(\"QUADERNO_DELETE_WEBHOOK\", {\n slug: \"quaderno-delete-webhook\",\n name: \"Delete Webhook\",\n description: \"Tool to permanently delete a webhook by ID. Use when you have confirmed the webhook ID is correct and no longer need the webhook.\",\n input: QuadernoDeleteWebhookInput,\n output: QuadernoDeleteWebhookOutput,\n});\n"],"mappings":";;AASA,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATwC,EAAE,OAAO,EACjD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,EAChF,CAOS;CACP,QAPyC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kEAOvD;AACV,CAAC"}
1
+ {"version":3,"file":"delete-webhook.mjs","names":[],"sources":["../../src/actions/delete-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoDeleteWebhookInput = z.object({\n id: z.number().int().describe(\"The unique identifier of the webhook to delete\"),\n});\nexport const QuadernoDeleteWebhookOutput = z.record(z.string(), z.unknown()).describe(\"Empty response model for delete webhook action (204 No Content).\");\n\nexport const quadernoDeleteWebhook = action(\"QUADERNO_DELETE_WEBHOOK\", {\n slug: \"quaderno-delete-webhook\",\n name: \"Delete Webhook\",\n description: \"Tool to permanently delete a webhook by ID. Use when you have confirmed the webhook ID is correct and no longer need the webhook.\",\n input: QuadernoDeleteWebhookInput,\n output: QuadernoDeleteWebhookOutput,\n});\n"],"mappings":";;AASA,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATwC,EAAE,OAAO,EACjD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,EAChF,CAOS;CACP,QAPyC,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kEAO5E;AACV,CAAC"}
@@ -8,7 +8,7 @@ const QuadernoDeliverCreditNoteOutput = zod.z.object({
8
8
  credit_id: zod.z.number().int().describe("ID of the credit note that was delivered").nullable(),
9
9
  permalink: zod.z.string().describe("Public URL to view the credit note online").nullable().optional(),
10
10
  contact_email: zod.z.string().describe("Email address where the credit note was delivered").nullable().optional()
11
- }).describe("Response model after successfully delivering a credit note via email.");
11
+ }).passthrough().describe("Response model after successfully delivering a credit note via email.");
12
12
  const quadernoDeliverCreditNote = require_action.action("QUADERNO_DELIVER_CREDIT_NOTE", {
13
13
  slug: "quaderno-deliver-credit-note",
14
14
  name: "Deliver Credit Note",
@@ -1 +1 @@
1
- {"version":3,"file":"deliver-credit-note.cjs","names":["z","action"],"sources":["../../src/actions/deliver-credit-note.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoDeliverCreditNoteInput = z.object({\n id: z.string().describe(\"Unique identifier of the credit note to deliver. The associated contact must have a valid email address.\"),\n}).describe(\"Request model for delivering a credit note via email to the customer's registered email address.\");\nexport const QuadernoDeliverCreditNoteOutput = z.object({\n pdf: z.string().describe(\"Direct URL to download the credit note PDF\").nullable().optional(),\n number: z.string().describe(\"Credit note number (e.g., '00003')\").nullable().optional(),\n credit_id: z.number().int().describe(\"ID of the credit note that was delivered\").nullable(),\n permalink: z.string().describe(\"Public URL to view the credit note online\").nullable().optional(),\n contact_email: z.string().describe(\"Email address where the credit note was delivered\").nullable().optional(),\n}).describe(\"Response model after successfully delivering a credit note via email.\");\n\nexport const quadernoDeliverCreditNote = action(\"QUADERNO_DELIVER_CREDIT_NOTE\", {\n slug: \"quaderno-deliver-credit-note\",\n name: \"Deliver Credit Note\",\n description: \"Sends a credit note to the customer via email. The contact associated with the credit note must have a valid email address. Returns the credit note details including the delivery email and PDF link.\",\n input: QuadernoDeliverCreditNoteInput,\n output: QuadernoDeliverCreditNoteOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAAiCA,IAAAA,EAAE,OAAO,EACrD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0GAA0G,EACpI,CAAC,CAAC,CAAC,SAAS,kGAAkG;AAC9G,MAAa,kCAAkCA,IAAAA,EAAE,OAAO;CACtD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CAC1F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,SAAS,uEAAuE;AAEnF,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"deliver-credit-note.cjs","names":["z","action"],"sources":["../../src/actions/deliver-credit-note.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const QuadernoDeliverCreditNoteInput = z.object({\n id: z.string().describe(\"Unique identifier of the credit note to deliver. The associated contact must have a valid email address.\"),\n}).describe(\"Request model for delivering a credit note via email to the customer's registered email address.\");\nexport const QuadernoDeliverCreditNoteOutput = z.object({\n pdf: z.string().describe(\"Direct URL to download the credit note PDF\").nullable().optional(),\n number: z.string().describe(\"Credit note number (e.g., '00003')\").nullable().optional(),\n credit_id: z.number().int().describe(\"ID of the credit note that was delivered\").nullable(),\n permalink: z.string().describe(\"Public URL to view the credit note online\").nullable().optional(),\n contact_email: z.string().describe(\"Email address where the credit note was delivered\").nullable().optional(),\n}).passthrough().describe(\"Response model after successfully delivering a credit note via email.\");\n\nexport const quadernoDeliverCreditNote = action(\"QUADERNO_DELIVER_CREDIT_NOTE\", {\n slug: \"quaderno-deliver-credit-note\",\n name: \"Deliver Credit Note\",\n description: \"Sends a credit note to the customer via email. The contact associated with the credit note must have a valid email address. Returns the credit note details including the delivery email and PDF link.\",\n input: QuadernoDeliverCreditNoteInput,\n output: QuadernoDeliverCreditNoteOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAAiCA,IAAAA,EAAE,OAAO,EACrD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0GAA0G,EACpI,CAAC,CAAC,CAAC,SAAS,kGAAkG;AAC9G,MAAa,kCAAkCA,IAAAA,EAAE,OAAO;CACtD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CAC1F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uEAAuE;AAEjG,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -10,7 +10,7 @@ declare const QuadernoDeliverCreditNoteOutput: z.ZodObject<{
10
10
  credit_id: z.ZodNullable<z.ZodNumber>;
11
11
  permalink: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
12
  contact_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
- }, z.core.$strip>;
13
+ }, z.core.$loose>;
14
14
  declare const quadernoDeliverCreditNote: import("@keystrokehq/action").WorkflowActionDefinition<{
15
15
  id: string;
16
16
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;