@keystrokehq/proabono 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (546) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/anonymize-customer.cjs +31 -0
  7. package/dist/actions/anonymize-customer.cjs.map +1 -0
  8. package/dist/actions/anonymize-customer.d.cts +9 -0
  9. package/dist/actions/anonymize-customer.d.cts.map +1 -0
  10. package/dist/actions/anonymize-customer.d.mts +9 -0
  11. package/dist/actions/anonymize-customer.d.mts.map +1 -0
  12. package/dist/actions/anonymize-customer.mjs +30 -0
  13. package/dist/actions/anonymize-customer.mjs.map +1 -0
  14. package/dist/actions/bill-customer.cjs +23 -0
  15. package/dist/actions/bill-customer.cjs.map +1 -0
  16. package/dist/actions/bill-customer.d.cts +9 -0
  17. package/dist/actions/bill-customer.d.cts.map +1 -0
  18. package/dist/actions/bill-customer.d.mts +9 -0
  19. package/dist/actions/bill-customer.d.mts.map +1 -0
  20. package/dist/actions/bill-customer.mjs +20 -0
  21. package/dist/actions/bill-customer.mjs.map +1 -0
  22. package/dist/actions/create-customer.cjs +48 -0
  23. package/dist/actions/create-customer.cjs.map +1 -0
  24. package/dist/actions/create-customer.d.cts +9 -0
  25. package/dist/actions/create-customer.d.cts.map +1 -0
  26. package/dist/actions/create-customer.d.mts +9 -0
  27. package/dist/actions/create-customer.d.mts.map +1 -0
  28. package/dist/actions/create-customer.mjs +47 -0
  29. package/dist/actions/create-customer.mjs.map +1 -0
  30. package/dist/actions/create-feature.cjs +45 -0
  31. package/dist/actions/create-feature.cjs.map +1 -0
  32. package/dist/actions/create-feature.d.cts +9 -0
  33. package/dist/actions/create-feature.d.cts.map +1 -0
  34. package/dist/actions/create-feature.d.mts +9 -0
  35. package/dist/actions/create-feature.d.mts.map +1 -0
  36. package/dist/actions/create-feature.mjs +44 -0
  37. package/dist/actions/create-feature.mjs.map +1 -0
  38. package/dist/actions/delete-customer.cjs +19 -0
  39. package/dist/actions/delete-customer.cjs.map +1 -0
  40. package/dist/actions/delete-customer.d.cts +9 -0
  41. package/dist/actions/delete-customer.d.cts.map +1 -0
  42. package/dist/actions/delete-customer.d.mts +9 -0
  43. package/dist/actions/delete-customer.d.mts.map +1 -0
  44. package/dist/actions/delete-customer.mjs +16 -0
  45. package/dist/actions/delete-customer.mjs.map +1 -0
  46. package/dist/actions/delete-offer.cjs +20 -0
  47. package/dist/actions/delete-offer.cjs.map +1 -0
  48. package/dist/actions/delete-offer.d.cts +9 -0
  49. package/dist/actions/delete-offer.d.cts.map +1 -0
  50. package/dist/actions/delete-offer.d.mts +9 -0
  51. package/dist/actions/delete-offer.d.mts.map +1 -0
  52. package/dist/actions/delete-offer.mjs +17 -0
  53. package/dist/actions/delete-offer.mjs.map +1 -0
  54. package/dist/actions/delete-pricing-table-offer.cjs +19 -0
  55. package/dist/actions/delete-pricing-table-offer.cjs.map +1 -0
  56. package/dist/actions/delete-pricing-table-offer.d.cts +9 -0
  57. package/dist/actions/delete-pricing-table-offer.d.cts.map +1 -0
  58. package/dist/actions/delete-pricing-table-offer.d.mts +9 -0
  59. package/dist/actions/delete-pricing-table-offer.d.mts.map +1 -0
  60. package/dist/actions/delete-pricing-table-offer.mjs +16 -0
  61. package/dist/actions/delete-pricing-table-offer.mjs.map +1 -0
  62. package/dist/actions/delete-pricing-table.cjs +19 -0
  63. package/dist/actions/delete-pricing-table.cjs.map +1 -0
  64. package/dist/actions/delete-pricing-table.d.cts +9 -0
  65. package/dist/actions/delete-pricing-table.d.cts.map +1 -0
  66. package/dist/actions/delete-pricing-table.d.mts +9 -0
  67. package/dist/actions/delete-pricing-table.d.mts.map +1 -0
  68. package/dist/actions/delete-pricing-table.mjs +16 -0
  69. package/dist/actions/delete-pricing-table.mjs.map +1 -0
  70. package/dist/actions/delete-subscription-discount.cjs +16 -0
  71. package/dist/actions/delete-subscription-discount.cjs.map +1 -0
  72. package/dist/actions/delete-subscription-discount.d.cts +9 -0
  73. package/dist/actions/delete-subscription-discount.d.cts.map +1 -0
  74. package/dist/actions/delete-subscription-discount.d.mts +9 -0
  75. package/dist/actions/delete-subscription-discount.d.mts.map +1 -0
  76. package/dist/actions/delete-subscription-discount.mjs +13 -0
  77. package/dist/actions/delete-subscription-discount.mjs.map +1 -0
  78. package/dist/actions/enable-webhook.cjs +19 -0
  79. package/dist/actions/enable-webhook.cjs.map +1 -0
  80. package/dist/actions/enable-webhook.d.cts +9 -0
  81. package/dist/actions/enable-webhook.d.cts.map +1 -0
  82. package/dist/actions/enable-webhook.d.mts +9 -0
  83. package/dist/actions/enable-webhook.d.mts.map +1 -0
  84. package/dist/actions/enable-webhook.mjs +16 -0
  85. package/dist/actions/enable-webhook.mjs.map +1 -0
  86. package/dist/actions/get-customer-billing-address.cjs +28 -0
  87. package/dist/actions/get-customer-billing-address.cjs.map +1 -0
  88. package/dist/actions/get-customer-billing-address.d.cts +9 -0
  89. package/dist/actions/get-customer-billing-address.d.cts.map +1 -0
  90. package/dist/actions/get-customer-billing-address.d.mts +9 -0
  91. package/dist/actions/get-customer-billing-address.d.mts.map +1 -0
  92. package/dist/actions/get-customer-billing-address.mjs +25 -0
  93. package/dist/actions/get-customer-billing-address.mjs.map +1 -0
  94. package/dist/actions/get-customer-billing.cjs +37 -0
  95. package/dist/actions/get-customer-billing.cjs.map +1 -0
  96. package/dist/actions/get-customer-billing.d.cts +9 -0
  97. package/dist/actions/get-customer-billing.d.cts.map +1 -0
  98. package/dist/actions/get-customer-billing.d.mts +9 -0
  99. package/dist/actions/get-customer-billing.d.mts.map +1 -0
  100. package/dist/actions/get-customer-billing.mjs +36 -0
  101. package/dist/actions/get-customer-billing.mjs.map +1 -0
  102. package/dist/actions/get-customer-by-reference.cjs +35 -0
  103. package/dist/actions/get-customer-by-reference.cjs.map +1 -0
  104. package/dist/actions/get-customer-by-reference.d.cts +9 -0
  105. package/dist/actions/get-customer-by-reference.d.cts.map +1 -0
  106. package/dist/actions/get-customer-by-reference.d.mts +9 -0
  107. package/dist/actions/get-customer-by-reference.d.mts.map +1 -0
  108. package/dist/actions/get-customer-by-reference.mjs +34 -0
  109. package/dist/actions/get-customer-by-reference.mjs.map +1 -0
  110. package/dist/actions/get-customer-payment-settings.cjs +23 -0
  111. package/dist/actions/get-customer-payment-settings.cjs.map +1 -0
  112. package/dist/actions/get-customer-payment-settings.d.cts +9 -0
  113. package/dist/actions/get-customer-payment-settings.d.cts.map +1 -0
  114. package/dist/actions/get-customer-payment-settings.d.mts +9 -0
  115. package/dist/actions/get-customer-payment-settings.d.mts.map +1 -0
  116. package/dist/actions/get-customer-payment-settings.mjs +20 -0
  117. package/dist/actions/get-customer-payment-settings.mjs.map +1 -0
  118. package/dist/actions/get-customer.cjs +38 -0
  119. package/dist/actions/get-customer.cjs.map +1 -0
  120. package/dist/actions/get-customer.d.cts +9 -0
  121. package/dist/actions/get-customer.d.cts.map +1 -0
  122. package/dist/actions/get-customer.d.mts +9 -0
  123. package/dist/actions/get-customer.d.mts.map +1 -0
  124. package/dist/actions/get-customer.mjs +37 -0
  125. package/dist/actions/get-customer.mjs.map +1 -0
  126. package/dist/actions/get-discount.cjs +56 -0
  127. package/dist/actions/get-discount.cjs.map +1 -0
  128. package/dist/actions/get-discount.d.cts +9 -0
  129. package/dist/actions/get-discount.d.cts.map +1 -0
  130. package/dist/actions/get-discount.d.mts +9 -0
  131. package/dist/actions/get-discount.d.mts.map +1 -0
  132. package/dist/actions/get-discount.mjs +55 -0
  133. package/dist/actions/get-discount.mjs.map +1 -0
  134. package/dist/actions/get-feature.cjs +34 -0
  135. package/dist/actions/get-feature.cjs.map +1 -0
  136. package/dist/actions/get-feature.d.cts +9 -0
  137. package/dist/actions/get-feature.d.cts.map +1 -0
  138. package/dist/actions/get-feature.d.mts +9 -0
  139. package/dist/actions/get-feature.d.mts.map +1 -0
  140. package/dist/actions/get-feature.mjs +31 -0
  141. package/dist/actions/get-feature.mjs.map +1 -0
  142. package/dist/actions/get-invoice.cjs +48 -0
  143. package/dist/actions/get-invoice.cjs.map +1 -0
  144. package/dist/actions/get-invoice.d.cts +9 -0
  145. package/dist/actions/get-invoice.d.cts.map +1 -0
  146. package/dist/actions/get-invoice.d.mts +9 -0
  147. package/dist/actions/get-invoice.d.mts.map +1 -0
  148. package/dist/actions/get-invoice.mjs +47 -0
  149. package/dist/actions/get-invoice.mjs.map +1 -0
  150. package/dist/actions/get-offer.cjs +54 -0
  151. package/dist/actions/get-offer.cjs.map +1 -0
  152. package/dist/actions/get-offer.d.cts +9 -0
  153. package/dist/actions/get-offer.d.cts.map +1 -0
  154. package/dist/actions/get-offer.d.mts +9 -0
  155. package/dist/actions/get-offer.d.mts.map +1 -0
  156. package/dist/actions/get-offer.mjs +53 -0
  157. package/dist/actions/get-offer.mjs.map +1 -0
  158. package/dist/actions/get-subscription-by-customer.cjs +78 -0
  159. package/dist/actions/get-subscription-by-customer.cjs.map +1 -0
  160. package/dist/actions/get-subscription-by-customer.d.cts +9 -0
  161. package/dist/actions/get-subscription-by-customer.d.cts.map +1 -0
  162. package/dist/actions/get-subscription-by-customer.d.mts +9 -0
  163. package/dist/actions/get-subscription-by-customer.d.mts.map +1 -0
  164. package/dist/actions/get-subscription-by-customer.mjs +77 -0
  165. package/dist/actions/get-subscription-by-customer.mjs.map +1 -0
  166. package/dist/actions/get-subscription-creation-quote.cjs +46 -0
  167. package/dist/actions/get-subscription-creation-quote.cjs.map +1 -0
  168. package/dist/actions/get-subscription-creation-quote.d.cts +9 -0
  169. package/dist/actions/get-subscription-creation-quote.d.cts.map +1 -0
  170. package/dist/actions/get-subscription-creation-quote.d.mts +9 -0
  171. package/dist/actions/get-subscription-creation-quote.d.mts.map +1 -0
  172. package/dist/actions/get-subscription-creation-quote.mjs +45 -0
  173. package/dist/actions/get-subscription-creation-quote.mjs.map +1 -0
  174. package/dist/actions/get-usage.cjs +34 -0
  175. package/dist/actions/get-usage.cjs.map +1 -0
  176. package/dist/actions/get-usage.d.cts +9 -0
  177. package/dist/actions/get-usage.d.cts.map +1 -0
  178. package/dist/actions/get-usage.d.mts +9 -0
  179. package/dist/actions/get-usage.d.mts.map +1 -0
  180. package/dist/actions/get-usage.mjs +31 -0
  181. package/dist/actions/get-usage.mjs.map +1 -0
  182. package/dist/actions/get-usages-for-customer.cjs +48 -0
  183. package/dist/actions/get-usages-for-customer.cjs.map +1 -0
  184. package/dist/actions/get-usages-for-customer.d.cts +9 -0
  185. package/dist/actions/get-usages-for-customer.d.cts.map +1 -0
  186. package/dist/actions/get-usages-for-customer.d.mts +9 -0
  187. package/dist/actions/get-usages-for-customer.d.mts.map +1 -0
  188. package/dist/actions/get-usages-for-customer.mjs +47 -0
  189. package/dist/actions/get-usages-for-customer.mjs.map +1 -0
  190. package/dist/actions/index.cjs +129 -0
  191. package/dist/actions/index.d.cts +65 -0
  192. package/dist/actions/index.d.mts +65 -0
  193. package/dist/actions/index.mjs +65 -0
  194. package/dist/actions/invalidate-customer-by-id.cjs +32 -0
  195. package/dist/actions/invalidate-customer-by-id.cjs.map +1 -0
  196. package/dist/actions/invalidate-customer-by-id.d.cts +9 -0
  197. package/dist/actions/invalidate-customer-by-id.d.cts.map +1 -0
  198. package/dist/actions/invalidate-customer-by-id.d.mts +9 -0
  199. package/dist/actions/invalidate-customer-by-id.d.mts.map +1 -0
  200. package/dist/actions/invalidate-customer-by-id.mjs +31 -0
  201. package/dist/actions/invalidate-customer-by-id.mjs.map +1 -0
  202. package/dist/actions/invalidate-customer.cjs +35 -0
  203. package/dist/actions/invalidate-customer.cjs.map +1 -0
  204. package/dist/actions/invalidate-customer.d.cts +9 -0
  205. package/dist/actions/invalidate-customer.d.cts.map +1 -0
  206. package/dist/actions/invalidate-customer.d.mts +9 -0
  207. package/dist/actions/invalidate-customer.d.mts.map +1 -0
  208. package/dist/actions/invalidate-customer.mjs +34 -0
  209. package/dist/actions/invalidate-customer.mjs.map +1 -0
  210. package/dist/actions/list-balance-lines.cjs +49 -0
  211. package/dist/actions/list-balance-lines.cjs.map +1 -0
  212. package/dist/actions/list-balance-lines.d.cts +9 -0
  213. package/dist/actions/list-balance-lines.d.cts.map +1 -0
  214. package/dist/actions/list-balance-lines.d.mts +9 -0
  215. package/dist/actions/list-balance-lines.d.mts.map +1 -0
  216. package/dist/actions/list-balance-lines.mjs +48 -0
  217. package/dist/actions/list-balance-lines.mjs.map +1 -0
  218. package/dist/actions/list-business-localization.cjs +43 -0
  219. package/dist/actions/list-business-localization.cjs.map +1 -0
  220. package/dist/actions/list-business-localization.d.cts +9 -0
  221. package/dist/actions/list-business-localization.d.cts.map +1 -0
  222. package/dist/actions/list-business-localization.d.mts +9 -0
  223. package/dist/actions/list-business-localization.d.mts.map +1 -0
  224. package/dist/actions/list-business-localization.mjs +42 -0
  225. package/dist/actions/list-business-localization.mjs.map +1 -0
  226. package/dist/actions/list-businesses.cjs +44 -0
  227. package/dist/actions/list-businesses.cjs.map +1 -0
  228. package/dist/actions/list-businesses.d.cts +9 -0
  229. package/dist/actions/list-businesses.d.cts.map +1 -0
  230. package/dist/actions/list-businesses.d.mts +9 -0
  231. package/dist/actions/list-businesses.d.mts.map +1 -0
  232. package/dist/actions/list-businesses.mjs +43 -0
  233. package/dist/actions/list-businesses.mjs.map +1 -0
  234. package/dist/actions/list-customer-moves.cjs +50 -0
  235. package/dist/actions/list-customer-moves.cjs.map +1 -0
  236. package/dist/actions/list-customer-moves.d.cts +9 -0
  237. package/dist/actions/list-customer-moves.d.cts.map +1 -0
  238. package/dist/actions/list-customer-moves.d.mts +9 -0
  239. package/dist/actions/list-customer-moves.d.mts.map +1 -0
  240. package/dist/actions/list-customer-moves.mjs +49 -0
  241. package/dist/actions/list-customer-moves.mjs.map +1 -0
  242. package/dist/actions/list-customers-by-feature.cjs +38 -0
  243. package/dist/actions/list-customers-by-feature.cjs.map +1 -0
  244. package/dist/actions/list-customers-by-feature.d.cts +9 -0
  245. package/dist/actions/list-customers-by-feature.d.cts.map +1 -0
  246. package/dist/actions/list-customers-by-feature.d.mts +9 -0
  247. package/dist/actions/list-customers-by-feature.d.mts.map +1 -0
  248. package/dist/actions/list-customers-by-feature.mjs +37 -0
  249. package/dist/actions/list-customers-by-feature.mjs.map +1 -0
  250. package/dist/actions/list-customers.cjs +55 -0
  251. package/dist/actions/list-customers.cjs.map +1 -0
  252. package/dist/actions/list-customers.d.cts +9 -0
  253. package/dist/actions/list-customers.d.cts.map +1 -0
  254. package/dist/actions/list-customers.d.mts +9 -0
  255. package/dist/actions/list-customers.d.mts.map +1 -0
  256. package/dist/actions/list-customers.mjs +54 -0
  257. package/dist/actions/list-customers.mjs.map +1 -0
  258. package/dist/actions/list-discounts.cjs +55 -0
  259. package/dist/actions/list-discounts.cjs.map +1 -0
  260. package/dist/actions/list-discounts.d.cts +9 -0
  261. package/dist/actions/list-discounts.d.cts.map +1 -0
  262. package/dist/actions/list-discounts.d.mts +9 -0
  263. package/dist/actions/list-discounts.d.mts.map +1 -0
  264. package/dist/actions/list-discounts.mjs +54 -0
  265. package/dist/actions/list-discounts.mjs.map +1 -0
  266. package/dist/actions/list-features.cjs +52 -0
  267. package/dist/actions/list-features.cjs.map +1 -0
  268. package/dist/actions/list-features.d.cts +9 -0
  269. package/dist/actions/list-features.d.cts.map +1 -0
  270. package/dist/actions/list-features.d.mts +9 -0
  271. package/dist/actions/list-features.d.mts.map +1 -0
  272. package/dist/actions/list-features.mjs +51 -0
  273. package/dist/actions/list-features.mjs.map +1 -0
  274. package/dist/actions/list-gateway-accounts.cjs +55 -0
  275. package/dist/actions/list-gateway-accounts.cjs.map +1 -0
  276. package/dist/actions/list-gateway-accounts.d.cts +9 -0
  277. package/dist/actions/list-gateway-accounts.d.cts.map +1 -0
  278. package/dist/actions/list-gateway-accounts.d.mts +9 -0
  279. package/dist/actions/list-gateway-accounts.d.mts.map +1 -0
  280. package/dist/actions/list-gateway-accounts.mjs +54 -0
  281. package/dist/actions/list-gateway-accounts.mjs.map +1 -0
  282. package/dist/actions/list-gateway-permissions.cjs +52 -0
  283. package/dist/actions/list-gateway-permissions.cjs.map +1 -0
  284. package/dist/actions/list-gateway-permissions.d.cts +9 -0
  285. package/dist/actions/list-gateway-permissions.d.cts.map +1 -0
  286. package/dist/actions/list-gateway-permissions.d.mts +9 -0
  287. package/dist/actions/list-gateway-permissions.d.mts.map +1 -0
  288. package/dist/actions/list-gateway-permissions.mjs +51 -0
  289. package/dist/actions/list-gateway-permissions.mjs.map +1 -0
  290. package/dist/actions/list-gateway-requests.cjs +66 -0
  291. package/dist/actions/list-gateway-requests.cjs.map +1 -0
  292. package/dist/actions/list-gateway-requests.d.cts +9 -0
  293. package/dist/actions/list-gateway-requests.d.cts.map +1 -0
  294. package/dist/actions/list-gateway-requests.d.mts +9 -0
  295. package/dist/actions/list-gateway-requests.d.mts.map +1 -0
  296. package/dist/actions/list-gateway-requests.mjs +65 -0
  297. package/dist/actions/list-gateway-requests.mjs.map +1 -0
  298. package/dist/actions/list-gateway-transactions.cjs +57 -0
  299. package/dist/actions/list-gateway-transactions.cjs.map +1 -0
  300. package/dist/actions/list-gateway-transactions.d.cts +9 -0
  301. package/dist/actions/list-gateway-transactions.d.cts.map +1 -0
  302. package/dist/actions/list-gateway-transactions.d.mts +9 -0
  303. package/dist/actions/list-gateway-transactions.d.mts.map +1 -0
  304. package/dist/actions/list-gateway-transactions.mjs +56 -0
  305. package/dist/actions/list-gateway-transactions.mjs.map +1 -0
  306. package/dist/actions/list-invoice-lines.cjs +37 -0
  307. package/dist/actions/list-invoice-lines.cjs.map +1 -0
  308. package/dist/actions/list-invoice-lines.d.cts +9 -0
  309. package/dist/actions/list-invoice-lines.d.cts.map +1 -0
  310. package/dist/actions/list-invoice-lines.d.mts +9 -0
  311. package/dist/actions/list-invoice-lines.d.mts.map +1 -0
  312. package/dist/actions/list-invoice-lines.mjs +36 -0
  313. package/dist/actions/list-invoice-lines.mjs.map +1 -0
  314. package/dist/actions/list-invoices-by-customer.cjs +50 -0
  315. package/dist/actions/list-invoices-by-customer.cjs.map +1 -0
  316. package/dist/actions/list-invoices-by-customer.d.cts +9 -0
  317. package/dist/actions/list-invoices-by-customer.d.cts.map +1 -0
  318. package/dist/actions/list-invoices-by-customer.d.mts +9 -0
  319. package/dist/actions/list-invoices-by-customer.d.mts.map +1 -0
  320. package/dist/actions/list-invoices-by-customer.mjs +49 -0
  321. package/dist/actions/list-invoices-by-customer.mjs.map +1 -0
  322. package/dist/actions/list-invoices.cjs +52 -0
  323. package/dist/actions/list-invoices.cjs.map +1 -0
  324. package/dist/actions/list-invoices.d.cts +9 -0
  325. package/dist/actions/list-invoices.d.cts.map +1 -0
  326. package/dist/actions/list-invoices.d.mts +9 -0
  327. package/dist/actions/list-invoices.d.mts.map +1 -0
  328. package/dist/actions/list-invoices.mjs +51 -0
  329. package/dist/actions/list-invoices.mjs.map +1 -0
  330. package/dist/actions/list-offers.cjs +55 -0
  331. package/dist/actions/list-offers.cjs.map +1 -0
  332. package/dist/actions/list-offers.d.cts +9 -0
  333. package/dist/actions/list-offers.d.cts.map +1 -0
  334. package/dist/actions/list-offers.d.mts +9 -0
  335. package/dist/actions/list-offers.d.mts.map +1 -0
  336. package/dist/actions/list-offers.mjs +54 -0
  337. package/dist/actions/list-offers.mjs.map +1 -0
  338. package/dist/actions/list-payments.cjs +50 -0
  339. package/dist/actions/list-payments.cjs.map +1 -0
  340. package/dist/actions/list-payments.d.cts +9 -0
  341. package/dist/actions/list-payments.d.cts.map +1 -0
  342. package/dist/actions/list-payments.d.mts +9 -0
  343. package/dist/actions/list-payments.d.mts.map +1 -0
  344. package/dist/actions/list-payments.mjs +49 -0
  345. package/dist/actions/list-payments.mjs.map +1 -0
  346. package/dist/actions/list-pricing-table-offers.cjs +41 -0
  347. package/dist/actions/list-pricing-table-offers.cjs.map +1 -0
  348. package/dist/actions/list-pricing-table-offers.d.cts +9 -0
  349. package/dist/actions/list-pricing-table-offers.d.cts.map +1 -0
  350. package/dist/actions/list-pricing-table-offers.d.mts +9 -0
  351. package/dist/actions/list-pricing-table-offers.d.mts.map +1 -0
  352. package/dist/actions/list-pricing-table-offers.mjs +40 -0
  353. package/dist/actions/list-pricing-table-offers.mjs.map +1 -0
  354. package/dist/actions/list-pricing-tables.cjs +48 -0
  355. package/dist/actions/list-pricing-tables.cjs.map +1 -0
  356. package/dist/actions/list-pricing-tables.d.cts +9 -0
  357. package/dist/actions/list-pricing-tables.d.cts.map +1 -0
  358. package/dist/actions/list-pricing-tables.d.mts +9 -0
  359. package/dist/actions/list-pricing-tables.d.mts.map +1 -0
  360. package/dist/actions/list-pricing-tables.mjs +47 -0
  361. package/dist/actions/list-pricing-tables.mjs.map +1 -0
  362. package/dist/actions/list-segment-localizations.cjs +38 -0
  363. package/dist/actions/list-segment-localizations.cjs.map +1 -0
  364. package/dist/actions/list-segment-localizations.d.cts +9 -0
  365. package/dist/actions/list-segment-localizations.d.cts.map +1 -0
  366. package/dist/actions/list-segment-localizations.d.mts +9 -0
  367. package/dist/actions/list-segment-localizations.d.mts.map +1 -0
  368. package/dist/actions/list-segment-localizations.mjs +37 -0
  369. package/dist/actions/list-segment-localizations.mjs.map +1 -0
  370. package/dist/actions/list-segments.cjs +53 -0
  371. package/dist/actions/list-segments.cjs.map +1 -0
  372. package/dist/actions/list-segments.d.cts +9 -0
  373. package/dist/actions/list-segments.d.cts.map +1 -0
  374. package/dist/actions/list-segments.d.mts +9 -0
  375. package/dist/actions/list-segments.d.mts.map +1 -0
  376. package/dist/actions/list-segments.mjs +52 -0
  377. package/dist/actions/list-segments.mjs.map +1 -0
  378. package/dist/actions/list-subscription-discounts.cjs +47 -0
  379. package/dist/actions/list-subscription-discounts.cjs.map +1 -0
  380. package/dist/actions/list-subscription-discounts.d.cts +9 -0
  381. package/dist/actions/list-subscription-discounts.d.cts.map +1 -0
  382. package/dist/actions/list-subscription-discounts.d.mts +9 -0
  383. package/dist/actions/list-subscription-discounts.d.mts.map +1 -0
  384. package/dist/actions/list-subscription-discounts.mjs +46 -0
  385. package/dist/actions/list-subscription-discounts.mjs.map +1 -0
  386. package/dist/actions/list-subscription-features.cjs +46 -0
  387. package/dist/actions/list-subscription-features.cjs.map +1 -0
  388. package/dist/actions/list-subscription-features.d.cts +9 -0
  389. package/dist/actions/list-subscription-features.d.cts.map +1 -0
  390. package/dist/actions/list-subscription-features.d.mts +9 -0
  391. package/dist/actions/list-subscription-features.d.mts.map +1 -0
  392. package/dist/actions/list-subscription-features.mjs +45 -0
  393. package/dist/actions/list-subscription-features.mjs.map +1 -0
  394. package/dist/actions/list-subscription-periods.cjs +46 -0
  395. package/dist/actions/list-subscription-periods.cjs.map +1 -0
  396. package/dist/actions/list-subscription-periods.d.cts +9 -0
  397. package/dist/actions/list-subscription-periods.d.cts.map +1 -0
  398. package/dist/actions/list-subscription-periods.d.mts +9 -0
  399. package/dist/actions/list-subscription-periods.d.mts.map +1 -0
  400. package/dist/actions/list-subscription-periods.mjs +45 -0
  401. package/dist/actions/list-subscription-periods.mjs.map +1 -0
  402. package/dist/actions/list-subscriptions.cjs +59 -0
  403. package/dist/actions/list-subscriptions.cjs.map +1 -0
  404. package/dist/actions/list-subscriptions.d.cts +9 -0
  405. package/dist/actions/list-subscriptions.d.cts.map +1 -0
  406. package/dist/actions/list-subscriptions.d.mts +9 -0
  407. package/dist/actions/list-subscriptions.d.mts.map +1 -0
  408. package/dist/actions/list-subscriptions.mjs +58 -0
  409. package/dist/actions/list-subscriptions.mjs.map +1 -0
  410. package/dist/actions/list-tax-profile-exceptions.cjs +52 -0
  411. package/dist/actions/list-tax-profile-exceptions.cjs.map +1 -0
  412. package/dist/actions/list-tax-profile-exceptions.d.cts +9 -0
  413. package/dist/actions/list-tax-profile-exceptions.d.cts.map +1 -0
  414. package/dist/actions/list-tax-profile-exceptions.d.mts +9 -0
  415. package/dist/actions/list-tax-profile-exceptions.d.mts.map +1 -0
  416. package/dist/actions/list-tax-profile-exceptions.mjs +51 -0
  417. package/dist/actions/list-tax-profile-exceptions.mjs.map +1 -0
  418. package/dist/actions/list-tax-profiles.cjs +48 -0
  419. package/dist/actions/list-tax-profiles.cjs.map +1 -0
  420. package/dist/actions/list-tax-profiles.d.cts +9 -0
  421. package/dist/actions/list-tax-profiles.d.cts.map +1 -0
  422. package/dist/actions/list-tax-profiles.d.mts +9 -0
  423. package/dist/actions/list-tax-profiles.d.mts.map +1 -0
  424. package/dist/actions/list-tax-profiles.mjs +47 -0
  425. package/dist/actions/list-tax-profiles.mjs.map +1 -0
  426. package/dist/actions/list-upgrade-offers.cjs +72 -0
  427. package/dist/actions/list-upgrade-offers.cjs.map +1 -0
  428. package/dist/actions/list-upgrade-offers.d.cts +9 -0
  429. package/dist/actions/list-upgrade-offers.d.cts.map +1 -0
  430. package/dist/actions/list-upgrade-offers.d.mts +9 -0
  431. package/dist/actions/list-upgrade-offers.d.mts.map +1 -0
  432. package/dist/actions/list-upgrade-offers.mjs +71 -0
  433. package/dist/actions/list-upgrade-offers.mjs.map +1 -0
  434. package/dist/actions/list-webhook-notifications.cjs +58 -0
  435. package/dist/actions/list-webhook-notifications.cjs.map +1 -0
  436. package/dist/actions/list-webhook-notifications.d.cts +9 -0
  437. package/dist/actions/list-webhook-notifications.d.cts.map +1 -0
  438. package/dist/actions/list-webhook-notifications.d.mts +9 -0
  439. package/dist/actions/list-webhook-notifications.d.mts.map +1 -0
  440. package/dist/actions/list-webhook-notifications.mjs +57 -0
  441. package/dist/actions/list-webhook-notifications.mjs.map +1 -0
  442. package/dist/actions/list-webhooks.cjs +49 -0
  443. package/dist/actions/list-webhooks.cjs.map +1 -0
  444. package/dist/actions/list-webhooks.d.cts +9 -0
  445. package/dist/actions/list-webhooks.d.cts.map +1 -0
  446. package/dist/actions/list-webhooks.d.mts +9 -0
  447. package/dist/actions/list-webhooks.d.mts.map +1 -0
  448. package/dist/actions/list-webhooks.mjs +48 -0
  449. package/dist/actions/list-webhooks.mjs.map +1 -0
  450. package/dist/actions/quote-balance-line.cjs +41 -0
  451. package/dist/actions/quote-balance-line.cjs.map +1 -0
  452. package/dist/actions/quote-balance-line.d.cts +9 -0
  453. package/dist/actions/quote-balance-line.d.cts.map +1 -0
  454. package/dist/actions/quote-balance-line.d.mts +9 -0
  455. package/dist/actions/quote-balance-line.d.mts.map +1 -0
  456. package/dist/actions/quote-balance-line.mjs +40 -0
  457. package/dist/actions/quote-balance-line.mjs.map +1 -0
  458. package/dist/actions/revoke-customer-links.cjs +31 -0
  459. package/dist/actions/revoke-customer-links.cjs.map +1 -0
  460. package/dist/actions/revoke-customer-links.d.cts +9 -0
  461. package/dist/actions/revoke-customer-links.d.cts.map +1 -0
  462. package/dist/actions/revoke-customer-links.d.mts +9 -0
  463. package/dist/actions/revoke-customer-links.d.mts.map +1 -0
  464. package/dist/actions/revoke-customer-links.mjs +30 -0
  465. package/dist/actions/revoke-customer-links.mjs.map +1 -0
  466. package/dist/actions/update-businesses-billing-address.cjs +50 -0
  467. package/dist/actions/update-businesses-billing-address.cjs.map +1 -0
  468. package/dist/actions/update-businesses-billing-address.d.cts +9 -0
  469. package/dist/actions/update-businesses-billing-address.d.cts.map +1 -0
  470. package/dist/actions/update-businesses-billing-address.d.mts +9 -0
  471. package/dist/actions/update-businesses-billing-address.d.mts.map +1 -0
  472. package/dist/actions/update-businesses-billing-address.mjs +49 -0
  473. package/dist/actions/update-businesses-billing-address.mjs.map +1 -0
  474. package/dist/actions/update-customer-billing-address.cjs +41 -0
  475. package/dist/actions/update-customer-billing-address.cjs.map +1 -0
  476. package/dist/actions/update-customer-billing-address.d.cts +9 -0
  477. package/dist/actions/update-customer-billing-address.d.cts.map +1 -0
  478. package/dist/actions/update-customer-billing-address.d.mts +9 -0
  479. package/dist/actions/update-customer-billing-address.d.mts.map +1 -0
  480. package/dist/actions/update-customer-billing-address.mjs +38 -0
  481. package/dist/actions/update-customer-billing-address.mjs.map +1 -0
  482. package/dist/actions/update-customer-payment-settings.cjs +25 -0
  483. package/dist/actions/update-customer-payment-settings.cjs.map +1 -0
  484. package/dist/actions/update-customer-payment-settings.d.cts +9 -0
  485. package/dist/actions/update-customer-payment-settings.d.cts.map +1 -0
  486. package/dist/actions/update-customer-payment-settings.d.mts +9 -0
  487. package/dist/actions/update-customer-payment-settings.d.mts.map +1 -0
  488. package/dist/actions/update-customer-payment-settings.mjs +22 -0
  489. package/dist/actions/update-customer-payment-settings.mjs.map +1 -0
  490. package/dist/actions/update-customer-shipping.cjs +51 -0
  491. package/dist/actions/update-customer-shipping.cjs.map +1 -0
  492. package/dist/actions/update-customer-shipping.d.cts +9 -0
  493. package/dist/actions/update-customer-shipping.d.cts.map +1 -0
  494. package/dist/actions/update-customer-shipping.d.mts +9 -0
  495. package/dist/actions/update-customer-shipping.d.mts.map +1 -0
  496. package/dist/actions/update-customer-shipping.mjs +50 -0
  497. package/dist/actions/update-customer-shipping.mjs.map +1 -0
  498. package/dist/actions/update-customer.cjs +46 -0
  499. package/dist/actions/update-customer.cjs.map +1 -0
  500. package/dist/actions/update-customer.d.cts +9 -0
  501. package/dist/actions/update-customer.d.cts.map +1 -0
  502. package/dist/actions/update-customer.d.mts +9 -0
  503. package/dist/actions/update-customer.d.mts.map +1 -0
  504. package/dist/actions/update-customer.mjs +45 -0
  505. package/dist/actions/update-customer.mjs.map +1 -0
  506. package/dist/actions/update-feature.cjs +46 -0
  507. package/dist/actions/update-feature.cjs.map +1 -0
  508. package/dist/actions/update-feature.d.cts +9 -0
  509. package/dist/actions/update-feature.d.cts.map +1 -0
  510. package/dist/actions/update-feature.d.mts +9 -0
  511. package/dist/actions/update-feature.d.mts.map +1 -0
  512. package/dist/actions/update-feature.mjs +45 -0
  513. package/dist/actions/update-feature.mjs.map +1 -0
  514. package/dist/actions/update-tax-profiles.cjs +39 -0
  515. package/dist/actions/update-tax-profiles.cjs.map +1 -0
  516. package/dist/actions/update-tax-profiles.d.cts +9 -0
  517. package/dist/actions/update-tax-profiles.d.cts.map +1 -0
  518. package/dist/actions/update-tax-profiles.d.mts +9 -0
  519. package/dist/actions/update-tax-profiles.d.mts.map +1 -0
  520. package/dist/actions/update-tax-profiles.mjs +38 -0
  521. package/dist/actions/update-tax-profiles.mjs.map +1 -0
  522. package/dist/app.cjs +9 -0
  523. package/dist/app.cjs.map +1 -0
  524. package/dist/app.d.cts +5 -0
  525. package/dist/app.d.cts.map +1 -0
  526. package/dist/app.d.mts +5 -0
  527. package/dist/app.d.mts.map +1 -0
  528. package/dist/app.mjs +10 -0
  529. package/dist/app.mjs.map +1 -0
  530. package/dist/catalog.cjs +15 -0
  531. package/dist/catalog.cjs.map +1 -0
  532. package/dist/catalog.d.cts +14 -0
  533. package/dist/catalog.d.cts.map +1 -0
  534. package/dist/catalog.d.mts +14 -0
  535. package/dist/catalog.d.mts.map +1 -0
  536. package/dist/catalog.mjs +15 -0
  537. package/dist/catalog.mjs.map +1 -0
  538. package/dist/execute.cjs +18 -0
  539. package/dist/execute.cjs.map +1 -0
  540. package/dist/execute.mjs +18 -0
  541. package/dist/execute.mjs.map +1 -0
  542. package/dist/index.cjs +134 -0
  543. package/dist/index.d.cts +67 -0
  544. package/dist/index.d.mts +67 -0
  545. package/dist/index.mjs +68 -0
  546. package/package.json +49 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-customer.cjs","names":["z","action"],"sources":["../../src/actions/update-customer.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProabonoUpdateCustomerInput: z.ZodTypeAny = z.object({\n Id: z.number().int().describe(\"The unique identifier of the customer to update\"),\n Name: z.string().describe(\"Display name of the customer. Use this to update the customer's full name\").optional(),\n Email: z.string().describe(\"Customer's email address. Use this to update the customer's contact email\").optional(),\n Language: z.string().describe(\"Customer's preferred language in ISO 639-1 format (2-letter code). Use this to update the customer's language preference\").optional(),\n IdBusiness: z.number().int().describe(\"The business identifier. Optional parameter to scope the request to a specific business\").optional(),\n ReferenceCustomer: z.string().describe(\"Your custom reference for the customer shared between ProAbono and your application\").optional(),\n}).describe(\"Request model for updating an existing customer in ProAbono.\");\nconst ProabonoUpdateCustomer_LinkSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"Relationship type of the link\").nullable().optional(),\n href: z.string().describe(\"URL of the related resource\").nullable().optional(),\n query: z.string().describe(\"Query parameter for the related resource\").nullable().optional(),\n}).describe(\"Related resource link.\");\nexport const ProabonoUpdateCustomerOutput: z.ZodTypeAny = z.object({\n Id: z.number().int().describe(\"Unique identifier of the updated Customer object\").nullable().optional(),\n Name: z.string().describe(\"Display name of the customer\").nullable().optional(),\n Email: z.string().describe(\"Customer's email address\").nullable().optional(),\n Links: z.array(ProabonoUpdateCustomer_LinkSchema).describe(\"Collection of related resource links with rel/href properties\").nullable().optional(),\n Status: z.string().describe(\"Functional state indicating external perspective of customer condition\").nullable().optional(),\n Currency: z.string().describe(\"Currency code for the customer\").nullable().optional(),\n Language: z.string().describe(\"Customer's language preference (ISO 639-1 code)\").nullable().optional(),\n Metadata: z.object({}).describe(\"Optional key-value pairs (max 5 pairs, 50-char keys, 450-char values)\").nullable().optional(),\n IdSegment: z.number().int().describe(\"Associated segment identifier\").nullable().optional(),\n DateUpdate: z.string().describe(\"Most recent modification timestamp in UTC/ISO 8601 format\").nullable().optional(),\n IdBusiness: z.number().int().describe(\"Associated business identifier\").nullable().optional(),\n DateCreation: z.string().describe(\"Creation timestamp in UTC/ISO 8601 format\").nullable().optional(),\n IdUserUpdate: z.number().int().describe(\"User ID who last modified the customer record\").nullable().optional(),\n StateCustomer: z.string().describe(\"Technical state reflecting functional status and lifecycle information\").nullable().optional(),\n IdUserCreation: z.number().int().describe(\"User ID who initially created the customer\").nullable().optional(),\n ReferenceSegment: z.string().describe(\"Reference of the segment the customer belongs to\").nullable().optional(),\n ReferenceCustomer: z.string().describe(\"Shared reference key between ProAbono and your application\").nullable().optional(),\n}).describe(\"Response model for an updated ProAbono customer.\");\n\nexport const proabonoUpdateCustomer = action(\"PROABONO_UPDATE_CUSTOMER\", {\n slug: \"proabono-update-customer\",\n name: \"Update Customer\",\n description: \"Tool to update an existing customer in ProAbono via the Backoffice API. Use when you need to modify customer properties such as name, email, or language preferences. Allows partial updates.\",\n input: ProabonoUpdateCustomerInput,\n output: ProabonoUpdateCustomerOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-customer.d.ts
4
+ declare const ProabonoUpdateCustomerInput: z.ZodTypeAny;
5
+ declare const ProabonoUpdateCustomerOutput: z.ZodTypeAny;
6
+ declare const proabonoUpdateCustomer: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { proabonoUpdateCustomer };
9
+ //# sourceMappingURL=update-customer.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-customer.d.cts","names":[],"sources":["../../src/actions/update-customer.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAO+B;AAAA,cAM9D,4BAAA,EAA8B,CAAA,CAAE,UAkBkB;AAAA,cAElD,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-customer.d.ts
4
+ declare const ProabonoUpdateCustomerInput: z.ZodTypeAny;
5
+ declare const ProabonoUpdateCustomerOutput: z.ZodTypeAny;
6
+ declare const proabonoUpdateCustomer: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { proabonoUpdateCustomer };
9
+ //# sourceMappingURL=update-customer.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-customer.d.mts","names":[],"sources":["../../src/actions/update-customer.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAO+B;AAAA,cAM9D,4BAAA,EAA8B,CAAA,CAAE,UAkBkB;AAAA,cAElD,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,45 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/update-customer.ts
4
+ const ProabonoUpdateCustomerInput = z.object({
5
+ Id: z.number().int().describe("The unique identifier of the customer to update"),
6
+ Name: z.string().describe("Display name of the customer. Use this to update the customer's full name").optional(),
7
+ Email: z.string().describe("Customer's email address. Use this to update the customer's contact email").optional(),
8
+ Language: z.string().describe("Customer's preferred language in ISO 639-1 format (2-letter code). Use this to update the customer's language preference").optional(),
9
+ IdBusiness: z.number().int().describe("The business identifier. Optional parameter to scope the request to a specific business").optional(),
10
+ ReferenceCustomer: z.string().describe("Your custom reference for the customer shared between ProAbono and your application").optional()
11
+ }).describe("Request model for updating an existing customer in ProAbono.");
12
+ const ProabonoUpdateCustomer_LinkSchema = z.object({
13
+ rel: z.string().describe("Relationship type of the link").nullable().optional(),
14
+ href: z.string().describe("URL of the related resource").nullable().optional(),
15
+ query: z.string().describe("Query parameter for the related resource").nullable().optional()
16
+ }).describe("Related resource link.");
17
+ const proabonoUpdateCustomer = action("PROABONO_UPDATE_CUSTOMER", {
18
+ slug: "proabono-update-customer",
19
+ name: "Update Customer",
20
+ description: "Tool to update an existing customer in ProAbono via the Backoffice API. Use when you need to modify customer properties such as name, email, or language preferences. Allows partial updates.",
21
+ input: ProabonoUpdateCustomerInput,
22
+ output: z.object({
23
+ Id: z.number().int().describe("Unique identifier of the updated Customer object").nullable().optional(),
24
+ Name: z.string().describe("Display name of the customer").nullable().optional(),
25
+ Email: z.string().describe("Customer's email address").nullable().optional(),
26
+ Links: z.array(ProabonoUpdateCustomer_LinkSchema).describe("Collection of related resource links with rel/href properties").nullable().optional(),
27
+ Status: z.string().describe("Functional state indicating external perspective of customer condition").nullable().optional(),
28
+ Currency: z.string().describe("Currency code for the customer").nullable().optional(),
29
+ Language: z.string().describe("Customer's language preference (ISO 639-1 code)").nullable().optional(),
30
+ Metadata: z.object({}).describe("Optional key-value pairs (max 5 pairs, 50-char keys, 450-char values)").nullable().optional(),
31
+ IdSegment: z.number().int().describe("Associated segment identifier").nullable().optional(),
32
+ DateUpdate: z.string().describe("Most recent modification timestamp in UTC/ISO 8601 format").nullable().optional(),
33
+ IdBusiness: z.number().int().describe("Associated business identifier").nullable().optional(),
34
+ DateCreation: z.string().describe("Creation timestamp in UTC/ISO 8601 format").nullable().optional(),
35
+ IdUserUpdate: z.number().int().describe("User ID who last modified the customer record").nullable().optional(),
36
+ StateCustomer: z.string().describe("Technical state reflecting functional status and lifecycle information").nullable().optional(),
37
+ IdUserCreation: z.number().int().describe("User ID who initially created the customer").nullable().optional(),
38
+ ReferenceSegment: z.string().describe("Reference of the segment the customer belongs to").nullable().optional(),
39
+ ReferenceCustomer: z.string().describe("Shared reference key between ProAbono and your application").nullable().optional()
40
+ }).describe("Response model for an updated ProAbono customer.")
41
+ });
42
+ //#endregion
43
+ export { proabonoUpdateCustomer };
44
+
45
+ //# sourceMappingURL=update-customer.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-customer.mjs","names":[],"sources":["../../src/actions/update-customer.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProabonoUpdateCustomerInput: z.ZodTypeAny = z.object({\n Id: z.number().int().describe(\"The unique identifier of the customer to update\"),\n Name: z.string().describe(\"Display name of the customer. Use this to update the customer's full name\").optional(),\n Email: z.string().describe(\"Customer's email address. Use this to update the customer's contact email\").optional(),\n Language: z.string().describe(\"Customer's preferred language in ISO 639-1 format (2-letter code). Use this to update the customer's language preference\").optional(),\n IdBusiness: z.number().int().describe(\"The business identifier. Optional parameter to scope the request to a specific business\").optional(),\n ReferenceCustomer: z.string().describe(\"Your custom reference for the customer shared between ProAbono and your application\").optional(),\n}).describe(\"Request model for updating an existing customer in ProAbono.\");\nconst ProabonoUpdateCustomer_LinkSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"Relationship type of the link\").nullable().optional(),\n href: z.string().describe(\"URL of the related resource\").nullable().optional(),\n query: z.string().describe(\"Query parameter for the related resource\").nullable().optional(),\n}).describe(\"Related resource link.\");\nexport const ProabonoUpdateCustomerOutput: z.ZodTypeAny = z.object({\n Id: z.number().int().describe(\"Unique identifier of the updated Customer object\").nullable().optional(),\n Name: z.string().describe(\"Display name of the customer\").nullable().optional(),\n Email: z.string().describe(\"Customer's email address\").nullable().optional(),\n Links: z.array(ProabonoUpdateCustomer_LinkSchema).describe(\"Collection of related resource links with rel/href properties\").nullable().optional(),\n Status: z.string().describe(\"Functional state indicating external perspective of customer condition\").nullable().optional(),\n Currency: z.string().describe(\"Currency code for the customer\").nullable().optional(),\n Language: z.string().describe(\"Customer's language preference (ISO 639-1 code)\").nullable().optional(),\n Metadata: z.object({}).describe(\"Optional key-value pairs (max 5 pairs, 50-char keys, 450-char values)\").nullable().optional(),\n IdSegment: z.number().int().describe(\"Associated segment identifier\").nullable().optional(),\n DateUpdate: z.string().describe(\"Most recent modification timestamp in UTC/ISO 8601 format\").nullable().optional(),\n IdBusiness: z.number().int().describe(\"Associated business identifier\").nullable().optional(),\n DateCreation: z.string().describe(\"Creation timestamp in UTC/ISO 8601 format\").nullable().optional(),\n IdUserUpdate: z.number().int().describe(\"User ID who last modified the customer record\").nullable().optional(),\n StateCustomer: z.string().describe(\"Technical state reflecting functional status and lifecycle information\").nullable().optional(),\n IdUserCreation: z.number().int().describe(\"User ID who initially created the customer\").nullable().optional(),\n ReferenceSegment: z.string().describe(\"Reference of the segment the customer belongs to\").nullable().optional(),\n ReferenceCustomer: z.string().describe(\"Shared reference key between ProAbono and your application\").nullable().optional(),\n}).describe(\"Response model for an updated ProAbono customer.\");\n\nexport const proabonoUpdateCustomer = action(\"PROABONO_UPDATE_CUSTOMER\", {\n slug: \"proabono-update-customer\",\n name: \"Update Customer\",\n description: \"Tool to update an existing customer in ProAbono via the Backoffice API. Use when you need to modify customer properties such as name, email, or language preferences. Allows partial updates.\",\n input: ProabonoUpdateCustomerInput,\n output: ProabonoUpdateCustomerOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,46 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-feature.ts
4
+ const ProabonoUpdateFeatureInput = zod.z.object({
5
+ id: zod.z.number().int().describe("ID of the feature to update"),
6
+ Name: zod.z.string().describe("The feature name displayed to users").optional(),
7
+ Order: zod.z.number().int().describe("Display position among other features (lower numbers appear first)").optional(),
8
+ IsVisible: zod.z.boolean().describe("Whether to show this feature in offers and hosted pages").optional(),
9
+ IdBusiness: zod.z.number().int().describe("Your Business identifier").optional(),
10
+ TypeFeature: zod.z.enum([
11
+ "OnOff",
12
+ "Limitation",
13
+ "Consumption"
14
+ ]).describe("Feature type enumeration.").optional(),
15
+ ReferenceFeature: zod.z.string().describe("Shared key between ProAbono and your system for identifying this feature").optional()
16
+ }).describe("Request model for updating an existing feature in ProAbono.");
17
+ const ProabonoUpdateFeature_LinkSchema = zod.z.object({
18
+ rel: zod.z.string().describe("Link relation type").nullable().optional(),
19
+ href: zod.z.string().describe("Link URL").nullable().optional()
20
+ }).describe("Navigation link model.");
21
+ const ProabonoUpdateFeatureOutput = zod.z.object({
22
+ Id: zod.z.number().int().describe("Feature identifier").nullable().optional(),
23
+ Name: zod.z.string().describe("Feature name").nullable().optional(),
24
+ Links: zod.z.array(ProabonoUpdateFeature_LinkSchema).describe("Related resource links").nullable().optional(),
25
+ Order: zod.z.number().int().describe("Display position among features").nullable().optional(),
26
+ IsVisible: zod.z.boolean().describe("Visibility in offers and hosted pages").nullable().optional(),
27
+ StateLife: zod.z.string().describe("Feature lifecycle state").nullable().optional(),
28
+ DateUpdate: zod.z.string().describe("Last modification timestamp").nullable().optional(),
29
+ IdBusiness: zod.z.number().int().describe("Associated business ID").nullable().optional(),
30
+ TypeFeature: zod.z.string().describe("Feature type (OnOff, Limitation, or Consumption)").nullable().optional(),
31
+ DateCreation: zod.z.string().describe("Creation timestamp").nullable().optional(),
32
+ IdUserUpdate: zod.z.number().int().describe("User ID who last modified the feature").nullable().optional(),
33
+ IdUserCreation: zod.z.number().int().describe("User ID who created the feature").nullable().optional(),
34
+ ReferenceFeature: zod.z.string().describe("Shared key between ProAbono and your application").nullable().optional()
35
+ }).describe("Response model for updated feature.");
36
+ const proabonoUpdateFeature = require_action.action("PROABONO_UPDATE_FEATURE", {
37
+ slug: "proabono-update-feature",
38
+ name: "Update Feature",
39
+ description: "Tool to update an existing feature in ProAbono via the Backoffice API. Use when you need to modify feature properties such as name, visibility, type, or display order.",
40
+ input: ProabonoUpdateFeatureInput,
41
+ output: ProabonoUpdateFeatureOutput
42
+ });
43
+ //#endregion
44
+ exports.proabonoUpdateFeature = proabonoUpdateFeature;
45
+
46
+ //# sourceMappingURL=update-feature.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-feature.cjs","names":["z","action"],"sources":["../../src/actions/update-feature.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProabonoUpdateFeatureInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"ID of the feature to update\"),\n Name: z.string().describe(\"The feature name displayed to users\").optional(),\n Order: z.number().int().describe(\"Display position among other features (lower numbers appear first)\").optional(),\n IsVisible: z.boolean().describe(\"Whether to show this feature in offers and hosted pages\").optional(),\n IdBusiness: z.number().int().describe(\"Your Business identifier\").optional(),\n TypeFeature: z.enum([\"OnOff\", \"Limitation\", \"Consumption\"]).describe(\"Feature type enumeration.\").optional(),\n ReferenceFeature: z.string().describe(\"Shared key between ProAbono and your system for identifying this feature\").optional(),\n}).describe(\"Request model for updating an existing feature in ProAbono.\");\nconst ProabonoUpdateFeature_LinkSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"Link relation type\").nullable().optional(),\n href: z.string().describe(\"Link URL\").nullable().optional(),\n}).describe(\"Navigation link model.\");\nexport const ProabonoUpdateFeatureOutput: z.ZodTypeAny = z.object({\n Id: z.number().int().describe(\"Feature identifier\").nullable().optional(),\n Name: z.string().describe(\"Feature name\").nullable().optional(),\n Links: z.array(ProabonoUpdateFeature_LinkSchema).describe(\"Related resource links\").nullable().optional(),\n Order: z.number().int().describe(\"Display position among features\").nullable().optional(),\n IsVisible: z.boolean().describe(\"Visibility in offers and hosted pages\").nullable().optional(),\n StateLife: z.string().describe(\"Feature lifecycle state\").nullable().optional(),\n DateUpdate: z.string().describe(\"Last modification timestamp\").nullable().optional(),\n IdBusiness: z.number().int().describe(\"Associated business ID\").nullable().optional(),\n TypeFeature: z.string().describe(\"Feature type (OnOff, Limitation, or Consumption)\").nullable().optional(),\n DateCreation: z.string().describe(\"Creation timestamp\").nullable().optional(),\n IdUserUpdate: z.number().int().describe(\"User ID who last modified the feature\").nullable().optional(),\n IdUserCreation: z.number().int().describe(\"User ID who created the feature\").nullable().optional(),\n ReferenceFeature: z.string().describe(\"Shared key between ProAbono and your application\").nullable().optional(),\n}).describe(\"Response model for updated feature.\");\n\nexport const proabonoUpdateFeature = action(\"PROABONO_UPDATE_FEATURE\", {\n slug: \"proabono-update-feature\",\n name: \"Update Feature\",\n description: \"Tool to update an existing feature in ProAbono via the Backoffice API. Use when you need to modify feature properties such as name, visibility, type, or display order.\",\n input: ProabonoUpdateFeatureInput,\n output: ProabonoUpdateFeatureOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-feature.d.ts
4
+ declare const ProabonoUpdateFeatureInput: z.ZodTypeAny;
5
+ declare const ProabonoUpdateFeatureOutput: z.ZodTypeAny;
6
+ declare const proabonoUpdateFeature: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { proabonoUpdateFeature };
9
+ //# sourceMappingURL=update-feature.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-feature.d.cts","names":[],"sources":["../../src/actions/update-feature.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAQ+B;AAAA,cAK7D,2BAAA,EAA6B,CAAA,CAAE,UAcM;AAAA,cAErC,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-feature.d.ts
4
+ declare const ProabonoUpdateFeatureInput: z.ZodTypeAny;
5
+ declare const ProabonoUpdateFeatureOutput: z.ZodTypeAny;
6
+ declare const proabonoUpdateFeature: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { proabonoUpdateFeature };
9
+ //# sourceMappingURL=update-feature.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-feature.d.mts","names":[],"sources":["../../src/actions/update-feature.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAQ+B;AAAA,cAK7D,2BAAA,EAA6B,CAAA,CAAE,UAcM;AAAA,cAErC,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,45 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/update-feature.ts
4
+ const ProabonoUpdateFeatureInput = z.object({
5
+ id: z.number().int().describe("ID of the feature to update"),
6
+ Name: z.string().describe("The feature name displayed to users").optional(),
7
+ Order: z.number().int().describe("Display position among other features (lower numbers appear first)").optional(),
8
+ IsVisible: z.boolean().describe("Whether to show this feature in offers and hosted pages").optional(),
9
+ IdBusiness: z.number().int().describe("Your Business identifier").optional(),
10
+ TypeFeature: z.enum([
11
+ "OnOff",
12
+ "Limitation",
13
+ "Consumption"
14
+ ]).describe("Feature type enumeration.").optional(),
15
+ ReferenceFeature: z.string().describe("Shared key between ProAbono and your system for identifying this feature").optional()
16
+ }).describe("Request model for updating an existing feature in ProAbono.");
17
+ const ProabonoUpdateFeature_LinkSchema = z.object({
18
+ rel: z.string().describe("Link relation type").nullable().optional(),
19
+ href: z.string().describe("Link URL").nullable().optional()
20
+ }).describe("Navigation link model.");
21
+ const proabonoUpdateFeature = action("PROABONO_UPDATE_FEATURE", {
22
+ slug: "proabono-update-feature",
23
+ name: "Update Feature",
24
+ description: "Tool to update an existing feature in ProAbono via the Backoffice API. Use when you need to modify feature properties such as name, visibility, type, or display order.",
25
+ input: ProabonoUpdateFeatureInput,
26
+ output: z.object({
27
+ Id: z.number().int().describe("Feature identifier").nullable().optional(),
28
+ Name: z.string().describe("Feature name").nullable().optional(),
29
+ Links: z.array(ProabonoUpdateFeature_LinkSchema).describe("Related resource links").nullable().optional(),
30
+ Order: z.number().int().describe("Display position among features").nullable().optional(),
31
+ IsVisible: z.boolean().describe("Visibility in offers and hosted pages").nullable().optional(),
32
+ StateLife: z.string().describe("Feature lifecycle state").nullable().optional(),
33
+ DateUpdate: z.string().describe("Last modification timestamp").nullable().optional(),
34
+ IdBusiness: z.number().int().describe("Associated business ID").nullable().optional(),
35
+ TypeFeature: z.string().describe("Feature type (OnOff, Limitation, or Consumption)").nullable().optional(),
36
+ DateCreation: z.string().describe("Creation timestamp").nullable().optional(),
37
+ IdUserUpdate: z.number().int().describe("User ID who last modified the feature").nullable().optional(),
38
+ IdUserCreation: z.number().int().describe("User ID who created the feature").nullable().optional(),
39
+ ReferenceFeature: z.string().describe("Shared key between ProAbono and your application").nullable().optional()
40
+ }).describe("Response model for updated feature.")
41
+ });
42
+ //#endregion
43
+ export { proabonoUpdateFeature };
44
+
45
+ //# sourceMappingURL=update-feature.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-feature.mjs","names":[],"sources":["../../src/actions/update-feature.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProabonoUpdateFeatureInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"ID of the feature to update\"),\n Name: z.string().describe(\"The feature name displayed to users\").optional(),\n Order: z.number().int().describe(\"Display position among other features (lower numbers appear first)\").optional(),\n IsVisible: z.boolean().describe(\"Whether to show this feature in offers and hosted pages\").optional(),\n IdBusiness: z.number().int().describe(\"Your Business identifier\").optional(),\n TypeFeature: z.enum([\"OnOff\", \"Limitation\", \"Consumption\"]).describe(\"Feature type enumeration.\").optional(),\n ReferenceFeature: z.string().describe(\"Shared key between ProAbono and your system for identifying this feature\").optional(),\n}).describe(\"Request model for updating an existing feature in ProAbono.\");\nconst ProabonoUpdateFeature_LinkSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"Link relation type\").nullable().optional(),\n href: z.string().describe(\"Link URL\").nullable().optional(),\n}).describe(\"Navigation link model.\");\nexport const ProabonoUpdateFeatureOutput: z.ZodTypeAny = z.object({\n Id: z.number().int().describe(\"Feature identifier\").nullable().optional(),\n Name: z.string().describe(\"Feature name\").nullable().optional(),\n Links: z.array(ProabonoUpdateFeature_LinkSchema).describe(\"Related resource links\").nullable().optional(),\n Order: z.number().int().describe(\"Display position among features\").nullable().optional(),\n IsVisible: z.boolean().describe(\"Visibility in offers and hosted pages\").nullable().optional(),\n StateLife: z.string().describe(\"Feature lifecycle state\").nullable().optional(),\n DateUpdate: z.string().describe(\"Last modification timestamp\").nullable().optional(),\n IdBusiness: z.number().int().describe(\"Associated business ID\").nullable().optional(),\n TypeFeature: z.string().describe(\"Feature type (OnOff, Limitation, or Consumption)\").nullable().optional(),\n DateCreation: z.string().describe(\"Creation timestamp\").nullable().optional(),\n IdUserUpdate: z.number().int().describe(\"User ID who last modified the feature\").nullable().optional(),\n IdUserCreation: z.number().int().describe(\"User ID who created the feature\").nullable().optional(),\n ReferenceFeature: z.string().describe(\"Shared key between ProAbono and your application\").nullable().optional(),\n}).describe(\"Response model for updated feature.\");\n\nexport const proabonoUpdateFeature = action(\"PROABONO_UPDATE_FEATURE\", {\n slug: \"proabono-update-feature\",\n name: \"Update Feature\",\n description: \"Tool to update an existing feature in ProAbono via the Backoffice API. Use when you need to modify feature properties such as name, visibility, type, or display order.\",\n input: ProabonoUpdateFeatureInput,\n output: ProabonoUpdateFeatureOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2C,EAAE,OAAO;CAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B;CAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAC1E,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;CAChH,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACpG,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAC3E,aAAa,EAAE,KAAK;EAAC;EAAS;EAAc;CAAa,CAAC,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAC3G,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;AAC7H,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,mCAAiD,EAAE,OAAO;CAC9D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,UAAU,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5D,CAAC,CAAC,CAAC,SAAS,wBAAwB;AAiBpC,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QArBuD,EAAE,OAAO;EAChE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9D,OAAO,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxF,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnF,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5E,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,CAAC,CAAC,CAAC,SAAS,qCAOF;AACV,CAAC"}
@@ -0,0 +1,39 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-tax-profiles.ts
4
+ const ProabonoUpdateTaxProfilesInput = zod.z.object({
5
+ Id: zod.z.number().int().describe("The ID of the tax profile to update"),
6
+ Name: zod.z.string().describe("Name of the tax profile to update").optional(),
7
+ Label: zod.z.string().describe("Display label for the tax (maximum 10 characters)").optional(),
8
+ IdBusiness: zod.z.number().int().describe("The ID of the business"),
9
+ Description: zod.z.string().describe("Description of the tax profile to provide additional context").optional(),
10
+ RateDefault: zod.z.number().int().describe("Default tax rate in per-myriad (e.g., 2500 for 25%, 1000 for 10%, 1560 for 15.6%). Must be a non-negative integer").optional(),
11
+ TypeRateTax: zod.z.string().describe("Type of tax rate applied (e.g., 'Standard', 'Reduced', 'Outside', 'Zero')").optional()
12
+ }).describe("Request model for updating a tax profile in ProAbono.");
13
+ const ProabonoUpdateTaxProfiles_TaxProfileLinkSchema = zod.z.object({
14
+ rel: zod.z.string().describe("Relationship type of the link (e.g., 'self', 'related')").nullable().optional(),
15
+ href: zod.z.string().describe("API endpoint path for the related resource").nullable().optional()
16
+ }).describe("Model for HATEOAS navigation links in tax profile response.");
17
+ const ProabonoUpdateTaxProfilesOutput = zod.z.object({
18
+ Id: zod.z.number().int().describe("Unique identifier of the tax profile").nullable().optional(),
19
+ Name: zod.z.string().describe("Name of the tax profile").nullable().optional(),
20
+ Label: zod.z.string().describe("Display label for the tax profile").nullable().optional(),
21
+ Links: zod.z.array(ProabonoUpdateTaxProfiles_TaxProfileLinkSchema).describe("HATEOAS navigation links for related resources").nullable().optional(),
22
+ DateUpdate: zod.z.string().describe("Last modification timestamp in ISO 8601 format").nullable().optional(),
23
+ IdBusiness: zod.z.number().int().describe("Business association identifier").nullable().optional(),
24
+ Description: zod.z.string().describe("Description of the tax profile").nullable().optional(),
25
+ RateDefault: zod.z.number().int().describe("Default tax rate in per-myriad (e.g., 2500 for 25%, 1000 for 10%, 1560 for 15.6%)").nullable().optional(),
26
+ TypeRateTax: zod.z.string().describe("Type of tax rate applied (e.g., 'Standard', 'Reduced', 'Zero')").nullable().optional(),
27
+ IdUserUpdate: zod.z.number().int().describe("User ID who last modified the tax profile").nullable().optional()
28
+ }).describe("Response model for updated ProAbono tax profile.");
29
+ const proabonoUpdateTaxProfiles = require_action.action("PROABONO_UPDATE_TAX_PROFILES", {
30
+ slug: "proabono-update-tax-profiles",
31
+ name: "Update Tax Profiles",
32
+ description: "Tool to update an existing tax profile in ProAbono via the Backoffice API. Use when you need to modify tax profile properties such as name, description, label, or tax rates.",
33
+ input: ProabonoUpdateTaxProfilesInput,
34
+ output: ProabonoUpdateTaxProfilesOutput
35
+ });
36
+ //#endregion
37
+ exports.proabonoUpdateTaxProfiles = proabonoUpdateTaxProfiles;
38
+
39
+ //# sourceMappingURL=update-tax-profiles.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-tax-profiles.cjs","names":["z","action"],"sources":["../../src/actions/update-tax-profiles.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProabonoUpdateTaxProfilesInput: z.ZodTypeAny = z.object({\n Id: z.number().int().describe(\"The ID of the tax profile to update\"),\n Name: z.string().describe(\"Name of the tax profile to update\").optional(),\n Label: z.string().describe(\"Display label for the tax (maximum 10 characters)\").optional(),\n IdBusiness: z.number().int().describe(\"The ID of the business\"),\n Description: z.string().describe(\"Description of the tax profile to provide additional context\").optional(),\n RateDefault: z.number().int().describe(\"Default tax rate in per-myriad (e.g., 2500 for 25%, 1000 for 10%, 1560 for 15.6%). Must be a non-negative integer\").optional(),\n TypeRateTax: z.string().describe(\"Type of tax rate applied (e.g., 'Standard', 'Reduced', 'Outside', 'Zero')\").optional(),\n}).describe(\"Request model for updating a tax profile in ProAbono.\");\nconst ProabonoUpdateTaxProfiles_TaxProfileLinkSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"Relationship type of the link (e.g., 'self', 'related')\").nullable().optional(),\n href: z.string().describe(\"API endpoint path for the related resource\").nullable().optional(),\n}).describe(\"Model for HATEOAS navigation links in tax profile response.\");\nexport const ProabonoUpdateTaxProfilesOutput: z.ZodTypeAny = z.object({\n Id: z.number().int().describe(\"Unique identifier of the tax profile\").nullable().optional(),\n Name: z.string().describe(\"Name of the tax profile\").nullable().optional(),\n Label: z.string().describe(\"Display label for the tax profile\").nullable().optional(),\n Links: z.array(ProabonoUpdateTaxProfiles_TaxProfileLinkSchema).describe(\"HATEOAS navigation links for related resources\").nullable().optional(),\n DateUpdate: z.string().describe(\"Last modification timestamp in ISO 8601 format\").nullable().optional(),\n IdBusiness: z.number().int().describe(\"Business association identifier\").nullable().optional(),\n Description: z.string().describe(\"Description of the tax profile\").nullable().optional(),\n RateDefault: z.number().int().describe(\"Default tax rate in per-myriad (e.g., 2500 for 25%, 1000 for 10%, 1560 for 15.6%)\").nullable().optional(),\n TypeRateTax: z.string().describe(\"Type of tax rate applied (e.g., 'Standard', 'Reduced', 'Zero')\").nullable().optional(),\n IdUserUpdate: z.number().int().describe(\"User ID who last modified the tax profile\").nullable().optional(),\n}).describe(\"Response model for updated ProAbono tax profile.\");\n\nexport const proabonoUpdateTaxProfiles = action(\"PROABONO_UPDATE_TAX_PROFILES\", {\n slug: \"proabono-update-tax-profiles\",\n name: \"Update Tax Profiles\",\n description: \"Tool to update an existing tax profile in ProAbono via the Backoffice API. Use when you need to modify tax profile properties such as name, description, label, or tax rates.\",\n input: ProabonoUpdateTaxProfilesInput,\n output: ProabonoUpdateTaxProfilesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACxE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CACzF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB;CAC9D,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CAC1G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mHAAmH,CAAC,CAAC,SAAS;CACrK,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;AACzH,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAM,iDAA+DA,IAAAA,EAAE,OAAO;CAC5E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,OAAOA,IAAAA,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9I,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChJ,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAE9D,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-tax-profiles.d.ts
4
+ declare const ProabonoUpdateTaxProfilesInput: z.ZodTypeAny;
5
+ declare const ProabonoUpdateTaxProfilesOutput: z.ZodTypeAny;
6
+ declare const proabonoUpdateTaxProfiles: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { proabonoUpdateTaxProfiles };
9
+ //# sourceMappingURL=update-tax-profiles.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-tax-profiles.d.cts","names":[],"sources":["../../src/actions/update-tax-profiles.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAQqB;AAAA,cAKvD,+BAAA,EAAiC,CAAA,CAAE,UAWe;AAAA,cAElD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-tax-profiles.d.ts
4
+ declare const ProabonoUpdateTaxProfilesInput: z.ZodTypeAny;
5
+ declare const ProabonoUpdateTaxProfilesOutput: z.ZodTypeAny;
6
+ declare const proabonoUpdateTaxProfiles: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { proabonoUpdateTaxProfiles };
9
+ //# sourceMappingURL=update-tax-profiles.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-tax-profiles.d.mts","names":[],"sources":["../../src/actions/update-tax-profiles.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAQqB;AAAA,cAKvD,+BAAA,EAAiC,CAAA,CAAE,UAWe;AAAA,cAElD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,38 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/update-tax-profiles.ts
4
+ const ProabonoUpdateTaxProfilesInput = z.object({
5
+ Id: z.number().int().describe("The ID of the tax profile to update"),
6
+ Name: z.string().describe("Name of the tax profile to update").optional(),
7
+ Label: z.string().describe("Display label for the tax (maximum 10 characters)").optional(),
8
+ IdBusiness: z.number().int().describe("The ID of the business"),
9
+ Description: z.string().describe("Description of the tax profile to provide additional context").optional(),
10
+ RateDefault: z.number().int().describe("Default tax rate in per-myriad (e.g., 2500 for 25%, 1000 for 10%, 1560 for 15.6%). Must be a non-negative integer").optional(),
11
+ TypeRateTax: z.string().describe("Type of tax rate applied (e.g., 'Standard', 'Reduced', 'Outside', 'Zero')").optional()
12
+ }).describe("Request model for updating a tax profile in ProAbono.");
13
+ const ProabonoUpdateTaxProfiles_TaxProfileLinkSchema = z.object({
14
+ rel: z.string().describe("Relationship type of the link (e.g., 'self', 'related')").nullable().optional(),
15
+ href: z.string().describe("API endpoint path for the related resource").nullable().optional()
16
+ }).describe("Model for HATEOAS navigation links in tax profile response.");
17
+ const proabonoUpdateTaxProfiles = action("PROABONO_UPDATE_TAX_PROFILES", {
18
+ slug: "proabono-update-tax-profiles",
19
+ name: "Update Tax Profiles",
20
+ description: "Tool to update an existing tax profile in ProAbono via the Backoffice API. Use when you need to modify tax profile properties such as name, description, label, or tax rates.",
21
+ input: ProabonoUpdateTaxProfilesInput,
22
+ output: z.object({
23
+ Id: z.number().int().describe("Unique identifier of the tax profile").nullable().optional(),
24
+ Name: z.string().describe("Name of the tax profile").nullable().optional(),
25
+ Label: z.string().describe("Display label for the tax profile").nullable().optional(),
26
+ Links: z.array(ProabonoUpdateTaxProfiles_TaxProfileLinkSchema).describe("HATEOAS navigation links for related resources").nullable().optional(),
27
+ DateUpdate: z.string().describe("Last modification timestamp in ISO 8601 format").nullable().optional(),
28
+ IdBusiness: z.number().int().describe("Business association identifier").nullable().optional(),
29
+ Description: z.string().describe("Description of the tax profile").nullable().optional(),
30
+ RateDefault: z.number().int().describe("Default tax rate in per-myriad (e.g., 2500 for 25%, 1000 for 10%, 1560 for 15.6%)").nullable().optional(),
31
+ TypeRateTax: z.string().describe("Type of tax rate applied (e.g., 'Standard', 'Reduced', 'Zero')").nullable().optional(),
32
+ IdUserUpdate: z.number().int().describe("User ID who last modified the tax profile").nullable().optional()
33
+ }).describe("Response model for updated ProAbono tax profile.")
34
+ });
35
+ //#endregion
36
+ export { proabonoUpdateTaxProfiles };
37
+
38
+ //# sourceMappingURL=update-tax-profiles.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-tax-profiles.mjs","names":[],"sources":["../../src/actions/update-tax-profiles.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProabonoUpdateTaxProfilesInput: z.ZodTypeAny = z.object({\n Id: z.number().int().describe(\"The ID of the tax profile to update\"),\n Name: z.string().describe(\"Name of the tax profile to update\").optional(),\n Label: z.string().describe(\"Display label for the tax (maximum 10 characters)\").optional(),\n IdBusiness: z.number().int().describe(\"The ID of the business\"),\n Description: z.string().describe(\"Description of the tax profile to provide additional context\").optional(),\n RateDefault: z.number().int().describe(\"Default tax rate in per-myriad (e.g., 2500 for 25%, 1000 for 10%, 1560 for 15.6%). Must be a non-negative integer\").optional(),\n TypeRateTax: z.string().describe(\"Type of tax rate applied (e.g., 'Standard', 'Reduced', 'Outside', 'Zero')\").optional(),\n}).describe(\"Request model for updating a tax profile in ProAbono.\");\nconst ProabonoUpdateTaxProfiles_TaxProfileLinkSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"Relationship type of the link (e.g., 'self', 'related')\").nullable().optional(),\n href: z.string().describe(\"API endpoint path for the related resource\").nullable().optional(),\n}).describe(\"Model for HATEOAS navigation links in tax profile response.\");\nexport const ProabonoUpdateTaxProfilesOutput: z.ZodTypeAny = z.object({\n Id: z.number().int().describe(\"Unique identifier of the tax profile\").nullable().optional(),\n Name: z.string().describe(\"Name of the tax profile\").nullable().optional(),\n Label: z.string().describe(\"Display label for the tax profile\").nullable().optional(),\n Links: z.array(ProabonoUpdateTaxProfiles_TaxProfileLinkSchema).describe(\"HATEOAS navigation links for related resources\").nullable().optional(),\n DateUpdate: z.string().describe(\"Last modification timestamp in ISO 8601 format\").nullable().optional(),\n IdBusiness: z.number().int().describe(\"Business association identifier\").nullable().optional(),\n Description: z.string().describe(\"Description of the tax profile\").nullable().optional(),\n RateDefault: z.number().int().describe(\"Default tax rate in per-myriad (e.g., 2500 for 25%, 1000 for 10%, 1560 for 15.6%)\").nullable().optional(),\n TypeRateTax: z.string().describe(\"Type of tax rate applied (e.g., 'Standard', 'Reduced', 'Zero')\").nullable().optional(),\n IdUserUpdate: z.number().int().describe(\"User ID who last modified the tax profile\").nullable().optional(),\n}).describe(\"Response model for updated ProAbono tax profile.\");\n\nexport const proabonoUpdateTaxProfiles = action(\"PROABONO_UPDATE_TAX_PROFILES\", {\n slug: \"proabono-update-tax-profiles\",\n name: \"Update Tax Profiles\",\n description: \"Tool to update an existing tax profile in ProAbono via the Backoffice API. Use when you need to modify tax profile properties such as name, description, label, or tax rates.\",\n input: ProabonoUpdateTaxProfilesInput,\n output: ProabonoUpdateTaxProfilesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO;CACnE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;CACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACxE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CACzF,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB;CAC9D,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CAC1G,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mHAAmH,CAAC,CAAC,SAAS;CACrK,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;AACzH,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAM,iDAA+D,EAAE,OAAO;CAC5E,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,SAAS,6DAA6D;AAczE,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAlB2D,EAAE,OAAO;EACpE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,OAAO,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9I,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtG,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChJ,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvH,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,CAAC,CAAC,CAAC,SAAS,kDAOF;AACV,CAAC"}
package/dist/app.cjs ADDED
@@ -0,0 +1,9 @@
1
+ //#region src/app.ts
2
+ const proabono = (0, require("@keystrokehq/keystroke/app").defineApp)({
3
+ slug: "proabono",
4
+ auth: "keystroke"
5
+ });
6
+ //#endregion
7
+ exports.proabono = proabono;
8
+
9
+ //# sourceMappingURL=app.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const proabono = defineApp({\n slug: \"proabono\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,YAAA,uCAAA,CAAA,CAAA,UAAA,CAAqB;CAChC,MAAM;CACN,MAAM;AACR,CAAC"}
package/dist/app.d.cts ADDED
@@ -0,0 +1,5 @@
1
+ //#region src/app.d.ts
2
+ declare const proabono: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { proabono };
5
+ //# sourceMappingURL=app.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,QAAA,6BAAQ,GAAA,+BAAA,UAAA"}
package/dist/app.d.mts ADDED
@@ -0,0 +1,5 @@
1
+ //#region src/app.d.ts
2
+ declare const proabono: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { proabono };
5
+ //# sourceMappingURL=app.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,QAAA,6BAAQ,GAAA,+BAAA,UAAA"}
package/dist/app.mjs ADDED
@@ -0,0 +1,10 @@
1
+ import { defineApp } from "@keystrokehq/keystroke/app";
2
+ //#region src/app.ts
3
+ const proabono = defineApp({
4
+ slug: "proabono",
5
+ auth: "keystroke"
6
+ });
7
+ //#endregion
8
+ export { proabono };
9
+
10
+ //# sourceMappingURL=app.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const proabono = defineApp({\n slug: \"proabono\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,WAAW,UAAU;CAChC,MAAM;CACN,MAAM;AACR,CAAC"}
@@ -0,0 +1,15 @@
1
+ //#region src/catalog.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ const proabonoCatalog = {
4
+ "slug": "proabono",
5
+ "name": "Proabono",
6
+ "description": "ProAbono is the smart subscription management software that automates your daily routine.",
7
+ "category": "eCommerce",
8
+ "logo": "https://logos.composio.dev/api/proabono",
9
+ "authKind": "keystroke",
10
+ "oauthScopes": []
11
+ };
12
+ //#endregion
13
+ exports.proabonoCatalog = proabonoCatalog;
14
+
15
+ //# sourceMappingURL=catalog.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const proabonoCatalog = {\n \"slug\": \"proabono\",\n \"name\": \"Proabono\",\n \"description\": \"ProAbono is the smart subscription management software that automates your daily routine.\",\n \"category\": \"eCommerce\",\n \"logo\": \"https://logos.composio.dev/api/proabono\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
@@ -0,0 +1,14 @@
1
+ //#region src/catalog.d.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ declare const proabonoCatalog: {
4
+ readonly slug: "proabono";
5
+ readonly name: "Proabono";
6
+ readonly description: "ProAbono is the smart subscription management software that automates your daily routine.";
7
+ readonly category: "eCommerce";
8
+ readonly logo: "https://logos.composio.dev/api/proabono";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { proabonoCatalog };
14
+ //# sourceMappingURL=catalog.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,eAAA;EAAA"}
@@ -0,0 +1,14 @@
1
+ //#region src/catalog.d.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ declare const proabonoCatalog: {
4
+ readonly slug: "proabono";
5
+ readonly name: "Proabono";
6
+ readonly description: "ProAbono is the smart subscription management software that automates your daily routine.";
7
+ readonly category: "eCommerce";
8
+ readonly logo: "https://logos.composio.dev/api/proabono";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { proabonoCatalog };
14
+ //# sourceMappingURL=catalog.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,eAAA;EAAA"}
@@ -0,0 +1,15 @@
1
+ //#region src/catalog.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ const proabonoCatalog = {
4
+ "slug": "proabono",
5
+ "name": "Proabono",
6
+ "description": "ProAbono is the smart subscription management software that automates your daily routine.",
7
+ "category": "eCommerce",
8
+ "logo": "https://logos.composio.dev/api/proabono",
9
+ "authKind": "keystroke",
10
+ "oauthScopes": []
11
+ };
12
+ //#endregion
13
+ export { proabonoCatalog };
14
+
15
+ //# sourceMappingURL=catalog.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const proabonoCatalog = {\n \"slug\": \"proabono\",\n \"name\": \"Proabono\",\n \"description\": \"ProAbono is the smart subscription management software that automates your daily routine.\",\n \"category\": \"eCommerce\",\n \"logo\": \"https://logos.composio.dev/api/proabono\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
@@ -0,0 +1,18 @@
1
+ let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
2
+ //#region src/execute.ts
3
+ const APP_SLUG = "proabono";
4
+ /** Pinned app version — updated on regeneration. */
5
+ const APP_VERSION = "20260615_00";
6
+ async function executeProabonoTool(tool, args) {
7
+ const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
8
+ app: APP_SLUG,
9
+ tool,
10
+ arguments: args,
11
+ version: APP_VERSION
12
+ });
13
+ return result;
14
+ }
15
+ //#endregion
16
+ exports.executeProabonoTool = executeProabonoTool;
17
+
18
+ //# sourceMappingURL=execute.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"proabono\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeProabonoTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,oBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
@@ -0,0 +1,18 @@
1
+ import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
2
+ //#region src/execute.ts
3
+ const APP_SLUG = "proabono";
4
+ /** Pinned app version — updated on regeneration. */
5
+ const APP_VERSION = "20260615_00";
6
+ async function executeProabonoTool(tool, args) {
7
+ const { result } = await createKeystrokeClient().tools.execute({
8
+ app: APP_SLUG,
9
+ tool,
10
+ arguments: args,
11
+ version: APP_VERSION
12
+ });
13
+ return result;
14
+ }
15
+ //#endregion
16
+ export { executeProabonoTool };
17
+
18
+ //# sourceMappingURL=execute.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"proabono\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeProabonoTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,oBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}