@moovio/sdk 26.3.6 → 26.3.8

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 (322) hide show
  1. package/README.md +22 -10
  2. package/bin/mcp-server.js +143 -37
  3. package/bin/mcp-server.js.map +80 -77
  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/applicationscope.d.ts +1 -1
  50. package/models/components/applicationscope.js +1 -1
  51. package/models/components/applicationscope.js.map +1 -1
  52. package/models/components/billingadjustment.d.ts +34 -0
  53. package/models/components/billingadjustment.d.ts.map +1 -0
  54. package/models/components/billingadjustment.js +63 -0
  55. package/models/components/billingadjustment.js.map +1 -0
  56. package/models/components/billingsummary.d.ts +15 -10
  57. package/models/components/billingsummary.d.ts.map +1 -1
  58. package/models/components/billingsummary.js +15 -11
  59. package/models/components/billingsummary.js.map +1 -1
  60. package/models/components/cancellation.d.ts +3 -0
  61. package/models/components/cancellation.d.ts.map +1 -1
  62. package/models/components/cancellation.js.map +1 -1
  63. package/models/components/createdtransfer.d.ts +8 -0
  64. package/models/components/createdtransfer.d.ts.map +1 -1
  65. package/models/components/createdtransfer.js.map +1 -1
  66. package/models/components/createfeeplanagreement.d.ts +16 -1
  67. package/models/components/createfeeplanagreement.d.ts.map +1 -1
  68. package/models/components/createfeeplanagreement.js +2 -0
  69. package/models/components/createfeeplanagreement.js.map +1 -1
  70. package/models/components/createpaymentlink.d.ts +3 -0
  71. package/models/components/createpaymentlink.d.ts.map +1 -1
  72. package/models/components/createpaymentlink.js.map +1 -1
  73. package/models/components/createrefund.d.ts +1 -1
  74. package/models/components/createreversal.d.ts +6 -1
  75. package/models/components/createreversal.d.ts.map +1 -1
  76. package/models/components/createreversal.js.map +1 -1
  77. package/models/components/facilitatorfee.d.ts +2 -2
  78. package/models/components/feeplanagreement.d.ts +10 -0
  79. package/models/components/feeplanagreement.d.ts.map +1 -1
  80. package/models/components/feeplanagreement.js +5 -0
  81. package/models/components/feeplanagreement.js.map +1 -1
  82. package/models/components/fullissuedcard.d.ts +4 -0
  83. package/models/components/fullissuedcard.d.ts.map +1 -1
  84. package/models/components/fullissuedcard.js.map +1 -1
  85. package/models/components/index.d.ts +3 -0
  86. package/models/components/index.d.ts.map +1 -1
  87. package/models/components/index.js +3 -0
  88. package/models/components/index.js.map +1 -1
  89. package/models/components/issuedcard.d.ts +4 -0
  90. package/models/components/issuedcard.d.ts.map +1 -1
  91. package/models/components/issuedcard.js.map +1 -1
  92. package/models/components/issuedcardauthorization.d.ts +5 -0
  93. package/models/components/issuedcardauthorization.d.ts.map +1 -1
  94. package/models/components/issuedcardauthorization.js +2 -0
  95. package/models/components/issuedcardauthorization.js.map +1 -1
  96. package/models/components/issuedcardstate.d.ts +3 -0
  97. package/models/components/issuedcardstate.d.ts.map +1 -1
  98. package/models/components/issuedcardstate.js +2 -0
  99. package/models/components/issuedcardstate.js.map +1 -1
  100. package/models/components/issuedcardtransaction.d.ts +5 -0
  101. package/models/components/issuedcardtransaction.d.ts.map +1 -1
  102. package/models/components/issuedcardtransaction.js +2 -0
  103. package/models/components/issuedcardtransaction.js.map +1 -1
  104. package/models/components/issuingcontrols.d.ts +3 -0
  105. package/models/components/issuingcontrols.d.ts.map +1 -1
  106. package/models/components/issuingcontrols.js.map +1 -1
  107. package/models/components/partnerpricingagreement.d.ts +12 -2
  108. package/models/components/partnerpricingagreement.d.ts.map +1 -1
  109. package/models/components/partnerpricingagreement.js +5 -0
  110. package/models/components/partnerpricingagreement.js.map +1 -1
  111. package/models/components/paymentlink.d.ts +3 -0
  112. package/models/components/paymentlink.d.ts.map +1 -1
  113. package/models/components/paymentlink.js.map +1 -1
  114. package/models/components/paymentlinkpayoutdetails.d.ts +3 -0
  115. package/models/components/paymentlinkpayoutdetails.d.ts.map +1 -1
  116. package/models/components/paymentlinkpayoutdetails.js.map +1 -1
  117. package/models/components/paymentlinkpayoutdetailsupdate.d.ts +3 -0
  118. package/models/components/paymentlinkpayoutdetailsupdate.d.ts.map +1 -1
  119. package/models/components/paymentlinkpayoutdetailsupdate.js.map +1 -1
  120. package/models/components/requestcard.d.ts +3 -0
  121. package/models/components/requestcard.d.ts.map +1 -1
  122. package/models/components/requestcard.js.map +1 -1
  123. package/models/components/requirementid.d.ts +7 -0
  124. package/models/components/requirementid.d.ts.map +1 -1
  125. package/models/components/requirementid.js +7 -0
  126. package/models/components/requirementid.js.map +1 -1
  127. package/models/components/reversedwithcancellation.d.ts +3 -0
  128. package/models/components/reversedwithcancellation.d.ts.map +1 -1
  129. package/models/components/reversedwithcancellation.js.map +1 -1
  130. package/models/components/statement.d.ts +6 -0
  131. package/models/components/statement.d.ts.map +1 -1
  132. package/models/components/statement.js +3 -0
  133. package/models/components/statement.js.map +1 -1
  134. package/models/components/sweepconfig.d.ts +2 -2
  135. package/models/components/sweepconfigpaymentmethod.d.ts +1 -1
  136. package/models/components/transfer.d.ts +8 -0
  137. package/models/components/transfer.d.ts.map +1 -1
  138. package/models/components/transfer.js.map +1 -1
  139. package/models/components/updateissuedcard.d.ts +2 -0
  140. package/models/components/updateissuedcard.d.ts.map +1 -1
  141. package/models/components/updateissuedcard.js.map +1 -1
  142. package/models/components/updateissuedcardstate.d.ts +6 -0
  143. package/models/components/updateissuedcardstate.d.ts.map +1 -1
  144. package/models/components/updateissuedcardstate.js +4 -0
  145. package/models/components/updateissuedcardstate.js.map +1 -1
  146. package/models/components/updatepaymentlink.d.ts +3 -0
  147. package/models/components/updatepaymentlink.d.ts.map +1 -1
  148. package/models/components/updatepaymentlink.js.map +1 -1
  149. package/models/components/webhookdata.d.ts +3 -2
  150. package/models/components/webhookdata.d.ts.map +1 -1
  151. package/models/components/webhookdata.js +3 -0
  152. package/models/components/webhookdata.js.map +1 -1
  153. package/models/components/webhookdataeventtest.d.ts +20 -0
  154. package/models/components/webhookdataeventtest.d.ts.map +1 -0
  155. package/models/components/webhookdataeventtest.js +58 -0
  156. package/models/components/webhookdataeventtest.js.map +1 -0
  157. package/models/components/webhookeventtype.d.ts +1 -0
  158. package/models/components/webhookeventtype.d.ts.map +1 -1
  159. package/models/components/webhookeventtype.js +1 -0
  160. package/models/components/webhookeventtype.js.map +1 -1
  161. package/models/errors/transfer.d.ts +16 -0
  162. package/models/errors/transfer.d.ts.map +1 -1
  163. package/models/errors/transfer.js.map +1 -1
  164. package/models/operations/listaccounts.d.ts +3 -0
  165. package/models/operations/listaccounts.d.ts.map +1 -1
  166. package/models/operations/listaccounts.js.map +1 -1
  167. package/models/operations/listconnectedaccountsforaccount.d.ts +3 -0
  168. package/models/operations/listconnectedaccountsforaccount.d.ts.map +1 -1
  169. package/models/operations/listconnectedaccountsforaccount.js.map +1 -1
  170. package/models/operations/listdisputes.d.ts +3 -0
  171. package/models/operations/listdisputes.d.ts.map +1 -1
  172. package/models/operations/listdisputes.js.map +1 -1
  173. package/models/operations/listfeeplanagreements.d.ts +3 -0
  174. package/models/operations/listfeeplanagreements.d.ts.map +1 -1
  175. package/models/operations/listfeeplanagreements.js.map +1 -1
  176. package/models/operations/listfeerevenue.d.ts +3 -0
  177. package/models/operations/listfeerevenue.d.ts.map +1 -1
  178. package/models/operations/listfeerevenue.js.map +1 -1
  179. package/models/operations/listissuedcardauthorizationevents.d.ts +3 -0
  180. package/models/operations/listissuedcardauthorizationevents.d.ts.map +1 -1
  181. package/models/operations/listissuedcardauthorizationevents.js.map +1 -1
  182. package/models/operations/listissuedcardauthorizations.d.ts +3 -0
  183. package/models/operations/listissuedcardauthorizations.d.ts.map +1 -1
  184. package/models/operations/listissuedcardauthorizations.js.map +1 -1
  185. package/models/operations/listissuedcards.d.ts +3 -0
  186. package/models/operations/listissuedcards.d.ts.map +1 -1
  187. package/models/operations/listissuedcards.js.map +1 -1
  188. package/models/operations/listissuedcardtransactions.d.ts +8 -0
  189. package/models/operations/listissuedcardtransactions.d.ts.map +1 -1
  190. package/models/operations/listissuedcardtransactions.js +2 -0
  191. package/models/operations/listissuedcardtransactions.js.map +1 -1
  192. package/models/operations/listpartnerpricingagreements.d.ts +3 -0
  193. package/models/operations/listpartnerpricingagreements.d.ts.map +1 -1
  194. package/models/operations/listpartnerpricingagreements.js.map +1 -1
  195. package/models/operations/listpaymentlinks.d.ts +3 -0
  196. package/models/operations/listpaymentlinks.d.ts.map +1 -1
  197. package/models/operations/listpaymentlinks.js.map +1 -1
  198. package/models/operations/listproducts.d.ts +3 -0
  199. package/models/operations/listproducts.d.ts.map +1 -1
  200. package/models/operations/listproducts.js.map +1 -1
  201. package/models/operations/listresidualfees.d.ts +3 -0
  202. package/models/operations/listresidualfees.d.ts.map +1 -1
  203. package/models/operations/listresidualfees.js.map +1 -1
  204. package/models/operations/listresiduals.d.ts +3 -0
  205. package/models/operations/listresiduals.d.ts.map +1 -1
  206. package/models/operations/listresiduals.js.map +1 -1
  207. package/models/operations/listschedules.d.ts +3 -0
  208. package/models/operations/listschedules.d.ts.map +1 -1
  209. package/models/operations/listschedules.js.map +1 -1
  210. package/models/operations/liststatements.d.ts +3 -0
  211. package/models/operations/liststatements.d.ts.map +1 -1
  212. package/models/operations/liststatements.js.map +1 -1
  213. package/models/operations/listsweeps.d.ts +3 -0
  214. package/models/operations/listsweeps.d.ts.map +1 -1
  215. package/models/operations/listsweeps.js.map +1 -1
  216. package/models/operations/listtickets.d.ts +3 -0
  217. package/models/operations/listtickets.d.ts.map +1 -1
  218. package/models/operations/listtickets.js.map +1 -1
  219. package/models/operations/listtransfers.d.ts +4 -1
  220. package/models/operations/listtransfers.d.ts.map +1 -1
  221. package/models/operations/listtransfers.js.map +1 -1
  222. package/models/operations/listwallets.d.ts +3 -0
  223. package/models/operations/listwallets.d.ts.map +1 -1
  224. package/models/operations/listwallets.js.map +1 -1
  225. package/models/operations/listwallettransactions.d.ts +3 -0
  226. package/models/operations/listwallettransactions.d.ts.map +1 -1
  227. package/models/operations/listwallettransactions.js.map +1 -1
  228. package/models/operations/retrievefees.d.ts +3 -0
  229. package/models/operations/retrievefees.d.ts.map +1 -1
  230. package/models/operations/retrievefees.js.map +1 -1
  231. package/package.json +1 -1
  232. package/sdk/cardissuing.d.ts +1 -1
  233. package/sdk/cardissuing.js +1 -1
  234. package/sdk/images.d.ts +1 -1
  235. package/sdk/images.js +1 -1
  236. package/sdk/institutions.d.ts +1 -1
  237. package/sdk/institutions.js +1 -1
  238. package/sdk/transfers.d.ts +6 -0
  239. package/sdk/transfers.d.ts.map +1 -1
  240. package/sdk/transfers.js +6 -0
  241. package/sdk/transfers.js.map +1 -1
  242. package/src/funcs/cardIssuingGetFull.ts +1 -1
  243. package/src/funcs/imagesUpload.ts +1 -1
  244. package/src/funcs/institutionsSearch.ts +1 -1
  245. package/src/funcs/issuingTransactionsList.ts +1 -0
  246. package/src/funcs/transfersCreateCancellation.ts +6 -1
  247. package/src/funcs/transfersCreateReversal.ts +3 -0
  248. package/src/funcs/transfersListCancellations.ts +1 -1
  249. package/src/funcs/transfersListRefunds.ts +1 -1
  250. package/src/lib/config.ts +3 -3
  251. package/src/lib/encodings.ts +58 -23
  252. package/src/mcp-server/mcp-server.ts +1 -1
  253. package/src/mcp-server/server.ts +1 -1
  254. package/src/mcp-server/tools/cardIssuingGetFull.ts +1 -1
  255. package/src/mcp-server/tools/imagesUpload.ts +1 -1
  256. package/src/mcp-server/tools/institutionsSearch.ts +1 -1
  257. package/src/mcp-server/tools/transfersCreateCancellation.ts +3 -0
  258. package/src/mcp-server/tools/transfersCreateReversal.ts +4 -1
  259. package/src/mcp-server/tools/transfersListCancellations.ts +1 -1
  260. package/src/models/components/adjustmentfees.ts +72 -0
  261. package/src/models/components/applicationscope.ts +1 -1
  262. package/src/models/components/billingadjustment.ts +77 -0
  263. package/src/models/components/billingsummary.ts +34 -19
  264. package/src/models/components/cancellation.ts +3 -0
  265. package/src/models/components/createdtransfer.ts +8 -0
  266. package/src/models/components/createfeeplanagreement.ts +18 -1
  267. package/src/models/components/createpaymentlink.ts +3 -0
  268. package/src/models/components/createrefund.ts +1 -1
  269. package/src/models/components/createreversal.ts +6 -1
  270. package/src/models/components/facilitatorfee.ts +2 -2
  271. package/src/models/components/feeplanagreement.ts +17 -0
  272. package/src/models/components/fullissuedcard.ts +4 -0
  273. package/src/models/components/index.ts +3 -0
  274. package/src/models/components/issuedcard.ts +4 -0
  275. package/src/models/components/issuedcardauthorization.ts +7 -0
  276. package/src/models/components/issuedcardstate.ts +3 -0
  277. package/src/models/components/issuedcardtransaction.ts +7 -0
  278. package/src/models/components/issuingcontrols.ts +3 -0
  279. package/src/models/components/partnerpricingagreement.ts +19 -2
  280. package/src/models/components/paymentlink.ts +3 -0
  281. package/src/models/components/paymentlinkpayoutdetails.ts +3 -0
  282. package/src/models/components/paymentlinkpayoutdetailsupdate.ts +3 -0
  283. package/src/models/components/requestcard.ts +3 -0
  284. package/src/models/components/requirementid.ts +14 -0
  285. package/src/models/components/reversedwithcancellation.ts +3 -0
  286. package/src/models/components/statement.ts +13 -0
  287. package/src/models/components/sweepconfig.ts +2 -2
  288. package/src/models/components/sweepconfigpaymentmethod.ts +1 -1
  289. package/src/models/components/transfer.ts +8 -0
  290. package/src/models/components/updateissuedcard.ts +2 -0
  291. package/src/models/components/updateissuedcardstate.ts +6 -0
  292. package/src/models/components/updatepaymentlink.ts +3 -0
  293. package/src/models/components/webhookdata.ts +12 -2
  294. package/src/models/components/webhookdataeventtest.ts +54 -0
  295. package/src/models/components/webhookeventtype.ts +1 -0
  296. package/src/models/errors/transfer.ts +16 -0
  297. package/src/models/operations/listaccounts.ts +3 -0
  298. package/src/models/operations/listconnectedaccountsforaccount.ts +3 -0
  299. package/src/models/operations/listdisputes.ts +3 -0
  300. package/src/models/operations/listfeeplanagreements.ts +3 -0
  301. package/src/models/operations/listfeerevenue.ts +3 -0
  302. package/src/models/operations/listissuedcardauthorizationevents.ts +3 -0
  303. package/src/models/operations/listissuedcardauthorizations.ts +3 -0
  304. package/src/models/operations/listissuedcards.ts +3 -0
  305. package/src/models/operations/listissuedcardtransactions.ts +10 -0
  306. package/src/models/operations/listpartnerpricingagreements.ts +3 -0
  307. package/src/models/operations/listpaymentlinks.ts +3 -0
  308. package/src/models/operations/listproducts.ts +3 -0
  309. package/src/models/operations/listresidualfees.ts +3 -0
  310. package/src/models/operations/listresiduals.ts +3 -0
  311. package/src/models/operations/listschedules.ts +3 -0
  312. package/src/models/operations/liststatements.ts +3 -0
  313. package/src/models/operations/listsweeps.ts +3 -0
  314. package/src/models/operations/listtickets.ts +3 -0
  315. package/src/models/operations/listtransfers.ts +4 -1
  316. package/src/models/operations/listwallets.ts +3 -0
  317. package/src/models/operations/listwallettransactions.ts +3 -0
  318. package/src/models/operations/retrievefees.ts +3 -0
  319. package/src/sdk/cardissuing.ts +1 -1
  320. package/src/sdk/images.ts +1 -1
  321. package/src/sdk/institutions.ts +1 -1
  322. package/src/sdk/transfers.ts +6 -0
