@moovio/sdk 26.10.0-dev.0 → 26.10.0-dev.2

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 (660) hide show
  1. package/README.md +167 -68
  2. package/bin/mcp-server.js +2946 -1196
  3. package/bin/mcp-server.js.map +141 -85
  4. package/funcs/avatarsDelete.d.ts +23 -0
  5. package/funcs/avatarsDelete.d.ts.map +1 -0
  6. package/funcs/avatarsDelete.js +135 -0
  7. package/funcs/avatarsDelete.js.map +1 -0
  8. package/funcs/avatarsUpload.d.ts +23 -0
  9. package/funcs/avatarsUpload.d.ts.map +1 -0
  10. package/funcs/avatarsUpload.js +155 -0
  11. package/funcs/avatarsUpload.js.map +1 -0
  12. package/funcs/cardIssuingListMerchantCategories.d.ts +19 -0
  13. package/funcs/cardIssuingListMerchantCategories.d.ts.map +1 -0
  14. package/funcs/cardIssuingListMerchantCategories.js +109 -0
  15. package/funcs/cardIssuingListMerchantCategories.js.map +1 -0
  16. package/funcs/productsList.js +1 -0
  17. package/funcs/productsList.js.map +1 -1
  18. package/funcs/productsListCategories.d.ts +14 -0
  19. package/funcs/productsListCategories.d.ts.map +1 -0
  20. package/funcs/productsListCategories.js +107 -0
  21. package/funcs/productsListCategories.js.map +1 -0
  22. package/funcs/transfersCreateCancellation.js +4 -1
  23. package/funcs/transfersCreateCancellation.js.map +1 -1
  24. package/funcs/transfersCreateCapture.d.ts +18 -0
  25. package/funcs/transfersCreateCapture.d.ts.map +1 -0
  26. package/funcs/transfersCreateCapture.js +132 -0
  27. package/funcs/transfersCreateCapture.js.map +1 -0
  28. package/funcs/transfersGetCapture.d.ts +17 -0
  29. package/funcs/transfersGetCapture.d.ts.map +1 -0
  30. package/funcs/transfersGetCapture.js +133 -0
  31. package/funcs/transfersGetCapture.js.map +1 -0
  32. package/funcs/transfersList.js +3 -0
  33. package/funcs/transfersList.js.map +1 -1
  34. package/funcs/transfersListCaptures.d.ts +17 -0
  35. package/funcs/transfersListCaptures.d.ts.map +1 -0
  36. package/funcs/transfersListCaptures.js +129 -0
  37. package/funcs/transfersListCaptures.js.map +1 -0
  38. package/hooks/oauth2scopes.d.ts +5 -0
  39. package/hooks/oauth2scopes.d.ts.map +1 -0
  40. package/hooks/oauth2scopes.js +6 -0
  41. package/hooks/oauth2scopes.js.map +1 -0
  42. package/jsr.json +1 -1
  43. package/lib/config.d.ts +3 -3
  44. package/lib/config.js +3 -3
  45. package/mcp-server/mcp-server.js +1 -1
  46. package/mcp-server/server.d.ts.map +1 -1
  47. package/mcp-server/server.js +16 -6
  48. package/mcp-server/server.js.map +1 -1
  49. package/mcp-server/tools/avatarsGet.js +1 -1
  50. package/mcp-server/tools/cardIssuingListMerchantCategories.d.ts +3 -0
  51. package/mcp-server/tools/cardIssuingListMerchantCategories.d.ts.map +1 -0
  52. package/mcp-server/tools/cardIssuingListMerchantCategories.js +29 -0
  53. package/mcp-server/tools/cardIssuingListMerchantCategories.js.map +1 -0
  54. package/mcp-server/tools/enrichedAddressGet.js +1 -1
  55. package/mcp-server/tools/enrichedProfileGet.js +1 -1
  56. package/mcp-server/tools/institutionsSearch.js +1 -1
  57. package/mcp-server/tools/productsListCategories.d.ts +3 -0
  58. package/mcp-server/tools/productsListCategories.d.ts.map +1 -0
  59. package/mcp-server/tools/productsListCategories.js +24 -0
  60. package/mcp-server/tools/productsListCategories.js.map +1 -0
  61. package/mcp-server/tools/transfersCreateCapture.d.ts +8 -0
  62. package/mcp-server/tools/transfersCreateCapture.d.ts.map +1 -0
  63. package/mcp-server/tools/transfersCreateCapture.js +65 -0
  64. package/mcp-server/tools/transfersCreateCapture.js.map +1 -0
  65. package/mcp-server/tools/transfersGetCapture.d.ts +8 -0
  66. package/mcp-server/tools/transfersGetCapture.d.ts.map +1 -0
  67. package/mcp-server/tools/transfersGetCapture.js +65 -0
  68. package/mcp-server/tools/transfersGetCapture.js.map +1 -0
  69. package/mcp-server/tools/transfersListCaptures.d.ts +8 -0
  70. package/mcp-server/tools/transfersListCaptures.d.ts.map +1 -0
  71. package/mcp-server/tools/transfersListCaptures.js +65 -0
  72. package/mcp-server/tools/transfersListCaptures.js.map +1 -0
  73. package/models/components/achcreditoptions.d.ts +28 -0
  74. package/models/components/achcreditoptions.d.ts.map +1 -0
  75. package/models/components/achcreditoptions.js +64 -0
  76. package/models/components/achcreditoptions.js.map +1 -0
  77. package/models/components/achcredittransferprocessingdetails.d.ts +22 -0
  78. package/models/components/achcredittransferprocessingdetails.d.ts.map +1 -0
  79. package/models/components/achcredittransferprocessingdetails.js +64 -0
  80. package/models/components/achcredittransferprocessingdetails.js.map +1 -0
  81. package/models/components/achdebitoptions.d.ts +40 -0
  82. package/models/components/achdebitoptions.d.ts.map +1 -0
  83. package/models/components/{achtransactiondetails.js → achdebitoptions.js} +10 -34
  84. package/models/components/achdebitoptions.js.map +1 -0
  85. package/models/components/achdebittransferprocessingdetails.d.ts +22 -0
  86. package/models/components/achdebittransferprocessingdetails.d.ts.map +1 -0
  87. package/models/components/achdebittransferprocessingdetails.js +64 -0
  88. package/models/components/achdebittransferprocessingdetails.js.map +1 -0
  89. package/models/components/allowedscheduleerror.d.ts +24 -0
  90. package/models/components/allowedscheduleerror.d.ts.map +1 -0
  91. package/models/components/allowedscheduleerror.js +62 -0
  92. package/models/components/allowedscheduleerror.js.map +1 -0
  93. package/models/components/asynccreatedrefund.d.ts +8 -3
  94. package/models/components/asynccreatedrefund.d.ts.map +1 -1
  95. package/models/components/asynccreatedrefund.js +5 -3
  96. package/models/components/asynccreatedrefund.js.map +1 -1
  97. package/models/components/avataruploadrequest.d.ts +35 -0
  98. package/models/components/avataruploadrequest.d.ts.map +1 -0
  99. package/models/components/avataruploadrequest.js +88 -0
  100. package/models/components/avataruploadrequest.js.map +1 -0
  101. package/models/components/capabilityid.d.ts +1 -0
  102. package/models/components/capabilityid.d.ts.map +1 -1
  103. package/models/components/capabilityid.js +1 -0
  104. package/models/components/capabilityid.js.map +1 -1
  105. package/models/components/capture.d.ts +77 -0
  106. package/models/components/capture.d.ts.map +1 -0
  107. package/models/components/capture.js +85 -0
  108. package/models/components/capture.js.map +1 -0
  109. package/models/components/capturestatus.d.ts +16 -0
  110. package/models/components/capturestatus.d.ts.map +1 -0
  111. package/models/components/{refundcardstatus.js → capturestatus.js} +9 -8
  112. package/models/components/capturestatus.js.map +1 -0
  113. package/models/components/cardacquiringrefund.d.ts +11 -6
  114. package/models/components/cardacquiringrefund.d.ts.map +1 -1
  115. package/models/components/cardacquiringrefund.js +8 -6
  116. package/models/components/cardacquiringrefund.js.map +1 -1
  117. package/models/components/cardpaymentoptions.d.ts +31 -0
  118. package/models/components/cardpaymentoptions.d.ts.map +1 -0
  119. package/models/components/cardpaymentoptions.js +62 -0
  120. package/models/components/cardpaymentoptions.js.map +1 -0
  121. package/models/components/cardpaymentrefundprocessingdetails.d.ts +18 -0
  122. package/models/components/cardpaymentrefundprocessingdetails.d.ts.map +1 -0
  123. package/models/components/{refundcarddetails.js → cardpaymentrefundprocessingdetails.js} +10 -23
  124. package/models/components/cardpaymentrefundprocessingdetails.js.map +1 -0
  125. package/models/components/cardpaymenttransferprocessingdetails.d.ts +24 -0
  126. package/models/components/cardpaymenttransferprocessingdetails.d.ts.map +1 -0
  127. package/models/components/cardpaymenttransferprocessingdetails.js +66 -0
  128. package/models/components/cardpaymenttransferprocessingdetails.js.map +1 -0
  129. package/models/components/createcancellation.d.ts +18 -0
  130. package/models/components/createcancellation.d.ts.map +1 -0
  131. package/models/components/{cardacquiringdispute.js → createcancellation.js} +13 -17
  132. package/models/components/createcancellation.js.map +1 -0
  133. package/models/components/createcapture.d.ts +70 -0
  134. package/models/components/createcapture.d.ts.map +1 -0
  135. package/models/components/createcapture.js +78 -0
  136. package/models/components/createcapture.js.map +1 -0
  137. package/models/components/createdtransfer.d.ts +24 -23
  138. package/models/components/createdtransfer.d.ts.map +1 -1
  139. package/models/components/createdtransfer.js +21 -20
  140. package/models/components/createdtransfer.js.map +1 -1
  141. package/models/components/createrefund.d.ts +10 -4
  142. package/models/components/createrefund.d.ts.map +1 -1
  143. package/models/components/createrefund.js +5 -2
  144. package/models/components/createrefund.js.map +1 -1
  145. package/models/components/createreversal.d.ts +4 -3
  146. package/models/components/createreversal.d.ts.map +1 -1
  147. package/models/components/createreversal.js +3 -2
  148. package/models/components/createreversal.js.map +1 -1
  149. package/models/components/createtransfer.d.ts +13 -7
  150. package/models/components/createtransfer.d.ts.map +1 -1
  151. package/models/components/createtransfer.js +9 -6
  152. package/models/components/createtransfer.js.map +1 -1
  153. package/models/components/createtransferfacilitatorfee.d.ts +29 -0
  154. package/models/components/createtransferfacilitatorfee.d.ts.map +1 -0
  155. package/models/components/createtransferfacilitatorfee.js +62 -0
  156. package/models/components/createtransferfacilitatorfee.js.map +1 -0
  157. package/models/components/createtransferoptions.d.ts +3 -3
  158. package/models/components/createtransferoptions.d.ts.map +1 -1
  159. package/models/components/createtransferoptions.js +3 -3
  160. package/models/components/createtransferoptions.js.map +1 -1
  161. package/models/components/feepaidby.d.ts +18 -0
  162. package/models/components/feepaidby.d.ts.map +1 -0
  163. package/models/components/{achtransactionstatus.js → feepaidby.js} +8 -13
  164. package/models/components/feepaidby.js.map +1 -0
  165. package/models/components/fullissuedcard.d.ts +6 -3
  166. package/models/components/fullissuedcard.d.ts.map +1 -1
  167. package/models/components/fullissuedcard.js +3 -3
  168. package/models/components/fullissuedcard.js.map +1 -1
  169. package/models/components/incurredfee.d.ts +6 -0
  170. package/models/components/incurredfee.d.ts.map +1 -1
  171. package/models/components/incurredfee.js +3 -0
  172. package/models/components/incurredfee.js.map +1 -1
  173. package/models/components/index.d.ts +47 -9
  174. package/models/components/index.d.ts.map +1 -1
  175. package/models/components/index.js +47 -9
  176. package/models/components/index.js.map +1 -1
  177. package/models/components/instantbankcredittransferprocessingdetails.d.ts +31 -0
  178. package/models/components/instantbankcredittransferprocessingdetails.d.ts.map +1 -0
  179. package/models/components/{instantbanktransactiondetails.js → instantbankcredittransferprocessingdetails.js} +10 -21
  180. package/models/components/instantbankcredittransferprocessingdetails.js.map +1 -0
  181. package/models/components/issuedcard.d.ts +6 -3
  182. package/models/components/issuedcard.d.ts.map +1 -1
  183. package/models/components/issuedcard.js +3 -3
  184. package/models/components/issuedcard.js.map +1 -1
  185. package/models/components/issuedcontrols.d.ts +76 -0
  186. package/models/components/issuedcontrols.d.ts.map +1 -0
  187. package/models/components/issuedcontrols.js +92 -0
  188. package/models/components/issuedcontrols.js.map +1 -0
  189. package/models/components/issuedvelocitylimit.d.ts +59 -0
  190. package/models/components/issuedvelocitylimit.d.ts.map +1 -0
  191. package/models/components/issuedvelocitylimit.js +74 -0
  192. package/models/components/issuedvelocitylimit.js.map +1 -0
  193. package/models/components/issuingcontrols.d.ts +47 -0
  194. package/models/components/issuingcontrols.d.ts.map +1 -1
  195. package/models/components/issuingcontrols.js +33 -1
  196. package/models/components/issuingcontrols.js.map +1 -1
  197. package/models/components/issuingcontrolserror.d.ts +11 -0
  198. package/models/components/issuingcontrolserror.d.ts.map +1 -1
  199. package/models/components/issuingcontrolserror.js +12 -0
  200. package/models/components/issuingcontrolserror.js.map +1 -1
  201. package/models/components/issuingcontrolsrestrictionmode.d.ts +18 -0
  202. package/models/components/issuingcontrolsrestrictionmode.d.ts.map +1 -0
  203. package/models/components/{cardtransactionstatus.js → issuingcontrolsrestrictionmode.js} +8 -13
  204. package/models/components/issuingcontrolsrestrictionmode.js.map +1 -0
  205. package/models/components/issuingintervallimit.d.ts +9 -6
  206. package/models/components/issuingintervallimit.d.ts.map +1 -1
  207. package/models/components/issuingintervallimit.js +7 -4
  208. package/models/components/issuingintervallimit.js.map +1 -1
  209. package/models/components/issuingmerchantcategory.d.ts +42 -0
  210. package/models/components/issuingmerchantcategory.d.ts.map +1 -0
  211. package/models/components/issuingmerchantcategory.js +76 -0
  212. package/models/components/issuingmerchantcategory.js.map +1 -0
  213. package/models/components/issuingscheduleday.d.ts +17 -0
  214. package/models/components/issuingscheduleday.d.ts.map +1 -0
  215. package/models/components/issuingscheduleday.js +54 -0
  216. package/models/components/issuingscheduleday.js.map +1 -0
  217. package/models/components/issuingvelocitylimit.d.ts +8 -3
  218. package/models/components/issuingvelocitylimit.d.ts.map +1 -1
  219. package/models/components/issuingvelocitylimit.js +4 -2
  220. package/models/components/issuingvelocitylimit.js.map +1 -1
  221. package/models/components/issuingvelocitylimiterror.d.ts +2 -0
  222. package/models/components/issuingvelocitylimiterror.d.ts.map +1 -1
  223. package/models/components/issuingvelocitylimiterror.js +2 -0
  224. package/models/components/issuingvelocitylimiterror.js.map +1 -1
  225. package/models/components/merchantcategories.d.ts +21 -0
  226. package/models/components/merchantcategories.d.ts.map +1 -0
  227. package/models/components/merchantcategories.js +59 -0
  228. package/models/components/merchantcategories.js.map +1 -0
  229. package/models/components/merchantcategory.d.ts +32 -0
  230. package/models/components/merchantcategory.d.ts.map +1 -0
  231. package/models/components/merchantcategory.js +62 -0
  232. package/models/components/merchantcategory.js.map +1 -0
  233. package/models/components/merchantcategoryrestrictions.d.ts +41 -0
  234. package/models/components/merchantcategoryrestrictions.d.ts.map +1 -0
  235. package/models/components/merchantcategoryrestrictions.js +68 -0
  236. package/models/components/merchantcategoryrestrictions.js.map +1 -0
  237. package/models/components/merchantcategoryrestrictionserror.d.ts +36 -0
  238. package/models/components/merchantcategoryrestrictionserror.d.ts.map +1 -0
  239. package/models/components/merchantcategoryrestrictionserror.js +66 -0
  240. package/models/components/merchantcategoryrestrictionserror.js.map +1 -0
  241. package/models/components/merchantentry.d.ts +33 -0
  242. package/models/components/merchantentry.d.ts.map +1 -0
  243. package/models/components/merchantentry.js +63 -0
  244. package/models/components/merchantentry.js.map +1 -0
  245. package/models/components/merchantentryerror.d.ts +19 -0
  246. package/models/components/merchantentryerror.d.ts.map +1 -0
  247. package/models/components/merchantentryerror.js +61 -0
  248. package/models/components/merchantentryerror.js.map +1 -0
  249. package/models/components/merchantrestrictions.d.ts +30 -0
  250. package/models/components/merchantrestrictions.d.ts.map +1 -0
  251. package/models/components/merchantrestrictions.js +62 -0
  252. package/models/components/merchantrestrictions.js.map +1 -0
  253. package/models/components/merchantrestrictionserror.d.ts +24 -0
  254. package/models/components/merchantrestrictionserror.d.ts.map +1 -0
  255. package/models/components/merchantrestrictionserror.js +62 -0
  256. package/models/components/merchantrestrictionserror.js.map +1 -0
  257. package/models/components/moovfeedetails.d.ts +9 -8
  258. package/models/components/moovfeedetails.d.ts.map +1 -1
  259. package/models/components/moovfeedetails.js +9 -8
  260. package/models/components/moovfeedetails.js.map +1 -1
  261. package/models/components/paymentlinkpayoutdetails.d.ts +14 -0
  262. package/models/components/paymentlinkpayoutdetails.d.ts.map +1 -1
  263. package/models/components/paymentlinkpayoutdetails.js +3 -0
  264. package/models/components/paymentlinkpayoutdetails.js.map +1 -1
  265. package/models/components/paymentlinkpayoutdetailsupdate.d.ts +14 -0
  266. package/models/components/paymentlinkpayoutdetailsupdate.d.ts.map +1 -1
  267. package/models/components/paymentlinkpayoutdetailsupdate.js +3 -0
  268. package/models/components/paymentlinkpayoutdetailsupdate.js.map +1 -1
  269. package/models/components/paymentmethodswallet.d.ts +1 -0
  270. package/models/components/paymentmethodswallet.d.ts.map +1 -1
  271. package/models/components/paymentmethodswallet.js.map +1 -1
  272. package/models/components/payoutdetailserror.d.ts +2 -0
  273. package/models/components/payoutdetailserror.d.ts.map +1 -1
  274. package/models/components/payoutdetailserror.js +2 -0
  275. package/models/components/payoutdetailserror.js.map +1 -1
  276. package/models/components/product.d.ts +6 -0
  277. package/models/components/product.d.ts.map +1 -1
  278. package/models/components/product.js +3 -0
  279. package/models/components/product.js.map +1 -1
  280. package/models/components/productcategories.d.ts +21 -0
  281. package/models/components/productcategories.d.ts.map +1 -0
  282. package/models/components/productcategories.js +59 -0
  283. package/models/components/productcategories.js.map +1 -0
  284. package/models/components/productcategory.d.ts +43 -0
  285. package/models/components/productcategory.d.ts.map +1 -0
  286. package/models/components/productcategory.js +67 -0
  287. package/models/components/productcategory.js.map +1 -0
  288. package/models/components/productrequest.d.ts +5 -0
  289. package/models/components/productrequest.d.ts.map +1 -1
  290. package/models/components/productrequest.js +2 -0
  291. package/models/components/productrequest.js.map +1 -1
  292. package/models/components/pullfromcardoptions.d.ts +31 -0
  293. package/models/components/pullfromcardoptions.d.ts.map +1 -0
  294. package/models/components/pullfromcardoptions.js +62 -0
  295. package/models/components/pullfromcardoptions.js.map +1 -0
  296. package/models/components/pullfromcardtransferprocessingdetails.d.ts +24 -0
  297. package/models/components/pullfromcardtransferprocessingdetails.d.ts.map +1 -0
  298. package/models/components/pullfromcardtransferprocessingdetails.js +66 -0
  299. package/models/components/pullfromcardtransferprocessingdetails.js.map +1 -0
  300. package/models/components/pushtocardoptions.d.ts +20 -0
  301. package/models/components/pushtocardoptions.d.ts.map +1 -0
  302. package/models/components/pushtocardoptions.js +59 -0
  303. package/models/components/pushtocardoptions.js.map +1 -0
  304. package/models/components/pushtocardtransferprocessingdetails.d.ts +24 -0
  305. package/models/components/pushtocardtransferprocessingdetails.d.ts.map +1 -0
  306. package/models/components/pushtocardtransferprocessingdetails.js +66 -0
  307. package/models/components/pushtocardtransferprocessingdetails.js.map +1 -0
  308. package/models/components/refundprocessingdetails.d.ts +18 -0
  309. package/models/components/refundprocessingdetails.d.ts.map +1 -0
  310. package/models/components/refundprocessingdetails.js +60 -0
  311. package/models/components/refundprocessingdetails.js.map +1 -0
  312. package/models/components/schedulewindow.d.ts +34 -0
  313. package/models/components/schedulewindow.d.ts.map +1 -0
  314. package/models/components/schedulewindow.js +64 -0
  315. package/models/components/schedulewindow.js.map +1 -0
  316. package/models/components/schedulewindowerror.d.ts +21 -0
  317. package/models/components/schedulewindowerror.d.ts.map +1 -0
  318. package/models/components/schedulewindowerror.js +63 -0
  319. package/models/components/schedulewindowerror.js.map +1 -0
  320. package/models/components/sendfunds.d.ts +3 -0
  321. package/models/components/sendfunds.d.ts.map +1 -1
  322. package/models/components/sendfunds.js +3 -0
  323. package/models/components/sendfunds.js.map +1 -1
  324. package/models/components/sendfundserror.d.ts +3 -0
  325. package/models/components/sendfundserror.d.ts.map +1 -1
  326. package/models/components/sendfundserror.js +3 -0
  327. package/models/components/sendfundserror.js.map +1 -1
  328. package/models/components/sendfundswire.d.ts +18 -0
  329. package/models/components/sendfundswire.d.ts.map +1 -0
  330. package/models/components/sendfundswire.js +60 -0
  331. package/models/components/sendfundswire.js.map +1 -0
  332. package/models/components/sendfundswireerror.d.ts +18 -0
  333. package/models/components/sendfundswireerror.d.ts.map +1 -0
  334. package/models/components/sendfundswireerror.js +60 -0
  335. package/models/components/sendfundswireerror.js.map +1 -0
  336. package/models/components/transfer.d.ts +24 -23
  337. package/models/components/transfer.d.ts.map +1 -1
  338. package/models/components/transfer.js +21 -20
  339. package/models/components/transfer.js.map +1 -1
  340. package/models/components/transferauthorization.d.ts +28 -0
  341. package/models/components/transferauthorization.d.ts.map +1 -0
  342. package/models/components/transferauthorization.js +70 -0
  343. package/models/components/transferauthorization.js.map +1 -0
  344. package/models/components/transferdestination.d.ts +6 -24
  345. package/models/components/transferdestination.d.ts.map +1 -1
  346. package/models/components/transferdestination.js +6 -15
  347. package/models/components/transferdestination.js.map +1 -1
  348. package/models/components/transferfeepaidby.d.ts +24 -0
  349. package/models/components/transferfeepaidby.d.ts.map +1 -0
  350. package/models/components/transferfeepaidby.js +60 -0
  351. package/models/components/transferfeepaidby.js.map +1 -0
  352. package/models/components/transferpaymentmethodswallet.d.ts +1 -0
  353. package/models/components/transferpaymentmethodswallet.d.ts.map +1 -1
  354. package/models/components/transferpaymentmethodswallet.js.map +1 -1
  355. package/models/components/transferprocessingdetails.d.ts +33 -0
  356. package/models/components/transferprocessingdetails.d.ts.map +1 -0
  357. package/models/components/transferprocessingdetails.js +76 -0
  358. package/models/components/transferprocessingdetails.js.map +1 -0
  359. package/models/components/transferrailoptions.d.ts +30 -0
  360. package/models/components/transferrailoptions.d.ts.map +1 -0
  361. package/models/components/transferrailoptions.js +72 -0
  362. package/models/components/transferrailoptions.js.map +1 -0
  363. package/models/components/transfersource.d.ts +6 -18
  364. package/models/components/transfersource.d.ts.map +1 -1
  365. package/models/components/transfersource.js +6 -12
  366. package/models/components/transfersource.js.map +1 -1
  367. package/models/components/transferstatus.d.ts +1 -0
  368. package/models/components/transferstatus.d.ts.map +1 -1
  369. package/models/components/transferstatus.js +1 -0
  370. package/models/components/transferstatus.js.map +1 -1
  371. package/models/components/transfertype.d.ts +24 -0
  372. package/models/components/transfertype.d.ts.map +1 -0
  373. package/models/components/{instantbanktransactionstatus.js → transfertype.js} +14 -10
  374. package/models/components/transfertype.js.map +1 -0
  375. package/models/components/updateissuedcard.d.ts +6 -0
  376. package/models/components/updateissuedcard.d.ts.map +1 -1
  377. package/models/components/updateissuedcard.js +3 -0
  378. package/models/components/updateissuedcard.js.map +1 -1
  379. package/models/components/updateissuingcontrols.d.ts +130 -0
  380. package/models/components/updateissuingcontrols.d.ts.map +1 -0
  381. package/models/components/updateissuingcontrols.js +130 -0
  382. package/models/components/updateissuingcontrols.js.map +1 -0
  383. package/models/components/updateissuingcontrolserror.d.ts +33 -0
  384. package/models/components/updateissuingcontrolserror.d.ts.map +1 -0
  385. package/models/components/updateissuingcontrolserror.js +72 -0
  386. package/models/components/updateissuingcontrolserror.js.map +1 -0
  387. package/models/components/wallet.d.ts +1 -0
  388. package/models/components/wallet.d.ts.map +1 -1
  389. package/models/components/wallet.js.map +1 -1
  390. package/models/components/wallettype.d.ts +3 -0
  391. package/models/components/wallettype.d.ts.map +1 -1
  392. package/models/components/wallettype.js +2 -0
  393. package/models/components/wallettype.js.map +1 -1
  394. package/models/components/webhookdatatransferstatus.d.ts +3 -0
  395. package/models/components/webhookdatatransferstatus.d.ts.map +1 -1
  396. package/models/components/webhookdatatransferstatus.js +3 -0
  397. package/models/components/webhookdatatransferstatus.js.map +1 -1
  398. package/models/errors/capturevalidationerror.d.ts +55 -0
  399. package/models/errors/capturevalidationerror.d.ts.map +1 -0
  400. package/models/errors/capturevalidationerror.js +117 -0
  401. package/models/errors/capturevalidationerror.js.map +1 -0
  402. package/models/errors/cardacquiringrefund.d.ts +15 -6
  403. package/models/errors/cardacquiringrefund.d.ts.map +1 -1
  404. package/models/errors/cardacquiringrefund.js +9 -6
  405. package/models/errors/cardacquiringrefund.js.map +1 -1
  406. package/models/errors/index.d.ts +1 -0
  407. package/models/errors/index.d.ts.map +1 -1
  408. package/models/errors/index.js +1 -0
  409. package/models/errors/index.js.map +1 -1
  410. package/models/errors/productrequestvalidationerror.d.ts +3 -0
  411. package/models/errors/productrequestvalidationerror.d.ts.map +1 -1
  412. package/models/errors/productrequestvalidationerror.js +4 -0
  413. package/models/errors/productrequestvalidationerror.js.map +1 -1
  414. package/models/errors/transfer.d.ts +30 -30
  415. package/models/errors/transfer.d.ts.map +1 -1
  416. package/models/errors/transfer.js +21 -25
  417. package/models/errors/transfer.js.map +1 -1
  418. package/models/errors/updateissuedcarderror.d.ts +3 -0
  419. package/models/errors/updateissuedcarderror.d.ts.map +1 -1
  420. package/models/errors/updateissuedcarderror.js +4 -0
  421. package/models/errors/updateissuedcarderror.js.map +1 -1
  422. package/models/operations/createcancellation.d.ts +2 -0
  423. package/models/operations/createcancellation.d.ts.map +1 -1
  424. package/models/operations/createcancellation.js +10 -0
  425. package/models/operations/createcancellation.js.map +1 -1
  426. package/models/operations/createcapture.d.ts +52 -0
  427. package/models/operations/createcapture.d.ts.map +1 -0
  428. package/models/operations/createcapture.js +105 -0
  429. package/models/operations/createcapture.js.map +1 -0
  430. package/models/operations/createreversal.d.ts +2 -2
  431. package/models/operations/createreversal.d.ts.map +1 -1
  432. package/models/operations/createreversal.js +2 -2
  433. package/models/operations/createreversal.js.map +1 -1
  434. package/models/operations/deleteavatar.d.ts +52 -0
  435. package/models/operations/deleteavatar.d.ts.map +1 -0
  436. package/models/operations/deleteavatar.js +102 -0
  437. package/models/operations/deleteavatar.js.map +1 -0
  438. package/models/operations/getcapture.d.ts +50 -0
  439. package/models/operations/getcapture.d.ts.map +1 -0
  440. package/models/operations/getcapture.js +93 -0
  441. package/models/operations/getcapture.js.map +1 -0
  442. package/models/operations/index.d.ts +7 -0
  443. package/models/operations/index.d.ts.map +1 -1
  444. package/models/operations/index.js +7 -0
  445. package/models/operations/index.js.map +1 -1
  446. package/models/operations/initiaterefund.d.ts +2 -2
  447. package/models/operations/initiaterefund.d.ts.map +1 -1
  448. package/models/operations/initiaterefund.js +2 -2
  449. package/models/operations/initiaterefund.js.map +1 -1
  450. package/models/operations/listcaptures.d.ts +45 -0
  451. package/models/operations/listcaptures.d.ts.map +1 -0
  452. package/models/operations/listcaptures.js +91 -0
  453. package/models/operations/listcaptures.js.map +1 -0
  454. package/models/operations/listissuingmerchantcategories.d.ts +24 -0
  455. package/models/operations/listissuingmerchantcategories.d.ts.map +1 -0
  456. package/models/operations/listissuingmerchantcategories.js +72 -0
  457. package/models/operations/listissuingmerchantcategories.js.map +1 -0
  458. package/models/operations/listproductcategories.d.ts +24 -0
  459. package/models/operations/listproductcategories.d.ts.map +1 -0
  460. package/models/operations/listproductcategories.js +72 -0
  461. package/models/operations/listproductcategories.js.map +1 -0
  462. package/models/operations/listproducts.d.ts +9 -0
  463. package/models/operations/listproducts.d.ts.map +1 -1
  464. package/models/operations/listproducts.js +2 -0
  465. package/models/operations/listproducts.js.map +1 -1
  466. package/models/operations/listtransfers.d.ts +15 -0
  467. package/models/operations/listtransfers.d.ts.map +1 -1
  468. package/models/operations/listtransfers.js +6 -0
  469. package/models/operations/listtransfers.js.map +1 -1
  470. package/models/operations/uploadavatar.d.ts +55 -0
  471. package/models/operations/uploadavatar.d.ts.map +1 -0
  472. package/models/operations/uploadavatar.js +113 -0
  473. package/models/operations/uploadavatar.js.map +1 -0
  474. package/package.json +1 -1
  475. package/sdk/avatars.d.ts +24 -0
  476. package/sdk/avatars.d.ts.map +1 -1
  477. package/sdk/avatars.js +30 -0
  478. package/sdk/avatars.js.map +1 -1
  479. package/sdk/cardissuing.d.ts +9 -0
  480. package/sdk/cardissuing.d.ts.map +1 -1
  481. package/sdk/cardissuing.js +12 -0
  482. package/sdk/cardissuing.js.map +1 -1
  483. package/sdk/products.d.ts +4 -0
  484. package/sdk/products.d.ts.map +1 -1
  485. package/sdk/products.js +7 -0
  486. package/sdk/products.js.map +1 -1
  487. package/sdk/sdk.d.ts +2 -2
  488. package/sdk/sdk.d.ts.map +1 -1
  489. package/sdk/sdk.js +3 -3
  490. package/sdk/sdk.js.map +1 -1
  491. package/sdk/transfers.d.ts +21 -0
  492. package/sdk/transfers.d.ts.map +1 -1
  493. package/sdk/transfers.js +30 -0
  494. package/sdk/transfers.js.map +1 -1
  495. package/src/funcs/avatarsDelete.ts +194 -0
  496. package/src/funcs/avatarsUpload.ts +231 -0
  497. package/src/funcs/cardIssuingListMerchantCategories.ts +155 -0
  498. package/src/funcs/productsList.ts +1 -0
  499. package/src/funcs/productsListCategories.ts +149 -0
  500. package/src/funcs/transfersCreateCancellation.ts +5 -2
  501. package/src/funcs/transfersCreateCapture.ts +196 -0
  502. package/src/funcs/transfersGetCapture.ts +185 -0
  503. package/src/funcs/transfersList.ts +3 -0
  504. package/src/funcs/transfersListCaptures.ts +181 -0
  505. package/src/hooks/oauth2scopes.ts +8 -0
  506. package/src/lib/config.ts +3 -3
  507. package/src/mcp-server/mcp-server.ts +1 -1
  508. package/src/mcp-server/server.ts +16 -6
  509. package/src/mcp-server/tools/avatarsGet.ts +1 -1
  510. package/src/mcp-server/tools/cardIssuingListMerchantCategories.ts +34 -0
  511. package/src/mcp-server/tools/enrichedAddressGet.ts +1 -1
  512. package/src/mcp-server/tools/enrichedProfileGet.ts +1 -1
  513. package/src/mcp-server/tools/institutionsSearch.ts +1 -1
  514. package/src/mcp-server/tools/productsListCategories.ts +29 -0
  515. package/src/mcp-server/tools/transfersCreateCapture.ts +38 -0
  516. package/src/mcp-server/tools/transfersGetCapture.ts +38 -0
  517. package/src/mcp-server/tools/transfersListCaptures.ts +38 -0
  518. package/src/models/components/achcreditoptions.ts +72 -0
  519. package/src/models/components/achcredittransferprocessingdetails.ts +69 -0
  520. package/src/models/components/achdebitoptions.ts +94 -0
  521. package/src/models/components/achdebittransferprocessingdetails.ts +68 -0
  522. package/src/models/components/allowedscheduleerror.ts +62 -0
  523. package/src/models/components/asynccreatedrefund.ts +16 -9
  524. package/src/models/components/avataruploadrequest.ts +113 -0
  525. package/src/models/components/capabilityid.ts +1 -0
  526. package/src/models/components/capture.ts +142 -0
  527. package/src/models/components/capturestatus.ts +30 -0
  528. package/src/models/components/cardacquiringrefund.ts +25 -18
  529. package/src/models/components/cardpaymentoptions.ts +72 -0
  530. package/src/models/components/cardpaymentrefundprocessingdetails.ts +60 -0
  531. package/src/models/components/cardpaymenttransferprocessingdetails.ts +72 -0
  532. package/src/models/components/createcancellation.ts +58 -0
  533. package/src/models/components/createcapture.ts +128 -0
  534. package/src/models/components/createdtransfer.ts +63 -58
  535. package/src/models/components/createrefund.ts +19 -6
  536. package/src/models/components/createreversal.ts +11 -5
  537. package/src/models/components/createtransfer.ts +32 -19
  538. package/src/models/components/createtransferfacilitatorfee.ts +73 -0
  539. package/src/models/components/createtransferoptions.ts +9 -9
  540. package/src/models/components/feepaidby.ts +32 -0
  541. package/src/models/components/fullissuedcard.ts +12 -9
  542. package/src/models/components/incurredfee.ts +12 -0
  543. package/src/models/components/index.ts +47 -9
  544. package/src/models/components/instantbankcredittransferprocessingdetails.ts +88 -0
  545. package/src/models/components/issuedcard.ts +12 -9
  546. package/src/models/components/issuedcontrols.ts +180 -0
  547. package/src/models/components/issuedvelocitylimit.ts +112 -0
  548. package/src/models/components/issuingcontrols.ts +107 -0
  549. package/src/models/components/issuingcontrolserror.ts +39 -0
  550. package/src/models/components/issuingcontrolsrestrictionmode.ts +34 -0
  551. package/src/models/components/issuingintervallimit.ts +18 -10
  552. package/src/models/components/issuingmerchantcategory.ts +56 -0
  553. package/src/models/components/issuingscheduleday.ts +26 -0
  554. package/src/models/components/issuingvelocitylimit.ts +12 -5
  555. package/src/models/components/issuingvelocitylimiterror.ts +4 -0
  556. package/src/models/components/merchantcategories.ts +60 -0
  557. package/src/models/components/merchantcategory.ts +73 -0
  558. package/src/models/components/merchantcategoryrestrictions.ts +97 -0
  559. package/src/models/components/merchantcategoryrestrictionserror.ts +72 -0
  560. package/src/models/components/merchantentry.ts +68 -0
  561. package/src/models/components/merchantentryerror.ts +56 -0
  562. package/src/models/components/merchantrestrictions.ts +75 -0
  563. package/src/models/components/merchantrestrictionserror.ts +62 -0
  564. package/src/models/components/moovfeedetails.ts +22 -16
  565. package/src/models/components/paymentlinkpayoutdetails.ts +16 -0
  566. package/src/models/components/paymentlinkpayoutdetailsupdate.ts +16 -0
  567. package/src/models/components/paymentmethodswallet.ts +1 -0
  568. package/src/models/components/payoutdetailserror.ts +4 -0
  569. package/src/models/components/product.ts +13 -0
  570. package/src/models/components/productcategories.ts +60 -0
  571. package/src/models/components/productcategory.ts +84 -0
  572. package/src/models/components/productrequest.ts +7 -0
  573. package/src/models/components/pullfromcardoptions.ts +72 -0
  574. package/src/models/components/pullfromcardtransferprocessingdetails.ts +72 -0
  575. package/src/models/components/pushtocardoptions.ts +55 -0
  576. package/src/models/components/pushtocardtransferprocessingdetails.ts +72 -0
  577. package/src/models/components/refundprocessingdetails.ts +58 -0
  578. package/src/models/components/schedulewindow.ts +73 -0
  579. package/src/models/components/schedulewindowerror.ts +60 -0
  580. package/src/models/components/sendfunds.ts +10 -0
  581. package/src/models/components/sendfundserror.ts +10 -0
  582. package/src/models/components/sendfundswire.ts +54 -0
  583. package/src/models/components/sendfundswireerror.ts +58 -0
  584. package/src/models/components/transfer.ts +63 -58
  585. package/src/models/components/transferauthorization.ts +78 -0
  586. package/src/models/components/transferdestination.ts +12 -53
  587. package/src/models/components/transferfeepaidby.ts +63 -0
  588. package/src/models/components/transferpaymentmethodswallet.ts +1 -0
  589. package/src/models/components/transferprocessingdetails.ts +117 -0
  590. package/src/models/components/transferrailoptions.ts +98 -0
  591. package/src/models/components/transfersource.ts +12 -38
  592. package/src/models/components/transferstatus.ts +1 -0
  593. package/src/models/components/transfertype.ts +38 -0
  594. package/src/models/components/updateissuedcard.ts +13 -0
  595. package/src/models/components/updateissuingcontrols.ts +351 -0
  596. package/src/models/components/updateissuingcontrolserror.ts +101 -0
  597. package/src/models/components/wallet.ts +1 -0
  598. package/src/models/components/wallettype.ts +3 -0
  599. package/src/models/components/webhookdatatransferstatus.ts +3 -0
  600. package/src/models/errors/capturevalidationerror.ts +145 -0
  601. package/src/models/errors/cardacquiringrefund.ts +23 -11
  602. package/src/models/errors/index.ts +1 -0
  603. package/src/models/errors/productrequestvalidationerror.ts +6 -0
  604. package/src/models/errors/transfer.ts +50 -55
  605. package/src/models/errors/updateissuedcarderror.ts +6 -0
  606. package/src/models/operations/createcancellation.ts +12 -0
  607. package/src/models/operations/createcapture.ts +142 -0
  608. package/src/models/operations/createreversal.ts +4 -4
  609. package/src/models/operations/deleteavatar.ts +154 -0
  610. package/src/models/operations/getcapture.ts +128 -0
  611. package/src/models/operations/index.ts +7 -0
  612. package/src/models/operations/initiaterefund.ts +4 -4
  613. package/src/models/operations/listcaptures.ts +121 -0
  614. package/src/models/operations/listissuingmerchantcategories.ts +70 -0
  615. package/src/models/operations/listproductcategories.ts +69 -0
  616. package/src/models/operations/listproducts.ts +11 -0
  617. package/src/models/operations/listtransfers.ts +21 -0
  618. package/src/models/operations/uploadavatar.ts +167 -0
  619. package/src/sdk/avatars.ts +50 -0
  620. package/src/sdk/cardissuing.ts +18 -0
  621. package/src/sdk/products.ts +13 -0
  622. package/src/sdk/sdk.ts +5 -5
  623. package/src/sdk/transfers.ts +54 -0
  624. package/models/components/achtransactiondetails.d.ts +0 -70
  625. package/models/components/achtransactiondetails.d.ts.map +0 -1
  626. package/models/components/achtransactiondetails.js.map +0 -1
  627. package/models/components/achtransactionstatus.d.ts +0 -23
  628. package/models/components/achtransactionstatus.d.ts.map +0 -1
  629. package/models/components/achtransactionstatus.js.map +0 -1
  630. package/models/components/cardacquiringdispute.d.ts +0 -25
  631. package/models/components/cardacquiringdispute.d.ts.map +0 -1
  632. package/models/components/cardacquiringdispute.js.map +0 -1
  633. package/models/components/cardtransactiondetails.d.ts +0 -79
  634. package/models/components/cardtransactiondetails.d.ts.map +0 -1
  635. package/models/components/cardtransactiondetails.js +0 -90
  636. package/models/components/cardtransactiondetails.js.map +0 -1
  637. package/models/components/cardtransactionstatus.d.ts +0 -23
  638. package/models/components/cardtransactionstatus.d.ts.map +0 -1
  639. package/models/components/cardtransactionstatus.js.map +0 -1
  640. package/models/components/instantbanktransactiondetails.d.ts +0 -51
  641. package/models/components/instantbanktransactiondetails.d.ts.map +0 -1
  642. package/models/components/instantbanktransactiondetails.js.map +0 -1
  643. package/models/components/instantbanktransactionstatus.d.ts +0 -20
  644. package/models/components/instantbanktransactionstatus.d.ts.map +0 -1
  645. package/models/components/instantbanktransactionstatus.js.map +0 -1
  646. package/models/components/refundcarddetails.d.ts +0 -31
  647. package/models/components/refundcarddetails.d.ts.map +0 -1
  648. package/models/components/refundcarddetails.js.map +0 -1
  649. package/models/components/refundcardstatus.d.ts +0 -15
  650. package/models/components/refundcardstatus.d.ts.map +0 -1
  651. package/models/components/refundcardstatus.js.map +0 -1
  652. package/src/models/components/achtransactiondetails.ts +0 -157
  653. package/src/models/components/achtransactionstatus.ts +0 -37
  654. package/src/models/components/cardacquiringdispute.ts +0 -69
  655. package/src/models/components/cardtransactiondetails.ts +0 -154
  656. package/src/models/components/cardtransactionstatus.ts +0 -37
  657. package/src/models/components/instantbanktransactiondetails.ts +0 -116
  658. package/src/models/components/instantbanktransactionstatus.ts +0 -36
  659. package/src/models/components/refundcarddetails.ts +0 -86
  660. package/src/models/components/refundcardstatus.ts +0 -29
