@moovio/sdk 26.7.0-dev.3 → 26.7.0-dev.5

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 (442) hide show
  1. package/README.md +113 -89
  2. package/bin/mcp-server.js +1832 -1174
  3. package/bin/mcp-server.js.map +95 -83
  4. package/funcs/accountsCreate.d.ts +8 -10
  5. package/funcs/accountsCreate.d.ts.map +1 -1
  6. package/funcs/accountsCreate.js +8 -10
  7. package/funcs/accountsCreate.js.map +1 -1
  8. package/funcs/bankAccountsLink.d.ts +1 -1
  9. package/funcs/bankAccountsLink.js +1 -1
  10. package/funcs/capabilitiesDisable.d.ts +1 -1
  11. package/funcs/capabilitiesDisable.js +1 -1
  12. package/funcs/capabilitiesGet.d.ts +1 -1
  13. package/funcs/capabilitiesGet.js +1 -1
  14. package/funcs/capabilitiesList.d.ts +1 -1
  15. package/funcs/capabilitiesList.js +1 -1
  16. package/funcs/capabilitiesRequest.d.ts +1 -1
  17. package/funcs/capabilitiesRequest.js +1 -1
  18. package/funcs/cardIssuingGet.js +1 -1
  19. package/funcs/cardIssuingGet.js.map +1 -1
  20. package/funcs/cardIssuingGetFull.js +1 -1
  21. package/funcs/cardIssuingGetFull.js.map +1 -1
  22. package/funcs/cardIssuingList.js +1 -1
  23. package/funcs/cardIssuingList.js.map +1 -1
  24. package/funcs/cardIssuingRequest.js +1 -1
  25. package/funcs/cardIssuingRequest.js.map +1 -1
  26. package/funcs/cardIssuingUpdate.js +1 -1
  27. package/funcs/cardIssuingUpdate.js.map +1 -1
  28. package/funcs/depositViewCreate.d.ts +22 -0
  29. package/funcs/depositViewCreate.d.ts.map +1 -0
  30. package/funcs/depositViewCreate.js +136 -0
  31. package/funcs/depositViewCreate.js.map +1 -0
  32. package/funcs/transfersListCancellations.d.ts +17 -0
  33. package/funcs/transfersListCancellations.d.ts.map +1 -0
  34. package/funcs/transfersListCancellations.js +129 -0
  35. package/funcs/transfersListCancellations.js.map +1 -0
  36. package/hooks/types.d.ts +1 -0
  37. package/hooks/types.d.ts.map +1 -1
  38. package/jsr.json +1 -1
  39. package/lib/config.d.ts +3 -3
  40. package/lib/config.js +3 -3
  41. package/lib/encodings.js +12 -12
  42. package/lib/encodings.js.map +1 -1
  43. package/lib/matchers.js +3 -3
  44. package/lib/matchers.js.map +1 -1
  45. package/lib/primitives.d.ts +1 -0
  46. package/lib/primitives.d.ts.map +1 -1
  47. package/lib/primitives.js +18 -0
  48. package/lib/primitives.js.map +1 -1
  49. package/lib/retries.js +7 -0
  50. package/lib/retries.js.map +1 -1
  51. package/lib/sdks.d.ts.map +1 -1
  52. package/lib/sdks.js +50 -16
  53. package/lib/sdks.js.map +1 -1
  54. package/mcp-server/mcp-server.js +1 -1
  55. package/mcp-server/server.d.ts.map +1 -1
  56. package/mcp-server/server.js +5 -1
  57. package/mcp-server/server.js.map +1 -1
  58. package/mcp-server/tools/accountsCreate.d.ts.map +1 -1
  59. package/mcp-server/tools/accountsCreate.js +8 -10
  60. package/mcp-server/tools/accountsCreate.js.map +1 -1
  61. package/mcp-server/tools/bankAccountsLink.js +1 -1
  62. package/mcp-server/tools/capabilitiesDisable.js +1 -1
  63. package/mcp-server/tools/capabilitiesGet.js +1 -1
  64. package/mcp-server/tools/capabilitiesList.js +1 -1
  65. package/mcp-server/tools/capabilitiesRequest.js +1 -1
  66. package/mcp-server/tools/depositViewCreate.d.ts +8 -0
  67. package/mcp-server/tools/depositViewCreate.d.ts.map +1 -0
  68. package/mcp-server/tools/depositViewCreate.js +69 -0
  69. package/mcp-server/tools/depositViewCreate.js.map +1 -0
  70. package/mcp-server/tools/transfersListCancellations.d.ts +8 -0
  71. package/mcp-server/tools/transfersListCancellations.d.ts.map +1 -0
  72. package/mcp-server/tools/transfersListCancellations.js +65 -0
  73. package/mcp-server/tools/transfersListCancellations.js.map +1 -0
  74. package/models/components/addcapabilities.d.ts +9 -0
  75. package/models/components/addcapabilities.d.ts.map +1 -1
  76. package/models/components/addcapabilities.js.map +1 -1
  77. package/models/components/amountdecimalrange.d.ts +15 -4
  78. package/models/components/amountdecimalrange.d.ts.map +1 -1
  79. package/models/components/amountdecimalrange.js +5 -4
  80. package/models/components/amountdecimalrange.js.map +1 -1
  81. package/models/components/amountdecimalrangeupdate.d.ts +11 -0
  82. package/models/components/amountdecimalrangeupdate.d.ts.map +1 -1
  83. package/models/components/amountdecimalrangeupdate.js.map +1 -1
  84. package/models/components/capability.d.ts +7 -1
  85. package/models/components/capability.d.ts.map +1 -1
  86. package/models/components/capability.js.map +1 -1
  87. package/models/components/capabilityid.d.ts +15 -2
  88. package/models/components/capabilityid.d.ts.map +1 -1
  89. package/models/components/capabilityid.js +8 -1
  90. package/models/components/capabilityid.js.map +1 -1
  91. package/models/components/cardtransactiondetails.d.ts +7 -0
  92. package/models/components/cardtransactiondetails.d.ts.map +1 -1
  93. package/models/components/cardtransactiondetails.js +4 -0
  94. package/models/components/cardtransactiondetails.js.map +1 -1
  95. package/models/components/cardtransactionstatus.d.ts +1 -0
  96. package/models/components/cardtransactionstatus.d.ts.map +1 -1
  97. package/models/components/cardtransactionstatus.js +1 -0
  98. package/models/components/cardtransactionstatus.js.map +1 -1
  99. package/models/components/createaccount.d.ts +9 -0
  100. package/models/components/createaccount.d.ts.map +1 -1
  101. package/models/components/createaccount.js.map +1 -1
  102. package/models/components/createpaymentlink.d.ts +9 -3
  103. package/models/components/createpaymentlink.d.ts.map +1 -1
  104. package/models/components/createpaymentlink.js +4 -0
  105. package/models/components/createpaymentlink.js.map +1 -1
  106. package/models/components/createtransferdestinationcard.d.ts +5 -0
  107. package/models/components/createtransferdestinationcard.d.ts.map +1 -1
  108. package/models/components/createtransferdestinationcard.js +2 -0
  109. package/models/components/createtransferdestinationcard.js.map +1 -1
  110. package/models/components/customamountpaymentdetailserror.d.ts +29 -0
  111. package/models/components/customamountpaymentdetailserror.d.ts.map +1 -0
  112. package/models/components/customamountpaymentdetailserror.js +71 -0
  113. package/models/components/customamountpaymentdetailserror.js.map +1 -0
  114. package/models/components/depositaccountingestedresponse.d.ts +39 -0
  115. package/models/components/depositaccountingestedresponse.d.ts.map +1 -0
  116. package/models/components/depositaccountingestedresponse.js +66 -0
  117. package/models/components/depositaccountingestedresponse.js.map +1 -0
  118. package/models/components/fullissuedcard.d.ts +26 -12
  119. package/models/components/fullissuedcard.d.ts.map +1 -1
  120. package/models/components/fullissuedcard.js +11 -5
  121. package/models/components/fullissuedcard.js.map +1 -1
  122. package/models/components/index.d.ts +10 -4
  123. package/models/components/index.d.ts.map +1 -1
  124. package/models/components/index.js +10 -4
  125. package/models/components/index.js.map +1 -1
  126. package/models/components/invoice.d.ts +5 -0
  127. package/models/components/invoice.d.ts.map +1 -1
  128. package/models/components/invoice.js +2 -0
  129. package/models/components/invoice.js.map +1 -1
  130. package/models/components/issuedcard.d.ts +26 -12
  131. package/models/components/issuedcard.d.ts.map +1 -1
  132. package/models/components/issuedcard.js +11 -5
  133. package/models/components/issuedcard.js.map +1 -1
  134. package/models/components/issuedcardstate.d.ts +2 -8
  135. package/models/components/issuedcardstate.d.ts.map +1 -1
  136. package/models/components/issuedcardstate.js +1 -5
  137. package/models/components/issuedcardstate.js.map +1 -1
  138. package/models/components/manualtermsofservice.d.ts +1 -1
  139. package/models/components/manualtermsofserviceupdate.d.ts +1 -1
  140. package/models/components/onboardinginvite.d.ts +1 -1
  141. package/models/components/onboardinginviterequest.d.ts +1 -1
  142. package/models/components/patchtransfer.d.ts +5 -2
  143. package/models/components/patchtransfer.d.ts.map +1 -1
  144. package/models/components/patchtransfer.js +2 -2
  145. package/models/components/patchtransfer.js.map +1 -1
  146. package/models/components/patchwallet.d.ts +4 -7
  147. package/models/components/patchwallet.d.ts.map +1 -1
  148. package/models/components/patchwallet.js +4 -4
  149. package/models/components/patchwallet.js.map +1 -1
  150. package/models/components/paymentlink.d.ts +13 -2
  151. package/models/components/paymentlink.d.ts.map +1 -1
  152. package/models/components/paymentlink.js +4 -0
  153. package/models/components/paymentlink.js.map +1 -1
  154. package/models/components/paymentlinkcustomamountpaymentdetails.d.ts +70 -0
  155. package/models/components/paymentlinkcustomamountpaymentdetails.d.ts.map +1 -0
  156. package/models/components/paymentlinkcustomamountpaymentdetails.js +74 -0
  157. package/models/components/paymentlinkcustomamountpaymentdetails.js.map +1 -0
  158. package/models/components/paymentlinkcustomamountpaymentdetailsupdate.d.ts +70 -0
  159. package/models/components/paymentlinkcustomamountpaymentdetailsupdate.d.ts.map +1 -0
  160. package/models/components/paymentlinkcustomamountpaymentdetailsupdate.js +75 -0
  161. package/models/components/paymentlinkcustomamountpaymentdetailsupdate.js.map +1 -0
  162. package/models/components/paymentlinkpaymentdetails.d.ts +0 -33
  163. package/models/components/paymentlinkpaymentdetails.d.ts.map +1 -1
  164. package/models/components/paymentlinkpaymentdetails.js +1 -21
  165. package/models/components/paymentlinkpaymentdetails.js.map +1 -1
  166. package/models/components/paymentlinkpaymentdetailsupdate.d.ts +0 -33
  167. package/models/components/paymentlinkpaymentdetailsupdate.d.ts.map +1 -1
  168. package/models/components/paymentlinkpaymentdetailsupdate.js +1 -21
  169. package/models/components/paymentlinkpaymentdetailsupdate.js.map +1 -1
  170. package/models/components/paymentlinkpayoutdetails.d.ts +11 -0
  171. package/models/components/paymentlinkpayoutdetails.d.ts.map +1 -1
  172. package/models/components/paymentlinkpayoutdetails.js +3 -0
  173. package/models/components/paymentlinkpayoutdetails.js.map +1 -1
  174. package/models/components/paymentlinkpayoutdetailsupdate.d.ts +11 -0
  175. package/models/components/paymentlinkpayoutdetailsupdate.d.ts.map +1 -1
  176. package/models/components/paymentlinkpayoutdetailsupdate.js +3 -0
  177. package/models/components/paymentlinkpayoutdetailsupdate.js.map +1 -1
  178. package/models/components/paymentlinktype.d.ts +1 -0
  179. package/models/components/paymentlinktype.d.ts.map +1 -1
  180. package/models/components/paymentlinktype.js +1 -0
  181. package/models/components/paymentlinktype.js.map +1 -1
  182. package/models/components/paymentmethodscard.d.ts +8 -0
  183. package/models/components/paymentmethodscard.d.ts.map +1 -1
  184. package/models/components/paymentmethodscard.js +2 -0
  185. package/models/components/paymentmethodscard.js.map +1 -1
  186. package/models/components/payoutdetailserror.d.ts +3 -0
  187. package/models/components/payoutdetailserror.d.ts.map +1 -1
  188. package/models/components/payoutdetailserror.js +3 -0
  189. package/models/components/payoutdetailserror.js.map +1 -1
  190. package/models/components/pushdeliveryspeed.d.ts +18 -0
  191. package/models/components/pushdeliveryspeed.d.ts.map +1 -0
  192. package/models/components/pushdeliveryspeed.js +52 -0
  193. package/models/components/pushdeliveryspeed.js.map +1 -0
  194. package/models/components/pushoptions.d.ts +35 -0
  195. package/models/components/pushoptions.d.ts.map +1 -0
  196. package/models/components/{createauthorizeduser.js → pushoptions.js} +15 -17
  197. package/models/components/pushoptions.js.map +1 -0
  198. package/models/components/pushoptionserror.d.ts +19 -0
  199. package/models/components/pushoptionserror.d.ts.map +1 -0
  200. package/models/components/{authorizeduser.js → pushoptionserror.js} +14 -14
  201. package/models/components/pushoptionserror.js.map +1 -0
  202. package/models/components/pushoptionsupdate.d.ts +35 -0
  203. package/models/components/pushoptionsupdate.d.ts.map +1 -0
  204. package/models/components/{createauthorizedusererror.js → pushoptionsupdate.js} +15 -17
  205. package/models/components/pushoptionsupdate.js.map +1 -0
  206. package/models/components/requestcard.d.ts +14 -17
  207. package/models/components/requestcard.d.ts.map +1 -1
  208. package/models/components/requestcard.js +9 -10
  209. package/models/components/requestcard.js.map +1 -1
  210. package/models/components/sourcesystem.d.ts +29 -0
  211. package/models/components/sourcesystem.d.ts.map +1 -0
  212. package/models/components/sourcesystem.js +58 -0
  213. package/models/components/sourcesystem.js.map +1 -0
  214. package/models/components/termsofservice.d.ts +1 -1
  215. package/models/components/updateissuedcard.d.ts +33 -8
  216. package/models/components/updateissuedcard.d.ts.map +1 -1
  217. package/models/components/updateissuedcard.js +35 -6
  218. package/models/components/updateissuedcard.js.map +1 -1
  219. package/models/components/updatepaymentlink.d.ts +6 -0
  220. package/models/components/updatepaymentlink.d.ts.map +1 -1
  221. package/models/components/updatepaymentlink.js +3 -0
  222. package/models/components/updatepaymentlink.js.map +1 -1
  223. package/models/components/updatepaymentlinkamountdetails.d.ts +60 -5
  224. package/models/components/updatepaymentlinkamountdetails.d.ts.map +1 -1
  225. package/models/components/updatepaymentlinkamountdetails.js +43 -6
  226. package/models/components/updatepaymentlinkamountdetails.js.map +1 -1
  227. package/models/components/webhookdata.d.ts +3 -2
  228. package/models/components/webhookdata.d.ts.map +1 -1
  229. package/models/components/webhookdata.js +7 -4
  230. package/models/components/webhookdata.js.map +1 -1
  231. package/models/components/webhookdataauthorizationexpiring.d.ts +23 -0
  232. package/models/components/webhookdataauthorizationexpiring.d.ts.map +1 -0
  233. package/models/components/{createauthorizeduserupdate.js → webhookdataauthorizationexpiring.js} +18 -17
  234. package/models/components/webhookdataauthorizationexpiring.js.map +1 -0
  235. package/models/components/webhookdatacapabilityrequested.d.ts +7 -1
  236. package/models/components/webhookdatacapabilityrequested.d.ts.map +1 -1
  237. package/models/components/webhookdatacapabilityrequested.js.map +1 -1
  238. package/models/components/webhookdatacapabilityupdated.d.ts +7 -1
  239. package/models/components/webhookdatacapabilityupdated.d.ts.map +1 -1
  240. package/models/components/webhookdatacapabilityupdated.js.map +1 -1
  241. package/models/components/webhookdatasweepcreated.d.ts +5 -0
  242. package/models/components/webhookdatasweepcreated.d.ts.map +1 -1
  243. package/models/components/webhookdatasweepcreated.js +2 -0
  244. package/models/components/webhookdatasweepcreated.js.map +1 -1
  245. package/models/components/webhookdatasweepupdated.d.ts +5 -0
  246. package/models/components/webhookdatasweepupdated.d.ts.map +1 -1
  247. package/models/components/webhookdatasweepupdated.js +2 -0
  248. package/models/components/webhookdatasweepupdated.js.map +1 -1
  249. package/models/components/webhookeventtype.d.ts +1 -0
  250. package/models/components/webhookeventtype.d.ts.map +1 -1
  251. package/models/components/webhookeventtype.js +1 -0
  252. package/models/components/webhookeventtype.js.map +1 -1
  253. package/models/errors/createpaymentlinkerror.d.ts +3 -0
  254. package/models/errors/createpaymentlinkerror.d.ts.map +1 -1
  255. package/models/errors/createpaymentlinkerror.js +6 -0
  256. package/models/errors/createpaymentlinkerror.js.map +1 -1
  257. package/models/errors/depositaccountvalidationerror.d.ts +41 -0
  258. package/models/errors/depositaccountvalidationerror.d.ts.map +1 -0
  259. package/models/errors/depositaccountvalidationerror.js +81 -0
  260. package/models/errors/depositaccountvalidationerror.js.map +1 -0
  261. package/models/errors/index.d.ts +1 -0
  262. package/models/errors/index.d.ts.map +1 -1
  263. package/models/errors/index.js +1 -0
  264. package/models/errors/index.js.map +1 -1
  265. package/models/errors/requestcarderror.d.ts +12 -12
  266. package/models/errors/requestcarderror.d.ts.map +1 -1
  267. package/models/errors/requestcarderror.js +17 -17
  268. package/models/errors/requestcarderror.js.map +1 -1
  269. package/models/errors/updateissuedcarderror.d.ts +9 -6
  270. package/models/errors/updateissuedcarderror.d.ts.map +1 -1
  271. package/models/errors/updateissuedcarderror.js +12 -9
  272. package/models/errors/updateissuedcarderror.js.map +1 -1
  273. package/models/errors/updatepaymentlinkerror.d.ts +3 -0
  274. package/models/errors/updatepaymentlinkerror.d.ts.map +1 -1
  275. package/models/errors/updatepaymentlinkerror.js +6 -0
  276. package/models/errors/updatepaymentlinkerror.js.map +1 -1
  277. package/models/operations/createdepositaccount.d.ts +44 -0
  278. package/models/operations/createdepositaccount.d.ts.map +1 -0
  279. package/models/operations/createdepositaccount.js +113 -0
  280. package/models/operations/createdepositaccount.js.map +1 -0
  281. package/models/operations/disablecapability.d.ts +7 -1
  282. package/models/operations/disablecapability.d.ts.map +1 -1
  283. package/models/operations/disablecapability.js.map +1 -1
  284. package/models/operations/getcapability.d.ts +7 -1
  285. package/models/operations/getcapability.d.ts.map +1 -1
  286. package/models/operations/getcapability.js.map +1 -1
  287. package/models/operations/index.d.ts +2 -0
  288. package/models/operations/index.d.ts.map +1 -1
  289. package/models/operations/index.js +2 -0
  290. package/models/operations/index.js.map +1 -1
  291. package/models/operations/linkbankaccount.d.ts +1 -1
  292. package/models/operations/listcancellations.d.ts +45 -0
  293. package/models/operations/listcancellations.d.ts.map +1 -0
  294. package/models/operations/listcancellations.js +91 -0
  295. package/models/operations/listcancellations.js.map +1 -0
  296. package/models/operations/listissuedcards.d.ts +1 -1
  297. package/package.json +1 -1
  298. package/sdk/accounts.d.ts +8 -10
  299. package/sdk/accounts.d.ts.map +1 -1
  300. package/sdk/accounts.js +8 -10
  301. package/sdk/accounts.js.map +1 -1
  302. package/sdk/bankaccounts.d.ts +1 -1
  303. package/sdk/bankaccounts.js +1 -1
  304. package/sdk/capabilities.d.ts +4 -4
  305. package/sdk/capabilities.js +4 -4
  306. package/sdk/depositview.d.ts +16 -0
  307. package/sdk/depositview.d.ts.map +1 -0
  308. package/sdk/depositview.js +26 -0
  309. package/sdk/depositview.js.map +1 -0
  310. package/sdk/sdk.d.ts +3 -0
  311. package/sdk/sdk.d.ts.map +1 -1
  312. package/sdk/sdk.js +4 -0
  313. package/sdk/sdk.js.map +1 -1
  314. package/sdk/transfers.d.ts +7 -0
  315. package/sdk/transfers.d.ts.map +1 -1
  316. package/sdk/transfers.js +10 -0
  317. package/sdk/transfers.js.map +1 -1
  318. package/src/funcs/accountsCreate.ts +8 -10
  319. package/src/funcs/bankAccountsLink.ts +1 -1
  320. package/src/funcs/capabilitiesDisable.ts +1 -1
  321. package/src/funcs/capabilitiesGet.ts +1 -1
  322. package/src/funcs/capabilitiesList.ts +1 -1
  323. package/src/funcs/capabilitiesRequest.ts +1 -1
  324. package/src/funcs/cardIssuingGet.ts +1 -1
  325. package/src/funcs/cardIssuingGetFull.ts +3 -3
  326. package/src/funcs/cardIssuingList.ts +1 -1
  327. package/src/funcs/cardIssuingRequest.ts +1 -1
  328. package/src/funcs/cardIssuingUpdate.ts +1 -1
  329. package/src/funcs/depositViewCreate.ts +201 -0
  330. package/src/funcs/transfersListCancellations.ts +181 -0
  331. package/src/hooks/types.ts +1 -0
  332. package/src/lib/config.ts +3 -3
  333. package/src/lib/encodings.ts +1 -1
  334. package/src/lib/matchers.ts +1 -1
  335. package/src/lib/primitives.ts +16 -0
  336. package/src/lib/retries.ts +8 -0
  337. package/src/lib/sdks.ts +54 -17
  338. package/src/mcp-server/mcp-server.ts +1 -1
  339. package/src/mcp-server/server.ts +5 -1
  340. package/src/mcp-server/tools/accountsCreate.ts +8 -10
  341. package/src/mcp-server/tools/bankAccountsLink.ts +1 -1
  342. package/src/mcp-server/tools/capabilitiesDisable.ts +1 -1
  343. package/src/mcp-server/tools/capabilitiesGet.ts +1 -1
  344. package/src/mcp-server/tools/capabilitiesList.ts +1 -1
  345. package/src/mcp-server/tools/capabilitiesRequest.ts +1 -1
  346. package/src/mcp-server/tools/depositViewCreate.ts +43 -0
  347. package/src/mcp-server/tools/transfersListCancellations.ts +38 -0
  348. package/src/models/components/addcapabilities.ts +9 -0
  349. package/src/models/components/amountdecimalrange.ts +20 -8
  350. package/src/models/components/amountdecimalrangeupdate.ts +11 -0
  351. package/src/models/components/capability.ts +7 -1
  352. package/src/models/components/capabilityid.ts +15 -2
  353. package/src/models/components/cardtransactiondetails.ts +11 -0
  354. package/src/models/components/cardtransactionstatus.ts +1 -0
  355. package/src/models/components/createaccount.ts +9 -0
  356. package/src/models/components/createpaymentlink.ts +21 -3
  357. package/src/models/components/createtransferdestinationcard.ts +7 -0
  358. package/src/models/components/customamountpaymentdetailserror.ts +86 -0
  359. package/src/models/components/depositaccountingestedresponse.ts +86 -0
  360. package/src/models/components/fullissuedcard.ts +36 -20
  361. package/src/models/components/index.ts +10 -4
  362. package/src/models/components/invoice.ts +7 -0
  363. package/src/models/components/issuedcard.ts +36 -20
  364. package/src/models/components/issuedcardstate.ts +2 -8
  365. package/src/models/components/manualtermsofservice.ts +1 -1
  366. package/src/models/components/manualtermsofserviceupdate.ts +1 -1
  367. package/src/models/components/onboardinginvite.ts +1 -1
  368. package/src/models/components/onboardinginviterequest.ts +1 -1
  369. package/src/models/components/patchtransfer.ts +7 -4
  370. package/src/models/components/patchwallet.ts +8 -11
  371. package/src/models/components/paymentlink.ts +25 -2
  372. package/src/models/components/paymentlinkcustomamountpaymentdetails.ts +138 -0
  373. package/src/models/components/paymentlinkcustomamountpaymentdetailsupdate.ts +149 -0
  374. package/src/models/components/paymentlinkpaymentdetails.ts +0 -60
  375. package/src/models/components/paymentlinkpaymentdetailsupdate.ts +0 -61
  376. package/src/models/components/paymentlinkpayoutdetails.ts +18 -0
  377. package/src/models/components/paymentlinkpayoutdetailsupdate.ts +18 -0
  378. package/src/models/components/paymentlinktype.ts +1 -0
  379. package/src/models/components/paymentmethodscard.ts +10 -0
  380. package/src/models/components/payoutdetailserror.ts +10 -0
  381. package/src/models/components/pushdeliveryspeed.ts +32 -0
  382. package/src/models/components/pushoptions.ts +72 -0
  383. package/src/models/components/pushoptionserror.ts +56 -0
  384. package/src/models/components/pushoptionsupdate.ts +76 -0
  385. package/src/models/components/requestcard.ts +23 -34
  386. package/src/models/components/sourcesystem.ts +43 -0
  387. package/src/models/components/termsofservice.ts +1 -1
  388. package/src/models/components/updateissuedcard.ts +73 -17
  389. package/src/models/components/updatepaymentlink.ts +18 -0
  390. package/src/models/components/updatepaymentlinkamountdetails.ts +114 -14
  391. package/src/models/components/webhookdata.ts +18 -8
  392. package/src/models/components/webhookdataauthorizationexpiring.ts +66 -0
  393. package/src/models/components/webhookdatacapabilityrequested.ts +7 -1
  394. package/src/models/components/webhookdatacapabilityupdated.ts +7 -1
  395. package/src/models/components/webhookdatasweepcreated.ts +7 -0
  396. package/src/models/components/webhookdatasweepupdated.ts +7 -0
  397. package/src/models/components/webhookeventtype.ts +1 -0
  398. package/src/models/errors/createpaymentlinkerror.ts +13 -0
  399. package/src/models/errors/depositaccountvalidationerror.ts +86 -0
  400. package/src/models/errors/index.ts +1 -0
  401. package/src/models/errors/requestcarderror.ts +26 -27
  402. package/src/models/errors/updateissuedcarderror.ts +18 -15
  403. package/src/models/errors/updatepaymentlinkerror.ts +13 -0
  404. package/src/models/operations/createdepositaccount.ts +146 -0
  405. package/src/models/operations/disablecapability.ts +7 -1
  406. package/src/models/operations/getcapability.ts +7 -1
  407. package/src/models/operations/index.ts +2 -0
  408. package/src/models/operations/linkbankaccount.ts +1 -1
  409. package/src/models/operations/listcancellations.ts +121 -0
  410. package/src/models/operations/listissuedcards.ts +1 -1
  411. package/src/sdk/accounts.ts +8 -10
  412. package/src/sdk/bankaccounts.ts +1 -1
  413. package/src/sdk/capabilities.ts +4 -4
  414. package/src/sdk/depositview.ts +31 -0
  415. package/src/sdk/sdk.ts +6 -0
  416. package/src/sdk/transfers.ts +18 -0
  417. package/lib/dlv.d.ts +0 -14
  418. package/lib/dlv.d.ts.map +0 -1
  419. package/lib/dlv.js +0 -49
  420. package/lib/dlv.js.map +0 -1
  421. package/lib/is-plain-object.d.ts +0 -2
  422. package/lib/is-plain-object.d.ts.map +0 -1
  423. package/lib/is-plain-object.js +0 -41
  424. package/lib/is-plain-object.js.map +0 -1
  425. package/models/components/authorizeduser.d.ts +0 -22
  426. package/models/components/authorizeduser.d.ts.map +0 -1
  427. package/models/components/authorizeduser.js.map +0 -1
  428. package/models/components/createauthorizeduser.d.ts +0 -25
  429. package/models/components/createauthorizeduser.d.ts.map +0 -1
  430. package/models/components/createauthorizeduser.js.map +0 -1
  431. package/models/components/createauthorizedusererror.d.ts +0 -22
  432. package/models/components/createauthorizedusererror.d.ts.map +0 -1
  433. package/models/components/createauthorizedusererror.js.map +0 -1
  434. package/models/components/createauthorizeduserupdate.d.ts +0 -25
  435. package/models/components/createauthorizeduserupdate.d.ts.map +0 -1
  436. package/models/components/createauthorizeduserupdate.js.map +0 -1
  437. package/src/lib/dlv.ts +0 -53
  438. package/src/lib/is-plain-object.ts +0 -43
  439. package/src/models/components/authorizeduser.ts +0 -55
  440. package/src/models/components/createauthorizeduser.ts +0 -69
  441. package/src/models/components/createauthorizedusererror.ts +0 -66
  442. package/src/models/components/createauthorizeduserupdate.ts +0 -69
