@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":"list-tax-profile-exceptions.mjs","names":[],"sources":["../../src/actions/list-tax-profile-exceptions.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProabonoListTaxProfileExceptionsInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number. Default: 1.\").optional(),\n region: z.string().describe(\"Filter by region or state code (e.g., 'US-CA' for California, 'US-TX' for Texas)\").optional(),\n country: z.string().describe(\"Filter by ISO 3166-1 alpha-2 country code (e.g., 'US', 'FR', 'GB')\").optional(),\n size_page: z.number().int().describe(\"Number of items per page. Default: 10, max: 1000.\").optional(),\n id_business: z.number().int().describe(\"Filter by business identifier to retrieve tax profile exceptions for a specific business\").optional(),\n id_tax_profile: z.number().int().describe(\"Filter by tax profile identifier to retrieve exceptions for a specific tax profile\").optional(),\n}).describe(\"Request model for listing tax profile exceptions.\");\nconst ProabonoListTaxProfileExceptions_TaxProfileExceptionLinkSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"Relationship type (e.g., 'self', 'related-taxprofile')\").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 exception items.\");\nconst ProabonoListTaxProfileExceptions_TaxProfileExceptionItemSchema: z.ZodTypeAny = z.object({\n Id: z.number().int().describe(\"Unique identifier of the tax profile exception\").nullable().optional(),\n Rate: z.number().describe(\"Tax rate (e.g., 7.0 for 7%, 19.6 for 19.6%)\").nullable().optional(),\n Links: z.array(ProabonoListTaxProfileExceptions_TaxProfileExceptionLinkSchema).describe(\"HATEOAS navigation links for related resources\").nullable().optional(),\n Region: z.string().describe(\"Region or state code (e.g., 'US-DE' for Delaware)\").nullable().optional(),\n Country: z.string().describe(\"ISO 3166-1 alpha-2 country code (e.g., 'US', 'FR')\").nullable().optional(),\n IsCompany: z.boolean().describe(\"Whether this exception applies to company entities\").nullable().optional(),\n DateUpdate: z.string().describe(\"Last modification timestamp in ISO 8601 format\").nullable().optional(),\n IdBusiness: z.number().int().describe(\"Business identifier associated with this tax profile exception\").nullable().optional(),\n TypeRateTax: z.string().describe(\"Type of tax rate (e.g., 'Outside', 'Inside')\").nullable().optional(),\n IdTaxProfile: z.number().int().describe(\"Tax profile identifier that this exception applies to\").nullable().optional(),\n IdUserUpdate: z.number().int().describe(\"ID of user who last modified the tax profile exception\").nullable().optional(),\n}).describe(\"Model for a single tax profile exception item.\");\nconst ProabonoListTaxProfileExceptions_PaginationLinkSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"Link relation type (e.g., 'next', 'prev', 'self')\").nullable().optional(),\n href: z.string().describe(\"API endpoint path for navigation\").nullable().optional(),\n}).describe(\"Model for pagination navigation links.\");\nexport const ProabonoListTaxProfileExceptionsOutput: z.ZodTypeAny = z.object({\n Page: z.number().int().describe(\"Current page number\").nullable().optional(),\n Count: z.number().int().describe(\"Number of items on current page\").nullable().optional(),\n Items: z.array(ProabonoListTaxProfileExceptions_TaxProfileExceptionItemSchema).describe(\"Collection of tax profile exception objects\").nullable().optional(),\n Links: z.array(ProabonoListTaxProfileExceptions_PaginationLinkSchema).describe(\"Navigation links for pagination (next/prev)\").nullable().optional(),\n SizePage: z.number().int().describe(\"Maximum items per page\").nullable().optional(),\n TotalItems: z.number().int().describe(\"Total matching items across all pages\").nullable().optional(),\n DateGenerated: z.string().describe(\"Response generation timestamp in ISO 8601 format\").nullable().optional(),\n}).describe(\"Response model for listing tax profile exceptions.\");\n\nexport const proabonoListTaxProfileExceptions = action(\"PROABONO_LIST_TAX_PROFILE_EXCEPTIONS\", {\n slug: \"proabono-list-tax-profile-exceptions\",\n name: \"List Tax Profile Exceptions\",\n description: \"Tool to list tax profile exceptions from ProAbono Organization API. Use when you need to retrieve tax exceptions with optional filtering by business, tax profile, country, or region. Returns a paginated collection of tax exception records including rates, geographic scope, and applicability.\",\n input: ProabonoListTaxProfileExceptionsInput,\n output: ProabonoListTaxProfileExceptionsOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,48 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-tax-profiles.ts
4
+ const ProabonoListTaxProfilesInput = zod.z.object({
5
+ page: zod.z.number().int().describe("Page number. Default: 1.").optional(),
6
+ size_page: zod.z.number().int().describe("Number of items per page. Default: 10, max: 1000.").optional(),
7
+ IdBusiness: zod.z.number().int().describe("Filter by Business ID to list tax profiles for a specific business").optional()
8
+ });
9
+ const ProabonoListTaxProfiles_TaxProfileLinkSchema = zod.z.object({
10
+ rel: zod.z.string().describe("Link relation type").nullable().optional(),
11
+ href: zod.z.string().describe("Link URL").nullable().optional()
12
+ });
13
+ const ProabonoListTaxProfiles_TaxProfileItemSchema = zod.z.object({
14
+ Id: zod.z.number().int().describe("Unique identifier of the tax profile").nullable().optional(),
15
+ Name: zod.z.string().describe("Name of the tax profile").nullable().optional(),
16
+ Label: zod.z.string().describe("Display label for the tax profile").nullable().optional(),
17
+ Links: zod.z.array(ProabonoListTaxProfiles_TaxProfileLinkSchema).describe("HATEOAS navigation links").nullable().optional(),
18
+ DateUpdate: zod.z.string().describe("Last modification timestamp in ISO 8601 format").nullable().optional(),
19
+ IdBusiness: zod.z.number().int().describe("Business association identifier").nullable().optional(),
20
+ Description: zod.z.string().describe("Description of the tax profile").nullable().optional(),
21
+ 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(),
22
+ TypeRateTax: zod.z.string().describe("Type of tax rate applied (e.g., 'Standard', 'Reduced', 'Zero')").nullable().optional(),
23
+ IdUserUpdate: zod.z.number().int().describe("User ID who last modified the tax profile").nullable().optional()
24
+ });
25
+ const ProabonoListTaxProfiles_NavigationLinkSchema = zod.z.object({
26
+ rel: zod.z.string().describe("Link relation type").nullable().optional(),
27
+ href: zod.z.string().describe("Link URL").nullable().optional()
28
+ });
29
+ const ProabonoListTaxProfilesOutput = zod.z.object({
30
+ Page: zod.z.number().int().describe("Current page number").nullable().optional(),
31
+ Count: zod.z.number().int().describe("Items on current page").nullable().optional(),
32
+ Items: zod.z.array(ProabonoListTaxProfiles_TaxProfileItemSchema).describe("Collection of tax profile objects").nullable().optional(),
33
+ Links: zod.z.array(ProabonoListTaxProfiles_NavigationLinkSchema).describe("Navigation links").nullable().optional(),
34
+ SizePage: zod.z.number().int().describe("Items per page").nullable().optional(),
35
+ TotalItems: zod.z.number().int().describe("Total matching items").nullable().optional(),
36
+ DateGenerated: zod.z.string().describe("Response generation timestamp").nullable().optional()
37
+ });
38
+ const proabonoListTaxProfiles = require_action.action("PROABONO_LIST_TAX_PROFILES", {
39
+ slug: "proabono-list-tax-profiles",
40
+ name: "List Tax Profiles",
41
+ description: "Tool to list all tax profiles from ProAbono via the Backoffice API. Use when you need to retrieve tax configurations with optional filtering by business ID. Returns a paginated collection of tax profile objects with rates and settings.",
42
+ input: ProabonoListTaxProfilesInput,
43
+ output: ProabonoListTaxProfilesOutput
44
+ });
45
+ //#endregion
46
+ exports.proabonoListTaxProfiles = proabonoListTaxProfiles;
47
+
48
+ //# sourceMappingURL=list-tax-profiles.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-tax-profiles.cjs","names":["z","action"],"sources":["../../src/actions/list-tax-profiles.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProabonoListTaxProfilesInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number. Default: 1.\").optional(),\n size_page: z.number().int().describe(\"Number of items per page. Default: 10, max: 1000.\").optional(),\n IdBusiness: z.number().int().describe(\"Filter by Business ID to list tax profiles for a specific business\").optional(),\n});\nconst ProabonoListTaxProfiles_TaxProfileLinkSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"Link relation type\").nullable().optional(),\n href: z.string().describe(\"Link URL\").nullable().optional(),\n});\nconst ProabonoListTaxProfiles_TaxProfileItemSchema: 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(ProabonoListTaxProfiles_TaxProfileLinkSchema).describe(\"HATEOAS navigation links\").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});\nconst ProabonoListTaxProfiles_NavigationLinkSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"Link relation type\").nullable().optional(),\n href: z.string().describe(\"Link URL\").nullable().optional(),\n});\nexport const ProabonoListTaxProfilesOutput: z.ZodTypeAny = z.object({\n Page: z.number().int().describe(\"Current page number\").nullable().optional(),\n Count: z.number().int().describe(\"Items on current page\").nullable().optional(),\n Items: z.array(ProabonoListTaxProfiles_TaxProfileItemSchema).describe(\"Collection of tax profile objects\").nullable().optional(),\n Links: z.array(ProabonoListTaxProfiles_NavigationLinkSchema).describe(\"Navigation links\").nullable().optional(),\n SizePage: z.number().int().describe(\"Items per page\").nullable().optional(),\n TotalItems: z.number().int().describe(\"Total matching items\").nullable().optional(),\n DateGenerated: z.string().describe(\"Response generation timestamp\").nullable().optional(),\n});\n\nexport const proabonoListTaxProfiles = action(\"PROABONO_LIST_TAX_PROFILES\", {\n slug: \"proabono-list-tax-profiles\",\n name: \"List Tax Profiles\",\n description: \"Tool to list all tax profiles from ProAbono via the Backoffice API. Use when you need to retrieve tax configurations with optional filtering by business ID. Returns a paginated collection of tax profile objects with rates and settings.\",\n input: ProabonoListTaxProfilesInput,\n output: ProabonoListTaxProfilesOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-tax-profiles.d.ts
4
+ declare const ProabonoListTaxProfilesInput: z.ZodTypeAny;
5
+ declare const ProabonoListTaxProfilesOutput: z.ZodTypeAny;
6
+ declare const proabonoListTaxProfiles: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { proabonoListTaxProfiles };
9
+ //# sourceMappingURL=list-tax-profiles.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-tax-profiles.d.cts","names":[],"sources":["../../src/actions/list-tax-profiles.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAI3C;AAAA,cAqBW,6BAAA,EAA+B,CAAA,CAAE,UAQ5C;AAAA,cAEW,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-tax-profiles.d.ts
4
+ declare const ProabonoListTaxProfilesInput: z.ZodTypeAny;
5
+ declare const ProabonoListTaxProfilesOutput: z.ZodTypeAny;
6
+ declare const proabonoListTaxProfiles: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { proabonoListTaxProfiles };
9
+ //# sourceMappingURL=list-tax-profiles.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-tax-profiles.d.mts","names":[],"sources":["../../src/actions/list-tax-profiles.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAI3C;AAAA,cAqBW,6BAAA,EAA+B,CAAA,CAAE,UAQ5C;AAAA,cAEW,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,47 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-tax-profiles.ts
4
+ const ProabonoListTaxProfilesInput = z.object({
5
+ page: z.number().int().describe("Page number. Default: 1.").optional(),
6
+ size_page: z.number().int().describe("Number of items per page. Default: 10, max: 1000.").optional(),
7
+ IdBusiness: z.number().int().describe("Filter by Business ID to list tax profiles for a specific business").optional()
8
+ });
9
+ const ProabonoListTaxProfiles_TaxProfileLinkSchema = z.object({
10
+ rel: z.string().describe("Link relation type").nullable().optional(),
11
+ href: z.string().describe("Link URL").nullable().optional()
12
+ });
13
+ const ProabonoListTaxProfiles_TaxProfileItemSchema = z.object({
14
+ Id: z.number().int().describe("Unique identifier of the tax profile").nullable().optional(),
15
+ Name: z.string().describe("Name of the tax profile").nullable().optional(),
16
+ Label: z.string().describe("Display label for the tax profile").nullable().optional(),
17
+ Links: z.array(ProabonoListTaxProfiles_TaxProfileLinkSchema).describe("HATEOAS navigation links").nullable().optional(),
18
+ DateUpdate: z.string().describe("Last modification timestamp in ISO 8601 format").nullable().optional(),
19
+ IdBusiness: z.number().int().describe("Business association identifier").nullable().optional(),
20
+ Description: z.string().describe("Description of the tax profile").nullable().optional(),
21
+ 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(),
22
+ TypeRateTax: z.string().describe("Type of tax rate applied (e.g., 'Standard', 'Reduced', 'Zero')").nullable().optional(),
23
+ IdUserUpdate: z.number().int().describe("User ID who last modified the tax profile").nullable().optional()
24
+ });
25
+ const ProabonoListTaxProfiles_NavigationLinkSchema = z.object({
26
+ rel: z.string().describe("Link relation type").nullable().optional(),
27
+ href: z.string().describe("Link URL").nullable().optional()
28
+ });
29
+ const proabonoListTaxProfiles = action("PROABONO_LIST_TAX_PROFILES", {
30
+ slug: "proabono-list-tax-profiles",
31
+ name: "List Tax Profiles",
32
+ description: "Tool to list all tax profiles from ProAbono via the Backoffice API. Use when you need to retrieve tax configurations with optional filtering by business ID. Returns a paginated collection of tax profile objects with rates and settings.",
33
+ input: ProabonoListTaxProfilesInput,
34
+ output: z.object({
35
+ Page: z.number().int().describe("Current page number").nullable().optional(),
36
+ Count: z.number().int().describe("Items on current page").nullable().optional(),
37
+ Items: z.array(ProabonoListTaxProfiles_TaxProfileItemSchema).describe("Collection of tax profile objects").nullable().optional(),
38
+ Links: z.array(ProabonoListTaxProfiles_NavigationLinkSchema).describe("Navigation links").nullable().optional(),
39
+ SizePage: z.number().int().describe("Items per page").nullable().optional(),
40
+ TotalItems: z.number().int().describe("Total matching items").nullable().optional(),
41
+ DateGenerated: z.string().describe("Response generation timestamp").nullable().optional()
42
+ })
43
+ });
44
+ //#endregion
45
+ export { proabonoListTaxProfiles };
46
+
47
+ //# sourceMappingURL=list-tax-profiles.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-tax-profiles.mjs","names":[],"sources":["../../src/actions/list-tax-profiles.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProabonoListTaxProfilesInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number. Default: 1.\").optional(),\n size_page: z.number().int().describe(\"Number of items per page. Default: 10, max: 1000.\").optional(),\n IdBusiness: z.number().int().describe(\"Filter by Business ID to list tax profiles for a specific business\").optional(),\n});\nconst ProabonoListTaxProfiles_TaxProfileLinkSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"Link relation type\").nullable().optional(),\n href: z.string().describe(\"Link URL\").nullable().optional(),\n});\nconst ProabonoListTaxProfiles_TaxProfileItemSchema: 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(ProabonoListTaxProfiles_TaxProfileLinkSchema).describe(\"HATEOAS navigation links\").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});\nconst ProabonoListTaxProfiles_NavigationLinkSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"Link relation type\").nullable().optional(),\n href: z.string().describe(\"Link URL\").nullable().optional(),\n});\nexport const ProabonoListTaxProfilesOutput: z.ZodTypeAny = z.object({\n Page: z.number().int().describe(\"Current page number\").nullable().optional(),\n Count: z.number().int().describe(\"Items on current page\").nullable().optional(),\n Items: z.array(ProabonoListTaxProfiles_TaxProfileItemSchema).describe(\"Collection of tax profile objects\").nullable().optional(),\n Links: z.array(ProabonoListTaxProfiles_NavigationLinkSchema).describe(\"Navigation links\").nullable().optional(),\n SizePage: z.number().int().describe(\"Items per page\").nullable().optional(),\n TotalItems: z.number().int().describe(\"Total matching items\").nullable().optional(),\n DateGenerated: z.string().describe(\"Response generation timestamp\").nullable().optional(),\n});\n\nexport const proabonoListTaxProfiles = action(\"PROABONO_LIST_TAX_PROFILES\", {\n slug: \"proabono-list-tax-profiles\",\n name: \"List Tax Profiles\",\n description: \"Tool to list all tax profiles from ProAbono via the Backoffice API. Use when you need to retrieve tax configurations with optional filtering by business ID. Returns a paginated collection of tax profile objects with rates and settings.\",\n input: ProabonoListTaxProfilesInput,\n output: ProabonoListTaxProfilesOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,72 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-upgrade-offers.ts
4
+ const ProabonoListUpgradeOffersInput = zod.z.object({
5
+ page: zod.z.number().int().describe("Page number. Default: 1.").optional(),
6
+ size_page: zod.z.number().int().describe("Number of items per page. Default: 10, max: 1000.").optional(),
7
+ UpgradeOnly: zod.z.boolean().describe("Filter to show only upgrade offers. When true, returns only offers that represent an upgrade from the customer's current subscription").optional(),
8
+ ReferenceCustomer: zod.z.string().describe("The unique reference identifier of the customer to retrieve upgrade offers for")
9
+ }).describe("Request model for retrieving upgrade offers available for a customer.");
10
+ const ProabonoListUpgradeOffers_LinkObjectSchema = zod.z.object({
11
+ rel: zod.z.string().describe("Relationship type of the link (e.g., 'self', 'next', 'previous', 'subscribe')").nullable().optional(),
12
+ href: zod.z.string().describe("Direct URL for encrypted links").nullable().optional(),
13
+ query: zod.z.string().describe("Query parameter for hosted pages").nullable().optional()
14
+ }).describe("Represents a link to a related resource or action.");
15
+ const ProabonoListUpgradeOffers_OfferFeatureSchema = zod.z.object({
16
+ Id: zod.z.number().int().describe("Unique identifier for the feature").nullable().optional(),
17
+ IsEnabled: zod.z.boolean().describe("Whether the feature is enabled by default (for OnOff features)").nullable().optional(),
18
+ IsVisible: zod.z.boolean().describe("Whether the feature is visible to customers").nullable().optional(),
19
+ IsIncluded: zod.z.boolean().describe("Whether the feature is included in the offer (for OnOff features)").nullable().optional(),
20
+ TypeFeature: zod.z.string().describe("Type of feature: 'OnOff' for binary features, 'Limitation' or 'Consumption' for quota-based features").nullable().optional(),
21
+ TitleLocalized: zod.z.string().describe("Localized display name of the feature").nullable().optional(),
22
+ QuantityCurrent: zod.z.number().int().describe("Starting quantity for the feature. Null means unlimited (for Limitation/Consumption features)").nullable().optional(),
23
+ PricingLocalized: zod.z.string().describe("Localized pricing text for the feature").nullable().optional(),
24
+ QuantityIncluded: zod.z.number().int().describe("Included quota or limit for the feature. Null means unlimited (for Limitation/Consumption features)").nullable().optional(),
25
+ ReferenceFeature: zod.z.string().describe("Reference code for the feature in your application").nullable().optional()
26
+ }).describe("Represents a feature included in an offer.");
27
+ const ProabonoListUpgradeOffers_OfferObjectSchema = zod.z.object({
28
+ Id: zod.z.number().int().describe("Unique identifier for the offer").nullable().optional(),
29
+ Name: zod.z.string().describe("Internal name of the offer").nullable().optional(),
30
+ Links: zod.z.array(ProabonoListUpgradeOffers_LinkObjectSchema).describe("Array of links to related actions or resources").nullable().optional(),
31
+ Pricing: zod.z.number().int().describe("Total price amount in cents").nullable().optional(),
32
+ Currency: zod.z.string().describe("Currency code for the offer pricing (e.g., 'USD', 'EUR')").nullable().optional(),
33
+ Features: zod.z.array(ProabonoListUpgradeOffers_OfferFeatureSchema).describe("Array of features included in this offer").nullable().optional(),
34
+ Metadata: zod.z.object({}).describe("Custom key-value pairs for additional offer metadata").nullable().optional(),
35
+ IsVisible: zod.z.boolean().describe("Whether the offer is visible in hosted pages").nullable().optional(),
36
+ UnitTrial: zod.z.string().describe("Trial period time unit (e.g., 'day', 'week', 'month')").nullable().optional(),
37
+ AmountTrial: zod.z.number().int().describe("Amount charged during trial period in cents").nullable().optional(),
38
+ PricingTotal: zod.z.number().int().describe("Total price amount including taxes in cents").nullable().optional(),
39
+ AmountUpFront: zod.z.number().int().describe("Setup or initial fee amount in cents (one-time charge)").nullable().optional(),
40
+ DurationTrial: zod.z.number().int().describe("Trial period duration count").nullable().optional(),
41
+ ReferenceOffer: zod.z.string().describe("Reference identifier used within your application for this offer").nullable().optional(),
42
+ TitleLocalized: zod.z.string().describe("Localized display name of the offer").nullable().optional(),
43
+ UnitRecurrence: zod.z.string().describe("Recurrence time unit (e.g., 'day', 'week', 'month', 'year')").nullable().optional(),
44
+ PricingSubtotal: zod.z.number().int().describe("Price amount before taxes in cents").nullable().optional(),
45
+ AmountRecurrence: zod.z.number().int().describe("Recurring charge amount in cents").nullable().optional(),
46
+ CountRecurrences: zod.z.number().int().describe("Total number of recurrences before subscription ends").nullable().optional(),
47
+ PricingLocalized: zod.z.string().describe("Localized pricing text of the offer (HTML or plain text)").nullable().optional(),
48
+ AmountTermination: zod.z.number().int().describe("Termination fee amount in cents").nullable().optional(),
49
+ DurationRecurrence: zod.z.number().int().describe("Recurrence period duration count").nullable().optional(),
50
+ CountMinRecurrences: zod.z.number().int().describe("Minimum number of committed recurrences").nullable().optional(),
51
+ DescriptionLocalized: zod.z.string().describe("Localized description of the offer").nullable().optional()
52
+ }).describe("Represents a subscription offer (pricing plan) available for upgrade.");
53
+ const ProabonoListUpgradeOffersOutput = zod.z.object({
54
+ Page: zod.z.number().int().describe("Current page number in the result set").nullable().optional(),
55
+ Count: zod.z.number().int().describe("Number of items returned in the current page").nullable().optional(),
56
+ Items: zod.z.array(ProabonoListUpgradeOffers_OfferObjectSchema).describe("Array of offer objects available for upgrade").nullable().optional(),
57
+ Links: zod.z.array(ProabonoListUpgradeOffers_LinkObjectSchema).describe("Array of pagination navigation links (next, previous)").nullable().optional(),
58
+ SizePage: zod.z.number().int().describe("Maximum number of items per page").nullable().optional(),
59
+ TotalItems: zod.z.number().int().describe("Total number of items available across all pages").nullable().optional(),
60
+ DateGenerated: zod.z.string().describe("Timestamp when this response was generated (ISO 8601 format)").nullable().optional()
61
+ }).describe("Response model for listing upgrade offers with pagination metadata.");
62
+ const proabonoListUpgradeOffers = require_action.action("PROABONO_LIST_UPGRADE_OFFERS", {
63
+ slug: "proabono-list-upgrade-offers",
64
+ name: "List Upgrade Offers",
65
+ description: "Tool to retrieve offers available to upgrade an existing customer subscription. Use when you need to show upgrade options to a customer based on their current subscription status.",
66
+ input: ProabonoListUpgradeOffersInput,
67
+ output: ProabonoListUpgradeOffersOutput
68
+ });
69
+ //#endregion
70
+ exports.proabonoListUpgradeOffers = proabonoListUpgradeOffers;
71
+
72
+ //# sourceMappingURL=list-upgrade-offers.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-upgrade-offers.cjs","names":["z","action"],"sources":["../../src/actions/list-upgrade-offers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProabonoListUpgradeOffersInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number. Default: 1.\").optional(),\n size_page: z.number().int().describe(\"Number of items per page. Default: 10, max: 1000.\").optional(),\n UpgradeOnly: z.boolean().describe(\"Filter to show only upgrade offers. When true, returns only offers that represent an upgrade from the customer's current subscription\").optional(),\n ReferenceCustomer: z.string().describe(\"The unique reference identifier of the customer to retrieve upgrade offers for\"),\n}).describe(\"Request model for retrieving upgrade offers available for a customer.\");\nconst ProabonoListUpgradeOffers_LinkObjectSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"Relationship type of the link (e.g., 'self', 'next', 'previous', 'subscribe')\").nullable().optional(),\n href: z.string().describe(\"Direct URL for encrypted links\").nullable().optional(),\n query: z.string().describe(\"Query parameter for hosted pages\").nullable().optional(),\n}).describe(\"Represents a link to a related resource or action.\");\nconst ProabonoListUpgradeOffers_OfferFeatureSchema: z.ZodTypeAny = z.object({\n Id: z.number().int().describe(\"Unique identifier for the feature\").nullable().optional(),\n IsEnabled: z.boolean().describe(\"Whether the feature is enabled by default (for OnOff features)\").nullable().optional(),\n IsVisible: z.boolean().describe(\"Whether the feature is visible to customers\").nullable().optional(),\n IsIncluded: z.boolean().describe(\"Whether the feature is included in the offer (for OnOff features)\").nullable().optional(),\n TypeFeature: z.string().describe(\"Type of feature: 'OnOff' for binary features, 'Limitation' or 'Consumption' for quota-based features\").nullable().optional(),\n TitleLocalized: z.string().describe(\"Localized display name of the feature\").nullable().optional(),\n QuantityCurrent: z.number().int().describe(\"Starting quantity for the feature. Null means unlimited (for Limitation/Consumption features)\").nullable().optional(),\n PricingLocalized: z.string().describe(\"Localized pricing text for the feature\").nullable().optional(),\n QuantityIncluded: z.number().int().describe(\"Included quota or limit for the feature. Null means unlimited (for Limitation/Consumption features)\").nullable().optional(),\n ReferenceFeature: z.string().describe(\"Reference code for the feature in your application\").nullable().optional(),\n}).describe(\"Represents a feature included in an offer.\");\nconst ProabonoListUpgradeOffers_OfferObjectSchema: z.ZodTypeAny = z.object({\n Id: z.number().int().describe(\"Unique identifier for the offer\").nullable().optional(),\n Name: z.string().describe(\"Internal name of the offer\").nullable().optional(),\n Links: z.array(ProabonoListUpgradeOffers_LinkObjectSchema).describe(\"Array of links to related actions or resources\").nullable().optional(),\n Pricing: z.number().int().describe(\"Total price amount in cents\").nullable().optional(),\n Currency: z.string().describe(\"Currency code for the offer pricing (e.g., 'USD', 'EUR')\").nullable().optional(),\n Features: z.array(ProabonoListUpgradeOffers_OfferFeatureSchema).describe(\"Array of features included in this offer\").nullable().optional(),\n Metadata: z.object({}).describe(\"Custom key-value pairs for additional offer metadata\").nullable().optional(),\n IsVisible: z.boolean().describe(\"Whether the offer is visible in hosted pages\").nullable().optional(),\n UnitTrial: z.string().describe(\"Trial period time unit (e.g., 'day', 'week', 'month')\").nullable().optional(),\n AmountTrial: z.number().int().describe(\"Amount charged during trial period in cents\").nullable().optional(),\n PricingTotal: z.number().int().describe(\"Total price amount including taxes in cents\").nullable().optional(),\n AmountUpFront: z.number().int().describe(\"Setup or initial fee amount in cents (one-time charge)\").nullable().optional(),\n DurationTrial: z.number().int().describe(\"Trial period duration count\").nullable().optional(),\n ReferenceOffer: z.string().describe(\"Reference identifier used within your application for this offer\").nullable().optional(),\n TitleLocalized: z.string().describe(\"Localized display name of the offer\").nullable().optional(),\n UnitRecurrence: z.string().describe(\"Recurrence time unit (e.g., 'day', 'week', 'month', 'year')\").nullable().optional(),\n PricingSubtotal: z.number().int().describe(\"Price amount before taxes in cents\").nullable().optional(),\n AmountRecurrence: z.number().int().describe(\"Recurring charge amount in cents\").nullable().optional(),\n CountRecurrences: z.number().int().describe(\"Total number of recurrences before subscription ends\").nullable().optional(),\n PricingLocalized: z.string().describe(\"Localized pricing text of the offer (HTML or plain text)\").nullable().optional(),\n AmountTermination: z.number().int().describe(\"Termination fee amount in cents\").nullable().optional(),\n DurationRecurrence: z.number().int().describe(\"Recurrence period duration count\").nullable().optional(),\n CountMinRecurrences: z.number().int().describe(\"Minimum number of committed recurrences\").nullable().optional(),\n DescriptionLocalized: z.string().describe(\"Localized description of the offer\").nullable().optional(),\n}).describe(\"Represents a subscription offer (pricing plan) available for upgrade.\");\nexport const ProabonoListUpgradeOffersOutput: z.ZodTypeAny = z.object({\n Page: z.number().int().describe(\"Current page number in the result set\").nullable().optional(),\n Count: z.number().int().describe(\"Number of items returned in the current page\").nullable().optional(),\n Items: z.array(ProabonoListUpgradeOffers_OfferObjectSchema).describe(\"Array of offer objects available for upgrade\").nullable().optional(),\n Links: z.array(ProabonoListUpgradeOffers_LinkObjectSchema).describe(\"Array of pagination navigation links (next, previous)\").nullable().optional(),\n SizePage: z.number().int().describe(\"Maximum number of items per page\").nullable().optional(),\n TotalItems: z.number().int().describe(\"Total number of items available across all pages\").nullable().optional(),\n DateGenerated: z.string().describe(\"Timestamp when this response was generated (ISO 8601 format)\").nullable().optional(),\n}).describe(\"Response model for listing upgrade offers with pagination metadata.\");\n\nexport const proabonoListUpgradeOffers = action(\"PROABONO_LIST_UPGRADE_OFFERS\", {\n slug: \"proabono-list-upgrade-offers\",\n name: \"List Upgrade Offers\",\n description: \"Tool to retrieve offers available to upgrade an existing customer subscription. Use when you need to show upgrade options to a customer based on their current subscription status.\",\n input: ProabonoListUpgradeOffersInput,\n output: ProabonoListUpgradeOffersOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-upgrade-offers.d.ts
4
+ declare const ProabonoListUpgradeOffersInput: z.ZodTypeAny;
5
+ declare const ProabonoListUpgradeOffersOutput: z.ZodTypeAny;
6
+ declare const proabonoListUpgradeOffers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { proabonoListUpgradeOffers };
9
+ //# sourceMappingURL=list-upgrade-offers.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-upgrade-offers.d.cts","names":[],"sources":["../../src/actions/list-upgrade-offers.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAKqC;AAAA,cA4CvE,+BAAA,EAAiC,CAAA,CAAE,UAQkC;AAAA,cAErE,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-upgrade-offers.d.ts
4
+ declare const ProabonoListUpgradeOffersInput: z.ZodTypeAny;
5
+ declare const ProabonoListUpgradeOffersOutput: z.ZodTypeAny;
6
+ declare const proabonoListUpgradeOffers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { proabonoListUpgradeOffers };
9
+ //# sourceMappingURL=list-upgrade-offers.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-upgrade-offers.d.mts","names":[],"sources":["../../src/actions/list-upgrade-offers.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAKqC;AAAA,cA4CvE,+BAAA,EAAiC,CAAA,CAAE,UAQkC;AAAA,cAErE,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,71 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-upgrade-offers.ts
4
+ const ProabonoListUpgradeOffersInput = z.object({
5
+ page: z.number().int().describe("Page number. Default: 1.").optional(),
6
+ size_page: z.number().int().describe("Number of items per page. Default: 10, max: 1000.").optional(),
7
+ UpgradeOnly: z.boolean().describe("Filter to show only upgrade offers. When true, returns only offers that represent an upgrade from the customer's current subscription").optional(),
8
+ ReferenceCustomer: z.string().describe("The unique reference identifier of the customer to retrieve upgrade offers for")
9
+ }).describe("Request model for retrieving upgrade offers available for a customer.");
10
+ const ProabonoListUpgradeOffers_LinkObjectSchema = z.object({
11
+ rel: z.string().describe("Relationship type of the link (e.g., 'self', 'next', 'previous', 'subscribe')").nullable().optional(),
12
+ href: z.string().describe("Direct URL for encrypted links").nullable().optional(),
13
+ query: z.string().describe("Query parameter for hosted pages").nullable().optional()
14
+ }).describe("Represents a link to a related resource or action.");
15
+ const ProabonoListUpgradeOffers_OfferFeatureSchema = z.object({
16
+ Id: z.number().int().describe("Unique identifier for the feature").nullable().optional(),
17
+ IsEnabled: z.boolean().describe("Whether the feature is enabled by default (for OnOff features)").nullable().optional(),
18
+ IsVisible: z.boolean().describe("Whether the feature is visible to customers").nullable().optional(),
19
+ IsIncluded: z.boolean().describe("Whether the feature is included in the offer (for OnOff features)").nullable().optional(),
20
+ TypeFeature: z.string().describe("Type of feature: 'OnOff' for binary features, 'Limitation' or 'Consumption' for quota-based features").nullable().optional(),
21
+ TitleLocalized: z.string().describe("Localized display name of the feature").nullable().optional(),
22
+ QuantityCurrent: z.number().int().describe("Starting quantity for the feature. Null means unlimited (for Limitation/Consumption features)").nullable().optional(),
23
+ PricingLocalized: z.string().describe("Localized pricing text for the feature").nullable().optional(),
24
+ QuantityIncluded: z.number().int().describe("Included quota or limit for the feature. Null means unlimited (for Limitation/Consumption features)").nullable().optional(),
25
+ ReferenceFeature: z.string().describe("Reference code for the feature in your application").nullable().optional()
26
+ }).describe("Represents a feature included in an offer.");
27
+ const ProabonoListUpgradeOffers_OfferObjectSchema = z.object({
28
+ Id: z.number().int().describe("Unique identifier for the offer").nullable().optional(),
29
+ Name: z.string().describe("Internal name of the offer").nullable().optional(),
30
+ Links: z.array(ProabonoListUpgradeOffers_LinkObjectSchema).describe("Array of links to related actions or resources").nullable().optional(),
31
+ Pricing: z.number().int().describe("Total price amount in cents").nullable().optional(),
32
+ Currency: z.string().describe("Currency code for the offer pricing (e.g., 'USD', 'EUR')").nullable().optional(),
33
+ Features: z.array(ProabonoListUpgradeOffers_OfferFeatureSchema).describe("Array of features included in this offer").nullable().optional(),
34
+ Metadata: z.object({}).describe("Custom key-value pairs for additional offer metadata").nullable().optional(),
35
+ IsVisible: z.boolean().describe("Whether the offer is visible in hosted pages").nullable().optional(),
36
+ UnitTrial: z.string().describe("Trial period time unit (e.g., 'day', 'week', 'month')").nullable().optional(),
37
+ AmountTrial: z.number().int().describe("Amount charged during trial period in cents").nullable().optional(),
38
+ PricingTotal: z.number().int().describe("Total price amount including taxes in cents").nullable().optional(),
39
+ AmountUpFront: z.number().int().describe("Setup or initial fee amount in cents (one-time charge)").nullable().optional(),
40
+ DurationTrial: z.number().int().describe("Trial period duration count").nullable().optional(),
41
+ ReferenceOffer: z.string().describe("Reference identifier used within your application for this offer").nullable().optional(),
42
+ TitleLocalized: z.string().describe("Localized display name of the offer").nullable().optional(),
43
+ UnitRecurrence: z.string().describe("Recurrence time unit (e.g., 'day', 'week', 'month', 'year')").nullable().optional(),
44
+ PricingSubtotal: z.number().int().describe("Price amount before taxes in cents").nullable().optional(),
45
+ AmountRecurrence: z.number().int().describe("Recurring charge amount in cents").nullable().optional(),
46
+ CountRecurrences: z.number().int().describe("Total number of recurrences before subscription ends").nullable().optional(),
47
+ PricingLocalized: z.string().describe("Localized pricing text of the offer (HTML or plain text)").nullable().optional(),
48
+ AmountTermination: z.number().int().describe("Termination fee amount in cents").nullable().optional(),
49
+ DurationRecurrence: z.number().int().describe("Recurrence period duration count").nullable().optional(),
50
+ CountMinRecurrences: z.number().int().describe("Minimum number of committed recurrences").nullable().optional(),
51
+ DescriptionLocalized: z.string().describe("Localized description of the offer").nullable().optional()
52
+ }).describe("Represents a subscription offer (pricing plan) available for upgrade.");
53
+ const proabonoListUpgradeOffers = action("PROABONO_LIST_UPGRADE_OFFERS", {
54
+ slug: "proabono-list-upgrade-offers",
55
+ name: "List Upgrade Offers",
56
+ description: "Tool to retrieve offers available to upgrade an existing customer subscription. Use when you need to show upgrade options to a customer based on their current subscription status.",
57
+ input: ProabonoListUpgradeOffersInput,
58
+ output: z.object({
59
+ Page: z.number().int().describe("Current page number in the result set").nullable().optional(),
60
+ Count: z.number().int().describe("Number of items returned in the current page").nullable().optional(),
61
+ Items: z.array(ProabonoListUpgradeOffers_OfferObjectSchema).describe("Array of offer objects available for upgrade").nullable().optional(),
62
+ Links: z.array(ProabonoListUpgradeOffers_LinkObjectSchema).describe("Array of pagination navigation links (next, previous)").nullable().optional(),
63
+ SizePage: z.number().int().describe("Maximum number of items per page").nullable().optional(),
64
+ TotalItems: z.number().int().describe("Total number of items available across all pages").nullable().optional(),
65
+ DateGenerated: z.string().describe("Timestamp when this response was generated (ISO 8601 format)").nullable().optional()
66
+ }).describe("Response model for listing upgrade offers with pagination metadata.")
67
+ });
68
+ //#endregion
69
+ export { proabonoListUpgradeOffers };
70
+
71
+ //# sourceMappingURL=list-upgrade-offers.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-upgrade-offers.mjs","names":[],"sources":["../../src/actions/list-upgrade-offers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProabonoListUpgradeOffersInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number. Default: 1.\").optional(),\n size_page: z.number().int().describe(\"Number of items per page. Default: 10, max: 1000.\").optional(),\n UpgradeOnly: z.boolean().describe(\"Filter to show only upgrade offers. When true, returns only offers that represent an upgrade from the customer's current subscription\").optional(),\n ReferenceCustomer: z.string().describe(\"The unique reference identifier of the customer to retrieve upgrade offers for\"),\n}).describe(\"Request model for retrieving upgrade offers available for a customer.\");\nconst ProabonoListUpgradeOffers_LinkObjectSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"Relationship type of the link (e.g., 'self', 'next', 'previous', 'subscribe')\").nullable().optional(),\n href: z.string().describe(\"Direct URL for encrypted links\").nullable().optional(),\n query: z.string().describe(\"Query parameter for hosted pages\").nullable().optional(),\n}).describe(\"Represents a link to a related resource or action.\");\nconst ProabonoListUpgradeOffers_OfferFeatureSchema: z.ZodTypeAny = z.object({\n Id: z.number().int().describe(\"Unique identifier for the feature\").nullable().optional(),\n IsEnabled: z.boolean().describe(\"Whether the feature is enabled by default (for OnOff features)\").nullable().optional(),\n IsVisible: z.boolean().describe(\"Whether the feature is visible to customers\").nullable().optional(),\n IsIncluded: z.boolean().describe(\"Whether the feature is included in the offer (for OnOff features)\").nullable().optional(),\n TypeFeature: z.string().describe(\"Type of feature: 'OnOff' for binary features, 'Limitation' or 'Consumption' for quota-based features\").nullable().optional(),\n TitleLocalized: z.string().describe(\"Localized display name of the feature\").nullable().optional(),\n QuantityCurrent: z.number().int().describe(\"Starting quantity for the feature. Null means unlimited (for Limitation/Consumption features)\").nullable().optional(),\n PricingLocalized: z.string().describe(\"Localized pricing text for the feature\").nullable().optional(),\n QuantityIncluded: z.number().int().describe(\"Included quota or limit for the feature. Null means unlimited (for Limitation/Consumption features)\").nullable().optional(),\n ReferenceFeature: z.string().describe(\"Reference code for the feature in your application\").nullable().optional(),\n}).describe(\"Represents a feature included in an offer.\");\nconst ProabonoListUpgradeOffers_OfferObjectSchema: z.ZodTypeAny = z.object({\n Id: z.number().int().describe(\"Unique identifier for the offer\").nullable().optional(),\n Name: z.string().describe(\"Internal name of the offer\").nullable().optional(),\n Links: z.array(ProabonoListUpgradeOffers_LinkObjectSchema).describe(\"Array of links to related actions or resources\").nullable().optional(),\n Pricing: z.number().int().describe(\"Total price amount in cents\").nullable().optional(),\n Currency: z.string().describe(\"Currency code for the offer pricing (e.g., 'USD', 'EUR')\").nullable().optional(),\n Features: z.array(ProabonoListUpgradeOffers_OfferFeatureSchema).describe(\"Array of features included in this offer\").nullable().optional(),\n Metadata: z.object({}).describe(\"Custom key-value pairs for additional offer metadata\").nullable().optional(),\n IsVisible: z.boolean().describe(\"Whether the offer is visible in hosted pages\").nullable().optional(),\n UnitTrial: z.string().describe(\"Trial period time unit (e.g., 'day', 'week', 'month')\").nullable().optional(),\n AmountTrial: z.number().int().describe(\"Amount charged during trial period in cents\").nullable().optional(),\n PricingTotal: z.number().int().describe(\"Total price amount including taxes in cents\").nullable().optional(),\n AmountUpFront: z.number().int().describe(\"Setup or initial fee amount in cents (one-time charge)\").nullable().optional(),\n DurationTrial: z.number().int().describe(\"Trial period duration count\").nullable().optional(),\n ReferenceOffer: z.string().describe(\"Reference identifier used within your application for this offer\").nullable().optional(),\n TitleLocalized: z.string().describe(\"Localized display name of the offer\").nullable().optional(),\n UnitRecurrence: z.string().describe(\"Recurrence time unit (e.g., 'day', 'week', 'month', 'year')\").nullable().optional(),\n PricingSubtotal: z.number().int().describe(\"Price amount before taxes in cents\").nullable().optional(),\n AmountRecurrence: z.number().int().describe(\"Recurring charge amount in cents\").nullable().optional(),\n CountRecurrences: z.number().int().describe(\"Total number of recurrences before subscription ends\").nullable().optional(),\n PricingLocalized: z.string().describe(\"Localized pricing text of the offer (HTML or plain text)\").nullable().optional(),\n AmountTermination: z.number().int().describe(\"Termination fee amount in cents\").nullable().optional(),\n DurationRecurrence: z.number().int().describe(\"Recurrence period duration count\").nullable().optional(),\n CountMinRecurrences: z.number().int().describe(\"Minimum number of committed recurrences\").nullable().optional(),\n DescriptionLocalized: z.string().describe(\"Localized description of the offer\").nullable().optional(),\n}).describe(\"Represents a subscription offer (pricing plan) available for upgrade.\");\nexport const ProabonoListUpgradeOffersOutput: z.ZodTypeAny = z.object({\n Page: z.number().int().describe(\"Current page number in the result set\").nullable().optional(),\n Count: z.number().int().describe(\"Number of items returned in the current page\").nullable().optional(),\n Items: z.array(ProabonoListUpgradeOffers_OfferObjectSchema).describe(\"Array of offer objects available for upgrade\").nullable().optional(),\n Links: z.array(ProabonoListUpgradeOffers_LinkObjectSchema).describe(\"Array of pagination navigation links (next, previous)\").nullable().optional(),\n SizePage: z.number().int().describe(\"Maximum number of items per page\").nullable().optional(),\n TotalItems: z.number().int().describe(\"Total number of items available across all pages\").nullable().optional(),\n DateGenerated: z.string().describe(\"Timestamp when this response was generated (ISO 8601 format)\").nullable().optional(),\n}).describe(\"Response model for listing upgrade offers with pagination metadata.\");\n\nexport const proabonoListUpgradeOffers = action(\"PROABONO_LIST_UPGRADE_OFFERS\", {\n slug: \"proabono-list-upgrade-offers\",\n name: \"List Upgrade Offers\",\n description: \"Tool to retrieve offers available to upgrade an existing customer subscription. Use when you need to show upgrade options to a customer based on their current subscription status.\",\n input: ProabonoListUpgradeOffersInput,\n output: ProabonoListUpgradeOffersOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,58 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-webhook-notifications.ts
4
+ const ProabonoListWebhookNotificationsInput = zod.z.object({
5
+ page: zod.z.number().int().describe("Page number. Default: 1.").optional(),
6
+ IdSegment: zod.z.number().int().describe("Filter by specific segment identifier to retrieve notifications for a particular segment only").optional(),
7
+ IdWebhook: zod.z.number().int().describe("Filter by webhook identifier to retrieve notifications for a specific webhook only").optional(),
8
+ StateLife: zod.z.string().describe("Filter by specific state of the webhook notification (e.g., 'Ok', 'Failed')").optional(),
9
+ size_page: zod.z.number().int().describe("Number of items per page. Default: 10, max: 1000.").optional(),
10
+ IdBusiness: zod.z.number().int().describe("Your business identifier. Required to retrieve webhook notifications for a specific business."),
11
+ DateUpdateMax: zod.z.string().describe("Notifications updated before this date in ISO 8601 format. Use to filter by maximum update date.").optional(),
12
+ DateUpdateMin: zod.z.string().describe("Notifications updated after this date in ISO 8601 format. Use to filter by minimum update date.").optional(),
13
+ DateCreationMax: zod.z.string().describe("Notifications created before this date in ISO 8601 format (e.g., '2025-12-31T23:59:59'). Use to filter by maximum creation date.").optional(),
14
+ DateCreationMin: zod.z.string().describe("Notifications created after this date in ISO 8601 format (e.g., '2025-07-27T13:54:00'). Use to filter by minimum creation date.").optional()
15
+ }).describe("Request model for listing webhook notifications from ProAbono.");
16
+ const ProabonoListWebhookNotifications_WebhookNotificationLinkSchema = zod.z.object({
17
+ rel: zod.z.string().describe("Relationship type (e.g., 'self', 'related-business', 'related-webhook', 'related-trigger')").nullable().optional(),
18
+ href: zod.z.string().describe("API endpoint path for the related resource").nullable().optional()
19
+ }).describe("Model for HATEOAS navigation links in webhook notification response.");
20
+ const ProabonoListWebhookNotifications_WebhookNotificationSchema = zod.z.object({
21
+ Id: zod.z.number().int().describe("Unique identifier of the webhook notification").nullable().optional(),
22
+ Links: zod.z.array(ProabonoListWebhookNotifications_WebhookNotificationLinkSchema).describe("Collection of HATEOAS links for related resources (self, business, webhook, trigger)").nullable().optional(),
23
+ IdTrigger: zod.z.number().int().describe("Unique identifier of the trigger that generated this notification").nullable().optional(),
24
+ IdWebhook: zod.z.number().int().describe("Unique identifier of the webhook related to this notification").nullable().optional(),
25
+ StateLife: zod.z.string().describe("Current state of the webhook notification in its lifecycle (e.g., 'Ok', 'Failed')").nullable().optional(),
26
+ DateUpdate: zod.z.string().describe("Last modification timestamp in ISO 8601 format").nullable().optional(),
27
+ IdBusiness: zod.z.number().int().describe("Business identifier associated with this webhook notification").nullable().optional(),
28
+ DateCreation: zod.z.string().describe("Creation timestamp in ISO 8601 format").nullable().optional(),
29
+ IdUserUpdate: zod.z.number().int().describe("User ID who last modified the webhook notification").nullable().optional(),
30
+ CountSendings: zod.z.number().int().describe("Total number of times this webhook notification has been sent").nullable().optional(),
31
+ IdUserCreation: zod.z.number().int().describe("User ID who created the webhook notification").nullable().optional(),
32
+ DateLatestSending: zod.z.string().describe("Timestamp of the last sending attempt in ISO 8601 format").nullable().optional(),
33
+ StatusLatestSending: zod.z.number().int().describe("HTTP status code of the last sending attempt (e.g., 200, 404, 500)").nullable().optional()
34
+ }).describe("Model for a single webhook notification object.");
35
+ const ProabonoListWebhookNotifications_NavigationLinkSchema = zod.z.object({
36
+ rel: zod.z.string().describe("Relationship type (e.g., 'next', 'prev', 'self')").nullable().optional(),
37
+ href: zod.z.string().describe("API endpoint path for navigation").nullable().optional()
38
+ }).describe("Model for pagination navigation links.");
39
+ const ProabonoListWebhookNotificationsOutput = zod.z.object({
40
+ Page: zod.z.number().int().describe("Current page number").nullable().optional(),
41
+ Count: zod.z.number().int().describe("Number of items on current page").nullable().optional(),
42
+ Items: zod.z.array(ProabonoListWebhookNotifications_WebhookNotificationSchema).describe("Collection of webhook notification objects").nullable().optional(),
43
+ Links: zod.z.array(ProabonoListWebhookNotifications_NavigationLinkSchema).describe("Navigation links for pagination (next/prev)").nullable().optional(),
44
+ SizePage: zod.z.number().int().describe("Maximum items per page").nullable().optional(),
45
+ TotalItems: zod.z.number().int().describe("Total matching items across all pages").nullable().optional(),
46
+ DateGenerated: zod.z.string().describe("Response generation timestamp in ISO 8601 format").nullable().optional()
47
+ }).describe("Response model for listing webhook notifications from ProAbono.\nContains paginated results.");
48
+ const proabonoListWebhookNotifications = require_action.action("PROABONO_LIST_WEBHOOK_NOTIFICATIONS", {
49
+ slug: "proabono-list-webhook-notifications",
50
+ name: "List Webhook Notifications",
51
+ description: "Tool to list webhook notifications from ProAbono via the Notification API. Use when you need to retrieve webhook notification history with optional filtering by business, segment, date range, state, or webhook ID. Returns paginated results with notification details including sending status and related resources.",
52
+ input: ProabonoListWebhookNotificationsInput,
53
+ output: ProabonoListWebhookNotificationsOutput
54
+ });
55
+ //#endregion
56
+ exports.proabonoListWebhookNotifications = proabonoListWebhookNotifications;
57
+
58
+ //# sourceMappingURL=list-webhook-notifications.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-webhook-notifications.cjs","names":["z","action"],"sources":["../../src/actions/list-webhook-notifications.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProabonoListWebhookNotificationsInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number. Default: 1.\").optional(),\n IdSegment: z.number().int().describe(\"Filter by specific segment identifier to retrieve notifications for a particular segment only\").optional(),\n IdWebhook: z.number().int().describe(\"Filter by webhook identifier to retrieve notifications for a specific webhook only\").optional(),\n StateLife: z.string().describe(\"Filter by specific state of the webhook notification (e.g., 'Ok', 'Failed')\").optional(),\n size_page: z.number().int().describe(\"Number of items per page. Default: 10, max: 1000.\").optional(),\n IdBusiness: z.number().int().describe(\"Your business identifier. Required to retrieve webhook notifications for a specific business.\"),\n DateUpdateMax: z.string().describe(\"Notifications updated before this date in ISO 8601 format. Use to filter by maximum update date.\").optional(),\n DateUpdateMin: z.string().describe(\"Notifications updated after this date in ISO 8601 format. Use to filter by minimum update date.\").optional(),\n DateCreationMax: z.string().describe(\"Notifications created before this date in ISO 8601 format (e.g., '2025-12-31T23:59:59'). Use to filter by maximum creation date.\").optional(),\n DateCreationMin: z.string().describe(\"Notifications created after this date in ISO 8601 format (e.g., '2025-07-27T13:54:00'). Use to filter by minimum creation date.\").optional(),\n}).describe(\"Request model for listing webhook notifications from ProAbono.\");\nconst ProabonoListWebhookNotifications_WebhookNotificationLinkSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"Relationship type (e.g., 'self', 'related-business', 'related-webhook', 'related-trigger')\").nullable().optional(),\n href: z.string().describe(\"API endpoint path for the related resource\").nullable().optional(),\n}).describe(\"Model for HATEOAS navigation links in webhook notification response.\");\nconst ProabonoListWebhookNotifications_WebhookNotificationSchema: z.ZodTypeAny = z.object({\n Id: z.number().int().describe(\"Unique identifier of the webhook notification\").nullable().optional(),\n Links: z.array(ProabonoListWebhookNotifications_WebhookNotificationLinkSchema).describe(\"Collection of HATEOAS links for related resources (self, business, webhook, trigger)\").nullable().optional(),\n IdTrigger: z.number().int().describe(\"Unique identifier of the trigger that generated this notification\").nullable().optional(),\n IdWebhook: z.number().int().describe(\"Unique identifier of the webhook related to this notification\").nullable().optional(),\n StateLife: z.string().describe(\"Current state of the webhook notification in its lifecycle (e.g., 'Ok', 'Failed')\").nullable().optional(),\n DateUpdate: z.string().describe(\"Last modification timestamp in ISO 8601 format\").nullable().optional(),\n IdBusiness: z.number().int().describe(\"Business identifier associated with this webhook notification\").nullable().optional(),\n DateCreation: z.string().describe(\"Creation timestamp in ISO 8601 format\").nullable().optional(),\n IdUserUpdate: z.number().int().describe(\"User ID who last modified the webhook notification\").nullable().optional(),\n CountSendings: z.number().int().describe(\"Total number of times this webhook notification has been sent\").nullable().optional(),\n IdUserCreation: z.number().int().describe(\"User ID who created the webhook notification\").nullable().optional(),\n DateLatestSending: z.string().describe(\"Timestamp of the last sending attempt in ISO 8601 format\").nullable().optional(),\n StatusLatestSending: z.number().int().describe(\"HTTP status code of the last sending attempt (e.g., 200, 404, 500)\").nullable().optional(),\n}).describe(\"Model for a single webhook notification object.\");\nconst ProabonoListWebhookNotifications_NavigationLinkSchema: z.ZodTypeAny = z.object({\n rel: z.string().describe(\"Relationship type (e.g., 'next', 'prev', 'self')\").nullable().optional(),\n href: z.string().describe(\"API endpoint path for navigation\").nullable().optional(),\n}).describe(\"Model for pagination navigation links.\");\nexport const ProabonoListWebhookNotificationsOutput: z.ZodTypeAny = z.object({\n Page: z.number().int().describe(\"Current page number\").nullable().optional(),\n Count: z.number().int().describe(\"Number of items on current page\").nullable().optional(),\n Items: z.array(ProabonoListWebhookNotifications_WebhookNotificationSchema).describe(\"Collection of webhook notification objects\").nullable().optional(),\n Links: z.array(ProabonoListWebhookNotifications_NavigationLinkSchema).describe(\"Navigation links for pagination (next/prev)\").nullable().optional(),\n SizePage: z.number().int().describe(\"Maximum items per page\").nullable().optional(),\n TotalItems: z.number().int().describe(\"Total matching items across all pages\").nullable().optional(),\n DateGenerated: z.string().describe(\"Response generation timestamp in ISO 8601 format\").nullable().optional(),\n}).describe(\"Response model for listing webhook notifications from ProAbono.\\nContains paginated results.\");\n\nexport const proabonoListWebhookNotifications = action(\"PROABONO_LIST_WEBHOOK_NOTIFICATIONS\", {\n slug: \"proabono-list-webhook-notifications\",\n name: \"List Webhook Notifications\",\n description: \"Tool to list webhook notifications from ProAbono via the Notification API. Use when you need to retrieve webhook notification history with optional filtering by business, segment, date range, state, or webhook ID. Returns paginated results with notification details including sending status and related resources.\",\n input: ProabonoListWebhookNotificationsInput,\n output: ProabonoListWebhookNotificationsOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-webhook-notifications.d.ts
4
+ declare const ProabonoListWebhookNotificationsInput: z.ZodTypeAny;
5
+ declare const ProabonoListWebhookNotificationsOutput: z.ZodTypeAny;
6
+ declare const proabonoListWebhookNotifications: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { proabonoListWebhookNotifications };
9
+ //# sourceMappingURL=list-webhook-notifications.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-webhook-notifications.d.cts","names":[],"sources":["../../src/actions/list-webhook-notifications.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAWuB;AAAA,cAwBhE,sCAAA,EAAwC,CAAA,CAAE,UAQoD;AAAA,cAE9F,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-webhook-notifications.d.ts
4
+ declare const ProabonoListWebhookNotificationsInput: z.ZodTypeAny;
5
+ declare const ProabonoListWebhookNotificationsOutput: z.ZodTypeAny;
6
+ declare const proabonoListWebhookNotifications: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { proabonoListWebhookNotifications };
9
+ //# sourceMappingURL=list-webhook-notifications.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-webhook-notifications.d.mts","names":[],"sources":["../../src/actions/list-webhook-notifications.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAWuB;AAAA,cAwBhE,sCAAA,EAAwC,CAAA,CAAE,UAQoD;AAAA,cAE9F,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}