package/README.md CHANGED
@@ -237,6 +237,30 @@ async function run() {
237
237
 
238
238
  run();
239
239
 
240
+ ```
241
+
242
+ ### Per-Operation Security Schemes
243
+
244
+ Some operations in this SDK require the security scheme to be specified at the request level. For example:
245
+ ```typescript
246
+ import { Moov } from "@moovio/sdk";
247
+ import { openAsBlob } from "node:fs";
248
+
249
+ const moov = new Moov();
250
+
251
+ async function run() {
252
+ const result = await moov.avatars.upload({}, {
253
+ uniqueID: "<id>",
254
+ avatarUploadRequest: {
255
+ file: await openAsBlob("example.file"),
256
+ },
257
+ });
258
+
259
+ console.log(result);
260
+ }
261
+
262
+ run();
263
+
240
264
  ```
241
265
  <!-- End Authentication [security] -->
242
266
 
@@ -425,8 +449,26 @@ Allows clients to notify the authorization server that a previously obtained ref
425
449
 
426
450
  * [get](docs/sdks/avatars/README.md#get) - Get avatar image for an account using a unique ID.
427
451
 
428
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
452
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
429
453
  you'll need to specify the `/profile-enrichment.read` scope.
454
+ * [upload](docs/sdks/avatars/README.md#upload) - Upload a user avatar image for an account.
455
+
456
+ The image will be normalized to 512x512 PNG format and stored separately from
457
+ automatically discovered logos. User-uploaded avatars take precedence over enriched avatars at read time.
458
+
459
+ This endpoint only accepts accountID values for the uniqueID parameter.
460
+
461
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
462
+ you'll need to specify the `/accounts.write` scope.
463
+ * [delete](docs/sdks/avatars/README.md#delete) - Delete a user-uploaded avatar for an account.
464
+
465
+ After deletion, the avatar endpoint will fall back to the enriched avatar
466
+ or an account-type-aware fallback icon.
467
+
468
+ This endpoint only accepts accountID values for the uniqueID parameter.
469
+
470
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
471
+ you'll need to specify the `/accounts.write` scope.
430
472
 
431
473
  ### [BankAccounts](docs/sdks/bankaccounts/README.md)
432
474
 
@@ -556,6 +598,12 @@ you'll need to specify the `/accounts/{accountID}/capabilities.write` scope.
556
598
 
557
599
  ### [CardIssuing](docs/sdks/cardissuing/README.md)
558
600
 
601
+ * [listMerchantCategories](docs/sdks/cardissuing/README.md#listmerchantcategories) - List the predefined merchant category groups available for issued card spend controls, along with
602
+ the merchant category codes (MCCs) each group covers. Use these category names in an issued card's
603
+ `merchantCategoryRestrictions`.
604
+
605
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/),
606
+ you'll need to specify the `/issued-cards.read` scope.
559
607
  * [request](docs/sdks/cardissuing/README.md#request) - Request a virtual card be issued.
560
608
 
561
609
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
@@ -730,14 +778,14 @@ you'll need to specify the `/ping.read` scope.
730
778
 
731
779
  * [get](docs/sdks/enrichedaddress/README.md#get) - Fetch enriched address suggestions. Requires a partial address.
732
780
 
733
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
781
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
734
782
  you'll need to specify the `/profile-enrichment.read` scope.
735
783
 
736
784
  ### [EnrichedProfile](docs/sdks/enrichedprofile/README.md)
737
785
 
738
786
  * [get](docs/sdks/enrichedprofile/README.md#get) - Fetch enriched profile data. Requires a valid email address. This service is offered in collaboration with Clearbit.
739
787
 
740
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
788
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
741
789
  you'll need to specify the `/profile-enrichment.read` scope.
742
790
 
743
791
  ### [FeePlans](docs/sdks/feeplans/README.md)
@@ -851,7 +899,7 @@ you'll need to specify the `/institutions.read` scope.
851
899
 
852
900
  Search for institutions by either their name or routing number.
853
901
 
854
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
902
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
855
903
  you'll need to specify the `/fed.read` scope. :warning: **Deprecated**
856
904
 
857
905
  ### [Invoices](docs/sdks/invoices/README.md)
@@ -991,6 +1039,7 @@ you'll need to specify the `/ping.read` scope.
991
1039
  * [disable](docs/sdks/products/README.md#disable) - Disable a product by ID.
992
1040
 
993
1041
  The product will no longer be available, but will remain in the system for historical and reporting purposes.
1042
+ * [listCategories](docs/sdks/products/README.md#listcategories) - Returns the full, read-only list of product categories from the product taxonomy.
994
1043
 
995
1044
  ### [Receipts](docs/sdks/receipts/README.md)
996
1045
 
@@ -1260,6 +1309,18 @@ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
1260
1309
 
1261
1310
  To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1262
1311
  to specify the `/accounts/{accountID}/transfers.read` scope.
1312
+ * [createCapture](docs/sdks/transfers/README.md#createcapture) - Create a capture against an authorized transfer.
1313
+
1314
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1315
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
1316
+ * [listCaptures](docs/sdks/transfers/README.md#listcaptures) - Get a list of captures for a transfer.
1317
+
1318
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1319
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
1320
+ * [getCapture](docs/sdks/transfers/README.md#getcapture) - Get details of a capture for a transfer.
1321
+
1322
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1323
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
1263
1324
  * [initiateRefund](docs/sdks/transfers/README.md#initiaterefund) - Initiate a refund for a card transfer.
1264
1325
 
1265
1326
  **Use the [Cancel or refund a card transfer](https://docs.moov.io/api/money-movement/refunds/cancel/) endpoint for more comprehensive cancel and refund options.**
@@ -1514,10 +1575,28 @@ you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope.
1514
1575
  - [`authenticationRevokeAccessToken`](docs/sdks/authentication/README.md#revokeaccesstoken) - Revoke an auth token.
1515
1576
 
1516
1577
  Allows clients to notify the authorization server that a previously obtained refresh or access token is no longer needed.
1578
+ - [`avatarsDelete`](docs/sdks/avatars/README.md#delete) - Delete a user-uploaded avatar for an account.
1579
+
1580
+ After deletion, the avatar endpoint will fall back to the enriched avatar
1581
+ or an account-type-aware fallback icon.
1582
+
1583
+ This endpoint only accepts accountID values for the uniqueID parameter.
1584
+
1585
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1586
+ you'll need to specify the `/accounts.write` scope.
1517
1587
  - [`avatarsGet`](docs/sdks/avatars/README.md#get) - Get avatar image for an account using a unique ID.
1518
1588
 
1519
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1589
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1520
1590
  you'll need to specify the `/profile-enrichment.read` scope.
1591
+ - [`avatarsUpload`](docs/sdks/avatars/README.md#upload) - Upload a user avatar image for an account.
1592
+
1593
+ The image will be normalized to 512x512 PNG format and stored separately from
1594
+ automatically discovered logos. User-uploaded avatars take precedence over enriched avatars at read time.
1595
+
1596
+ This endpoint only accepts accountID values for the uniqueID parameter.
1597
+
1598
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1599
+ you'll need to specify the `/accounts.write` scope.
1521
1600
  - [`bankAccountsCompleteMicroDeposits`](docs/sdks/bankaccounts/README.md#completemicrodeposits) - Complete the micro-deposit validation process by passing the amounts of the two transfers within three tries.
1522
1601
 
1523
1602
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
@@ -1649,6 +1728,12 @@ you'll need to specify the `/accounts/{accountID}/issued-cards.read-secure` scop
1649
1728
 
1650
1729
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1651
1730
  you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
1731
+ - [`cardIssuingListMerchantCategories`](docs/sdks/cardissuing/README.md#listmerchantcategories) - List the predefined merchant category groups available for issued card spend controls, along with
1732
+ the merchant category codes (MCCs) each group covers. Use these category names in an issued card's
1733
+ `merchantCategoryRestrictions`.
1734
+
1735
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/),
1736
+ you'll need to specify the `/issued-cards.read` scope.
1652
1737
  - [`cardIssuingRequest`](docs/sdks/cardissuing/README.md#request) - Request a virtual card be issued.
1653
1738
 
1654
1739
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
@@ -1794,11 +1879,11 @@ To access this endpoint using an [access token](https://docs.moov.io/api/authent
1794
1879
  you'll need to specify the `/ping.read` scope.
1795
1880
  - [`enrichedAddressGet`](docs/sdks/enrichedaddress/README.md#get) - Fetch enriched address suggestions. Requires a partial address.
1796
1881
 
1797
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1882
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1798
1883
  you'll need to specify the `/profile-enrichment.read` scope.
1799
1884
  - [`enrichedProfileGet`](docs/sdks/enrichedprofile/README.md#get) - Fetch enriched profile data. Requires a valid email address. This service is offered in collaboration with Clearbit.
1800
1885
 
1801
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1886
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1802
1887
  you'll need to specify the `/profile-enrichment.read` scope.
1803
1888
  - [`feePlansCreateFeePlanAgreements`](docs/sdks/feeplans/README.md#createfeeplanagreements) - Creates the subscription of a fee plan to a merchant account. Merchants are required to accept the fee plan terms prior to activation.
1804
1889
 
@@ -2006,6 +2091,7 @@ you'll need to specify the `/ping.read` scope.
2006
2091
  The product will no longer be available, but will remain in the system for historical and reporting purposes.
2007
2092
  - [`productsGet`](docs/sdks/products/README.md#get) - Retrieve a product by ID.
2008
2093
  - [`productsList`](docs/sdks/products/README.md#list) - List active (non-disabled) products for an account.
2094
+ - [`productsListCategories`](docs/sdks/products/README.md#listcategories) - Returns the full, read-only list of product categories from the product taxonomy.
2009
2095
  - [`productsUpdate`](docs/sdks/products/README.md#update) - Update a product and its options.
2010
2096
  - [`receiptsCreate`](docs/sdks/receipts/README.md#create) - Create receipts for transfers and scheduled transfers.
2011
2097
 
@@ -2205,6 +2291,10 @@ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
2205
2291
 
2206
2292
  To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
2207
2293
  to specify the `/accounts/{accountID}/transfers.write` scope.
2294
+ - [`transfersCreateCapture`](docs/sdks/transfers/README.md#createcapture) - Create a capture against an authorized transfer.
2295
+
2296
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
2297
+ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
2208
2298
  - [`transfersCreateReversal`](docs/sdks/transfers/README.md#createreversal) - Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
2209
2299
  Read our [reversals guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/)
2210
2300
  to learn more.
@@ -2231,6 +2321,10 @@ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
2231
2321
 
2232
2322
  To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
2233
2323
  to specify the `/accounts/{accountID}/transfers.read` scope.
2324
+ - [`transfersGetCapture`](docs/sdks/transfers/README.md#getcapture) - Get details of a capture for a transfer.
2325
+
2326
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
2327
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
2234
2328
  - [`transfersGetRefund`](docs/sdks/transfers/README.md#getrefund) - Get details of a refund for a card transfer.
2235
2329
 
2236
2330
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
@@ -2263,6 +2357,10 @@ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
2263
2357
 
2264
2358
  To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
2265
2359
  to specify the `/accounts/{accountID}/transfers.read` scope.
2360
+ - [`transfersListCaptures`](docs/sdks/transfers/README.md#listcaptures) - Get a list of captures for a transfer.
2361
+
2362
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
2363
+ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
2266
2364
  - [`transfersListRefunds`](docs/sdks/transfers/README.md#listrefunds) - Get a list of refunds for a card transfer.
2267
2365
 
2268
2366
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
@@ -2339,7 +2437,7 @@ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
2339
2437
 
2340
2438
  Search for institutions by either their name or routing number.
2341
2439
 
2342
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
2440
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
2343
2441
  you'll need to specify the `/fed.read` scope. :warning: **Deprecated**
2344
2442
 
2345
2443
  </details>
@@ -2533,7 +2631,7 @@ run();
2533
2631
  **Primary error:**
2534
2632
  * [`MoovError`](./src/models/errors/mooverror.ts): The base class for HTTP error responses.
2535
2633
 
2536
- <details><summary>Less common errors (65)</summary>
2634
+ <details><summary>Less common errors (66)</summary>
2537
2635
 
2538
2636
  <br />
2539
2637
 
@@ -2546,65 +2644,66 @@ run();
2546
2644
 
2547
2645
 
2548
2646
  **Inherit from [`MoovError`](./src/models/errors/mooverror.ts)**:
2549
- * [`GenericError`](./src/models/errors/genericerror.ts): Applicable to 86 of 191 methods.*
2550
- * [`BrandValidationError`](./src/models/errors/brandvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 191 methods.*
2551
- * [`ImageRequestValidationError`](./src/models/errors/imagerequestvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 191 methods.*
2552
- * [`ProductRequestValidationError`](./src/models/errors/productrequestvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 191 methods.*
2553
- * [`ScheduleValidationError`](./src/models/errors/schedulevalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 191 methods.*
2554
- * [`TransferConfigValidationError`](./src/models/errors/transferconfigvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 191 methods.*
2555
- * [`TerminalApplicationError`](./src/models/errors/terminalapplicationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 191 methods.*
2556
- * [`DuplicateCardError`](./src/models/errors/duplicatecarderror.ts): Attempted to link card that already exists on the account. Status code `409`. Applicable to 1 of 191 methods.*
2557
- * [`Transfer`](./src/models/errors/transfer.ts): Details of a Transfer. Status code `409`. Applicable to 1 of 191 methods.*
2558
- * [`CardAcquiringRefund`](./src/models/errors/cardacquiringrefund.ts): Details of a card refund. Status code `409`. Applicable to 1 of 191 methods.*
2559
- * [`CreateAccountError`](./src/models/errors/createaccounterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2560
- * [`PatchAccountError`](./src/models/errors/patchaccounterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2561
- * [`ConnectAccountRequestValidationError`](./src/models/errors/connectaccountrequestvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2562
- * [`AssignCountriesError`](./src/models/errors/assigncountrieserror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2563
- * [`LinkApplePayError`](./src/models/errors/linkapplepayerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2564
- * [`BankAccountValidationError`](./src/models/errors/bankaccountvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2565
- * [`MicroDepositValidationError`](./src/models/errors/microdepositvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2566
- * [`AddCapabilitiesError`](./src/models/errors/addcapabilitieserror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2567
- * [`LinkCardError`](./src/models/errors/linkcarderror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2568
- * [`UpdateCardError`](./src/models/errors/updatecarderror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2569
- * [`CardMetadataRequestError`](./src/models/errors/cardmetadatarequesterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2570
- * [`FileUploadValidationError`](./src/models/errors/fileuploadvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2571
- * [`FeePlanAgreementError`](./src/models/errors/feeplanagreementerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2572
- * [`FileValidationError`](./src/models/errors/filevalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2573
- * [`LinkGooglePayError`](./src/models/errors/linkgooglepayerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2574
- * [`ImageMetadataValidationError`](./src/models/errors/imagemetadatavalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2575
- * [`CreateInvoiceError`](./src/models/errors/createinvoiceerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2576
- * [`ListInvoicesValidationError`](./src/models/errors/listinvoicesvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2577
- * [`UpdateInvoiceError`](./src/models/errors/updateinvoiceerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2578
- * [`CreateInvoicePaymentError`](./src/models/errors/createinvoicepaymenterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2579
- * [`CreatePaymentLinkError`](./src/models/errors/createpaymentlinkerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2580
- * [`UpdatePaymentLinkError`](./src/models/errors/updatepaymentlinkerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2581
- * [`RepresentativeValidationError`](./src/models/errors/representativevalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2582
- * [`CreateResolutionLinkError`](./src/models/errors/createresolutionlinkerror.ts): Describes validation errors for the create resolution link request. Status code `422`. Applicable to 1 of 191 methods.*
2583
- * [`CreateSweepConfigError`](./src/models/errors/createsweepconfigerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2584
- * [`PatchSweepConfigError`](./src/models/errors/patchsweepconfigerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2585
- * [`AccountTerminalApplicationError`](./src/models/errors/accountterminalapplicationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2586
- * [`CreateTicketError`](./src/models/errors/createticketerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2587
- * [`UpdateTicketError`](./src/models/errors/updateticketerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2588
- * [`TransferOptionsValidationError`](./src/models/errors/transferoptionsvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2589
- * [`TransferValidationError`](./src/models/errors/transfervalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2590
- * [`ListTransfersValidationError`](./src/models/errors/listtransfersvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2591
- * [`PatchTransferValidationError`](./src/models/errors/patchtransfervalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2592
- * [`RefundValidationError`](./src/models/errors/refundvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2593
- * [`ReversalValidationError`](./src/models/errors/reversalvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2594
- * [`UpsertUnderwritingError`](./src/models/errors/upsertunderwritingerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2595
- * [`UpdateUnderwritingError`](./src/models/errors/updateunderwritingerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2596
- * [`CreateWalletValidationError`](./src/models/errors/createwalletvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2597
- * [`ListWalletsValidationError`](./src/models/errors/listwalletsvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2598
- * [`PatchWalletValidationError`](./src/models/errors/patchwalletvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2599
- * [`ListWalletTransactionsValidationError`](./src/models/errors/listwallettransactionsvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2600
- * [`CreateWebhookValidationError`](./src/models/errors/createwebhookvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2601
- * [`UpdateWebhookValidationError`](./src/models/errors/updatewebhookvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2602
- * [`RequestCardError`](./src/models/errors/requestcarderror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2603
- * [`UpdateIssuedCardError`](./src/models/errors/updateissuedcarderror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2604
- * [`RevokeTokenRequestError`](./src/models/errors/revoketokenrequesterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2605
- * [`AuthTokenRequestError`](./src/models/errors/authtokenrequesterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2606
- * [`OnboardingInviteError`](./src/models/errors/onboardinginviteerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 191 methods.*
2607
- * [`DepositAccountValidationError`](./src/models/errors/depositaccountvalidationerror.ts): Descriptions of any field validations that failed while parsing the deposit account payload. Status code `422`. Applicable to 1 of 191 methods.*
2647
+ * [`GenericError`](./src/models/errors/genericerror.ts): Applicable to 89 of 198 methods.*
2648
+ * [`BrandValidationError`](./src/models/errors/brandvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 198 methods.*
2649
+ * [`ImageRequestValidationError`](./src/models/errors/imagerequestvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 198 methods.*
2650
+ * [`ProductRequestValidationError`](./src/models/errors/productrequestvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 198 methods.*
2651
+ * [`ScheduleValidationError`](./src/models/errors/schedulevalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 198 methods.*
2652
+ * [`TransferConfigValidationError`](./src/models/errors/transferconfigvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 198 methods.*
2653
+ * [`TerminalApplicationError`](./src/models/errors/terminalapplicationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 198 methods.*
2654
+ * [`DuplicateCardError`](./src/models/errors/duplicatecarderror.ts): Attempted to link card that already exists on the account. Status code `409`. Applicable to 1 of 198 methods.*
2655
+ * [`Transfer`](./src/models/errors/transfer.ts): Details of a Transfer. Status code `409`. Applicable to 1 of 198 methods.*
2656
+ * [`CardAcquiringRefund`](./src/models/errors/cardacquiringrefund.ts): Details of a card refund. Status code `409`. Applicable to 1 of 198 methods.*
2657
+ * [`CreateAccountError`](./src/models/errors/createaccounterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2658
+ * [`PatchAccountError`](./src/models/errors/patchaccounterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2659
+ * [`ConnectAccountRequestValidationError`](./src/models/errors/connectaccountrequestvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2660
+ * [`AssignCountriesError`](./src/models/errors/assigncountrieserror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2661
+ * [`LinkApplePayError`](./src/models/errors/linkapplepayerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2662
+ * [`BankAccountValidationError`](./src/models/errors/bankaccountvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2663
+ * [`MicroDepositValidationError`](./src/models/errors/microdepositvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2664
+ * [`AddCapabilitiesError`](./src/models/errors/addcapabilitieserror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2665
+ * [`LinkCardError`](./src/models/errors/linkcarderror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2666
+ * [`UpdateCardError`](./src/models/errors/updatecarderror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2667
+ * [`CardMetadataRequestError`](./src/models/errors/cardmetadatarequesterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2668
+ * [`FileUploadValidationError`](./src/models/errors/fileuploadvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2669
+ * [`FeePlanAgreementError`](./src/models/errors/feeplanagreementerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2670
+ * [`FileValidationError`](./src/models/errors/filevalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2671
+ * [`LinkGooglePayError`](./src/models/errors/linkgooglepayerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2672
+ * [`ImageMetadataValidationError`](./src/models/errors/imagemetadatavalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2673
+ * [`CreateInvoiceError`](./src/models/errors/createinvoiceerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2674
+ * [`ListInvoicesValidationError`](./src/models/errors/listinvoicesvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2675
+ * [`UpdateInvoiceError`](./src/models/errors/updateinvoiceerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2676
+ * [`CreateInvoicePaymentError`](./src/models/errors/createinvoicepaymenterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2677
+ * [`CreatePaymentLinkError`](./src/models/errors/createpaymentlinkerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2678
+ * [`UpdatePaymentLinkError`](./src/models/errors/updatepaymentlinkerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2679
+ * [`RepresentativeValidationError`](./src/models/errors/representativevalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2680
+ * [`CreateResolutionLinkError`](./src/models/errors/createresolutionlinkerror.ts): Describes validation errors for the create resolution link request. Status code `422`. Applicable to 1 of 198 methods.*
2681
+ * [`CreateSweepConfigError`](./src/models/errors/createsweepconfigerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2682
+ * [`PatchSweepConfigError`](./src/models/errors/patchsweepconfigerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2683
+ * [`AccountTerminalApplicationError`](./src/models/errors/accountterminalapplicationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2684
+ * [`CreateTicketError`](./src/models/errors/createticketerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2685
+ * [`UpdateTicketError`](./src/models/errors/updateticketerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2686
+ * [`TransferOptionsValidationError`](./src/models/errors/transferoptionsvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2687
+ * [`TransferValidationError`](./src/models/errors/transfervalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2688
+ * [`ListTransfersValidationError`](./src/models/errors/listtransfersvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2689
+ * [`PatchTransferValidationError`](./src/models/errors/patchtransfervalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2690
+ * [`CaptureValidationError`](./src/models/errors/capturevalidationerror.ts): Descriptions of any field validations that failed on a capture request. Status code `422`. Applicable to 1 of 198 methods.*
2691
+ * [`RefundValidationError`](./src/models/errors/refundvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2692
+ * [`ReversalValidationError`](./src/models/errors/reversalvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2693
+ * [`UpsertUnderwritingError`](./src/models/errors/upsertunderwritingerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2694
+ * [`UpdateUnderwritingError`](./src/models/errors/updateunderwritingerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2695
+ * [`CreateWalletValidationError`](./src/models/errors/createwalletvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2696
+ * [`ListWalletsValidationError`](./src/models/errors/listwalletsvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2697
+ * [`PatchWalletValidationError`](./src/models/errors/patchwalletvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2698
+ * [`ListWalletTransactionsValidationError`](./src/models/errors/listwallettransactionsvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2699
+ * [`CreateWebhookValidationError`](./src/models/errors/createwebhookvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2700
+ * [`UpdateWebhookValidationError`](./src/models/errors/updatewebhookvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2701
+ * [`RequestCardError`](./src/models/errors/requestcarderror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2702
+ * [`UpdateIssuedCardError`](./src/models/errors/updateissuedcarderror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2703
+ * [`RevokeTokenRequestError`](./src/models/errors/revoketokenrequesterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2704
+ * [`AuthTokenRequestError`](./src/models/errors/authtokenrequesterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2705
+ * [`OnboardingInviteError`](./src/models/errors/onboardinginviteerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 198 methods.*
2706
+ * [`DepositAccountValidationError`](./src/models/errors/depositaccountvalidationerror.ts): Descriptions of any field validations that failed while parsing the deposit account payload. Status code `422`. Applicable to 1 of 198 methods.*
2608
2707
  * [`ResponseValidationError`](./src/models/errors/responsevalidationerror.ts): Type mismatch between the data returned from the server and the structure expected by the SDK. See `error.rawValue` for the raw value and `error.pretty()` for a nicely formatted multi-line string.
2609
2708
 
2610
2709
  </details>