package/bin/mcp-server.js CHANGED
@@ -52974,9 +52974,9 @@ var init_config = __esm(() => {
52974
52974
  SDK_METADATA = {
52975
52975
  language: "typescript",
52976
52976
  openapiDocVersion: "v2026.01.00",
52977
- sdkVersion: "26.3.6",
52978
- genVersion: "2.924.0",
52979
- userAgent: "speakeasy-sdk/typescript 26.3.6 2.924.0 v2026.01.00 @moovio/sdk"
52977
+ sdkVersion: "26.3.8",
52978
+ genVersion: "2.935.1",
52979
+ userAgent: "speakeasy-sdk/typescript 26.3.8 2.935.1 v2026.01.00 @moovio/sdk"
52980
52980
  };
52981
52981
  });
52982
52982
 
@@ -53150,6 +53150,19 @@ var init_base64 = __esm(() => {
53150
53150
  });
53151
53151
 
53152
53152
  // src/lib/encodings.ts
53153
+ function encodeKeyChars(v2, charEncoding) {
53154
+ return encodeChars(v2, charEncoding === "percentExceptReserved" ? "percent" : charEncoding);
53155
+ }
53156
+ function encodeChars(v2, charEncoding) {
53157
+ switch (charEncoding) {
53158
+ case "percent":
53159
+ return encodeURIComponent(v2);
53160
+ case "percentExceptReserved":
53161
+ return encodeURIComponent(v2).replace(reservedEscapes, (m) => decodeURIComponent(m));
53162
+ default:
53163
+ return v2;
53164
+ }
53165
+ }
53153
53166
  function formEncoder(sep) {
53154
53167
  return (key, value, options) => {
53155
53168
  let out = "";
@@ -53158,7 +53171,7 @@ function formEncoder(sep) {
53158
53171
  return;
53159
53172
  }
53160
53173
  const encodeString = (v2) => {
53161
- return options?.charEncoding === "percent" ? encodeURIComponent(v2) : v2;
53174
+ return encodeChars(v2, options?.charEncoding);
53162
53175
  };
53163
53176
  const encodeValue = (v2) => encodeString(serializeValue(v2));
53164
53177
  const encodedSep = encodeString(sep);
@@ -53179,7 +53192,7 @@ function formEncoder(sep) {
53179
53192
  if (encValue == null) {
53180
53193
  return;
53181
53194
  }
53182
- tmp = `${encodeString(pk)}=${encValue}`;
53195
+ tmp = `${encodeKeyChars(pk, options?.charEncoding)}=${encValue}`;
53183
53196
  if (!tmp || tmp === "=") {
53184
53197
  return;
53185
53198
  }
@@ -53203,7 +53216,7 @@ function encodeDeepObjectObject(key, value, options) {
53203
53216
  }
53204
53217
  let out = "";
53205
53218
  const encodeString = (v2) => {
53206
- return options?.charEncoding === "percent" ? encodeURIComponent(v2) : v2;
53219
+ return encodeChars(v2, options?.charEncoding);
53207
53220
  };
53208
53221
  if (!isPlainObject2(value)) {
53209
53222
  throw new EncodingError(`Expected parameter '${key}' to be an object.`);
@@ -53220,7 +53233,7 @@ function encodeDeepObjectObject(key, value, options) {
53220
53233
  }
53221
53234
  const pairs = Array.isArray(cv) ? cv : [cv];
53222
53235
  const encoded = mapDefined(pairs, (v2) => {
53223
- return `${encodeString(pk)}=${encodeString(serializeValue(v2))}`;
53236
+ return `${encodeKeyChars(pk, options?.charEncoding)}=${encodeString(serializeValue(v2))}`;
53224
53237
  })?.join("&");
53225
53238
  out += encoded == null ? "" : `&${encoded}`;
53226
53239
  });
@@ -53231,10 +53244,10 @@ function encodeJSON(key, value, options) {
53231
53244
  return;
53232
53245
  }
53233
53246
  const encodeString = (v2) => {
53234
- return options?.charEncoding === "percent" ? encodeURIComponent(v2) : v2;
53247
+ return encodeChars(v2, options?.charEncoding);
53235
53248
  };
53236
53249
  const encVal = encodeString(JSON.stringify(value, jsonReplacer));
53237
- return options?.explode ? encVal : `${encodeString(key)}=${encVal}`;
53250
+ return options?.explode ? encVal : `${encodeKeyChars(key, options?.charEncoding)}=${encVal}`;
53238
53251
  }
53239
53252
  function explode(key, value) {
53240
53253
  if (Array.isArray(value)) {
@@ -53348,14 +53361,14 @@ async function normalizeBlob(value) {
53348
53361
  }
53349
53362
  return new Blob([await value.arrayBuffer()], { type: value.type });
53350
53363
  }
53351
- var EncodingError, encodeForm, encodeSpaceDelimited, encodePipeDelimited, encodeSimple = (key, value, options) => {
53364
+ var EncodingError, reservedEscapes, encodeForm, encodeSpaceDelimited, encodePipeDelimited, encodeSimple = (key, value, options) => {
53352
53365
  let out = "";
53353
53366
  const pairs = options?.explode ? explode(key, value) : [[key, value]];
53354
53367
  if (pairs.every(([_2, v2]) => v2 == null)) {
53355
53368
  return;
53356
53369
  }
53357
53370
  const encodeString = (v2) => {
53358
- return options?.charEncoding === "percent" ? encodeURIComponent(v2) : v2;
53371
+ return encodeChars(v2, options?.charEncoding);
53359
53372
  };
53360
53373
  const encodeValue = (v2) => encodeString(serializeValue(v2));
53361
53374
  pairs.forEach(([pk, pv]) => {
@@ -53386,6 +53399,7 @@ var init_encodings = __esm(() => {
53386
53399
  this.name = "EncodingError";
53387
53400
  }
53388
53401
  };
53402
+ reservedEscapes = /%(2[346bcf]|3[abdf]|40|5[bd])/gi;
53389
53403
  encodeForm = formEncoder(",");
53390
53404
  encodeSpaceDelimited = formEncoder(" ");
53391
53405
  encodePipeDelimited = formEncoder("|");
@@ -56158,6 +56172,39 @@ var init_adjustment = __esm(() => {
56158
56172
  });
56159
56173
  });
56160
56174
 
56175
+ // src/models/components/billingadjustment.ts
56176
+ var BillingAdjustment$inboundSchema, BillingAdjustment$outboundSchema;
56177
+ var init_billingadjustment = __esm(() => {
56178
+ init_esm();
56179
+ init_amountdecimal();
56180
+ BillingAdjustment$inboundSchema = objectType({
56181
+ feeName: stringType(),
56182
+ count: numberType().int(),
56183
+ amount: AmountDecimal$inboundSchema
56184
+ });
56185
+ BillingAdjustment$outboundSchema = objectType({
56186
+ feeName: stringType(),
56187
+ count: numberType().int(),
56188
+ amount: AmountDecimal$outboundSchema
56189
+ });
56190
+ });
56191
+
56192
+ // src/models/components/adjustmentfees.ts
56193
+ var AdjustmentFees$inboundSchema, AdjustmentFees$outboundSchema;
56194
+ var init_adjustmentfees = __esm(() => {
56195
+ init_esm();
56196
+ init_billingadjustment();
56197
+ init_billingcountandamount();
56198
+ AdjustmentFees$inboundSchema = objectType({
56199
+ items: arrayType(BillingAdjustment$inboundSchema),
56200
+ total: BillingCountAndAmount$inboundSchema
56201
+ });
56202
+ AdjustmentFees$outboundSchema = objectType({
56203
+ items: arrayType(BillingAdjustment$outboundSchema),
56204
+ total: BillingCountAndAmount$outboundSchema
56205
+ });
56206
+ });
56207
+
56161
56208
  // src/models/components/amount.ts
56162
56209
  var Amount$inboundSchema, Amount$outboundSchema;
56163
56210
  var init_amount = __esm(() => {
@@ -56399,7 +56446,7 @@ var init_applicationscope = __esm(() => {
56399
56446
  FilesWrite: "files.write",
56400
56447
  IssuedCardsRead: "issued-cards.read",
56401
56448
  IssuedCardsWrite: "issued-cards.write",
56402
- IssuedCardsReadSecure: "issued-cards.read-secure",
56449
+ IssuedCardsReadPrivate: "issued-cards.read-private",
56403
56450
  PaymentMethodsRead: "payment-methods.read",
56404
56451
  PingRead: "ping.read",
56405
56452
  ProfileEnrichmentRead: "profile-enrichment.read",
@@ -59328,7 +59375,7 @@ var init_partnerfees = __esm(() => {
59328
59375
  });
59329
59376
 
59330
59377
  // src/models/components/billingsummary.ts
59331
- 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;
59378
+ 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;
59332
59379
  var init_billingsummary = __esm(() => {
59333
59380
  init_esm();
59334
59381
  init_amountdecimal();
@@ -59369,11 +59416,11 @@ var init_billingsummary = __esm(() => {
59369
59416
  currency: stringType(),
59370
59417
  valueDecimal: stringType()
59371
59418
  });
59372
- AdjustmentFees$inboundSchema = objectType({
59419
+ BillingSummaryAdjustmentFees$inboundSchema = objectType({
59373
59420
  currency: stringType(),
59374
59421
  valueDecimal: stringType()
59375
59422
  });
59376
- AdjustmentFees$outboundSchema = objectType({
59423
+ BillingSummaryAdjustmentFees$outboundSchema = objectType({
59377
59424
  currency: stringType(),
59378
59425
  valueDecimal: stringType()
59379
59426
  });
@@ -59391,7 +59438,7 @@ var init_billingsummary = __esm(() => {
59391
59438
  instantPayments: BillingSummaryDetails$inboundSchema.optional(),
59392
59439
  platformFees: lazyType(() => BillingSummaryPlatformFees$inboundSchema).optional(),
59393
59440
  accountFees: BillingSummaryDetails$inboundSchema.optional(),
59394
- adjustmentFees: lazyType(() => AdjustmentFees$inboundSchema).optional(),
59441
+ adjustmentFees: lazyType(() => BillingSummaryAdjustmentFees$inboundSchema).optional(),
59395
59442
  otherFees: lazyType(() => OtherFees$inboundSchema).optional(),
59396
59443
  otherCardFees: BillingSummaryDetails$inboundSchema.optional(),
59397
59444
  total: AmountDecimal$inboundSchema.optional(),
@@ -59399,7 +59446,8 @@ var init_billingsummary = __esm(() => {
59399
59446
  revenueShare: stringType().optional(),
59400
59447
  residualSubtotal: AmountDecimal$inboundSchema.optional(),
59401
59448
  monthlyPartnerCosts: PartnerFees$inboundSchema.optional(),
59402
- netPartnerPayment: AmountDecimal$inboundSchema.optional()
59449
+ netPartnerPayment: AmountDecimal$inboundSchema.optional(),
59450
+ totalNetPartnerPayment: AmountDecimal$inboundSchema.optional()
59403
59451
  });
59404
59452
  BillingSummary$outboundSchema = objectType({
59405
59453
  cardAcquiring: lazyType(() => CardAcquiring$outboundSchema).optional(),
@@ -59407,7 +59455,7 @@ var init_billingsummary = __esm(() => {
59407
59455
  instantPayments: BillingSummaryDetails$outboundSchema.optional(),
59408
59456
  platformFees: lazyType(() => BillingSummaryPlatformFees$outboundSchema).optional(),
59409
59457
  accountFees: BillingSummaryDetails$outboundSchema.optional(),
59410
- adjustmentFees: lazyType(() => AdjustmentFees$outboundSchema).optional(),
59458
+ adjustmentFees: lazyType(() => BillingSummaryAdjustmentFees$outboundSchema).optional(),
59411
59459
  otherFees: lazyType(() => OtherFees$outboundSchema).optional(),
59412
59460
  otherCardFees: BillingSummaryDetails$outboundSchema.optional(),
59413
59461
  total: AmountDecimal$outboundSchema.optional(),
@@ -59415,7 +59463,8 @@ var init_billingsummary = __esm(() => {
59415
59463
  revenueShare: stringType().optional(),
59416
59464
  residualSubtotal: AmountDecimal$outboundSchema.optional(),
59417
59465
  monthlyPartnerCosts: PartnerFees$outboundSchema.optional(),
59418
- netPartnerPayment: AmountDecimal$outboundSchema.optional()
59466
+ netPartnerPayment: AmountDecimal$outboundSchema.optional(),
59467
+ totalNetPartnerPayment: AmountDecimal$outboundSchema.optional()
59419
59468
  });
59420
59469
  });
59421
59470
 
@@ -59725,6 +59774,13 @@ var init_requirementid = __esm(() => {
59725
59774
  UnderwritingSendFundsPushToCardEstimatedActivityMonthlyVolumeRange: "underwriting.sendFunds.pushToCard.estimatedActivity.monthlyVolumeRange",
59726
59775
  UnderwritingSendFundsPushToCardFulfillment: "underwriting.sendFunds.pushToCard.fulfillment",
59727
59776
  UnderwritingSendFundsPushToCardRefundPolicy: "underwriting.sendFunds.pushToCard.refundPolicy",
59777
+ UnderwritingSendFundsInstantBankCardAcceptanceMethods: "underwriting.sendFunds.instantBank.cardAcceptanceMethods",
59778
+ UnderwritingSendFundsInstantBankCurrentlyAcceptsCards: "underwriting.sendFunds.instantBank.currentlyAcceptsCards",
59779
+ UnderwritingSendFundsInstantBankEstimatedActivityAverageTransactionAmount: "underwriting.sendFunds.instantBank.estimatedActivity.averageTransactionAmount",
59780
+ UnderwritingSendFundsInstantBankEstimatedActivityMaximumTransactionAmount: "underwriting.sendFunds.instantBank.estimatedActivity.maximumTransactionAmount",
59781
+ UnderwritingSendFundsInstantBankEstimatedActivityMonthlyVolumeRange: "underwriting.sendFunds.instantBank.estimatedActivity.monthlyVolumeRange",
59782
+ UnderwritingSendFundsInstantBankFulfillment: "underwriting.sendFunds.instantBank.fulfillment",
59783
+ UnderwritingSendFundsInstantBankRefundPolicy: "underwriting.sendFunds.instantBank.refundPolicy",
59728
59784
  UnderwritingMoneyTransferPullFromCardCardAcceptanceMethods: "underwriting.moneyTransfer.pullFromCard.cardAcceptanceMethods",
59729
59785
  UnderwritingMoneyTransferPullFromCardCurrentlyAcceptsCards: "underwriting.moneyTransfer.pullFromCard.currentlyAcceptsCards",
59730
59786
  UnderwritingMoneyTransferPullFromCardEstimatedActivityAverageTransactionAmount: "underwriting.moneyTransfer.pullFromCard.estimatedActivity.averageTransactionAmount",
@@ -61905,10 +61961,12 @@ var CreateFeePlanAgreement$inboundSchema, CreateFeePlanAgreement$outboundSchema;
61905
61961
  var init_createfeeplanagreement = __esm(() => {
61906
61962
  init_esm();
61907
61963
  CreateFeePlanAgreement$inboundSchema = objectType({
61908
- planID: stringType()
61964
+ planID: stringType(),
61965
+ priorAgreementID: stringType().optional()
61909
61966
  });
61910
61967
  CreateFeePlanAgreement$outboundSchema = objectType({
61911
- planID: stringType()
61968
+ planID: stringType(),
61969
+ priorAgreementID: stringType().optional()
61912
61970
  });
61913
61971
  });
61914
61972
 
@@ -62965,7 +63023,8 @@ var init_webhookeventtype = __esm(() => {
62965
63023
  WalletUpdated: "wallet.updated",
62966
63024
  WalletTransactionUpdated: "walletTransaction.updated",
62967
63025
  BillingStatementCreated: "billingStatement.created",
62968
- AuthorizationExpiring: "authorization.expiring"
63026
+ AuthorizationExpiring: "authorization.expiring",
63027
+ EventTest: "event.test"
62969
63028
  };
62970
63029
  WebhookEventType$inboundSchema = nativeEnumType(WebhookEventType);
62971
63030
  WebhookEventType$outboundSchema = WebhookEventType$inboundSchema;
@@ -63469,7 +63528,9 @@ var init_feeplanagreement = __esm(() => {
63469
63528
  cardAcquiringModel: CardAcquiringModel$inboundSchema,
63470
63529
  billableFees: arrayType(BillableFee$inboundSchema),
63471
63530
  minimumCommitment: MinimumCommitment$inboundSchema,
63472
- monthlyPlatformFee: MonthlyPlatformFee$inboundSchema
63531
+ monthlyPlatformFee: MonthlyPlatformFee$inboundSchema,
63532
+ priorAgreementID: stringType().optional(),
63533
+ priorAgreementTerminatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional()
63473
63534
  });
63474
63535
  FeePlanAgreement$outboundSchema = objectType({
63475
63536
  agreementID: stringType(),
@@ -63482,7 +63543,9 @@ var init_feeplanagreement = __esm(() => {
63482
63543
  cardAcquiringModel: CardAcquiringModel$outboundSchema,
63483
63544
  billableFees: arrayType(BillableFee$outboundSchema),
63484
63545
  minimumCommitment: MinimumCommitment$outboundSchema,
63485
- monthlyPlatformFee: MonthlyPlatformFee$outboundSchema
63546
+ monthlyPlatformFee: MonthlyPlatformFee$outboundSchema,
63547
+ priorAgreementID: stringType().optional(),
63548
+ priorAgreementTerminatedOn: dateType().transform((v2) => v2.toISOString()).optional()
63486
63549
  });
63487
63550
  });
63488
63551
 
@@ -63684,6 +63747,7 @@ var init_issuedcardstate = __esm(() => {
63684
63747
  init_esm();
63685
63748
  IssuedCardState = {
63686
63749
  Active: "active",
63750
+ Frozen: "frozen",
63687
63751
  Closed: "closed"
63688
63752
  };
63689
63753
  IssuedCardState$inboundSchema = nativeEnumType(IssuedCardState);
@@ -64235,6 +64299,7 @@ var init_issuedcardauthorization = __esm(() => {
64235
64299
  IssuedCardAuthorization$inboundSchema = objectType({
64236
64300
  authorizationID: stringType(),
64237
64301
  issuedCardID: stringType(),
64302
+ lastFourCardNumber: stringType().optional(),
64238
64303
  fundingWalletID: stringType(),
64239
64304
  network: CardIssuingNetwork$inboundSchema,
64240
64305
  authorizedAmount: stringType(),
@@ -64246,6 +64311,7 @@ var init_issuedcardauthorization = __esm(() => {
64246
64311
  IssuedCardAuthorization$outboundSchema = objectType({
64247
64312
  authorizationID: stringType(),
64248
64313
  issuedCardID: stringType(),
64314
+ lastFourCardNumber: stringType().optional(),
64249
64315
  fundingWalletID: stringType(),
64250
64316
  network: CardIssuingNetwork$outboundSchema,
64251
64317
  authorizedAmount: stringType(),
@@ -64315,6 +64381,7 @@ var init_issuedcardtransaction = __esm(() => {
64315
64381
  IssuedCardTransaction$inboundSchema = objectType({
64316
64382
  cardTransactionID: stringType(),
64317
64383
  issuedCardID: stringType(),
64384
+ lastFourCardNumber: stringType().optional(),
64318
64385
  fundingWalletID: stringType(),
64319
64386
  amount: stringType(),
64320
64387
  authorizationID: stringType().optional(),
@@ -64325,6 +64392,7 @@ var init_issuedcardtransaction = __esm(() => {
64325
64392
  IssuedCardTransaction$outboundSchema = objectType({
64326
64393
  cardTransactionID: stringType(),
64327
64394
  issuedCardID: stringType(),
64395
+ lastFourCardNumber: stringType().optional(),
64328
64396
  fundingWalletID: stringType(),
64329
64397
  amount: stringType(),
64330
64398
  authorizationID: stringType().optional(),
@@ -65178,6 +65246,8 @@ var init_partnerpricingagreement = __esm(() => {
65178
65246
  billableFees: arrayType(BillableFee$inboundSchema),
65179
65247
  minimumCommitment: MinimumCommitment$inboundSchema,
65180
65248
  monthlyPlatformFee: MonthlyPlatformFee$inboundSchema,
65249
+ priorAgreementID: stringType().optional(),
65250
+ priorAgreementTerminatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
65181
65251
  revenueShare: stringType()
65182
65252
  });
65183
65253
  PartnerPricingAgreement$outboundSchema = objectType({
@@ -65192,6 +65262,8 @@ var init_partnerpricingagreement = __esm(() => {
65192
65262
  billableFees: arrayType(BillableFee$outboundSchema),
65193
65263
  minimumCommitment: MinimumCommitment$outboundSchema,
65194
65264
  monthlyPlatformFee: MonthlyPlatformFee$outboundSchema,
65265
+ priorAgreementID: stringType().optional(),
65266
+ priorAgreementTerminatedOn: dateType().transform((v2) => v2.toISOString()).optional(),
65195
65267
  revenueShare: stringType()
65196
65268
  });
65197
65269
  });
@@ -66655,6 +66727,7 @@ var init_statement = __esm(() => {
66655
66727
  init_esm();
66656
66728
  init_accountfees();
66657
66729
  init_achfees();
66730
+ init_adjustmentfees();
66658
66731
  init_billingsummary();
66659
66732
  init_cardacquiringfees();
66660
66733
  init_instantpaymentfees();
@@ -66677,6 +66750,7 @@ var init_statement = __esm(() => {
66677
66750
  accountFees: AccountFees$inboundSchema.optional(),
66678
66751
  otherCardFees: OtherCardFees$inboundSchema.optional(),
66679
66752
  partnerFees: PartnerFees$inboundSchema.optional(),
66753
+ adjustments: AdjustmentFees$inboundSchema.optional(),
66680
66754
  createdOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)),
66681
66755
  updatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2))
66682
66756
  });
@@ -66696,6 +66770,7 @@ var init_statement = __esm(() => {
66696
66770
  accountFees: AccountFees$outboundSchema.optional(),
66697
66771
  otherCardFees: OtherCardFees$outboundSchema.optional(),
66698
66772
  partnerFees: PartnerFees$outboundSchema.optional(),
66773
+ adjustments: AdjustmentFees$outboundSchema.optional(),
66699
66774
  createdOn: dateType().transform((v2) => v2.toISOString()),
66700
66775
  updatedOn: dateType().transform((v2) => v2.toISOString())
66701
66776
  });
@@ -67378,6 +67453,8 @@ var UpdateIssuedCardState, UpdateIssuedCardState$inboundSchema, UpdateIssuedCard
67378
67453
  var init_updateissuedcardstate = __esm(() => {
67379
67454
  init_esm();
67380
67455
  UpdateIssuedCardState = {
67456
+ Active: "active",
67457
+ Frozen: "frozen",
67381
67458
  Closed: "closed"
67382
67459
  };
67383
67460
  UpdateIssuedCardState$inboundSchema = nativeEnumType(UpdateIssuedCardState);
@@ -68112,6 +68189,18 @@ var init_webhookdatadisputeupdated = __esm(() => {
68112
68189
  });
68113
68190
  });
68114
68191
 
68192
+ // src/models/components/webhookdataeventtest.ts
68193
+ var WebhookDataEventTest$inboundSchema, WebhookDataEventTest$outboundSchema;
68194
+ var init_webhookdataeventtest = __esm(() => {
68195
+ init_esm();
68196
+ WebhookDataEventTest$inboundSchema = objectType({
68197
+ ping: booleanType()
68198
+ });
68199
+ WebhookDataEventTest$outboundSchema = objectType({
68200
+ ping: booleanType()
68201
+ });
68202
+ });
68203
+
68115
68204
  // src/models/components/webhookdatainvoicecreated.ts
68116
68205
  var WebhookDataInvoiceCreated$inboundSchema, WebhookDataInvoiceCreated$outboundSchema;
68117
68206
  var init_webhookdatainvoicecreated = __esm(() => {
@@ -68559,6 +68648,7 @@ var init_webhookdata = __esm(() => {
68559
68648
  init_webhookdatacardautoupdated();
68560
68649
  init_webhookdatadisputecreated();
68561
68650
  init_webhookdatadisputeupdated();
68651
+ init_webhookdataeventtest();
68562
68652
  init_webhookdatainvoicecreated();
68563
68653
  init_webhookdatainvoiceupdated();
68564
68654
  init_webhookdatanetworkidupdated();
@@ -68619,7 +68709,8 @@ var init_webhookdata = __esm(() => {
68619
68709
  WebhookDataAccountCreated$inboundSchema,
68620
68710
  WebhookDataAccountUpdated$inboundSchema,
68621
68711
  WebhookDataAccountDisconnected$inboundSchema,
68622
- WebhookDataNetworkIDUpdated$inboundSchema
68712
+ WebhookDataNetworkIDUpdated$inboundSchema,
68713
+ WebhookDataEventTest$inboundSchema
68623
68714
  ]);
68624
68715
  WebhookData$outboundSchema = unionType([
68625
68716
  WebhookDataDisputeCreated$outboundSchema,
@@ -68659,7 +68750,8 @@ var init_webhookdata = __esm(() => {
68659
68750
  WebhookDataAccountCreated$outboundSchema,
68660
68751
  WebhookDataAccountUpdated$outboundSchema,
68661
68752
  WebhookDataAccountDisconnected$outboundSchema,
68662
- WebhookDataNetworkIDUpdated$outboundSchema
68753
+ WebhookDataNetworkIDUpdated$outboundSchema,
68754
+ WebhookDataEventTest$outboundSchema
68663
68755
  ]);
68664
68756
  });
68665
68757
 
@@ -68730,6 +68822,7 @@ var init_components = __esm(() => {
68730
68822
  init_addresssuggestion();
68731
68823
  init_addressupdate();
68732
68824
  init_adjustment();
68825
+ init_adjustmentfees();
68733
68826
  init_amount();
68734
68827
  init_amountdecimal();
68735
68828
  init_amountdecimalvalidationerror();
@@ -68764,6 +68857,7 @@ var init_components = __esm(() => {
68764
68857
  init_basicpaymentmethod();
68765
68858
  init_batchgettransfersrequest();
68766
68859
  init_billablefee();
68860
+ init_billingadjustment();
68767
68861
  init_billingcountandamount();
68768
68862
  init_billinginterchangeprogramfee();
68769
68863
  init_billingsummary();
@@ -69223,6 +69317,7 @@ var init_components = __esm(() => {
69223
69317
  init_webhookdatacardautoupdated();
69224
69318
  init_webhookdatadisputecreated();
69225
69319
  init_webhookdatadisputeupdated();
69320
+ init_webhookdataeventtest();
69226
69321
  init_webhookdatainvoicecreated();
69227
69322
  init_webhookdatainvoiceupdated();
69228
69323
  init_webhookdatanetworkidupdated();
@@ -76167,6 +76262,7 @@ var init_listissuedcardtransactions = __esm(() => {
76167
76262
  skip: numberType().int().optional(),
76168
76263
  count: numberType().int().optional(),
76169
76264
  issuedCardID: stringType().optional(),
76265
+ merchantName: stringType().optional(),
76170
76266
  startDateTime: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
76171
76267
  endDateTime: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional()
76172
76268
  });
@@ -76175,6 +76271,7 @@ var init_listissuedcardtransactions = __esm(() => {
76175
76271
  skip: numberType().int().optional(),
76176
76272
  count: numberType().int().optional(),
76177
76273
  issuedCardID: stringType().optional(),
76274
+ merchantName: stringType().optional(),
76178
76275
  startDateTime: dateType().transform((v2) => v2.toISOString()).optional(),
76179
76276
  endDateTime: dateType().transform((v2) => v2.toISOString()).optional()
76180
76277
  });
@@ -83510,7 +83607,7 @@ var init_cardIssuingGetFull2 = __esm(() => {
83510
83607
  Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
83511
83608
 
83512
83609
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
83513
- you'll need to specify the \`/accounts/{accountID}/issued-cards.read-secure\` scope.`,
83610
+ you'll need to specify the \`/accounts/{accountID}/issued-cards.read-private\` scope.`,
83514
83611
  args: args43,
83515
83612
  tool: async (client, args44, ctx) => {
83516
83613
  const [result, apiCall] = await cardIssuingGetFull(client, args44.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
@@ -88694,7 +88791,7 @@ var init_imagesUpload2 = __esm(() => {
88694
88791
  tool$imagesUpload = {
88695
88792
  name: "images-upload",
88696
88793
  description: ` Upload a new PNG, JPEG, or WebP image with optional metadata.
88697
- Duplicate images, and requests larger than 16MB will be rejected.`,
88794
+ Duplicate images return the existing image's metadata with a 409 status. Requests larger than 16MB will be rejected.`,
88698
88795
  args: args85,
88699
88796
  tool: async (client, args86, ctx) => {
88700
88797
  const [result, apiCall] = await imagesUpload(client, args86.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
@@ -88895,7 +88992,7 @@ var init_institutionsSearch2 = __esm(() => {
88895
88992
  };
88896
88993
  tool$institutionsSearch = {
88897
88994
  name: "institutions-search",
88898
- 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/).
88995
+ description: `This endpoint has been deprecated and will be removed in a future release. Use [/institutions](https://docs.moov.io/api/enrichment/institutions/get/).
88899
88996
 
88900
88997
  Search for institutions by either their name or routing number.
88901
88998
 
@@ -89280,6 +89377,7 @@ async function $do92(client, request, options) {
89280
89377
  count: payload.count,
89281
89378
  endDateTime: payload.endDateTime,
89282
89379
  issuedCardID: payload.issuedCardID,
89380
+ merchantName: payload.merchantName,
89283
89381
  skip: payload.skip,
89284
89382
  startDateTime: payload.startDateTime
89285
89383
  }, { explode: false });
@@ -95481,7 +95579,9 @@ async function $do146(client, request, options) {
95481
95579
  const [result] = await match(json([200, 202], CreateCancellationResponse$inboundSchema, {
95482
95580
  hdrs: true,
95483
95581
  key: "Result"
95484
- }), jsonErr(400, GenericError$inboundSchema, { hdrs: true }), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
95582
+ }), jsonErr([400, 409, 422], GenericError$inboundSchema, {
95583
+ hdrs: true
95584
+ }), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
95485
95585
  if (!result.ok) {
95486
95586
  return [result, { status: "complete", request: req, response }];
95487
95587
  }
@@ -95513,6 +95613,9 @@ var init_transfersCreateCancellation2 = __esm(() => {
95513
95613
  name: "transfers-create-cancellation",
95514
95614
  description: ` Initiate a cancellation for a card, ACH, or queued transfer.
95515
95615
 
95616
+ In v2026.10 and later, an auth-capture \`card-payment\` transfer can be canceled before any captures exist.
95617
+ For these transfers, a successful cancellation reduces \`capturableAmount\` without changing \`authorizedAmount\`.
95618
+ For these transfers, a partial cancellation leaves the remaining \`capturableAmount\` available for capture.
95516
95619
  To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
95517
95620
  to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
95518
95621
  args: args141,
@@ -95631,7 +95734,10 @@ var init_transfersCreateReversal2 = __esm(() => {
95631
95734
  };
95632
95735
  tool$transfersCreateReversal = {
95633
95736
  name: "transfers-create-reversal",
95634
- description: `Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
95737
+ description: `Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
95738
+ In v2026.10 and later, reversing an auth-capture \`card-payment\` transfer with no captures cancels the entire \`capturableAmount\`.
95739
+ In those API versions, an auth-capture \`card-payment\` transfer with one final capture is canceled or refunded depending on its processing state.
95740
+ Auth-capture \`card-payment\` transfers with a non-final capture or multiple captures are not supported in those API versions.
95635
95741
  Read our [reversals guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/)
95636
95742
  to learn more.
95637
95743
 
@@ -96463,7 +96569,7 @@ async function $do154(client, request, options) {
96463
96569
  const [result] = await match(json(200, ListCancellationsResponse$inboundSchema, {
96464
96570
  hdrs: true,
96465
96571
  key: "Result"
96466
- }), fail([401, 403, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
96572
+ }), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
96467
96573
  if (!result.ok) {
96468
96574
  return [result, { status: "complete", request: req, response }];
96469
96575
  }
@@ -96493,7 +96599,7 @@ var init_transfersListCancellations2 = __esm(() => {
96493
96599
  tool$transfersListCancellations = {
96494
96600
  name: "transfers-list-cancellations",
96495
96601
  description: ` Get a list of cancellations for a transfer.
96496
-
96602
+
96497
96603
  To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
96498
96604
  to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
96499
96605
  args: args149,
@@ -96578,7 +96684,7 @@ async function $do155(client, request, options) {
96578
96684
  const [result] = await match(json(200, ListRefundsResponse$inboundSchema, {
96579
96685
  hdrs: true,
96580
96686
  key: "Result"
96581
- }), fail([401, 403, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
96687
+ }), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
96582
96688
  if (!result.ok) {
96583
96689
  return [result, { status: "complete", request: req, response }];
96584
96690
  }
@@ -98662,7 +98768,7 @@ var init_webhooksUpdate2 = __esm(() => {
98662
98768
  function createMCPServer(deps) {
98663
98769
  const server = new McpServer({
98664
98770
  name: "Moov",
98665
- version: "26.3.6"
98771
+ version: "26.3.8"
98666
98772
  });
98667
98773
  const client = new MoovCore({
98668
98774
  security: deps.security,
@@ -100232,7 +100338,7 @@ var routes = rn({
100232
100338
  var app = Ve(routes, {
100233
100339
  name: "mcp",
100234
100340
  versionInfo: {
100235
- currentVersion: "26.3.6"
100341
+ currentVersion: "26.3.8"
100236
100342
  }
100237
100343
  });
100238
100344
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -100240,5 +100346,5 @@ export {
100240
100346
  app
100241
100347
  };
100242
100348
 
100243
- //# debugId=C98D8850030B551164756E2164756E21
100349
+ //# debugId=3D7C526B7F21306D64756E2164756E21
100244
100350
  //# sourceMappingURL=mcp-server.js.map