@moovio/sdk 25.4.0 → 25.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (452) hide show
  1. package/README.md +135 -47
  2. package/bin/mcp-server.js +2711 -483
  3. package/bin/mcp-server.js.map +90 -20
  4. package/examples/package-lock.json +1 -1
  5. package/funcs/supportCreateTicket.d.ts +21 -0
  6. package/funcs/supportCreateTicket.d.ts.map +1 -0
  7. package/funcs/supportCreateTicket.js +142 -0
  8. package/funcs/supportCreateTicket.js.map +1 -0
  9. package/funcs/supportGetTicket.d.ts +20 -0
  10. package/funcs/supportGetTicket.d.ts.map +1 -0
  11. package/funcs/supportGetTicket.js +132 -0
  12. package/funcs/supportGetTicket.js.map +1 -0
  13. package/funcs/supportListTicketMessages.d.ts +20 -0
  14. package/funcs/supportListTicketMessages.d.ts.map +1 -0
  15. package/funcs/supportListTicketMessages.js +132 -0
  16. package/funcs/supportListTicketMessages.js.map +1 -0
  17. package/funcs/supportListTickets.d.ts +20 -0
  18. package/funcs/supportListTickets.d.ts.map +1 -0
  19. package/funcs/supportListTickets.js +135 -0
  20. package/funcs/supportListTickets.js.map +1 -0
  21. package/funcs/supportUpdateTicket.d.ts +21 -0
  22. package/funcs/supportUpdateTicket.d.ts.map +1 -0
  23. package/funcs/supportUpdateTicket.js +146 -0
  24. package/funcs/supportUpdateTicket.js.map +1 -0
  25. package/funcs/underwritingSave.d.ts +20 -0
  26. package/funcs/underwritingSave.d.ts.map +1 -0
  27. package/funcs/underwritingSave.js +145 -0
  28. package/funcs/underwritingSave.js.map +1 -0
  29. package/jsr.json +1 -1
  30. package/lib/config.d.ts +3 -3
  31. package/lib/config.js +3 -3
  32. package/mcp-server/mcp-server.js +1 -1
  33. package/mcp-server/server.d.ts.map +1 -1
  34. package/mcp-server/server.js +13 -1
  35. package/mcp-server/server.js.map +1 -1
  36. package/mcp-server/tools/supportCreateTicket.d.ts +8 -0
  37. package/mcp-server/tools/supportCreateTicket.d.ts.map +1 -0
  38. package/mcp-server/tools/supportCreateTicket.js +68 -0
  39. package/mcp-server/tools/supportCreateTicket.js.map +1 -0
  40. package/mcp-server/tools/supportGetTicket.d.ts +8 -0
  41. package/mcp-server/tools/supportGetTicket.d.ts.map +1 -0
  42. package/mcp-server/tools/supportGetTicket.js +68 -0
  43. package/mcp-server/tools/supportGetTicket.js.map +1 -0
  44. package/mcp-server/tools/supportListTicketMessages.d.ts +8 -0
  45. package/mcp-server/tools/supportListTicketMessages.d.ts.map +1 -0
  46. package/mcp-server/tools/supportListTicketMessages.js +68 -0
  47. package/mcp-server/tools/supportListTicketMessages.js.map +1 -0
  48. package/mcp-server/tools/supportListTickets.d.ts +8 -0
  49. package/mcp-server/tools/supportListTickets.d.ts.map +1 -0
  50. package/mcp-server/tools/supportListTickets.js +68 -0
  51. package/mcp-server/tools/supportListTickets.js.map +1 -0
  52. package/mcp-server/tools/supportUpdateTicket.d.ts +8 -0
  53. package/mcp-server/tools/supportUpdateTicket.d.ts.map +1 -0
  54. package/mcp-server/tools/supportUpdateTicket.js +68 -0
  55. package/mcp-server/tools/supportUpdateTicket.js.map +1 -0
  56. package/mcp-server/tools/underwritingSave.d.ts +8 -0
  57. package/mcp-server/tools/underwritingSave.d.ts.map +1 -0
  58. package/mcp-server/tools/underwritingSave.js +67 -0
  59. package/mcp-server/tools/underwritingSave.js.map +1 -0
  60. package/models/components/accounttype.d.ts +1 -0
  61. package/models/components/accounttype.d.ts.map +1 -1
  62. package/models/components/accounttype.js +1 -0
  63. package/models/components/accounttype.js.map +1 -1
  64. package/models/components/bankaccountholdertype.d.ts +1 -0
  65. package/models/components/bankaccountholdertype.d.ts.map +1 -1
  66. package/models/components/bankaccountholdertype.js +1 -0
  67. package/models/components/bankaccountholdertype.js.map +1 -1
  68. package/models/components/businesspresence.d.ts +16 -0
  69. package/models/components/businesspresence.d.ts.map +1 -0
  70. package/models/components/businesspresence.js +53 -0
  71. package/models/components/businesspresence.js.map +1 -0
  72. package/models/components/capabilityid.d.ts +11 -0
  73. package/models/components/capabilityid.d.ts.map +1 -1
  74. package/models/components/capabilityid.js +11 -0
  75. package/models/components/capabilityid.js.map +1 -1
  76. package/models/components/cardacceptancemethods.d.ts +33 -0
  77. package/models/components/cardacceptancemethods.d.ts.map +1 -0
  78. package/models/components/cardacceptancemethods.js +62 -0
  79. package/models/components/cardacceptancemethods.js.map +1 -0
  80. package/models/components/cardacceptancemethodserror.d.ts +21 -0
  81. package/models/components/cardacceptancemethodserror.d.ts.map +1 -0
  82. package/models/components/cardacceptancemethodserror.js +62 -0
  83. package/models/components/cardacceptancemethodserror.js.map +1 -0
  84. package/models/components/collectfunds.d.ts +21 -0
  85. package/models/components/collectfunds.d.ts.map +1 -0
  86. package/models/components/collectfunds.js +62 -0
  87. package/models/components/collectfunds.js.map +1 -0
  88. package/models/components/collectfundsach.d.ts +18 -0
  89. package/models/components/collectfundsach.d.ts.map +1 -0
  90. package/models/components/collectfundsach.js +59 -0
  91. package/models/components/collectfundsach.js.map +1 -0
  92. package/models/components/collectfundsacherror.d.ts +18 -0
  93. package/models/components/collectfundsacherror.d.ts.map +1 -0
  94. package/models/components/collectfundsacherror.js +59 -0
  95. package/models/components/collectfundsacherror.js.map +1 -0
  96. package/models/components/collectfundscardpayments.d.ts +32 -0
  97. package/models/components/collectfundscardpayments.d.ts.map +1 -0
  98. package/models/components/collectfundscardpayments.js +70 -0
  99. package/models/components/collectfundscardpayments.js.map +1 -0
  100. package/models/components/collectfundscardpaymentserror.d.ts +28 -0
  101. package/models/components/collectfundscardpaymentserror.d.ts.map +1 -0
  102. package/models/components/collectfundscardpaymentserror.js +69 -0
  103. package/models/components/collectfundscardpaymentserror.js.map +1 -0
  104. package/models/components/collectfundserror.d.ts +21 -0
  105. package/models/components/collectfundserror.d.ts.map +1 -0
  106. package/models/components/collectfundserror.js +62 -0
  107. package/models/components/collectfundserror.js.map +1 -0
  108. package/models/components/createaccount.d.ts +2 -5
  109. package/models/components/createaccount.d.ts.map +1 -1
  110. package/models/components/createaccount.js +3 -3
  111. package/models/components/createaccount.js.map +1 -1
  112. package/models/components/createaccounttype.d.ts +12 -0
  113. package/models/components/createaccounttype.d.ts.map +1 -0
  114. package/models/components/createaccounttype.js +49 -0
  115. package/models/components/createaccounttype.js.map +1 -0
  116. package/models/components/createticket.d.ts +29 -0
  117. package/models/components/createticket.d.ts.map +1 -0
  118. package/models/components/createticket.js +67 -0
  119. package/models/components/createticket.js.map +1 -0
  120. package/models/components/createticketcontacterror.d.ts +19 -0
  121. package/models/components/createticketcontacterror.d.ts.map +1 -0
  122. package/models/components/createticketcontacterror.js +60 -0
  123. package/models/components/createticketcontacterror.js.map +1 -0
  124. package/models/components/enrichedindustries.d.ts +3 -3
  125. package/models/components/enrichedindustries.js +3 -3
  126. package/models/components/estimatedactivity.d.ts +25 -0
  127. package/models/components/estimatedactivity.d.ts.map +1 -0
  128. package/models/components/estimatedactivity.js +63 -0
  129. package/models/components/estimatedactivity.js.map +1 -0
  130. package/models/components/estimatedactivityerror.d.ts +21 -0
  131. package/models/components/estimatedactivityerror.d.ts.map +1 -0
  132. package/models/components/estimatedactivityerror.js +62 -0
  133. package/models/components/estimatedactivityerror.js.map +1 -0
  134. package/models/components/fulfillment.d.ts +21 -0
  135. package/models/components/fulfillment.d.ts.map +1 -0
  136. package/models/components/fulfillment.js +62 -0
  137. package/models/components/fulfillment.js.map +1 -0
  138. package/models/components/fulfillmenterror.d.ts +19 -0
  139. package/models/components/fulfillmenterror.d.ts.map +1 -0
  140. package/models/components/{enrichedindustry.js → fulfillmenterror.js} +14 -18
  141. package/models/components/fulfillmenterror.js.map +1 -0
  142. package/models/components/fulfillmentmethod.d.ts +19 -0
  143. package/models/components/fulfillmentmethod.d.ts.map +1 -0
  144. package/models/components/fulfillmentmethod.js +56 -0
  145. package/models/components/fulfillmentmethod.js.map +1 -0
  146. package/models/components/fulfillmenttimeframe.d.ts +18 -0
  147. package/models/components/fulfillmenttimeframe.d.ts.map +1 -0
  148. package/models/components/fulfillmenttimeframe.js +55 -0
  149. package/models/components/fulfillmenttimeframe.js.map +1 -0
  150. package/models/components/geographicreach.d.ts +13 -0
  151. package/models/components/geographicreach.d.ts.map +1 -0
  152. package/models/components/geographicreach.js +50 -0
  153. package/models/components/geographicreach.js.map +1 -0
  154. package/models/components/guestprofile.d.ts +31 -0
  155. package/models/components/guestprofile.d.ts.map +1 -0
  156. package/models/components/guestprofile.js +63 -0
  157. package/models/components/guestprofile.js.map +1 -0
  158. package/models/components/index.d.ts +50 -1
  159. package/models/components/index.d.ts.map +1 -1
  160. package/models/components/index.js +50 -1
  161. package/models/components/index.js.map +1 -1
  162. package/models/components/industrytaxonomy.d.ts +43 -0
  163. package/models/components/industrytaxonomy.d.ts.map +1 -0
  164. package/models/components/industrytaxonomy.js +66 -0
  165. package/models/components/industrytaxonomy.js.map +1 -0
  166. package/models/components/itemlistnextpage.d.ts +20 -0
  167. package/models/components/itemlistnextpage.d.ts.map +1 -0
  168. package/models/components/itemlistnextpage.js +58 -0
  169. package/models/components/itemlistnextpage.js.map +1 -0
  170. package/models/components/moneytransfer.d.ts +21 -0
  171. package/models/components/moneytransfer.d.ts.map +1 -0
  172. package/models/components/moneytransfer.js +62 -0
  173. package/models/components/moneytransfer.js.map +1 -0
  174. package/models/components/moneytransfererror.d.ts +21 -0
  175. package/models/components/moneytransfererror.d.ts.map +1 -0
  176. package/models/components/moneytransfererror.js +62 -0
  177. package/models/components/moneytransfererror.js.map +1 -0
  178. package/models/components/moneytransferpullfromcard.d.ts +18 -0
  179. package/models/components/moneytransferpullfromcard.d.ts.map +1 -0
  180. package/models/components/moneytransferpullfromcard.js +59 -0
  181. package/models/components/moneytransferpullfromcard.js.map +1 -0
  182. package/models/components/moneytransferpullfromcarderror.d.ts +18 -0
  183. package/models/components/moneytransferpullfromcarderror.d.ts.map +1 -0
  184. package/models/components/moneytransferpullfromcarderror.js +59 -0
  185. package/models/components/moneytransferpullfromcarderror.js.map +1 -0
  186. package/models/components/moneytransferpushtocard.d.ts +18 -0
  187. package/models/components/moneytransferpushtocard.d.ts.map +1 -0
  188. package/models/components/moneytransferpushtocard.js +59 -0
  189. package/models/components/moneytransferpushtocard.js.map +1 -0
  190. package/models/components/moneytransferpushtocarderror.d.ts +18 -0
  191. package/models/components/moneytransferpushtocarderror.d.ts.map +1 -0
  192. package/models/components/moneytransferpushtocarderror.js +59 -0
  193. package/models/components/moneytransferpushtocarderror.js.map +1 -0
  194. package/models/components/monthlyvolumerange.d.ts +24 -0
  195. package/models/components/monthlyvolumerange.d.ts.map +1 -0
  196. package/models/components/monthlyvolumerange.js +58 -0
  197. package/models/components/monthlyvolumerange.js.map +1 -0
  198. package/models/components/pendinglitigation.d.ts +20 -0
  199. package/models/components/pendinglitigation.d.ts.map +1 -0
  200. package/models/components/pendinglitigation.js +57 -0
  201. package/models/components/pendinglitigation.js.map +1 -0
  202. package/models/components/profile.d.ts +6 -0
  203. package/models/components/profile.d.ts.map +1 -1
  204. package/models/components/profile.js +3 -0
  205. package/models/components/profile.js.map +1 -1
  206. package/models/components/refundpolicy.d.ts +19 -0
  207. package/models/components/refundpolicy.d.ts.map +1 -0
  208. package/models/components/refundpolicy.js +56 -0
  209. package/models/components/refundpolicy.js.map +1 -0
  210. package/models/components/requirementid.d.ts +54 -0
  211. package/models/components/requirementid.d.ts.map +1 -1
  212. package/models/components/requirementid.js +54 -0
  213. package/models/components/requirementid.js.map +1 -1
  214. package/models/components/sendfunds.d.ts +27 -0
  215. package/models/components/sendfunds.d.ts.map +1 -0
  216. package/models/components/sendfunds.js +68 -0
  217. package/models/components/sendfunds.js.map +1 -0
  218. package/models/components/sendfundsach.d.ts +18 -0
  219. package/models/components/sendfundsach.d.ts.map +1 -0
  220. package/models/components/sendfundsach.js +59 -0
  221. package/models/components/sendfundsach.js.map +1 -0
  222. package/models/components/sendfundsacherror.d.ts +18 -0
  223. package/models/components/sendfundsacherror.d.ts.map +1 -0
  224. package/models/components/sendfundsacherror.js +59 -0
  225. package/models/components/sendfundsacherror.js.map +1 -0
  226. package/models/components/sendfundserror.d.ts +27 -0
  227. package/models/components/sendfundserror.d.ts.map +1 -0
  228. package/models/components/sendfundserror.js +68 -0
  229. package/models/components/sendfundserror.js.map +1 -0
  230. package/models/components/sendfundsinstantbank.d.ts +18 -0
  231. package/models/components/sendfundsinstantbank.d.ts.map +1 -0
  232. package/models/components/sendfundsinstantbank.js +59 -0
  233. package/models/components/sendfundsinstantbank.js.map +1 -0
  234. package/models/components/sendfundsinstantbankerror.d.ts +18 -0
  235. package/models/components/sendfundsinstantbankerror.d.ts.map +1 -0
  236. package/models/components/sendfundsinstantbankerror.js +59 -0
  237. package/models/components/sendfundsinstantbankerror.js.map +1 -0
  238. package/models/components/sendfundspushtocard.d.ts +18 -0
  239. package/models/components/sendfundspushtocard.d.ts.map +1 -0
  240. package/models/components/sendfundspushtocard.js +59 -0
  241. package/models/components/sendfundspushtocard.js.map +1 -0
  242. package/models/components/sendfundspushtocarderror.d.ts +18 -0
  243. package/models/components/sendfundspushtocarderror.d.ts.map +1 -0
  244. package/models/components/sendfundspushtocarderror.js +59 -0
  245. package/models/components/sendfundspushtocarderror.js.map +1 -0
  246. package/models/components/sendfundsrtp.d.ts +18 -0
  247. package/models/components/sendfundsrtp.d.ts.map +1 -0
  248. package/models/components/sendfundsrtp.js +59 -0
  249. package/models/components/sendfundsrtp.js.map +1 -0
  250. package/models/components/sendfundsrtperror.d.ts +18 -0
  251. package/models/components/sendfundsrtperror.d.ts.map +1 -0
  252. package/models/components/sendfundsrtperror.js +59 -0
  253. package/models/components/sendfundsrtperror.js.map +1 -0
  254. package/models/components/submissionintent.d.ts +12 -0
  255. package/models/components/submissionintent.d.ts.map +1 -0
  256. package/models/components/submissionintent.js +49 -0
  257. package/models/components/submissionintent.js.map +1 -0
  258. package/models/components/ticket.d.ts +37 -0
  259. package/models/components/ticket.d.ts.map +1 -0
  260. package/models/components/ticket.js +80 -0
  261. package/models/components/ticket.js.map +1 -0
  262. package/models/components/ticketcontact.d.ts +19 -0
  263. package/models/components/ticketcontact.d.ts.map +1 -0
  264. package/models/components/ticketcontact.js +60 -0
  265. package/models/components/ticketcontact.js.map +1 -0
  266. package/models/components/ticketmessage.d.ts +21 -0
  267. package/models/components/ticketmessage.d.ts.map +1 -0
  268. package/models/components/ticketmessage.js +62 -0
  269. package/models/components/ticketmessage.js.map +1 -0
  270. package/models/components/underwriting.d.ts +35 -14
  271. package/models/components/underwriting.d.ts.map +1 -1
  272. package/models/components/underwriting.js +36 -14
  273. package/models/components/underwriting.js.map +1 -1
  274. package/models/components/updateticket.d.ts +21 -0
  275. package/models/components/updateticket.d.ts.map +1 -0
  276. package/models/components/updateticket.js +59 -0
  277. package/models/components/updateticket.js.map +1 -0
  278. package/models/components/updateticketstatus.d.ts +11 -0
  279. package/models/components/updateticketstatus.d.ts.map +1 -0
  280. package/models/components/updateticketstatus.js +48 -0
  281. package/models/components/updateticketstatus.js.map +1 -0
  282. package/models/components/upsertunderwriting.d.ts +39 -0
  283. package/models/components/upsertunderwriting.d.ts.map +1 -0
  284. package/models/components/upsertunderwriting.js +81 -0
  285. package/models/components/upsertunderwriting.js.map +1 -0
  286. package/models/components/volumesharebycustomertype.d.ts +21 -0
  287. package/models/components/volumesharebycustomertype.d.ts.map +1 -0
  288. package/models/components/volumesharebycustomertype.js +62 -0
  289. package/models/components/volumesharebycustomertype.js.map +1 -0
  290. package/models/components/volumesharebycustomertypeerror.d.ts +21 -0
  291. package/models/components/volumesharebycustomertypeerror.d.ts.map +1 -0
  292. package/models/components/volumesharebycustomertypeerror.js +62 -0
  293. package/models/components/volumesharebycustomertypeerror.js.map +1 -0
  294. package/models/errors/createticketerror.d.ts +36 -0
  295. package/models/errors/createticketerror.d.ts.map +1 -0
  296. package/models/errors/createticketerror.js +90 -0
  297. package/models/errors/createticketerror.js.map +1 -0
  298. package/models/errors/index.d.ts +3 -0
  299. package/models/errors/index.d.ts.map +1 -1
  300. package/models/errors/index.js +3 -0
  301. package/models/errors/index.js.map +1 -1
  302. package/models/errors/updateticketerror.d.ts +24 -0
  303. package/models/errors/updateticketerror.d.ts.map +1 -0
  304. package/models/errors/updateticketerror.js +75 -0
  305. package/models/errors/updateticketerror.js.map +1 -0
  306. package/models/errors/upsertunderwritingerror.d.ts +64 -0
  307. package/models/errors/upsertunderwritingerror.d.ts.map +1 -0
  308. package/models/errors/upsertunderwritingerror.js +143 -0
  309. package/models/errors/upsertunderwritingerror.js.map +1 -0
  310. package/models/operations/createticket.d.ts +66 -0
  311. package/models/operations/createticket.d.ts.map +1 -0
  312. package/models/operations/createticket.js +122 -0
  313. package/models/operations/createticket.js.map +1 -0
  314. package/models/operations/getticket.d.ts +66 -0
  315. package/models/operations/getticket.d.ts.map +1 -0
  316. package/models/operations/getticket.js +114 -0
  317. package/models/operations/getticket.js.map +1 -0
  318. package/models/operations/index.d.ts +6 -0
  319. package/models/operations/index.d.ts.map +1 -1
  320. package/models/operations/index.js +6 -0
  321. package/models/operations/index.js.map +1 -1
  322. package/models/operations/listaccounts.d.ts +1 -1
  323. package/models/operations/listaccounts.d.ts.map +1 -1
  324. package/models/operations/listaccounts.js +2 -2
  325. package/models/operations/listaccounts.js.map +1 -1
  326. package/models/operations/listconnectedaccountsforaccount.d.ts +1 -1
  327. package/models/operations/listconnectedaccountsforaccount.d.ts.map +1 -1
  328. package/models/operations/listconnectedaccountsforaccount.js +2 -2
  329. package/models/operations/listconnectedaccountsforaccount.js.map +1 -1
  330. package/models/operations/listticketmessages.d.ts +66 -0
  331. package/models/operations/listticketmessages.d.ts.map +1 -0
  332. package/models/operations/listticketmessages.js +114 -0
  333. package/models/operations/listticketmessages.js.map +1 -0
  334. package/models/operations/listtickets.d.ts +90 -0
  335. package/models/operations/listtickets.d.ts.map +1 -0
  336. package/models/operations/listtickets.js +138 -0
  337. package/models/operations/listtickets.js.map +1 -0
  338. package/models/operations/saveunderwriting.d.ts +66 -0
  339. package/models/operations/saveunderwriting.d.ts.map +1 -0
  340. package/models/operations/saveunderwriting.js +122 -0
  341. package/models/operations/saveunderwriting.js.map +1 -0
  342. package/models/operations/updateticket.d.ts +68 -0
  343. package/models/operations/updateticket.d.ts.map +1 -0
  344. package/models/operations/updateticket.js +124 -0
  345. package/models/operations/updateticket.js.map +1 -0
  346. package/package.json +1 -1
  347. package/sdk/sdk.d.ts +3 -0
  348. package/sdk/sdk.d.ts.map +1 -1
  349. package/sdk/sdk.js +4 -0
  350. package/sdk/sdk.js.map +1 -1
  351. package/sdk/support.d.ts +55 -0
  352. package/sdk/support.d.ts.map +1 -0
  353. package/sdk/support.js +77 -0
  354. package/sdk/support.js.map +1 -0
  355. package/sdk/underwriting.d.ts +9 -0
  356. package/sdk/underwriting.d.ts.map +1 -1
  357. package/sdk/underwriting.js +12 -0
  358. package/sdk/underwriting.js.map +1 -1
  359. package/src/funcs/supportCreateTicket.ts +204 -0
  360. package/src/funcs/supportGetTicket.ts +188 -0
  361. package/src/funcs/supportListTicketMessages.ts +188 -0
  362. package/src/funcs/supportListTickets.ts +190 -0
  363. package/src/funcs/supportUpdateTicket.ts +210 -0
  364. package/src/funcs/underwritingSave.ts +207 -0
  365. package/src/lib/config.ts +3 -3
  366. package/src/mcp-server/mcp-server.ts +1 -1
  367. package/src/mcp-server/server.ts +13 -1
  368. package/src/mcp-server/tools/supportCreateTicket.ts +41 -0
  369. package/src/mcp-server/tools/supportGetTicket.ts +41 -0
  370. package/src/mcp-server/tools/supportListTicketMessages.ts +41 -0
  371. package/src/mcp-server/tools/supportListTickets.ts +41 -0
  372. package/src/mcp-server/tools/supportUpdateTicket.ts +41 -0
  373. package/src/mcp-server/tools/underwritingSave.ts +40 -0
  374. package/src/models/components/accounttype.ts +1 -0
  375. package/src/models/components/bankaccountholdertype.ts +1 -0
  376. package/src/models/components/businesspresence.ts +25 -0
  377. package/src/models/components/capabilityid.ts +11 -0
  378. package/src/models/components/cardacceptancemethods.ts +71 -0
  379. package/src/models/components/cardacceptancemethodserror.ts +59 -0
  380. package/src/models/components/collectfunds.ts +63 -0
  381. package/src/models/components/collectfundsach.ts +55 -0
  382. package/src/models/components/collectfundsacherror.ts +57 -0
  383. package/src/models/components/collectfundscardpayments.ts +93 -0
  384. package/src/models/components/collectfundscardpaymentserror.ts +87 -0
  385. package/src/models/components/collectfundserror.ts +67 -0
  386. package/src/models/components/createaccount.ts +8 -11
  387. package/src/models/components/createaccounttype.ts +21 -0
  388. package/src/models/components/createticket.ts +72 -0
  389. package/src/models/components/createticketcontacterror.ts +55 -0
  390. package/src/models/components/enrichedindustries.ts +9 -9
  391. package/src/models/components/estimatedactivity.ts +67 -0
  392. package/src/models/components/estimatedactivityerror.ts +59 -0
  393. package/src/models/components/fulfillment.ts +61 -0
  394. package/src/models/components/fulfillmenterror.ts +55 -0
  395. package/src/models/components/fulfillmentmethod.ts +28 -0
  396. package/src/models/components/fulfillmenttimeframe.ts +27 -0
  397. package/src/models/components/geographicreach.ts +22 -0
  398. package/src/models/components/guestprofile.ts +70 -0
  399. package/src/models/components/index.ts +50 -1
  400. package/src/models/components/industrytaxonomy.ts +85 -0
  401. package/src/models/components/itemlistnextpage.ts +54 -0
  402. package/src/models/components/moneytransfer.ts +63 -0
  403. package/src/models/components/moneytransfererror.ts +67 -0
  404. package/src/models/components/moneytransferpullfromcard.ts +57 -0
  405. package/src/models/components/moneytransferpullfromcarderror.ts +59 -0
  406. package/src/models/components/moneytransferpushtocard.ts +57 -0
  407. package/src/models/components/moneytransferpushtocarderror.ts +59 -0
  408. package/src/models/components/monthlyvolumerange.ts +33 -0
  409. package/src/models/components/pendinglitigation.ts +30 -0
  410. package/src/models/components/profile.ts +13 -0
  411. package/src/models/components/refundpolicy.ts +26 -0
  412. package/src/models/components/requirementid.ts +103 -0
  413. package/src/models/components/sendfunds.ts +83 -0
  414. package/src/models/components/sendfundsach.ts +53 -0
  415. package/src/models/components/sendfundsacherror.ts +57 -0
  416. package/src/models/components/sendfundserror.ts +83 -0
  417. package/src/models/components/sendfundsinstantbank.ts +57 -0
  418. package/src/models/components/sendfundsinstantbankerror.ts +57 -0
  419. package/src/models/components/sendfundspushtocard.ts +57 -0
  420. package/src/models/components/sendfundspushtocarderror.ts +57 -0
  421. package/src/models/components/sendfundsrtp.ts +53 -0
  422. package/src/models/components/sendfundsrtperror.ts +57 -0
  423. package/src/models/components/submissionintent.ts +21 -0
  424. package/src/models/components/ticket.ts +98 -0
  425. package/src/models/components/ticketcontact.ts +51 -0
  426. package/src/models/components/ticketmessage.ts +55 -0
  427. package/src/models/components/underwriting.ts +96 -28
  428. package/src/models/components/updateticket.ts +55 -0
  429. package/src/models/components/updateticketstatus.ts +20 -0
  430. package/src/models/components/upsertunderwriting.ts +124 -0
  431. package/src/models/components/volumesharebycustomertype.ts +59 -0
  432. package/src/models/components/volumesharebycustomertypeerror.ts +61 -0
  433. package/src/models/errors/createticketerror.ts +89 -0
  434. package/src/models/errors/index.ts +3 -0
  435. package/src/models/errors/updateticketerror.ts +66 -0
  436. package/src/models/errors/upsertunderwritingerror.ts +178 -0
  437. package/src/models/operations/createticket.ts +187 -0
  438. package/src/models/operations/getticket.ts +179 -0
  439. package/src/models/operations/index.ts +6 -0
  440. package/src/models/operations/listaccounts.ts +3 -3
  441. package/src/models/operations/listconnectedaccountsforaccount.ts +3 -3
  442. package/src/models/operations/listticketmessages.ts +179 -0
  443. package/src/models/operations/listtickets.ts +241 -0
  444. package/src/models/operations/saveunderwriting.ts +187 -0
  445. package/src/models/operations/updateticket.ts +191 -0
  446. package/src/sdk/sdk.ts +6 -0
  447. package/src/sdk/support.ts +114 -0
  448. package/src/sdk/underwriting.ts +20 -0
  449. package/models/components/enrichedindustry.d.ts +0 -35
  450. package/models/components/enrichedindustry.d.ts.map +0 -1
  451. package/models/components/enrichedindustry.js.map +0 -1
  452. package/src/models/components/enrichedindustry.ts +0 -75