package/README.md CHANGED
@@ -293,21 +293,19 @@ you'll need to specify the `/accounts/{accountID}/terminal-configuration.read` s
293
293
 
294
294
  ### [Accounts](docs/sdks/accounts/README.md)
295
295
 
296
- * [create](docs/sdks/accounts/README.md#create) - You can create **business** or **individual** accounts for your users (i.e., customers, merchants) by passing the required
297
- information to Moov. Requirements differ per account type and requested [capabilities](https://docs.moov.io/guides/accounts/capabilities/requirements/).
296
+ * [create](docs/sdks/accounts/README.md#create) - You can create business or individual accounts for your users (i.e., customers, merchants) by passing the required information to Moov. Requirements differ per account type and requested [capabilities](https://docs.moov.io/guides/accounts/capabilities/reference/).
298
297
 
299
- If you're requesting the `wallet`, `send-funds`, `collect-funds`, or `card-issuing` capabilities, you'll need to:
300
- + Send Moov the user [platform terms of service agreement](https://docs.moov.io/guides/accounts/requirements/platform-agreement/) acceptance.
301
- This can be done upon account creation, or by [patching](https://docs.moov.io/api/moov-accounts/accounts/patch/) the account using the `termsOfService` field.
302
- If you're creating a business account with the business type `llc`, `partnership`, or `privateCorporation`, you'll need to:
298
+ The `transfers` capability is automatically requested for every account. If you request any capability beyond `transfers` (for example, `send-funds.ach`, `collect-funds.card-payments`), you'll need to:
299
+ + Send Moov the user's [platform terms of service agreement](https://docs.moov.io/guides/accounts/requirements/platform-agreement/) acceptance. This can be done at account creation, or by [patching](https://docs.moov.io/api/moov-accounts/accounts/patch/) the account using the `termsOfService` field.
300
+ + Fulfill the [verification and underwriting requirements](https://docs.moov.io/guides/accounts/requirements/) for each requested capability. A capability isn't enabled until its requirements pass — check the capability's status to see what's still outstanding.
301
+
302
+ If you're creating a business account, depending on the business type, you'll also need to:
303
303
  + Provide [business representatives](https://docs.moov.io/api/moov-accounts/representatives/) after creating the account.
304
304
  + [Patch](https://docs.moov.io/api/moov-accounts/accounts/patch/) the account to indicate that business representative ownership information is complete.
305
305
 
306
- Visit our documentation to read more about [creating accounts](https://docs.moov.io/guides/accounts/create-accounts/) and [verification requirements](https://docs.moov.io/guides/accounts/requirements/identity-verification/).
307
- Note that the `mode` field (for production or sandbox) is only required when creating a _facilitator_ account. All non-facilitator account requests will ignore the mode field and be set to the calling facilitator's mode.
306
+ Visit our documentation to read more about [creating accounts](https://docs.moov.io/guides/accounts/create-accounts/) and [verification requirements](https://docs.moov.io/guides/accounts/requirements/identity-verification/). Note that the `mode` field (for production or sandbox) is only required when creating a Partner account. All other account requests will ignore the mode field and be set to the calling Partner account's mode.
308
307
 
309
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
310
- to specify the `/accounts.write` scope.
308
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts.write` scope.
311
309
  * [list](docs/sdks/accounts/README.md#list) - List or search accounts to which the caller is connected.
312
310
 
313
311
  All supported query parameters are optional. If none are provided the response will include all connected accounts.
@@ -435,7 +433,7 @@ you'll need to specify the `/profile-enrichment.read` scope.
435
433
  * [link](docs/sdks/bankaccounts/README.md#link) - Link a bank account to an existing Moov account. Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more.
436
434
 
437
435
  It is strongly recommended that callers include the `X-Wait-For` header, set to `payment-method`, if the newly linked
438
- bank-account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
436
+ bank account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
439
437
  Methods](https://docs.moov.io/api/sources/payment-methods/list/)
440
438
  endpoint to wait for the new payment methods to be available for use.
441
439
 
@@ -539,19 +537,19 @@ you'll need to specify the `/accounts/{accountID}/branding.read` scope.
539
537
 
540
538
  * [list](docs/sdks/capabilities/README.md#list) - Retrieve all the capabilities an account has requested.
541
539
 
542
- Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
540
+ Read our [capabilities reference](https://docs.moov.io/guides/accounts/capabilities/reference/) to learn more.
543
541
 
544
542
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
545
543
  you'll need to specify the `/accounts/{accountID}/capabilities.read` scope.
546
- * [request](docs/sdks/capabilities/README.md#request) - Request capabilities for a specific account. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
544
+ * [request](docs/sdks/capabilities/README.md#request) - Request capabilities for a specific account. Read our [capabilities reference](https://docs.moov.io/guides/accounts/capabilities/reference/) to learn more.
547
545
 
548
546
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
549
547
  you'll need to specify the `/accounts/{accountID}/capabilities.write` scope.
550
- * [get](docs/sdks/capabilities/README.md#get) - Retrieve a specific capability that an account has requested. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
548
+ * [get](docs/sdks/capabilities/README.md#get) - Retrieve a specific capability that an account has requested. Read our [capabilities reference](https://docs.moov.io/guides/accounts/capabilities/reference/) to learn more.
551
549
 
552
550
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
553
551
  you'll need to specify the `/accounts/{accountID}/capabilities.read` scope.
554
- * [disable](docs/sdks/capabilities/README.md#disable) - Disable a specific capability that an account has requested. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
552
+ * [disable](docs/sdks/capabilities/README.md#disable) - Disable a specific capability that an account has requested. Read our [capabilities reference](https://docs.moov.io/guides/accounts/capabilities/reference/) to learn more.
555
553
 
556
554
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
557
555
  you'll need to specify the `/accounts/{accountID}/capabilities.write` scope.
@@ -637,6 +635,17 @@ Only use this endpoint if you have provided Moov with a copy of your PCI attesta
637
635
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
638
636
  you'll need to specify the `/card-metadata.read` scope.
639
637
 
638
+ ### [DepositView](docs/sdks/depositview/README.md)
639
+
640
+ * [create](docs/sdks/depositview/README.md#create) - Ingest a deposit account into the deposit view from a core banking source system.
641
+
642
+ The request body is a raw byte payload whose format depends on the core banking
643
+ system that produced it. Set the `X-Source-System` header to identify that system
644
+ so the payload can be parsed correctly.
645
+
646
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
647
+ you'll need to specify the `/accounts/{accountID}/profile.write` scope.
648
+
640
649
  ### [Disputes](docs/sdks/disputes/README.md)
641
650
 
642
651
  * [list](docs/sdks/disputes/README.md#list) - Returns the list of disputes.
@@ -1243,6 +1252,10 @@ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
1243
1252
 
1244
1253
  To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1245
1254
  to specify the `/accounts/{accountID}/transfers.write` scope.
1255
+ * [listCancellations](docs/sdks/transfers/README.md#listcancellations) - Get a list of cancellations for a transfer.
1256
+
1257
+ To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1258
+ to specify the `/accounts/{accountID}/transfers.read` scope.
1246
1259
  * [getCancellation](docs/sdks/transfers/README.md#getcancellation) - Get details of a cancellation for a transfer.
1247
1260
 
1248
1261
  To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
@@ -1369,21 +1382,19 @@ To access this endpoint using an [access token](https://docs.moov.io/api/authent
1369
1382
  you'll need to specify the `/accounts/{accountID}/profile.write` scope.
1370
1383
  - [`accountsConnect`](docs/sdks/accounts/README.md#connect) - Shares access scopes from the account specified to the caller, establishing a connection
1371
1384
  between the two accounts with the specified permissions.
1372
- - [`accountsCreate`](docs/sdks/accounts/README.md#create) - You can create **business** or **individual** accounts for your users (i.e., customers, merchants) by passing the required
1373
- information to Moov. Requirements differ per account type and requested [capabilities](https://docs.moov.io/guides/accounts/capabilities/requirements/).
1385
+ - [`accountsCreate`](docs/sdks/accounts/README.md#create) - You can create business or individual accounts for your users (i.e., customers, merchants) by passing the required information to Moov. Requirements differ per account type and requested [capabilities](https://docs.moov.io/guides/accounts/capabilities/reference/).
1386
+
1387
+ The `transfers` capability is automatically requested for every account. If you request any capability beyond `transfers` (for example, `send-funds.ach`, `collect-funds.card-payments`), you'll need to:
1388
+ + Send Moov the user's [platform terms of service agreement](https://docs.moov.io/guides/accounts/requirements/platform-agreement/) acceptance. This can be done at account creation, or by [patching](https://docs.moov.io/api/moov-accounts/accounts/patch/) the account using the `termsOfService` field.
1389
+ + Fulfill the [verification and underwriting requirements](https://docs.moov.io/guides/accounts/requirements/) for each requested capability. A capability isn't enabled until its requirements pass — check the capability's status to see what's still outstanding.
1374
1390
 
1375
- If you're requesting the `wallet`, `send-funds`, `collect-funds`, or `card-issuing` capabilities, you'll need to:
1376
- + Send Moov the user [platform terms of service agreement](https://docs.moov.io/guides/accounts/requirements/platform-agreement/) acceptance.
1377
- This can be done upon account creation, or by [patching](https://docs.moov.io/api/moov-accounts/accounts/patch/) the account using the `termsOfService` field.
1378
- If you're creating a business account with the business type `llc`, `partnership`, or `privateCorporation`, you'll need to:
1391
+ If you're creating a business account, depending on the business type, you'll also need to:
1379
1392
  + Provide [business representatives](https://docs.moov.io/api/moov-accounts/representatives/) after creating the account.
1380
1393
  + [Patch](https://docs.moov.io/api/moov-accounts/accounts/patch/) the account to indicate that business representative ownership information is complete.
1381
1394
 
1382
- Visit our documentation to read more about [creating accounts](https://docs.moov.io/guides/accounts/create-accounts/) and [verification requirements](https://docs.moov.io/guides/accounts/requirements/identity-verification/).
1383
- Note that the `mode` field (for production or sandbox) is only required when creating a _facilitator_ account. All non-facilitator account requests will ignore the mode field and be set to the calling facilitator's mode.
1395
+ Visit our documentation to read more about [creating accounts](https://docs.moov.io/guides/accounts/create-accounts/) and [verification requirements](https://docs.moov.io/guides/accounts/requirements/identity-verification/). Note that the `mode` field (for production or sandbox) is only required when creating a Partner account. All other account requests will ignore the mode field and be set to the calling Partner account's mode.
1384
1396
 
1385
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1386
- to specify the `/accounts.write` scope.
1397
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts.write` scope.
1387
1398
  - [`accountsDisconnect`](docs/sdks/accounts/README.md#disconnect) - This will sever the connection between you and the account specified and it will no longer be listed as
1388
1399
  active in the list of accounts. This also means you'll only have read-only access to the account going
1389
1400
  forward for reporting purposes.
@@ -1576,7 +1587,7 @@ you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
1576
1587
  - [`bankAccountsLink`](docs/sdks/bankaccounts/README.md#link) - Link a bank account to an existing Moov account. Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more.
1577
1588
 
1578
1589
  It is strongly recommended that callers include the `X-Wait-For` header, set to `payment-method`, if the newly linked
1579
- bank-account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
1590
+ bank account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
1580
1591
  Methods](https://docs.moov.io/api/sources/payment-methods/list/)
1581
1592
  endpoint to wait for the new payment methods to be available for use.
1582
1593
 
@@ -1600,21 +1611,21 @@ you'll need to specify the `/accounts/{accountID}/branding.read` scope.
1600
1611
 
1601
1612
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1602
1613
  you'll need to specify the `/accounts/{accountID}/branding.write` scope.
1603
- - [`capabilitiesDisable`](docs/sdks/capabilities/README.md#disable) - Disable a specific capability that an account has requested. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
1614
+ - [`capabilitiesDisable`](docs/sdks/capabilities/README.md#disable) - Disable a specific capability that an account has requested. Read our [capabilities reference](https://docs.moov.io/guides/accounts/capabilities/reference/) to learn more.
1604
1615
 
1605
1616
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1606
1617
  you'll need to specify the `/accounts/{accountID}/capabilities.write` scope.
1607
- - [`capabilitiesGet`](docs/sdks/capabilities/README.md#get) - Retrieve a specific capability that an account has requested. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
1618
+ - [`capabilitiesGet`](docs/sdks/capabilities/README.md#get) - Retrieve a specific capability that an account has requested. Read our [capabilities reference](https://docs.moov.io/guides/accounts/capabilities/reference/) to learn more.
1608
1619
 
1609
1620
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1610
1621
  you'll need to specify the `/accounts/{accountID}/capabilities.read` scope.
1611
1622
  - [`capabilitiesList`](docs/sdks/capabilities/README.md#list) - Retrieve all the capabilities an account has requested.
1612
1623
 
1613
- Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
1624
+ Read our [capabilities reference](https://docs.moov.io/guides/accounts/capabilities/reference/) to learn more.
1614
1625
 
1615
1626
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1616
1627
  you'll need to specify the `/accounts/{accountID}/capabilities.read` scope.
1617
- - [`capabilitiesRequest`](docs/sdks/capabilities/README.md#request) - Request capabilities for a specific account. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
1628
+ - [`capabilitiesRequest`](docs/sdks/capabilities/README.md#request) - Request capabilities for a specific account. Read our [capabilities reference](https://docs.moov.io/guides/accounts/capabilities/reference/) to learn more.
1618
1629
 
1619
1630
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1620
1631
  you'll need to specify the `/accounts/{accountID}/capabilities.write` scope.
@@ -1693,6 +1704,14 @@ Only use this endpoint if you have provided Moov with a copy of your PCI attesta
1693
1704
 
1694
1705
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1695
1706
  you'll need to specify the `/accounts/{accountID}/cards.write` scope.
1707
+ - [`depositViewCreate`](docs/sdks/depositview/README.md#create) - Ingest a deposit account into the deposit view from a core banking source system.
1708
+
1709
+ The request body is a raw byte payload whose format depends on the core banking
1710
+ system that produced it. Set the `X-Source-System` header to identify that system
1711
+ so the payload can be parsed correctly.
1712
+
1713
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1714
+ you'll need to specify the `/accounts/{accountID}/profile.write` scope.
1696
1715
  - [`disputesAccept`](docs/sdks/disputes/README.md#accept) - Accepts liability for a dispute.
1697
1716
 
1698
1717
  Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
@@ -2228,6 +2247,10 @@ period of time. You can run multiple requests in smaller time window increments
2228
2247
 
2229
2248
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
2230
2249
  you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
2250
+ - [`transfersListCancellations`](docs/sdks/transfers/README.md#listcancellations) - Get a list of cancellations for a transfer.
2251
+
2252
+ To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
2253
+ to specify the `/accounts/{accountID}/transfers.read` scope.
2231
2254
  - [`transfersListRefunds`](docs/sdks/transfers/README.md#listrefunds) - Get a list of refunds for a card transfer.
2232
2255
 
2233
2256
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
@@ -2498,7 +2521,7 @@ run();
2498
2521
  **Primary error:**
2499
2522
  * [`MoovError`](./src/models/errors/mooverror.ts): The base class for HTTP error responses.
2500
2523
 
2501
- <details><summary>Less common errors (64)</summary>
2524
+ <details><summary>Less common errors (65)</summary>
2502
2525
 
2503
2526
  <br />
2504
2527
 
@@ -2511,64 +2534,65 @@ run();
2511
2534
 
2512
2535
 
2513
2536
  **Inherit from [`MoovError`](./src/models/errors/mooverror.ts)**:
2514
- * [`GenericError`](./src/models/errors/genericerror.ts): Applicable to 85 of 188 methods.*
2515
- * [`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 188 methods.*
2516
- * [`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 188 methods.*
2517
- * [`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 188 methods.*
2518
- * [`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 188 methods.*
2519
- * [`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 188 methods.*
2520
- * [`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 188 methods.*
2521
- * [`DuplicateCardError`](./src/models/errors/duplicatecarderror.ts): Attempted to link card that already exists on the account. Status code `409`. Applicable to 1 of 188 methods.*
2522
- * [`Transfer`](./src/models/errors/transfer.ts): Details of a Transfer. Status code `409`. Applicable to 1 of 188 methods.*
2523
- * [`CardAcquiringRefund`](./src/models/errors/cardacquiringrefund.ts): Details of a card refund. Status code `409`. Applicable to 1 of 188 methods.*
2524
- * [`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 188 methods.*
2525
- * [`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 188 methods.*
2526
- * [`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 188 methods.*
2527
- * [`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 188 methods.*
2528
- * [`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 188 methods.*
2529
- * [`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 188 methods.*
2530
- * [`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 188 methods.*
2531
- * [`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 188 methods.*
2532
- * [`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 188 methods.*
2533
- * [`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 188 methods.*
2534
- * [`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 188 methods.*
2535
- * [`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 188 methods.*
2536
- * [`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 188 methods.*
2537
- * [`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 188 methods.*
2538
- * [`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 188 methods.*
2539
- * [`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 188 methods.*
2540
- * [`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 188 methods.*
2541
- * [`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 188 methods.*
2542
- * [`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 188 methods.*
2543
- * [`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 188 methods.*
2544
- * [`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 188 methods.*
2545
- * [`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 188 methods.*
2546
- * [`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 188 methods.*
2547
- * [`CreateResolutionLinkError`](./src/models/errors/createresolutionlinkerror.ts): Describes validation errors for the create resolution link request. Status code `422`. Applicable to 1 of 188 methods.*
2548
- * [`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 188 methods.*
2549
- * [`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 188 methods.*
2550
- * [`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 188 methods.*
2551
- * [`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 188 methods.*
2552
- * [`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 188 methods.*
2553
- * [`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 188 methods.*
2554
- * [`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 188 methods.*
2555
- * [`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 188 methods.*
2556
- * [`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 188 methods.*
2557
- * [`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 188 methods.*
2558
- * [`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 188 methods.*
2559
- * [`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 188 methods.*
2560
- * [`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 188 methods.*
2561
- * [`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 188 methods.*
2562
- * [`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 188 methods.*
2563
- * [`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 188 methods.*
2564
- * [`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 188 methods.*
2565
- * [`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 188 methods.*
2566
- * [`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 188 methods.*
2567
- * [`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 188 methods.*
2568
- * [`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 188 methods.*
2569
- * [`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 188 methods.*
2570
- * [`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 188 methods.*
2571
- * [`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 188 methods.*
2537
+ * [`GenericError`](./src/models/errors/genericerror.ts): Applicable to 86 of 190 methods.*
2538
+ * [`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 190 methods.*
2539
+ * [`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 190 methods.*
2540
+ * [`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 190 methods.*
2541
+ * [`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 190 methods.*
2542
+ * [`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 190 methods.*
2543
+ * [`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 190 methods.*
2544
+ * [`DuplicateCardError`](./src/models/errors/duplicatecarderror.ts): Attempted to link card that already exists on the account. Status code `409`. Applicable to 1 of 190 methods.*
2545
+ * [`Transfer`](./src/models/errors/transfer.ts): Details of a Transfer. Status code `409`. Applicable to 1 of 190 methods.*
2546
+ * [`CardAcquiringRefund`](./src/models/errors/cardacquiringrefund.ts): Details of a card refund. Status code `409`. Applicable to 1 of 190 methods.*
2547
+ * [`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 190 methods.*
2548
+ * [`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 190 methods.*
2549
+ * [`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 190 methods.*
2550
+ * [`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 190 methods.*
2551
+ * [`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 190 methods.*
2552
+ * [`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 190 methods.*
2553
+ * [`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 190 methods.*
2554
+ * [`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 190 methods.*
2555
+ * [`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 190 methods.*
2556
+ * [`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 190 methods.*
2557
+ * [`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 190 methods.*
2558
+ * [`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 190 methods.*
2559
+ * [`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 190 methods.*
2560
+ * [`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 190 methods.*
2561
+ * [`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 190 methods.*
2562
+ * [`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 190 methods.*
2563
+ * [`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 190 methods.*
2564
+ * [`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 190 methods.*
2565
+ * [`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 190 methods.*
2566
+ * [`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 190 methods.*
2567
+ * [`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 190 methods.*
2568
+ * [`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 190 methods.*
2569
+ * [`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 190 methods.*
2570
+ * [`CreateResolutionLinkError`](./src/models/errors/createresolutionlinkerror.ts): Describes validation errors for the create resolution link request. Status code `422`. Applicable to 1 of 190 methods.*
2571
+ * [`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 190 methods.*
2572
+ * [`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 190 methods.*
2573
+ * [`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 190 methods.*
2574
+ * [`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 190 methods.*
2575
+ * [`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 190 methods.*
2576
+ * [`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 190 methods.*
2577
+ * [`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 190 methods.*
2578
+ * [`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 190 methods.*
2579
+ * [`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 190 methods.*
2580
+ * [`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 190 methods.*
2581
+ * [`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 190 methods.*
2582
+ * [`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 190 methods.*
2583
+ * [`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 190 methods.*
2584
+ * [`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 190 methods.*
2585
+ * [`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 190 methods.*
2586
+ * [`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 190 methods.*
2587
+ * [`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 190 methods.*
2588
+ * [`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 190 methods.*
2589
+ * [`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 190 methods.*
2590
+ * [`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 190 methods.*
2591
+ * [`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 190 methods.*
2592
+ * [`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 190 methods.*
2593
+ * [`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 190 methods.*
2594
+ * [`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 190 methods.*
2595
+ * [`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 190 methods.*
2572
2596
  * [`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.
2573
2597
 
2574
2598
  </details>