@moovio/sdk 26.7.1 → 26.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (385) hide show
  1. package/README.md +22 -10
  2. package/bin/mcp-server.js +156 -41
  3. package/bin/mcp-server.js.map +98 -95
  4. package/funcs/cardIssuingGetFull.d.ts +1 -1
  5. package/funcs/cardIssuingGetFull.js +1 -1
  6. package/funcs/imagesUpload.d.ts +1 -1
  7. package/funcs/imagesUpload.js +1 -1
  8. package/funcs/institutionsSearch.d.ts +1 -1
  9. package/funcs/institutionsSearch.js +1 -1
  10. package/funcs/issuingTransactionsList.js +1 -0
  11. package/funcs/issuingTransactionsList.js.map +1 -1
  12. package/funcs/transfersCreateCancellation.d.ts +3 -0
  13. package/funcs/transfersCreateCancellation.d.ts.map +1 -1
  14. package/funcs/transfersCreateCancellation.js +6 -1
  15. package/funcs/transfersCreateCancellation.js.map +1 -1
  16. package/funcs/transfersCreateReversal.d.ts +3 -0
  17. package/funcs/transfersCreateReversal.d.ts.map +1 -1
  18. package/funcs/transfersCreateReversal.js +3 -0
  19. package/funcs/transfersCreateReversal.js.map +1 -1
  20. package/funcs/transfersListCancellations.js +1 -1
  21. package/funcs/transfersListCancellations.js.map +1 -1
  22. package/funcs/transfersListRefunds.js +1 -1
  23. package/funcs/transfersListRefunds.js.map +1 -1
  24. package/jsr.json +1 -1
  25. package/lib/config.d.ts +3 -3
  26. package/lib/config.js +3 -3
  27. package/lib/encodings.d.ts +10 -9
  28. package/lib/encodings.d.ts.map +1 -1
  29. package/lib/encodings.js +29 -13
  30. package/lib/encodings.js.map +1 -1
  31. package/mcp-server/mcp-server.js +1 -1
  32. package/mcp-server/server.js +1 -1
  33. package/mcp-server/tools/cardIssuingGetFull.js +1 -1
  34. package/mcp-server/tools/cardIssuingGetFull.js.map +1 -1
  35. package/mcp-server/tools/imagesUpload.js +1 -1
  36. package/mcp-server/tools/imagesUpload.js.map +1 -1
  37. package/mcp-server/tools/institutionsSearch.js +1 -1
  38. package/mcp-server/tools/transfersCreateCancellation.d.ts.map +1 -1
  39. package/mcp-server/tools/transfersCreateCancellation.js +3 -0
  40. package/mcp-server/tools/transfersCreateCancellation.js.map +1 -1
  41. package/mcp-server/tools/transfersCreateReversal.d.ts.map +1 -1
  42. package/mcp-server/tools/transfersCreateReversal.js +4 -1
  43. package/mcp-server/tools/transfersCreateReversal.js.map +1 -1
  44. package/mcp-server/tools/transfersListCancellations.js +1 -1
  45. package/models/components/adjustmentfees.d.ts +30 -0
  46. package/models/components/adjustmentfees.d.ts.map +1 -0
  47. package/models/components/adjustmentfees.js +62 -0
  48. package/models/components/adjustmentfees.js.map +1 -0
  49. package/models/components/amountdecimalrange.d.ts +1 -3
  50. package/models/components/amountdecimalrange.d.ts.map +1 -1
  51. package/models/components/amountdecimalrange.js.map +1 -1
  52. package/models/components/amountdecimalrangeupdate.d.ts +1 -3
  53. package/models/components/amountdecimalrangeupdate.d.ts.map +1 -1
  54. package/models/components/amountdecimalrangeupdate.js.map +1 -1
  55. package/models/components/applicationscope.d.ts +1 -1
  56. package/models/components/applicationscope.js +1 -1
  57. package/models/components/applicationscope.js.map +1 -1
  58. package/models/components/billingadjustment.d.ts +34 -0
  59. package/models/components/billingadjustment.d.ts.map +1 -0
  60. package/models/components/billingadjustment.js +64 -0
  61. package/models/components/billingadjustment.js.map +1 -0
  62. package/models/components/billingsummary.d.ts +15 -10
  63. package/models/components/billingsummary.d.ts.map +1 -1
  64. package/models/components/billingsummary.js +14 -11
  65. package/models/components/billingsummary.js.map +1 -1
  66. package/models/components/cancellation.d.ts +3 -0
  67. package/models/components/cancellation.d.ts.map +1 -1
  68. package/models/components/cancellation.js.map +1 -1
  69. package/models/components/createdtransfer.d.ts +8 -0
  70. package/models/components/createdtransfer.d.ts.map +1 -1
  71. package/models/components/createdtransfer.js.map +1 -1
  72. package/models/components/createfeeplanagreement.d.ts +16 -1
  73. package/models/components/createfeeplanagreement.d.ts.map +1 -1
  74. package/models/components/createfeeplanagreement.js +2 -0
  75. package/models/components/createfeeplanagreement.js.map +1 -1
  76. package/models/components/createpaymentlink.d.ts +3 -0
  77. package/models/components/createpaymentlink.d.ts.map +1 -1
  78. package/models/components/createpaymentlink.js.map +1 -1
  79. package/models/components/createrefund.d.ts +1 -1
  80. package/models/components/createreversal.d.ts +6 -1
  81. package/models/components/createreversal.d.ts.map +1 -1
  82. package/models/components/createreversal.js.map +1 -1
  83. package/models/components/createtransfer.d.ts +1 -1
  84. package/models/components/facilitatorfee.d.ts +2 -2
  85. package/models/components/feepaidby.d.ts +0 -6
  86. package/models/components/feepaidby.d.ts.map +1 -1
  87. package/models/components/feepaidby.js +0 -3
  88. package/models/components/feepaidby.js.map +1 -1
  89. package/models/components/feeplanagreement.d.ts +10 -0
  90. package/models/components/feeplanagreement.d.ts.map +1 -1
  91. package/models/components/feeplanagreement.js +5 -0
  92. package/models/components/feeplanagreement.js.map +1 -1
  93. package/models/components/fullissuedcard.d.ts +1 -0
  94. package/models/components/fullissuedcard.d.ts.map +1 -1
  95. package/models/components/fullissuedcard.js.map +1 -1
  96. package/models/components/index.d.ts +3 -0
  97. package/models/components/index.d.ts.map +1 -1
  98. package/models/components/index.js +3 -0
  99. package/models/components/index.js.map +1 -1
  100. package/models/components/issuedcard.d.ts +1 -0
  101. package/models/components/issuedcard.d.ts.map +1 -1
  102. package/models/components/issuedcard.js.map +1 -1
  103. package/models/components/issuedcardauthorization.d.ts +5 -0
  104. package/models/components/issuedcardauthorization.d.ts.map +1 -1
  105. package/models/components/issuedcardauthorization.js +2 -0
  106. package/models/components/issuedcardauthorization.js.map +1 -1
  107. package/models/components/issuedcardstate.d.ts +3 -0
  108. package/models/components/issuedcardstate.d.ts.map +1 -1
  109. package/models/components/issuedcardstate.js +2 -0
  110. package/models/components/issuedcardstate.js.map +1 -1
  111. package/models/components/issuedcardtransaction.d.ts +5 -0
  112. package/models/components/issuedcardtransaction.d.ts.map +1 -1
  113. package/models/components/issuedcardtransaction.js +2 -0
  114. package/models/components/issuedcardtransaction.js.map +1 -1
  115. package/models/components/issuedcontrols.d.ts +1 -4
  116. package/models/components/issuedcontrols.d.ts.map +1 -1
  117. package/models/components/issuedcontrols.js.map +1 -1
  118. package/models/components/issuingcontrols.d.ts +5 -5
  119. package/models/components/issuingcontrols.d.ts.map +1 -1
  120. package/models/components/issuingcontrolsrestrictionmode.d.ts +2 -2
  121. package/models/components/issuingcontrolsrestrictionmode.js +1 -1
  122. package/models/components/merchantcategoryrestrictions.d.ts +2 -2
  123. package/models/components/merchantentry.d.ts +3 -3
  124. package/models/components/merchantentry.d.ts.map +1 -1
  125. package/models/components/merchantentry.js +2 -2
  126. package/models/components/merchantentry.js.map +1 -1
  127. package/models/components/merchantentryerror.d.ts +2 -2
  128. package/models/components/merchantentryerror.d.ts.map +1 -1
  129. package/models/components/merchantentryerror.js +2 -2
  130. package/models/components/merchantentryerror.js.map +1 -1
  131. package/models/components/merchantrestrictions.d.ts +1 -1
  132. package/models/components/partnerpricingagreement.d.ts +12 -2
  133. package/models/components/partnerpricingagreement.d.ts.map +1 -1
  134. package/models/components/partnerpricingagreement.js +5 -0
  135. package/models/components/partnerpricingagreement.js.map +1 -1
  136. package/models/components/paymentlink.d.ts +4 -3
  137. package/models/components/paymentlink.d.ts.map +1 -1
  138. package/models/components/paymentlink.js.map +1 -1
  139. package/models/components/paymentlinkcustomamountpaymentdetails.d.ts +1 -3
  140. package/models/components/paymentlinkcustomamountpaymentdetails.d.ts.map +1 -1
  141. package/models/components/paymentlinkcustomamountpaymentdetails.js.map +1 -1
  142. package/models/components/paymentlinkcustomamountpaymentdetailsupdate.d.ts +1 -3
  143. package/models/components/paymentlinkcustomamountpaymentdetailsupdate.d.ts.map +1 -1
  144. package/models/components/paymentlinkcustomamountpaymentdetailsupdate.js.map +1 -1
  145. package/models/components/paymentlinkpayoutdetails.d.ts +7 -8
  146. package/models/components/paymentlinkpayoutdetails.d.ts.map +1 -1
  147. package/models/components/paymentlinkpayoutdetails.js.map +1 -1
  148. package/models/components/paymentlinkpayoutdetailsupdate.d.ts +7 -8
  149. package/models/components/paymentlinkpayoutdetailsupdate.d.ts.map +1 -1
  150. package/models/components/paymentlinkpayoutdetailsupdate.js.map +1 -1
  151. package/models/components/pushoptions.d.ts +4 -6
  152. package/models/components/pushoptions.d.ts.map +1 -1
  153. package/models/components/pushoptions.js.map +1 -1
  154. package/models/components/pushoptionsupdate.d.ts +4 -6
  155. package/models/components/pushoptionsupdate.d.ts.map +1 -1
  156. package/models/components/pushoptionsupdate.js.map +1 -1
  157. package/models/components/requestcard.d.ts +3 -0
  158. package/models/components/requestcard.d.ts.map +1 -1
  159. package/models/components/requestcard.js.map +1 -1
  160. package/models/components/requirementid.d.ts +14 -0
  161. package/models/components/requirementid.d.ts.map +1 -1
  162. package/models/components/requirementid.js +14 -0
  163. package/models/components/requirementid.js.map +1 -1
  164. package/models/components/reversalamountdetails.d.ts +5 -1
  165. package/models/components/reversalamountdetails.d.ts.map +1 -1
  166. package/models/components/reversalamountdetails.js.map +1 -1
  167. package/models/components/reversedwithcancellation.d.ts +3 -0
  168. package/models/components/reversedwithcancellation.d.ts.map +1 -1
  169. package/models/components/reversedwithcancellation.js.map +1 -1
  170. package/models/components/statement.d.ts +6 -0
  171. package/models/components/statement.d.ts.map +1 -1
  172. package/models/components/statement.js +3 -0
  173. package/models/components/statement.js.map +1 -1
  174. package/models/components/sweepconfig.d.ts +2 -2
  175. package/models/components/sweepconfigpaymentmethod.d.ts +1 -1
  176. package/models/components/transfer.d.ts +8 -0
  177. package/models/components/transfer.d.ts.map +1 -1
  178. package/models/components/transfer.js.map +1 -1
  179. package/models/components/transferfeepaidby.d.ts +1 -1
  180. package/models/components/updateissuedcard.d.ts +2 -0
  181. package/models/components/updateissuedcard.d.ts.map +1 -1
  182. package/models/components/updateissuedcard.js.map +1 -1
  183. package/models/components/updateissuedcardstate.d.ts +6 -0
  184. package/models/components/updateissuedcardstate.d.ts.map +1 -1
  185. package/models/components/updateissuedcardstate.js +4 -0
  186. package/models/components/updateissuedcardstate.js.map +1 -1
  187. package/models/components/updateissuingcontrols.d.ts +10 -10
  188. package/models/components/updatepaymentlink.d.ts +3 -0
  189. package/models/components/updatepaymentlink.d.ts.map +1 -1
  190. package/models/components/updatepaymentlink.js.map +1 -1
  191. package/models/components/webhookdata.d.ts +3 -2
  192. package/models/components/webhookdata.d.ts.map +1 -1
  193. package/models/components/webhookdata.js +3 -0
  194. package/models/components/webhookdata.js.map +1 -1
  195. package/models/components/webhookdataeventtest.d.ts +20 -0
  196. package/models/components/webhookdataeventtest.d.ts.map +1 -0
  197. package/models/components/webhookdataeventtest.js +59 -0
  198. package/models/components/webhookdataeventtest.js.map +1 -0
  199. package/models/components/webhookeventtype.d.ts +1 -0
  200. package/models/components/webhookeventtype.d.ts.map +1 -1
  201. package/models/components/webhookeventtype.js +1 -0
  202. package/models/components/webhookeventtype.js.map +1 -1
  203. package/models/errors/transfer.d.ts +16 -0
  204. package/models/errors/transfer.d.ts.map +1 -1
  205. package/models/errors/transfer.js.map +1 -1
  206. package/models/operations/listaccounts.d.ts +3 -0
  207. package/models/operations/listaccounts.d.ts.map +1 -1
  208. package/models/operations/listaccounts.js.map +1 -1
  209. package/models/operations/listconnectedaccountsforaccount.d.ts +3 -0
  210. package/models/operations/listconnectedaccountsforaccount.d.ts.map +1 -1
  211. package/models/operations/listconnectedaccountsforaccount.js.map +1 -1
  212. package/models/operations/listdisputes.d.ts +3 -0
  213. package/models/operations/listdisputes.d.ts.map +1 -1
  214. package/models/operations/listdisputes.js.map +1 -1
  215. package/models/operations/listfeeplanagreements.d.ts +3 -0
  216. package/models/operations/listfeeplanagreements.d.ts.map +1 -1
  217. package/models/operations/listfeeplanagreements.js.map +1 -1
  218. package/models/operations/listfeerevenue.d.ts +3 -0
  219. package/models/operations/listfeerevenue.d.ts.map +1 -1
  220. package/models/operations/listfeerevenue.js.map +1 -1
  221. package/models/operations/listinvoices.d.ts +3 -0
  222. package/models/operations/listinvoices.d.ts.map +1 -1
  223. package/models/operations/listinvoices.js.map +1 -1
  224. package/models/operations/listissuedcardauthorizationevents.d.ts +3 -0
  225. package/models/operations/listissuedcardauthorizationevents.d.ts.map +1 -1
  226. package/models/operations/listissuedcardauthorizationevents.js.map +1 -1
  227. package/models/operations/listissuedcardauthorizations.d.ts +3 -0
  228. package/models/operations/listissuedcardauthorizations.d.ts.map +1 -1
  229. package/models/operations/listissuedcardauthorizations.js.map +1 -1
  230. package/models/operations/listissuedcards.d.ts +3 -0
  231. package/models/operations/listissuedcards.d.ts.map +1 -1
  232. package/models/operations/listissuedcards.js.map +1 -1
  233. package/models/operations/listissuedcardtransactions.d.ts +8 -0
  234. package/models/operations/listissuedcardtransactions.d.ts.map +1 -1
  235. package/models/operations/listissuedcardtransactions.js +2 -0
  236. package/models/operations/listissuedcardtransactions.js.map +1 -1
  237. package/models/operations/listpartnerpricingagreements.d.ts +3 -0
  238. package/models/operations/listpartnerpricingagreements.d.ts.map +1 -1
  239. package/models/operations/listpartnerpricingagreements.js.map +1 -1
  240. package/models/operations/listpaymentlinks.d.ts +3 -0
  241. package/models/operations/listpaymentlinks.d.ts.map +1 -1
  242. package/models/operations/listpaymentlinks.js.map +1 -1
  243. package/models/operations/listproducts.d.ts +3 -0
  244. package/models/operations/listproducts.d.ts.map +1 -1
  245. package/models/operations/listproducts.js.map +1 -1
  246. package/models/operations/listresidualfees.d.ts +3 -0
  247. package/models/operations/listresidualfees.d.ts.map +1 -1
  248. package/models/operations/listresidualfees.js.map +1 -1
  249. package/models/operations/listresiduals.d.ts +3 -0
  250. package/models/operations/listresiduals.d.ts.map +1 -1
  251. package/models/operations/listresiduals.js.map +1 -1
  252. package/models/operations/listschedules.d.ts +3 -0
  253. package/models/operations/listschedules.d.ts.map +1 -1
  254. package/models/operations/listschedules.js.map +1 -1
  255. package/models/operations/liststatements.d.ts +3 -0
  256. package/models/operations/liststatements.d.ts.map +1 -1
  257. package/models/operations/liststatements.js.map +1 -1
  258. package/models/operations/listsweeps.d.ts +3 -0
  259. package/models/operations/listsweeps.d.ts.map +1 -1
  260. package/models/operations/listsweeps.js.map +1 -1
  261. package/models/operations/listtickets.d.ts +3 -0
  262. package/models/operations/listtickets.d.ts.map +1 -1
  263. package/models/operations/listtickets.js.map +1 -1
  264. package/models/operations/listtransfers.d.ts +4 -1
  265. package/models/operations/listtransfers.d.ts.map +1 -1
  266. package/models/operations/listtransfers.js.map +1 -1
  267. package/models/operations/listwallets.d.ts +3 -0
  268. package/models/operations/listwallets.d.ts.map +1 -1
  269. package/models/operations/listwallets.js.map +1 -1
  270. package/models/operations/listwallettransactions.d.ts +3 -0
  271. package/models/operations/listwallettransactions.d.ts.map +1 -1
  272. package/models/operations/listwallettransactions.js.map +1 -1
  273. package/models/operations/retrievefees.d.ts +3 -0
  274. package/models/operations/retrievefees.d.ts.map +1 -1
  275. package/models/operations/retrievefees.js.map +1 -1
  276. package/package.json +1 -1
  277. package/sdk/cardissuing.d.ts +1 -1
  278. package/sdk/cardissuing.js +1 -1
  279. package/sdk/images.d.ts +1 -1
  280. package/sdk/images.js +1 -1
  281. package/sdk/institutions.d.ts +1 -1
  282. package/sdk/institutions.js +1 -1
  283. package/sdk/transfers.d.ts +6 -0
  284. package/sdk/transfers.d.ts.map +1 -1
  285. package/sdk/transfers.js +6 -0
  286. package/sdk/transfers.js.map +1 -1
  287. package/src/funcs/cardIssuingGetFull.ts +1 -1
  288. package/src/funcs/imagesUpload.ts +1 -1
  289. package/src/funcs/institutionsSearch.ts +1 -1
  290. package/src/funcs/issuingTransactionsList.ts +1 -0
  291. package/src/funcs/transfersCreateCancellation.ts +6 -1
  292. package/src/funcs/transfersCreateReversal.ts +3 -0
  293. package/src/funcs/transfersListCancellations.ts +1 -1
  294. package/src/funcs/transfersListRefunds.ts +1 -1
  295. package/src/lib/config.ts +3 -3
  296. package/src/lib/encodings.ts +58 -23
  297. package/src/mcp-server/mcp-server.ts +1 -1
  298. package/src/mcp-server/server.ts +1 -1
  299. package/src/mcp-server/tools/cardIssuingGetFull.ts +1 -1
  300. package/src/mcp-server/tools/imagesUpload.ts +1 -1
  301. package/src/mcp-server/tools/institutionsSearch.ts +1 -1
  302. package/src/mcp-server/tools/transfersCreateCancellation.ts +3 -0
  303. package/src/mcp-server/tools/transfersCreateReversal.ts +4 -1
  304. package/src/mcp-server/tools/transfersListCancellations.ts +1 -1
  305. package/src/models/components/adjustmentfees.ts +72 -0
  306. package/src/models/components/amountdecimalrange.ts +1 -3
  307. package/src/models/components/amountdecimalrangeupdate.ts +1 -3
  308. package/src/models/components/applicationscope.ts +1 -1
  309. package/src/models/components/billingadjustment.ts +78 -0
  310. package/src/models/components/billingsummary.ts +35 -19
  311. package/src/models/components/cancellation.ts +3 -0
  312. package/src/models/components/createdtransfer.ts +8 -0
  313. package/src/models/components/createfeeplanagreement.ts +18 -1
  314. package/src/models/components/createpaymentlink.ts +3 -0
  315. package/src/models/components/createrefund.ts +1 -1
  316. package/src/models/components/createreversal.ts +6 -1
  317. package/src/models/components/createtransfer.ts +1 -1
  318. package/src/models/components/facilitatorfee.ts +2 -2
  319. package/src/models/components/feepaidby.ts +0 -6
  320. package/src/models/components/feeplanagreement.ts +15 -0
  321. package/src/models/components/fullissuedcard.ts +1 -0
  322. package/src/models/components/index.ts +3 -0
  323. package/src/models/components/issuedcard.ts +1 -0
  324. package/src/models/components/issuedcardauthorization.ts +7 -0
  325. package/src/models/components/issuedcardstate.ts +3 -0
  326. package/src/models/components/issuedcardtransaction.ts +7 -0
  327. package/src/models/components/issuedcontrols.ts +1 -4
  328. package/src/models/components/issuingcontrols.ts +5 -5
  329. package/src/models/components/issuingcontrolsrestrictionmode.ts +2 -2
  330. package/src/models/components/merchantcategoryrestrictions.ts +2 -2
  331. package/src/models/components/merchantentry.ts +5 -5
  332. package/src/models/components/merchantentryerror.ts +4 -4
  333. package/src/models/components/merchantrestrictions.ts +1 -1
  334. package/src/models/components/partnerpricingagreement.ts +17 -2
  335. package/src/models/components/paymentlink.ts +4 -3
  336. package/src/models/components/paymentlinkcustomamountpaymentdetails.ts +1 -3
  337. package/src/models/components/paymentlinkcustomamountpaymentdetailsupdate.ts +1 -3
  338. package/src/models/components/paymentlinkpayoutdetails.ts +7 -8
  339. package/src/models/components/paymentlinkpayoutdetailsupdate.ts +7 -8
  340. package/src/models/components/pushoptions.ts +4 -6
  341. package/src/models/components/pushoptionsupdate.ts +4 -6
  342. package/src/models/components/requestcard.ts +3 -0
  343. package/src/models/components/requirementid.ts +28 -0
  344. package/src/models/components/reversalamountdetails.ts +5 -1
  345. package/src/models/components/reversedwithcancellation.ts +3 -0
  346. package/src/models/components/statement.ts +13 -0
  347. package/src/models/components/sweepconfig.ts +2 -2
  348. package/src/models/components/sweepconfigpaymentmethod.ts +1 -1
  349. package/src/models/components/transfer.ts +8 -0
  350. package/src/models/components/transferfeepaidby.ts +1 -1
  351. package/src/models/components/updateissuedcard.ts +2 -0
  352. package/src/models/components/updateissuedcardstate.ts +6 -0
  353. package/src/models/components/updateissuingcontrols.ts +10 -10
  354. package/src/models/components/updatepaymentlink.ts +3 -0
  355. package/src/models/components/webhookdata.ts +12 -2
  356. package/src/models/components/webhookdataeventtest.ts +55 -0
  357. package/src/models/components/webhookeventtype.ts +1 -0
  358. package/src/models/errors/transfer.ts +16 -0
  359. package/src/models/operations/listaccounts.ts +3 -0
  360. package/src/models/operations/listconnectedaccountsforaccount.ts +3 -0
  361. package/src/models/operations/listdisputes.ts +3 -0
  362. package/src/models/operations/listfeeplanagreements.ts +3 -0
  363. package/src/models/operations/listfeerevenue.ts +3 -0
  364. package/src/models/operations/listinvoices.ts +3 -0
  365. package/src/models/operations/listissuedcardauthorizationevents.ts +3 -0
  366. package/src/models/operations/listissuedcardauthorizations.ts +3 -0
  367. package/src/models/operations/listissuedcards.ts +3 -0
  368. package/src/models/operations/listissuedcardtransactions.ts +10 -0
  369. package/src/models/operations/listpartnerpricingagreements.ts +3 -0
  370. package/src/models/operations/listpaymentlinks.ts +3 -0
  371. package/src/models/operations/listproducts.ts +3 -0
  372. package/src/models/operations/listresidualfees.ts +3 -0
  373. package/src/models/operations/listresiduals.ts +3 -0
  374. package/src/models/operations/listschedules.ts +3 -0
  375. package/src/models/operations/liststatements.ts +3 -0
  376. package/src/models/operations/listsweeps.ts +3 -0
  377. package/src/models/operations/listtickets.ts +3 -0
  378. package/src/models/operations/listtransfers.ts +4 -1
  379. package/src/models/operations/listwallets.ts +3 -0
  380. package/src/models/operations/listwallettransactions.ts +3 -0
  381. package/src/models/operations/retrievefees.ts +3 -0
  382. package/src/sdk/cardissuing.ts +1 -1
  383. package/src/sdk/images.ts +1 -1
  384. package/src/sdk/institutions.ts +1 -1
  385. package/src/sdk/transfers.ts +6 -0