package/README.md CHANGED
@@ -996,6 +996,44 @@ Use the `Accept` header to specify the format of the response. Supported formats
996
996
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
997
997
  you'll need to specify the `/accounts/{accountID}/profile.read` scope.
998
998
 
999
+ ### [Support](docs/sdks/support/README.md)
1000
+
1001
+ * [createTicket](docs/sdks/support/README.md#createticket) - Create a support ticket for a Moov account.
1002
+
1003
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1004
+ you'll need to specify the `/accounts/{accountID}/tickets.write` scope.
1005
+
1006
+ If you're creating the ticket on behalf of another account, then you'll need to
1007
+ specify the `/accounts/{partnerAccountID}/tickets.write` and `/accounts/{accountID}/profile.read` scopes.
1008
+ * [listTickets](docs/sdks/support/README.md#listtickets) - List all the support tickets created under a Moov account.
1009
+
1010
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1011
+ you'll need to specify the `/accounts/{accountID}/tickets.read` scope.
1012
+
1013
+ If you're listing another account's tickets, then you'll need to
1014
+ specify the `/accounts/{partnerAccountID}/tickets.read` and `/accounts/{accountID}/profile.read` scopes.
1015
+ * [getTicket](docs/sdks/support/README.md#getticket) - Retrieve a support ticket by ID.
1016
+
1017
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1018
+ you'll need to specify the `/accounts/{accountID}/tickets.read` scope.
1019
+
1020
+ If you're retrieving another account's ticket, then you'll need to
1021
+ specify the `/accounts/{partnerAccountID}/tickets.read` and `/accounts/{accountID}/profile.read` scopes.
1022
+ * [updateTicket](docs/sdks/support/README.md#updateticket) - Updates a support ticket.
1023
+
1024
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1025
+ you'll need to specify the `/accounts/{accountID}/tickets.write` scope.
1026
+
1027
+ If you're updating the ticket on behalf of another account, then you'll need to
1028
+ specify the `/accounts/{partnerAccountID}/tickets.write` and `/accounts/{accountID}/profile.read` scopes.
1029
+ * [listTicketMessages](docs/sdks/support/README.md#listticketmessages) - List all the messages for a support ticket.
1030
+
1031
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1032
+ you'll need to specify the `/accounts/{accountID}/tickets.read` scope.
1033
+
1034
+ If you're listing another account's messages, then you'll need to
1035
+ specify the `/accounts/{partnerAccountID}/tickets.read` and `/accounts/{accountID}/profile.read` scopes.
1036
+
999
1037
  ### [Sweeps](docs/sdks/sweeps/README.md)
1000
1038
 
1001
1039
  * [createConfig](docs/sdks/sweeps/README.md#createconfig) - Create a sweep config for a wallet.
@@ -1125,6 +1163,12 @@ Read our [underwriting guide](https://docs.moov.io/guides/accounts/requirements/
1125
1163
 
1126
1164
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1127
1165
  you'll need to specify the `/accounts/{accountID}/profile.read` scope.
1166
+ * [save](docs/sdks/underwriting/README.md#save) - Create or update the account's underwriting.
1167
+
1168
+ Read our [underwriting guide](https://docs.moov.io/guides/accounts/requirements/underwriting/) to learn more.
1169
+
1170
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1171
+ you'll need to specify the `/accounts/{accountID}/profile.write` scope.
1128
1172
  * [upsert](docs/sdks/underwriting/README.md#upsert) - Create or update the account's underwriting.
1129
1173
 
1130
1174
  Read our [underwriting guide](https://docs.moov.io/guides/accounts/requirements/underwriting/) to learn more.
@@ -1855,6 +1899,41 @@ you'll need to specify the `/accounts/{accountID}/profile.read` scope.
1855
1899
 
1856
1900
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1857
1901
  you'll need to specify the `/accounts/{accountID}/profile.read` scope.
1902
+ - [`supportCreateTicket`](docs/sdks/support/README.md#createticket) - Create a support ticket for a Moov account.
1903
+
1904
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1905
+ you'll need to specify the `/accounts/{accountID}/tickets.write` scope.
1906
+
1907
+ If you're creating the ticket on behalf of another account, then you'll need to
1908
+ specify the `/accounts/{partnerAccountID}/tickets.write` and `/accounts/{accountID}/profile.read` scopes.
1909
+ - [`supportGetTicket`](docs/sdks/support/README.md#getticket) - Retrieve a support ticket by ID.
1910
+
1911
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1912
+ you'll need to specify the `/accounts/{accountID}/tickets.read` scope.
1913
+
1914
+ If you're retrieving another account's ticket, then you'll need to
1915
+ specify the `/accounts/{partnerAccountID}/tickets.read` and `/accounts/{accountID}/profile.read` scopes.
1916
+ - [`supportListTicketMessages`](docs/sdks/support/README.md#listticketmessages) - List all the messages for a support ticket.
1917
+
1918
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1919
+ you'll need to specify the `/accounts/{accountID}/tickets.read` scope.
1920
+
1921
+ If you're listing another account's messages, then you'll need to
1922
+ specify the `/accounts/{partnerAccountID}/tickets.read` and `/accounts/{accountID}/profile.read` scopes.
1923
+ - [`supportListTickets`](docs/sdks/support/README.md#listtickets) - List all the support tickets created under a Moov account.
1924
+
1925
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1926
+ you'll need to specify the `/accounts/{accountID}/tickets.read` scope.
1927
+
1928
+ If you're listing another account's tickets, then you'll need to
1929
+ specify the `/accounts/{partnerAccountID}/tickets.read` and `/accounts/{accountID}/profile.read` scopes.
1930
+ - [`supportUpdateTicket`](docs/sdks/support/README.md#updateticket) - Updates a support ticket.
1931
+
1932
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1933
+ you'll need to specify the `/accounts/{accountID}/tickets.write` scope.
1934
+
1935
+ If you're updating the ticket on behalf of another account, then you'll need to
1936
+ specify the `/accounts/{partnerAccountID}/tickets.write` and `/accounts/{accountID}/profile.read` scopes.
1858
1937
  - [`sweepsCreateConfig`](docs/sdks/sweeps/README.md#createconfig) - Create a sweep config for a wallet.
1859
1938
 
1860
1939
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
@@ -1973,6 +2052,12 @@ Read our [underwriting guide](https://docs.moov.io/guides/accounts/requirements/
1973
2052
 
1974
2053
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1975
2054
  you'll need to specify the `/accounts/{accountID}/profile.read` scope.
2055
+ - [`underwritingSave`](docs/sdks/underwriting/README.md#save) - Create or update the account's underwriting.
2056
+
2057
+ Read our [underwriting guide](https://docs.moov.io/guides/accounts/requirements/underwriting/) to learn more.
2058
+
2059
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
2060
+ you'll need to specify the `/accounts/{accountID}/profile.write` scope.
1976
2061
  - [`underwritingUpsert`](docs/sdks/underwriting/README.md#upsert) - Create or update the account's underwriting.
1977
2062
 
1978
2063
  Read our [underwriting guide](https://docs.moov.io/guides/accounts/requirements/underwriting/) to learn more.
@@ -2225,7 +2310,7 @@ run();
2225
2310
  **Primary error:**
2226
2311
  * [`MoovError`](./src/models/errors/mooverror.ts): The base class for HTTP error responses.
2227
2312
 
2228
- <details><summary>Less common errors (52)</summary>
2313
+ <details><summary>Less common errors (55)</summary>
2229
2314
 
2230
2315
  <br />
2231
2316
 
@@ -2238,52 +2323,55 @@ run();
2238
2323
 
2239
2324
 
2240
2325
  **Inherit from [`MoovError`](./src/models/errors/mooverror.ts)**:
2241
- * [`GenericError`](./src/models/errors/genericerror.ts): Applicable to 72 of 165 methods.*
2242
- * [`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 165 methods.*
2243
- * [`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 165 methods.*
2244
- * [`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 165 methods.*
2245
- * [`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 165 methods.*
2246
- * [`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 165 methods.*
2247
- * [`Transfer`](./src/models/errors/transfer.ts): Details of a Transfer. Status code `409`. Applicable to 1 of 165 methods.*
2248
- * [`CardAcquiringRefund`](./src/models/errors/cardacquiringrefund.ts): Details of a card refund. Status code `409`. Applicable to 1 of 165 methods.*
2249
- * [`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 165 methods.*
2250
- * [`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 165 methods.*
2251
- * [`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 165 methods.*
2252
- * [`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 165 methods.*
2253
- * [`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 165 methods.*
2254
- * [`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 165 methods.*
2255
- * [`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 165 methods.*
2256
- * [`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 165 methods.*
2257
- * [`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 165 methods.*
2258
- * [`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 165 methods.*
2259
- * [`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 165 methods.*
2260
- * [`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 165 methods.*
2261
- * [`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 165 methods.*
2262
- * [`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 165 methods.*
2263
- * [`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 165 methods.*
2264
- * [`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 165 methods.*
2265
- * [`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 165 methods.*
2266
- * [`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 165 methods.*
2267
- * [`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 165 methods.*
2268
- * [`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 165 methods.*
2269
- * [`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 165 methods.*
2270
- * [`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 165 methods.*
2271
- * [`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 165 methods.*
2272
- * [`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 165 methods.*
2273
- * [`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 165 methods.*
2274
- * [`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 165 methods.*
2275
- * [`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 165 methods.*
2276
- * [`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 165 methods.*
2277
- * [`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 165 methods.*
2278
- * [`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 165 methods.*
2279
- * [`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 165 methods.*
2280
- * [`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 165 methods.*
2281
- * [`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 165 methods.*
2282
- * [`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 165 methods.*
2283
- * [`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 165 methods.*
2284
- * [`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 165 methods.*
2285
- * [`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 165 methods.*
2286
- * [`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 165 methods.*
2326
+ * [`GenericError`](./src/models/errors/genericerror.ts): Applicable to 75 of 171 methods.*
2327
+ * [`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 171 methods.*
2328
+ * [`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 171 methods.*
2329
+ * [`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 171 methods.*
2330
+ * [`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 171 methods.*
2331
+ * [`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 171 methods.*
2332
+ * [`Transfer`](./src/models/errors/transfer.ts): Details of a Transfer. Status code `409`. Applicable to 1 of 171 methods.*
2333
+ * [`CardAcquiringRefund`](./src/models/errors/cardacquiringrefund.ts): Details of a card refund. Status code `409`. Applicable to 1 of 171 methods.*
2334
+ * [`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 171 methods.*
2335
+ * [`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 171 methods.*
2336
+ * [`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 171 methods.*
2337
+ * [`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 171 methods.*
2338
+ * [`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 171 methods.*
2339
+ * [`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 171 methods.*
2340
+ * [`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 171 methods.*
2341
+ * [`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 171 methods.*
2342
+ * [`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 171 methods.*
2343
+ * [`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 171 methods.*
2344
+ * [`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 171 methods.*
2345
+ * [`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 171 methods.*
2346
+ * [`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 171 methods.*
2347
+ * [`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 171 methods.*
2348
+ * [`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 171 methods.*
2349
+ * [`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 171 methods.*
2350
+ * [`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 171 methods.*
2351
+ * [`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 171 methods.*
2352
+ * [`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 171 methods.*
2353
+ * [`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 171 methods.*
2354
+ * [`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 171 methods.*
2355
+ * [`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 171 methods.*
2356
+ * [`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 171 methods.*
2357
+ * [`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 171 methods.*
2358
+ * [`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 171 methods.*
2359
+ * [`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 171 methods.*
2360
+ * [`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 171 methods.*
2361
+ * [`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 171 methods.*
2362
+ * [`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 171 methods.*
2363
+ * [`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 171 methods.*
2364
+ * [`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 171 methods.*
2365
+ * [`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 171 methods.*
2366
+ * [`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 171 methods.*
2367
+ * [`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 171 methods.*
2368
+ * [`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 171 methods.*
2369
+ * [`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 171 methods.*
2370
+ * [`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 171 methods.*
2371
+ * [`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 171 methods.*
2372
+ * [`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 171 methods.*
2373
+ * [`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 171 methods.*
2374
+ * [`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 171 methods.*
2287
2375
  * [`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.
2288
2376
 
2289
2377
  </details>