package/bin/mcp-server.js CHANGED
@@ -53651,9 +53651,9 @@ var init_config = __esm(() => {
53651
53651
  SDK_METADATA = {
53652
53652
  language: "typescript",
53653
53653
  openapiDocVersion: "v2026.07.00",
53654
- sdkVersion: "26.7.1",
53655
- genVersion: "2.924.0",
53656
- userAgent: "speakeasy-sdk/typescript 26.7.1 2.924.0 v2026.07.00 @moovio/sdk"
53654
+ sdkVersion: "26.7.3",
53655
+ genVersion: "2.935.1",
53656
+ userAgent: "speakeasy-sdk/typescript 26.7.3 2.935.1 v2026.07.00 @moovio/sdk"
53657
53657
  };
53658
53658
  });
53659
53659
 
@@ -53827,6 +53827,19 @@ var init_base64 = __esm(() => {
53827
53827
  });
53828
53828
 
53829
53829
  // src/lib/encodings.ts
53830
+ function encodeKeyChars(v2, charEncoding) {
53831
+ return encodeChars(v2, charEncoding === "percentExceptReserved" ? "percent" : charEncoding);
53832
+ }
53833
+ function encodeChars(v2, charEncoding) {
53834
+ switch (charEncoding) {
53835
+ case "percent":
53836
+ return encodeURIComponent(v2);
53837
+ case "percentExceptReserved":
53838
+ return encodeURIComponent(v2).replace(reservedEscapes, (m) => decodeURIComponent(m));
53839
+ default:
53840
+ return v2;
53841
+ }
53842
+ }
53830
53843
  function formEncoder(sep) {
53831
53844
  return (key, value, options) => {
53832
53845
  let out = "";
@@ -53835,7 +53848,7 @@ function formEncoder(sep) {
53835
53848
  return;
53836
53849
  }
53837
53850
  const encodeString = (v2) => {
53838
- return options?.charEncoding === "percent" ? encodeURIComponent(v2) : v2;
53851
+ return encodeChars(v2, options?.charEncoding);
53839
53852
  };
53840
53853
  const encodeValue = (v2) => encodeString(serializeValue(v2));
53841
53854
  const encodedSep = encodeString(sep);
@@ -53856,7 +53869,7 @@ function formEncoder(sep) {
53856
53869
  if (encValue == null) {
53857
53870
  return;
53858
53871
  }
53859
- tmp = `${encodeString(pk)}=${encValue}`;
53872
+ tmp = `${encodeKeyChars(pk, options?.charEncoding)}=${encValue}`;
53860
53873
  if (!tmp || tmp === "=") {
53861
53874
  return;
53862
53875
  }
@@ -53880,7 +53893,7 @@ function encodeDeepObjectObject(key, value, options) {
53880
53893
  }
53881
53894
  let out = "";
53882
53895
  const encodeString = (v2) => {
53883
- return options?.charEncoding === "percent" ? encodeURIComponent(v2) : v2;
53896
+ return encodeChars(v2, options?.charEncoding);
53884
53897
  };
53885
53898
  if (!isPlainObject2(value)) {
53886
53899
  throw new EncodingError(`Expected parameter '${key}' to be an object.`);
@@ -53897,7 +53910,7 @@ function encodeDeepObjectObject(key, value, options) {
53897
53910
  }
53898
53911
  const pairs = Array.isArray(cv) ? cv : [cv];
53899
53912
  const encoded = mapDefined(pairs, (v2) => {
53900
- return `${encodeString(pk)}=${encodeString(serializeValue(v2))}`;
53913
+ return `${encodeKeyChars(pk, options?.charEncoding)}=${encodeString(serializeValue(v2))}`;
53901
53914
  })?.join("&");
53902
53915
  out += encoded == null ? "" : `&${encoded}`;
53903
53916
  });
@@ -53908,10 +53921,10 @@ function encodeJSON(key, value, options) {
53908
53921
  return;
53909
53922
  }
53910
53923
  const encodeString = (v2) => {
53911
- return options?.charEncoding === "percent" ? encodeURIComponent(v2) : v2;
53924
+ return encodeChars(v2, options?.charEncoding);
53912
53925
  };
53913
53926
  const encVal = encodeString(JSON.stringify(value, jsonReplacer));
53914
- return options?.explode ? encVal : `${encodeString(key)}=${encVal}`;
53927
+ return options?.explode ? encVal : `${encodeKeyChars(key, options?.charEncoding)}=${encVal}`;
53915
53928
  }
53916
53929
  function explode(key, value) {
53917
53930
  if (Array.isArray(value)) {
@@ -54025,14 +54038,14 @@ async function normalizeBlob(value) {
54025
54038
  }
54026
54039
  return new Blob([await value.arrayBuffer()], { type: value.type });
54027
54040
  }
54028
- var EncodingError, encodeForm, encodeSpaceDelimited, encodePipeDelimited, encodeSimple = (key, value, options) => {
54041
+ var EncodingError, reservedEscapes, encodeForm, encodeSpaceDelimited, encodePipeDelimited, encodeSimple = (key, value, options) => {
54029
54042
  let out = "";
54030
54043
  const pairs = options?.explode ? explode(key, value) : [[key, value]];
54031
54044
  if (pairs.every(([_2, v2]) => v2 == null)) {
54032
54045
  return;
54033
54046
  }
54034
54047
  const encodeString = (v2) => {
54035
- return options?.charEncoding === "percent" ? encodeURIComponent(v2) : v2;
54048
+ return encodeChars(v2, options?.charEncoding);
54036
54049
  };
54037
54050
  const encodeValue = (v2) => encodeString(serializeValue(v2));
54038
54051
  pairs.forEach(([pk, pv]) => {
@@ -54063,6 +54076,7 @@ var init_encodings = __esm(() => {
54063
54076
  this.name = "EncodingError";
54064
54077
  }
54065
54078
  };
54079
+ reservedEscapes = /%(2[346bcf]|3[abdf]|40|5[bd])/gi;
54066
54080
  encodeForm = formEncoder(",");
54067
54081
  encodeSpaceDelimited = formEncoder(" ");
54068
54082
  encodePipeDelimited = formEncoder("|");
@@ -57047,6 +57061,40 @@ var init_adjustment = __esm(() => {
57047
57061
  });
57048
57062
  });
57049
57063
 
57064
+ // src/models/components/billingadjustment.ts
57065
+ var BillingAdjustment$inboundSchema, BillingAdjustment$outboundSchema;
57066
+ var init_billingadjustment = __esm(() => {
57067
+ init_v3();
57068
+ init_primitives2();
57069
+ init_amountdecimal();
57070
+ BillingAdjustment$inboundSchema = objectType({
57071
+ feeName: string4(),
57072
+ count: number4(),
57073
+ amount: AmountDecimal$inboundSchema
57074
+ });
57075
+ BillingAdjustment$outboundSchema = objectType({
57076
+ feeName: stringType(),
57077
+ count: numberType().int(),
57078
+ amount: AmountDecimal$outboundSchema
57079
+ });
57080
+ });
57081
+
57082
+ // src/models/components/adjustmentfees.ts
57083
+ var AdjustmentFees$inboundSchema, AdjustmentFees$outboundSchema;
57084
+ var init_adjustmentfees = __esm(() => {
57085
+ init_v3();
57086
+ init_billingadjustment();
57087
+ init_billingcountandamount();
57088
+ AdjustmentFees$inboundSchema = objectType({
57089
+ items: arrayType(BillingAdjustment$inboundSchema),
57090
+ total: BillingCountAndAmount$inboundSchema
57091
+ });
57092
+ AdjustmentFees$outboundSchema = objectType({
57093
+ items: arrayType(BillingAdjustment$outboundSchema),
57094
+ total: BillingCountAndAmount$outboundSchema
57095
+ });
57096
+ });
57097
+
57050
57098
  // src/models/components/schedulewindowerror.ts
57051
57099
  var ScheduleWindowError$inboundSchema, ScheduleWindowError$outboundSchema;
57052
57100
  var init_schedulewindowerror = __esm(() => {
@@ -57426,7 +57474,7 @@ var init_applicationscope = __esm(() => {
57426
57474
  FilesWrite: "files.write",
57427
57475
  IssuedCardsRead: "issued-cards.read",
57428
57476
  IssuedCardsWrite: "issued-cards.write",
57429
- IssuedCardsReadSecure: "issued-cards.read-secure",
57477
+ IssuedCardsReadPrivate: "issued-cards.read-private",
57430
57478
  PaymentMethodsRead: "payment-methods.read",
57431
57479
  PingRead: "ping.read",
57432
57480
  ProfileEnrichmentRead: "profile-enrichment.read",
@@ -60453,7 +60501,7 @@ var init_partnerfees = __esm(() => {
60453
60501
  });
60454
60502
 
60455
60503
  // src/models/components/billingsummary.ts
60456
- var BillingSummaryVolumeAmount$inboundSchema, BillingSummaryVolumeAmount$outboundSchema, CardAcquiring$inboundSchema, CardAcquiring$outboundSchema, BillingSummaryPlatformFees$inboundSchema, BillingSummaryPlatformFees$outboundSchema, AdjustmentFees$inboundSchema, AdjustmentFees$outboundSchema, OtherFees$inboundSchema, OtherFees$outboundSchema, BillingSummary$inboundSchema, BillingSummary$outboundSchema;
60504
+ var BillingSummaryVolumeAmount$inboundSchema, BillingSummaryVolumeAmount$outboundSchema, CardAcquiring$inboundSchema, CardAcquiring$outboundSchema, BillingSummaryPlatformFees$inboundSchema, BillingSummaryPlatformFees$outboundSchema, BillingSummaryAdjustmentFees$inboundSchema, BillingSummaryAdjustmentFees$outboundSchema, OtherFees$inboundSchema, OtherFees$outboundSchema, BillingSummary$inboundSchema, BillingSummary$outboundSchema;
60457
60505
  var init_billingsummary = __esm(() => {
60458
60506
  init_v3();
60459
60507
  init_primitives2();
@@ -60495,11 +60543,11 @@ var init_billingsummary = __esm(() => {
60495
60543
  currency: stringType(),
60496
60544
  valueDecimal: stringType()
60497
60545
  });
60498
- AdjustmentFees$inboundSchema = objectType({
60546
+ BillingSummaryAdjustmentFees$inboundSchema = objectType({
60499
60547
  currency: string4(),
60500
60548
  valueDecimal: string4()
60501
60549
  });
60502
- AdjustmentFees$outboundSchema = objectType({
60550
+ BillingSummaryAdjustmentFees$outboundSchema = objectType({
60503
60551
  currency: stringType(),
60504
60552
  valueDecimal: stringType()
60505
60553
  });
@@ -60517,7 +60565,7 @@ var init_billingsummary = __esm(() => {
60517
60565
  instantPayments: optional3(BillingSummaryDetails$inboundSchema),
60518
60566
  platformFees: optional3(lazyType(() => BillingSummaryPlatformFees$inboundSchema)),
60519
60567
  accountFees: optional3(BillingSummaryDetails$inboundSchema),
60520
- adjustmentFees: optional3(lazyType(() => AdjustmentFees$inboundSchema)),
60568
+ adjustmentFees: optional3(lazyType(() => BillingSummaryAdjustmentFees$inboundSchema)),
60521
60569
  otherFees: optional3(lazyType(() => OtherFees$inboundSchema)),
60522
60570
  otherCardFees: optional3(BillingSummaryDetails$inboundSchema),
60523
60571
  total: optional3(AmountDecimal$inboundSchema),
@@ -60525,7 +60573,8 @@ var init_billingsummary = __esm(() => {
60525
60573
  revenueShare: optional3(string4()),
60526
60574
  residualSubtotal: optional3(AmountDecimal$inboundSchema),
60527
60575
  monthlyPartnerCosts: optional3(PartnerFees$inboundSchema),
60528
- netPartnerPayment: optional3(AmountDecimal$inboundSchema)
60576
+ netPartnerPayment: optional3(AmountDecimal$inboundSchema),
60577
+ totalNetPartnerPayment: optional3(AmountDecimal$inboundSchema)
60529
60578
  });
60530
60579
  BillingSummary$outboundSchema = objectType({
60531
60580
  cardAcquiring: lazyType(() => CardAcquiring$outboundSchema).optional(),
@@ -60533,7 +60582,7 @@ var init_billingsummary = __esm(() => {
60533
60582
  instantPayments: BillingSummaryDetails$outboundSchema.optional(),
60534
60583
  platformFees: lazyType(() => BillingSummaryPlatformFees$outboundSchema).optional(),
60535
60584
  accountFees: BillingSummaryDetails$outboundSchema.optional(),
60536
- adjustmentFees: lazyType(() => AdjustmentFees$outboundSchema).optional(),
60585
+ adjustmentFees: lazyType(() => BillingSummaryAdjustmentFees$outboundSchema).optional(),
60537
60586
  otherFees: lazyType(() => OtherFees$outboundSchema).optional(),
60538
60587
  otherCardFees: BillingSummaryDetails$outboundSchema.optional(),
60539
60588
  total: AmountDecimal$outboundSchema.optional(),
@@ -60541,7 +60590,8 @@ var init_billingsummary = __esm(() => {
60541
60590
  revenueShare: stringType().optional(),
60542
60591
  residualSubtotal: AmountDecimal$outboundSchema.optional(),
60543
60592
  monthlyPartnerCosts: PartnerFees$outboundSchema.optional(),
60544
- netPartnerPayment: AmountDecimal$outboundSchema.optional()
60593
+ netPartnerPayment: AmountDecimal$outboundSchema.optional(),
60594
+ totalNetPartnerPayment: AmountDecimal$outboundSchema.optional()
60545
60595
  });
60546
60596
  });
60547
60597
 
@@ -60858,6 +60908,20 @@ var init_requirementid = __esm(() => {
60858
60908
  UnderwritingSendFundsPushToCardEstimatedActivityMonthlyVolumeRange: "underwriting.sendFunds.pushToCard.estimatedActivity.monthlyVolumeRange",
60859
60909
  UnderwritingSendFundsPushToCardFulfillment: "underwriting.sendFunds.pushToCard.fulfillment",
60860
60910
  UnderwritingSendFundsPushToCardRefundPolicy: "underwriting.sendFunds.pushToCard.refundPolicy",
60911
+ UnderwritingSendFundsInstantBankCardAcceptanceMethods: "underwriting.sendFunds.instantBank.cardAcceptanceMethods",
60912
+ UnderwritingSendFundsInstantBankCurrentlyAcceptsCards: "underwriting.sendFunds.instantBank.currentlyAcceptsCards",
60913
+ UnderwritingSendFundsInstantBankEstimatedActivityAverageTransactionAmount: "underwriting.sendFunds.instantBank.estimatedActivity.averageTransactionAmount",
60914
+ UnderwritingSendFundsInstantBankEstimatedActivityMaximumTransactionAmount: "underwriting.sendFunds.instantBank.estimatedActivity.maximumTransactionAmount",
60915
+ UnderwritingSendFundsInstantBankEstimatedActivityMonthlyVolumeRange: "underwriting.sendFunds.instantBank.estimatedActivity.monthlyVolumeRange",
60916
+ UnderwritingSendFundsInstantBankFulfillment: "underwriting.sendFunds.instantBank.fulfillment",
60917
+ UnderwritingSendFundsInstantBankRefundPolicy: "underwriting.sendFunds.instantBank.refundPolicy",
60918
+ UnderwritingSendFundsWireCardAcceptanceMethods: "underwriting.sendFunds.wire.cardAcceptanceMethods",
60919
+ UnderwritingSendFundsWireCurrentlyAcceptsCards: "underwriting.sendFunds.wire.currentlyAcceptsCards",
60920
+ UnderwritingSendFundsWireEstimatedActivityAverageTransactionAmount: "underwriting.sendFunds.wire.estimatedActivity.averageTransactionAmount",
60921
+ UnderwritingSendFundsWireEstimatedActivityMaximumTransactionAmount: "underwriting.sendFunds.wire.estimatedActivity.maximumTransactionAmount",
60922
+ UnderwritingSendFundsWireEstimatedActivityMonthlyVolumeRange: "underwriting.sendFunds.wire.estimatedActivity.monthlyVolumeRange",
60923
+ UnderwritingSendFundsWireFulfillment: "underwriting.sendFunds.wire.fulfillment",
60924
+ UnderwritingSendFundsWireRefundPolicy: "underwriting.sendFunds.wire.refundPolicy",
60861
60925
  UnderwritingMoneyTransferPullFromCardCardAcceptanceMethods: "underwriting.moneyTransfer.pullFromCard.cardAcceptanceMethods",
60862
60926
  UnderwritingMoneyTransferPullFromCardCurrentlyAcceptsCards: "underwriting.moneyTransfer.pullFromCard.currentlyAcceptsCards",
60863
60927
  UnderwritingMoneyTransferPullFromCardEstimatedActivityAverageTransactionAmount: "underwriting.moneyTransfer.pullFromCard.estimatedActivity.averageTransactionAmount",
@@ -63175,10 +63239,12 @@ var init_createfeeplanagreement = __esm(() => {
63175
63239
  init_v3();
63176
63240
  init_primitives2();
63177
63241
  CreateFeePlanAgreement$inboundSchema = objectType({
63178
- planID: string4()
63242
+ planID: string4(),
63243
+ priorAgreementID: optional3(string4())
63179
63244
  });
63180
63245
  CreateFeePlanAgreement$outboundSchema = objectType({
63181
- planID: stringType()
63246
+ planID: stringType(),
63247
+ priorAgreementID: stringType().optional()
63182
63248
  });
63183
63249
  });
63184
63250
 
@@ -64883,7 +64949,8 @@ var init_webhookeventtype = __esm(() => {
64883
64949
  WalletUpdated: "wallet.updated",
64884
64950
  WalletTransactionUpdated: "walletTransaction.updated",
64885
64951
  BillingStatementCreated: "billingStatement.created",
64886
- AuthorizationExpiring: "authorization.expiring"
64952
+ AuthorizationExpiring: "authorization.expiring",
64953
+ EventTest: "event.test"
64887
64954
  };
64888
64955
  WebhookEventType$inboundSchema = inboundSchema(WebhookEventType);
64889
64956
  WebhookEventType$outboundSchema = outboundSchema(WebhookEventType);
@@ -65454,7 +65521,9 @@ var init_feeplanagreement = __esm(() => {
65454
65521
  cardAcquiringModel: CardAcquiringModel$inboundSchema,
65455
65522
  billableFees: arrayType(BillableFee$inboundSchema),
65456
65523
  minimumCommitment: MinimumCommitment$inboundSchema,
65457
- monthlyPlatformFee: MonthlyPlatformFee$inboundSchema
65524
+ monthlyPlatformFee: MonthlyPlatformFee$inboundSchema,
65525
+ priorAgreementID: optional3(string4()),
65526
+ priorAgreementTerminatedOn: optional3(date4())
65458
65527
  });
65459
65528
  FeePlanAgreement$outboundSchema = objectType({
65460
65529
  agreementID: stringType(),
@@ -65467,7 +65536,9 @@ var init_feeplanagreement = __esm(() => {
65467
65536
  cardAcquiringModel: CardAcquiringModel$outboundSchema,
65468
65537
  billableFees: arrayType(BillableFee$outboundSchema),
65469
65538
  minimumCommitment: MinimumCommitment$outboundSchema,
65470
- monthlyPlatformFee: MonthlyPlatformFee$outboundSchema
65539
+ monthlyPlatformFee: MonthlyPlatformFee$outboundSchema,
65540
+ priorAgreementID: stringType().optional(),
65541
+ priorAgreementTerminatedOn: dateType().transform((v2) => v2.toISOString()).optional()
65471
65542
  });
65472
65543
  });
65473
65544
 
@@ -65674,6 +65745,7 @@ var init_issuedcardstate = __esm(() => {
65674
65745
  init_enums();
65675
65746
  IssuedCardState = {
65676
65747
  Active: "active",
65748
+ Frozen: "frozen",
65677
65749
  Closed: "closed"
65678
65750
  };
65679
65751
  IssuedCardState$inboundSchema = inboundSchema(IssuedCardState);
@@ -65776,12 +65848,12 @@ var init_merchantentry = __esm(() => {
65776
65848
  init_v3();
65777
65849
  init_primitives2();
65778
65850
  MerchantEntry$inboundSchema = objectType({
65779
- mid: optional3(string4()),
65851
+ networkID: optional3(string4()),
65780
65852
  descriptorPattern: optional3(string4()),
65781
65853
  name: optional3(string4())
65782
65854
  });
65783
65855
  MerchantEntry$outboundSchema = objectType({
65784
- mid: stringType().optional(),
65856
+ networkID: stringType().optional(),
65785
65857
  descriptorPattern: stringType().optional(),
65786
65858
  name: stringType().optional()
65787
65859
  });
@@ -66865,6 +66937,7 @@ var init_issuedcardauthorization = __esm(() => {
66865
66937
  IssuedCardAuthorization$inboundSchema = objectType({
66866
66938
  authorizationID: string4(),
66867
66939
  issuedCardID: string4(),
66940
+ lastFourCardNumber: optional3(string4()),
66868
66941
  fundingWalletID: string4(),
66869
66942
  network: CardIssuingNetwork$inboundSchema,
66870
66943
  authorizedAmount: string4(),
@@ -66876,6 +66949,7 @@ var init_issuedcardauthorization = __esm(() => {
66876
66949
  IssuedCardAuthorization$outboundSchema = objectType({
66877
66950
  authorizationID: stringType(),
66878
66951
  issuedCardID: stringType(),
66952
+ lastFourCardNumber: stringType().optional(),
66879
66953
  fundingWalletID: stringType(),
66880
66954
  network: CardIssuingNetwork$outboundSchema,
66881
66955
  authorizedAmount: stringType(),
@@ -66947,6 +67021,7 @@ var init_issuedcardtransaction = __esm(() => {
66947
67021
  IssuedCardTransaction$inboundSchema = objectType({
66948
67022
  cardTransactionID: string4(),
66949
67023
  issuedCardID: string4(),
67024
+ lastFourCardNumber: optional3(string4()),
66950
67025
  fundingWalletID: string4(),
66951
67026
  amount: string4(),
66952
67027
  authorizationID: optional3(string4()),
@@ -66957,6 +67032,7 @@ var init_issuedcardtransaction = __esm(() => {
66957
67032
  IssuedCardTransaction$outboundSchema = objectType({
66958
67033
  cardTransactionID: stringType(),
66959
67034
  issuedCardID: stringType(),
67035
+ lastFourCardNumber: stringType().optional(),
66960
67036
  fundingWalletID: stringType(),
66961
67037
  amount: stringType(),
66962
67038
  authorizationID: stringType().optional(),
@@ -67042,11 +67118,11 @@ var init_merchantentryerror = __esm(() => {
67042
67118
  init_v3();
67043
67119
  init_primitives2();
67044
67120
  MerchantEntryError$inboundSchema = objectType({
67045
- mid: optional3(string4()),
67121
+ networkID: optional3(string4()),
67046
67122
  descriptorPattern: optional3(string4())
67047
67123
  });
67048
67124
  MerchantEntryError$outboundSchema = objectType({
67049
- mid: stringType().optional(),
67125
+ networkID: stringType().optional(),
67050
67126
  descriptorPattern: stringType().optional()
67051
67127
  });
67052
67128
  });
@@ -68029,6 +68105,8 @@ var init_partnerpricingagreement = __esm(() => {
68029
68105
  billableFees: arrayType(BillableFee$inboundSchema),
68030
68106
  minimumCommitment: MinimumCommitment$inboundSchema,
68031
68107
  monthlyPlatformFee: MonthlyPlatformFee$inboundSchema,
68108
+ priorAgreementID: optional3(string4()),
68109
+ priorAgreementTerminatedOn: optional3(date4()),
68032
68110
  revenueShare: string4()
68033
68111
  });
68034
68112
  PartnerPricingAgreement$outboundSchema = objectType({
@@ -68043,6 +68121,8 @@ var init_partnerpricingagreement = __esm(() => {
68043
68121
  billableFees: arrayType(BillableFee$outboundSchema),
68044
68122
  minimumCommitment: MinimumCommitment$outboundSchema,
68045
68123
  monthlyPlatformFee: MonthlyPlatformFee$outboundSchema,
68124
+ priorAgreementID: stringType().optional(),
68125
+ priorAgreementTerminatedOn: dateType().transform((v2) => v2.toISOString()).optional(),
68046
68126
  revenueShare: stringType()
68047
68127
  });
68048
68128
  });
@@ -69995,6 +70075,7 @@ var init_statement = __esm(() => {
69995
70075
  init_primitives2();
69996
70076
  init_accountfees();
69997
70077
  init_achfees();
70078
+ init_adjustmentfees();
69998
70079
  init_billingsummary();
69999
70080
  init_cardacquiringfees();
70000
70081
  init_instantpaymentfees();
@@ -70017,6 +70098,7 @@ var init_statement = __esm(() => {
70017
70098
  accountFees: optional3(AccountFees$inboundSchema),
70018
70099
  otherCardFees: optional3(OtherCardFees$inboundSchema),
70019
70100
  partnerFees: optional3(PartnerFees$inboundSchema),
70101
+ adjustments: optional3(AdjustmentFees$inboundSchema),
70020
70102
  createdOn: date4(),
70021
70103
  updatedOn: date4()
70022
70104
  });
@@ -70036,6 +70118,7 @@ var init_statement = __esm(() => {
70036
70118
  accountFees: AccountFees$outboundSchema.optional(),
70037
70119
  otherCardFees: OtherCardFees$outboundSchema.optional(),
70038
70120
  partnerFees: PartnerFees$outboundSchema.optional(),
70121
+ adjustments: AdjustmentFees$outboundSchema.optional(),
70039
70122
  createdOn: dateType().transform((v2) => v2.toISOString()),
70040
70123
  updatedOn: dateType().transform((v2) => v2.toISOString())
70041
70124
  });
@@ -70842,6 +70925,8 @@ var UpdateIssuedCardState, UpdateIssuedCardState$inboundSchema, UpdateIssuedCard
70842
70925
  var init_updateissuedcardstate = __esm(() => {
70843
70926
  init_v3();
70844
70927
  UpdateIssuedCardState = {
70928
+ Active: "active",
70929
+ Frozen: "frozen",
70845
70930
  Closed: "closed"
70846
70931
  };
70847
70932
  UpdateIssuedCardState$inboundSchema = nativeEnumType(UpdateIssuedCardState);
@@ -71737,6 +71822,19 @@ var init_webhookdatadisputeupdated = __esm(() => {
71737
71822
  });
71738
71823
  });
71739
71824
 
71825
+ // src/models/components/webhookdataeventtest.ts
71826
+ var WebhookDataEventTest$inboundSchema, WebhookDataEventTest$outboundSchema;
71827
+ var init_webhookdataeventtest = __esm(() => {
71828
+ init_v3();
71829
+ init_primitives2();
71830
+ WebhookDataEventTest$inboundSchema = objectType({
71831
+ ping: boolean4()
71832
+ });
71833
+ WebhookDataEventTest$outboundSchema = objectType({
71834
+ ping: booleanType()
71835
+ });
71836
+ });
71837
+
71740
71838
  // src/models/components/webhookdatainvoicecreated.ts
71741
71839
  var WebhookDataInvoiceCreated$inboundSchema, WebhookDataInvoiceCreated$outboundSchema;
71742
71840
  var init_webhookdatainvoicecreated = __esm(() => {
@@ -72207,6 +72305,7 @@ var init_webhookdata = __esm(() => {
72207
72305
  init_webhookdatacardautoupdated();
72208
72306
  init_webhookdatadisputecreated();
72209
72307
  init_webhookdatadisputeupdated();
72308
+ init_webhookdataeventtest();
72210
72309
  init_webhookdatainvoicecreated();
72211
72310
  init_webhookdatainvoiceupdated();
72212
72311
  init_webhookdatanetworkidupdated();
@@ -72267,7 +72366,8 @@ var init_webhookdata = __esm(() => {
72267
72366
  WebhookDataAccountCreated$inboundSchema,
72268
72367
  WebhookDataAccountUpdated$inboundSchema,
72269
72368
  WebhookDataAccountDisconnected$inboundSchema,
72270
- WebhookDataNetworkIDUpdated$inboundSchema
72369
+ WebhookDataNetworkIDUpdated$inboundSchema,
72370
+ WebhookDataEventTest$inboundSchema
72271
72371
  ]);
72272
72372
  WebhookData$outboundSchema = smartUnion([
72273
72373
  WebhookDataDisputeCreated$outboundSchema,
@@ -72307,7 +72407,8 @@ var init_webhookdata = __esm(() => {
72307
72407
  WebhookDataAccountCreated$outboundSchema,
72308
72408
  WebhookDataAccountUpdated$outboundSchema,
72309
72409
  WebhookDataAccountDisconnected$outboundSchema,
72310
- WebhookDataNetworkIDUpdated$outboundSchema
72410
+ WebhookDataNetworkIDUpdated$outboundSchema,
72411
+ WebhookDataEventTest$outboundSchema
72311
72412
  ]);
72312
72413
  });
72313
72414
 
@@ -72380,6 +72481,7 @@ var init_components = __esm(() => {
72380
72481
  init_addresssuggestion();
72381
72482
  init_addressupdate();
72382
72483
  init_adjustment();
72484
+ init_adjustmentfees();
72383
72485
  init_allowedscheduleerror();
72384
72486
  init_amount();
72385
72487
  init_amountdecimal();
@@ -72422,6 +72524,7 @@ var init_components = __esm(() => {
72422
72524
  init_basicpaymentmethod();
72423
72525
  init_batchgettransfersrequest();
72424
72526
  init_billablefee();
72527
+ init_billingadjustment();
72425
72528
  init_billingcountandamount();
72426
72529
  init_billinginterchangeprogramfee();
72427
72530
  init_billingsummary();
@@ -72977,6 +73080,7 @@ var init_components = __esm(() => {
72977
73080
  init_webhookdatacardautoupdated();
72978
73081
  init_webhookdatadisputecreated();
72979
73082
  init_webhookdatadisputeupdated();
73083
+ init_webhookdataeventtest();
72980
73084
  init_webhookdatainvoicecreated();
72981
73085
  init_webhookdatainvoiceupdated();
72982
73086
  init_webhookdatanetworkidupdated();
@@ -81196,6 +81300,7 @@ var init_listissuedcardtransactions = __esm(() => {
81196
81300
  skip: optional3(number4()),
81197
81301
  count: optional3(number4()),
81198
81302
  issuedCardID: optional3(string4()),
81303
+ merchantName: optional3(string4()),
81199
81304
  startDateTime: optional3(date4()),
81200
81305
  endDateTime: optional3(date4())
81201
81306
  });
@@ -81204,6 +81309,7 @@ var init_listissuedcardtransactions = __esm(() => {
81204
81309
  skip: numberType().int().optional(),
81205
81310
  count: numberType().int().optional(),
81206
81311
  issuedCardID: stringType().optional(),
81312
+ merchantName: stringType().optional(),
81207
81313
  startDateTime: dateType().transform((v2) => v2.toISOString()).optional(),
81208
81314
  endDateTime: dateType().transform((v2) => v2.toISOString()).optional()
81209
81315
  });
@@ -88828,7 +88934,7 @@ var init_cardIssuingGetFull2 = __esm(() => {
88828
88934
  Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
88829
88935
 
88830
88936
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
88831
- you'll need to specify the \`/accounts/{accountID}/issued-cards.read-secure\` scope.`,
88937
+ you'll need to specify the \`/accounts/{accountID}/issued-cards.read-private\` scope.`,
88832
88938
  args: args43,
88833
88939
  tool: async (client, args44, ctx) => {
88834
88940
  const [result, apiCall] = await cardIssuingGetFull(client, args44.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
@@ -94440,7 +94546,7 @@ var init_imagesUpload2 = __esm(() => {
94440
94546
  tool$imagesUpload = {
94441
94547
  name: "images-upload",
94442
94548
  description: ` Upload a new PNG, JPEG, or WebP image with optional metadata.
94443
- Duplicate images, and requests larger than 16MB will be rejected.`,
94549
+ Duplicate images return the existing image's metadata with a 409 status. Requests larger than 16MB will be rejected.`,
94444
94550
  args: args88,
94445
94551
  tool: async (client, args89, ctx) => {
94446
94552
  const [result, apiCall] = await imagesUpload(client, args89.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
@@ -94641,7 +94747,7 @@ var init_institutionsSearch2 = __esm(() => {
94641
94747
  };
94642
94748
  tool$institutionsSearch = {
94643
94749
  name: "institutions-search",
94644
- description: `This endpoint has been deprecated and will be removed in a future release. Use [/institutions](https://docs.moov.io/api/enrichment/form-shortening/institutions/get/).
94750
+ description: `This endpoint has been deprecated and will be removed in a future release. Use [/institutions](https://docs.moov.io/api/enrichment/institutions/get/).
94645
94751
 
94646
94752
  Search for institutions by either their name or routing number.
94647
94753
 
@@ -95852,6 +95958,7 @@ async function $do103(client, request, options) {
95852
95958
  count: payload.count,
95853
95959
  endDateTime: payload.endDateTime,
95854
95960
  issuedCardID: payload.issuedCardID,
95961
+ merchantName: payload.merchantName,
95855
95962
  skip: payload.skip,
95856
95963
  startDateTime: payload.startDateTime
95857
95964
  }, { explode: false });
@@ -102929,7 +103036,9 @@ async function $do165(client, request, options) {
102929
103036
  const [result] = await match(json([200, 202], CreateCancellationResponse$inboundSchema, {
102930
103037
  hdrs: true,
102931
103038
  key: "Result"
102932
- }), jsonErr(400, GenericError$inboundSchema, { hdrs: true }), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
103039
+ }), jsonErr([400, 409, 422], GenericError$inboundSchema, {
103040
+ hdrs: true
103041
+ }), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
102933
103042
  if (!result.ok) {
102934
103043
  return [result, { status: "complete", request: req, response }];
102935
103044
  }
@@ -102961,6 +103070,9 @@ var init_transfersCreateCancellation2 = __esm(() => {
102961
103070
  name: "transfers-create-cancellation",
102962
103071
  description: ` Initiate a cancellation for a card, ACH, or queued transfer.
102963
103072
 
103073
+ In v2026.10 and later, an auth-capture \`card-payment\` transfer can be canceled before any captures exist.
103074
+ For these transfers, a successful cancellation reduces \`capturableAmount\` without changing \`authorizedAmount\`.
103075
+ For these transfers, a partial cancellation leaves the remaining \`capturableAmount\` available for capture.
102964
103076
  To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
102965
103077
  to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
102966
103078
  args: args158,
@@ -103079,7 +103191,10 @@ var init_transfersCreateReversal2 = __esm(() => {
103079
103191
  };
103080
103192
  tool$transfersCreateReversal = {
103081
103193
  name: "transfers-create-reversal",
103082
- description: `Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
103194
+ description: `Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
103195
+ In v2026.10 and later, reversing an auth-capture \`card-payment\` transfer with no captures cancels the entire \`capturableAmount\`.
103196
+ In those API versions, an auth-capture \`card-payment\` transfer with one final capture is canceled or refunded depending on its processing state.
103197
+ Auth-capture \`card-payment\` transfers with a non-final capture or multiple captures are not supported in those API versions.
103083
103198
  Read our [reversals guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/)
103084
103199
  to learn more.
103085
103200
 
@@ -103911,7 +104026,7 @@ async function $do173(client, request, options) {
103911
104026
  const [result] = await match(json(200, ListCancellationsResponse$inboundSchema, {
103912
104027
  hdrs: true,
103913
104028
  key: "Result"
103914
- }), fail([401, 403, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
104029
+ }), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
103915
104030
  if (!result.ok) {
103916
104031
  return [result, { status: "complete", request: req, response }];
103917
104032
  }
@@ -103941,7 +104056,7 @@ var init_transfersListCancellations2 = __esm(() => {
103941
104056
  tool$transfersListCancellations = {
103942
104057
  name: "transfers-list-cancellations",
103943
104058
  description: ` Get a list of cancellations for a transfer.
103944
-
104059
+
103945
104060
  To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
103946
104061
  to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
103947
104062
  args: args166,
@@ -104026,7 +104141,7 @@ async function $do174(client, request, options) {
104026
104141
  const [result] = await match(json(200, ListRefundsResponse$inboundSchema, {
104027
104142
  hdrs: true,
104028
104143
  key: "Result"
104029
- }), fail([401, 403, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
104144
+ }), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
104030
104145
  if (!result.ok) {
104031
104146
  return [result, { status: "complete", request: req, response }];
104032
104147
  }
@@ -106109,7 +106224,7 @@ var init_webhooksUpdate2 = __esm(() => {
106109
106224
  function createMCPServer(deps) {
106110
106225
  const server = new McpServer({
106111
106226
  name: "Moov",
106112
- version: "26.7.1"
106227
+ version: "26.7.3"
106113
106228
  });
106114
106229
  const client = new MoovCore({
106115
106230
  security: deps.security,
@@ -107717,7 +107832,7 @@ var routes = rn({
107717
107832
  var app = Ve(routes, {
107718
107833
  name: "mcp",
107719
107834
  versionInfo: {
107720
- currentVersion: "26.7.1"
107835
+ currentVersion: "26.7.3"
107721
107836
  }
107722
107837
  });
107723
107838
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -107725,5 +107840,5 @@ export {
107725
107840
  app
107726
107841
  };
107727
107842
 
107728
- //# debugId=C6EA1859A8A5064564756E2164756E21
107843
+ //# debugId=D3A0D995CDAFE94B64756E2164756E21
107729
107844
  //# sourceMappingURL=mcp-server.js.map