@moovio/sdk 26.4.0-dev.1 → 26.4.0-dev.11

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 (990) hide show
  1. package/README.md +179 -57
  2. package/bin/mcp-server.js +4591 -1280
  3. package/bin/mcp-server.js.map +304 -219
  4. package/funcs/cardsLink.d.ts +1 -1
  5. package/funcs/cardsLink.d.ts.map +1 -1
  6. package/funcs/cardsLink.js +1 -1
  7. package/funcs/cardsLink.js.map +1 -1
  8. package/funcs/disputesUploadEvidenceFile.js +6 -0
  9. package/funcs/disputesUploadEvidenceFile.js.map +1 -1
  10. package/funcs/filesUpload.js +6 -0
  11. package/funcs/filesUpload.js.map +1 -1
  12. package/funcs/imagesUpdate.js +7 -0
  13. package/funcs/imagesUpdate.js.map +1 -1
  14. package/funcs/imagesUpload.js +7 -0
  15. package/funcs/imagesUpload.js.map +1 -1
  16. package/funcs/invoicesCreateInvoice.d.ts +18 -0
  17. package/funcs/invoicesCreateInvoice.d.ts.map +1 -0
  18. package/funcs/invoicesCreateInvoice.js +139 -0
  19. package/funcs/invoicesCreateInvoice.js.map +1 -0
  20. package/funcs/invoicesCreateInvoicePayment.d.ts +19 -0
  21. package/funcs/invoicesCreateInvoicePayment.d.ts.map +1 -0
  22. package/funcs/invoicesCreateInvoicePayment.js +148 -0
  23. package/funcs/invoicesCreateInvoicePayment.js.map +1 -0
  24. package/funcs/invoicesDelete.d.ts +24 -0
  25. package/funcs/invoicesDelete.d.ts.map +1 -0
  26. package/funcs/invoicesDelete.js +146 -0
  27. package/funcs/invoicesDelete.js.map +1 -0
  28. package/funcs/invoicesGetInvoice.d.ts +17 -0
  29. package/funcs/invoicesGetInvoice.d.ts.map +1 -0
  30. package/funcs/invoicesGetInvoice.js +129 -0
  31. package/funcs/invoicesGetInvoice.js.map +1 -0
  32. package/funcs/invoicesListInvoicePayments.d.ts +17 -0
  33. package/funcs/invoicesListInvoicePayments.d.ts.map +1 -0
  34. package/funcs/invoicesListInvoicePayments.js +129 -0
  35. package/funcs/invoicesListInvoicePayments.js.map +1 -0
  36. package/funcs/invoicesListInvoices.d.ts +18 -0
  37. package/funcs/invoicesListInvoices.d.ts.map +1 -0
  38. package/funcs/invoicesListInvoices.js +139 -0
  39. package/funcs/invoicesListInvoices.js.map +1 -0
  40. package/funcs/invoicesUpdateInvoice.d.ts +18 -0
  41. package/funcs/invoicesUpdateInvoice.d.ts.map +1 -0
  42. package/funcs/invoicesUpdateInvoice.js +143 -0
  43. package/funcs/invoicesUpdateInvoice.js.map +1 -0
  44. package/funcs/paymentLinksList.js +1 -2
  45. package/funcs/paymentLinksList.js.map +1 -1
  46. package/funcs/resolutionLinksCreate.d.ts +20 -0
  47. package/funcs/resolutionLinksCreate.d.ts.map +1 -0
  48. package/funcs/resolutionLinksCreate.js +145 -0
  49. package/funcs/resolutionLinksCreate.js.map +1 -0
  50. package/funcs/resolutionLinksDisable.d.ts +18 -0
  51. package/funcs/resolutionLinksDisable.d.ts.map +1 -0
  52. package/funcs/resolutionLinksDisable.js +135 -0
  53. package/funcs/resolutionLinksDisable.js.map +1 -0
  54. package/funcs/resolutionLinksGet.d.ts +17 -0
  55. package/funcs/resolutionLinksGet.d.ts.map +1 -0
  56. package/funcs/resolutionLinksGet.js +126 -0
  57. package/funcs/resolutionLinksGet.js.map +1 -0
  58. package/funcs/resolutionLinksList.d.ts +17 -0
  59. package/funcs/resolutionLinksList.d.ts.map +1 -0
  60. package/funcs/resolutionLinksList.js +125 -0
  61. package/funcs/resolutionLinksList.js.map +1 -0
  62. package/hooks/moov-version-hook.d.ts +3 -4
  63. package/hooks/moov-version-hook.d.ts.map +1 -1
  64. package/hooks/moov-version-hook.js +5 -4
  65. package/hooks/moov-version-hook.js.map +1 -1
  66. package/hooks/registration.js +1 -1
  67. package/hooks/registration.js.map +1 -1
  68. package/jsr.json +1 -1
  69. package/lib/config.d.ts +3 -3
  70. package/lib/config.js +3 -3
  71. package/lib/config.js.map +1 -1
  72. package/lib/matchers.d.ts.map +1 -1
  73. package/lib/matchers.js +0 -1
  74. package/lib/matchers.js.map +1 -1
  75. package/lib/security.d.ts.map +1 -1
  76. package/lib/security.js +1 -2
  77. package/lib/security.js.map +1 -1
  78. package/mcp-server/mcp-server.js +1 -1
  79. package/mcp-server/mcp-server.js.map +1 -1
  80. package/mcp-server/server.d.ts.map +1 -1
  81. package/mcp-server/server.js +23 -1
  82. package/mcp-server/server.js.map +1 -1
  83. package/mcp-server/shared.js +1 -1
  84. package/mcp-server/shared.js.map +1 -1
  85. package/mcp-server/tools/invoicesCreateInvoice.d.ts +8 -0
  86. package/mcp-server/tools/invoicesCreateInvoice.d.ts.map +1 -0
  87. package/mcp-server/tools/invoicesCreateInvoice.js +65 -0
  88. package/mcp-server/tools/invoicesCreateInvoice.js.map +1 -0
  89. package/mcp-server/tools/invoicesCreateInvoicePayment.d.ts +8 -0
  90. package/mcp-server/tools/invoicesCreateInvoicePayment.d.ts.map +1 -0
  91. package/mcp-server/tools/invoicesCreateInvoicePayment.js +66 -0
  92. package/mcp-server/tools/invoicesCreateInvoicePayment.js.map +1 -0
  93. package/mcp-server/tools/invoicesDelete.d.ts +8 -0
  94. package/mcp-server/tools/invoicesDelete.d.ts.map +1 -0
  95. package/mcp-server/tools/invoicesDelete.js +70 -0
  96. package/mcp-server/tools/invoicesDelete.js.map +1 -0
  97. package/mcp-server/tools/invoicesGetInvoice.d.ts +8 -0
  98. package/mcp-server/tools/invoicesGetInvoice.d.ts.map +1 -0
  99. package/mcp-server/tools/invoicesGetInvoice.js +65 -0
  100. package/mcp-server/tools/invoicesGetInvoice.js.map +1 -0
  101. package/mcp-server/tools/invoicesListInvoicePayments.d.ts +8 -0
  102. package/mcp-server/tools/invoicesListInvoicePayments.d.ts.map +1 -0
  103. package/mcp-server/tools/invoicesListInvoicePayments.js +65 -0
  104. package/mcp-server/tools/invoicesListInvoicePayments.js.map +1 -0
  105. package/mcp-server/tools/invoicesListInvoices.d.ts +8 -0
  106. package/mcp-server/tools/invoicesListInvoices.d.ts.map +1 -0
  107. package/mcp-server/tools/invoicesListInvoices.js +65 -0
  108. package/mcp-server/tools/invoicesListInvoices.js.map +1 -0
  109. package/mcp-server/tools/invoicesUpdateInvoice.d.ts +8 -0
  110. package/mcp-server/tools/invoicesUpdateInvoice.d.ts.map +1 -0
  111. package/mcp-server/tools/invoicesUpdateInvoice.js +65 -0
  112. package/mcp-server/tools/invoicesUpdateInvoice.js.map +1 -0
  113. package/mcp-server/tools/resolutionLinksCreate.d.ts +8 -0
  114. package/mcp-server/tools/resolutionLinksCreate.d.ts.map +1 -0
  115. package/mcp-server/tools/resolutionLinksCreate.js +67 -0
  116. package/mcp-server/tools/resolutionLinksCreate.js.map +1 -0
  117. package/mcp-server/tools/resolutionLinksDisable.d.ts +8 -0
  118. package/mcp-server/tools/resolutionLinksDisable.d.ts.map +1 -0
  119. package/mcp-server/tools/resolutionLinksDisable.js +64 -0
  120. package/mcp-server/tools/resolutionLinksDisable.js.map +1 -0
  121. package/mcp-server/tools/resolutionLinksGet.d.ts +8 -0
  122. package/mcp-server/tools/resolutionLinksGet.d.ts.map +1 -0
  123. package/mcp-server/tools/resolutionLinksGet.js +65 -0
  124. package/mcp-server/tools/resolutionLinksGet.js.map +1 -0
  125. package/mcp-server/tools/resolutionLinksList.d.ts +8 -0
  126. package/mcp-server/tools/resolutionLinksList.d.ts.map +1 -0
  127. package/mcp-server/tools/resolutionLinksList.js +65 -0
  128. package/mcp-server/tools/resolutionLinksList.js.map +1 -0
  129. package/models/components/accountfees.d.ts +5 -0
  130. package/models/components/accountfees.d.ts.map +1 -1
  131. package/models/components/accountfees.js +2 -0
  132. package/models/components/accountfees.js.map +1 -1
  133. package/models/components/achcreditsamedaytransferpaymentmethod.d.ts +28 -0
  134. package/models/components/achcreditsamedaytransferpaymentmethod.d.ts.map +1 -0
  135. package/models/components/achcreditsamedaytransferpaymentmethod.js +63 -0
  136. package/models/components/achcreditsamedaytransferpaymentmethod.js.map +1 -0
  137. package/models/components/achcreditstandardtransferpaymentmethod.d.ts +28 -0
  138. package/models/components/achcreditstandardtransferpaymentmethod.d.ts.map +1 -0
  139. package/models/components/achcreditstandardtransferpaymentmethod.js +63 -0
  140. package/models/components/achcreditstandardtransferpaymentmethod.js.map +1 -0
  141. package/models/components/achdebitcollecttransferpaymentmethod.d.ts +28 -0
  142. package/models/components/achdebitcollecttransferpaymentmethod.d.ts.map +1 -0
  143. package/models/components/achdebitcollecttransferpaymentmethod.js +63 -0
  144. package/models/components/achdebitcollecttransferpaymentmethod.js.map +1 -0
  145. package/models/components/achdebitfundtransferpaymentmethod.d.ts +28 -0
  146. package/models/components/achdebitfundtransferpaymentmethod.d.ts.map +1 -0
  147. package/models/components/achdebitfundtransferpaymentmethod.js +63 -0
  148. package/models/components/achdebitfundtransferpaymentmethod.js.map +1 -0
  149. package/models/components/amountdecimalupdate.d.ts +29 -0
  150. package/models/components/amountdecimalupdate.d.ts.map +1 -0
  151. package/models/components/amountdecimalupdate.js +60 -0
  152. package/models/components/amountdecimalupdate.js.map +1 -0
  153. package/models/components/applepaytransferpaymentmethod.d.ts +28 -0
  154. package/models/components/applepaytransferpaymentmethod.d.ts.map +1 -0
  155. package/models/components/applepaytransferpaymentmethod.js +63 -0
  156. package/models/components/applepaytransferpaymentmethod.js.map +1 -0
  157. package/models/components/billablefee.d.ts +3 -0
  158. package/models/components/billablefee.d.ts.map +1 -1
  159. package/models/components/billablefee.js.map +1 -1
  160. package/models/components/cardpaymenttransferpaymentmethod.d.ts +28 -0
  161. package/models/components/cardpaymenttransferpaymentmethod.d.ts.map +1 -0
  162. package/models/components/cardpaymenttransferpaymentmethod.js +63 -0
  163. package/models/components/cardpaymenttransferpaymentmethod.js.map +1 -0
  164. package/models/components/cardpresentpaymenttransferpaymentmethod.d.ts +31 -0
  165. package/models/components/cardpresentpaymenttransferpaymentmethod.d.ts.map +1 -0
  166. package/models/components/cardpresentpaymenttransferpaymentmethod.js +63 -0
  167. package/models/components/cardpresentpaymenttransferpaymentmethod.js.map +1 -0
  168. package/models/components/createfeeplanagreement.d.ts +3 -0
  169. package/models/components/createfeeplanagreement.d.ts.map +1 -1
  170. package/models/components/createfeeplanagreement.js.map +1 -1
  171. package/models/components/createinvoice.d.ts +35 -0
  172. package/models/components/createinvoice.d.ts.map +1 -0
  173. package/models/components/createinvoice.js +72 -0
  174. package/models/components/createinvoice.js.map +1 -0
  175. package/models/components/createinvoicelineitem.d.ts +49 -0
  176. package/models/components/createinvoicelineitem.d.ts.map +1 -0
  177. package/models/components/createinvoicelineitem.js +68 -0
  178. package/models/components/createinvoicelineitem.js.map +1 -0
  179. package/models/components/createinvoicelineitemoption.d.ts +39 -0
  180. package/models/components/createinvoicelineitemoption.d.ts.map +1 -0
  181. package/models/components/createinvoicelineitemoption.js +65 -0
  182. package/models/components/createinvoicelineitemoption.js.map +1 -0
  183. package/models/components/createinvoicelineitemoptionvalidationerror.d.ts +24 -0
  184. package/models/components/createinvoicelineitemoptionvalidationerror.d.ts.map +1 -0
  185. package/models/components/createinvoicelineitemoptionvalidationerror.js +65 -0
  186. package/models/components/createinvoicelineitemoptionvalidationerror.js.map +1 -0
  187. package/models/components/createinvoicelineitems.d.ts +24 -0
  188. package/models/components/createinvoicelineitems.d.ts.map +1 -0
  189. package/models/components/createinvoicelineitems.js +59 -0
  190. package/models/components/createinvoicelineitems.js.map +1 -0
  191. package/models/components/createinvoicelineitemsupdate.d.ts +24 -0
  192. package/models/components/createinvoicelineitemsupdate.d.ts.map +1 -0
  193. package/models/components/createinvoicelineitemsupdate.js +59 -0
  194. package/models/components/createinvoicelineitemsupdate.js.map +1 -0
  195. package/models/components/createinvoicelineitemsvalidationerror.d.ts +22 -0
  196. package/models/components/createinvoicelineitemsvalidationerror.d.ts.map +1 -0
  197. package/models/components/createinvoicelineitemsvalidationerror.js +61 -0
  198. package/models/components/createinvoicelineitemsvalidationerror.js.map +1 -0
  199. package/models/components/createinvoicelineitemvalidationerror.d.ts +31 -0
  200. package/models/components/createinvoicelineitemvalidationerror.d.ts.map +1 -0
  201. package/models/components/createinvoicelineitemvalidationerror.js +70 -0
  202. package/models/components/createinvoicelineitemvalidationerror.js.map +1 -0
  203. package/models/components/createinvoicepayment.d.ts +24 -0
  204. package/models/components/createinvoicepayment.d.ts.map +1 -0
  205. package/models/components/createinvoicepayment.js +66 -0
  206. package/models/components/createinvoicepayment.js.map +1 -0
  207. package/models/components/createpaymentlinklineitem.d.ts +3 -2
  208. package/models/components/createpaymentlinklineitem.d.ts.map +1 -1
  209. package/models/components/createpaymentlinklineitem.js.map +1 -1
  210. package/models/components/createpaymentlinklineitemoption.d.ts +1 -1
  211. package/models/components/createresolutionlink.d.ts +24 -0
  212. package/models/components/createresolutionlink.d.ts.map +1 -0
  213. package/models/components/createresolutionlink.js +59 -0
  214. package/models/components/createresolutionlink.js.map +1 -0
  215. package/models/components/createscheduledtransferlineitem.d.ts +6 -1
  216. package/models/components/createscheduledtransferlineitem.d.ts.map +1 -1
  217. package/models/components/createscheduledtransferlineitem.js.map +1 -1
  218. package/models/components/createscheduledtransferlineitemoption.d.ts +6 -1
  219. package/models/components/createscheduledtransferlineitemoption.d.ts.map +1 -1
  220. package/models/components/createscheduledtransferlineitemoption.js.map +1 -1
  221. package/models/components/createtransferlineitem.d.ts +6 -1
  222. package/models/components/createtransferlineitem.d.ts.map +1 -1
  223. package/models/components/createtransferlineitem.js.map +1 -1
  224. package/models/components/createtransferlineitemoption.d.ts +6 -1
  225. package/models/components/createtransferlineitemoption.d.ts.map +1 -1
  226. package/models/components/createtransferlineitemoption.js.map +1 -1
  227. package/models/components/feecategory.d.ts +1 -0
  228. package/models/components/feecategory.d.ts.map +1 -1
  229. package/models/components/feecategory.js +1 -0
  230. package/models/components/feecategory.js.map +1 -1
  231. package/models/components/feeplan.d.ts +3 -0
  232. package/models/components/feeplan.d.ts.map +1 -1
  233. package/models/components/feeplan.js.map +1 -1
  234. package/models/components/feeplanagreement.d.ts +9 -0
  235. package/models/components/feeplanagreement.d.ts.map +1 -1
  236. package/models/components/feeplanagreement.js.map +1 -1
  237. package/models/components/generatedby.d.ts +20 -0
  238. package/models/components/generatedby.d.ts.map +1 -1
  239. package/models/components/generatedby.js +2 -0
  240. package/models/components/generatedby.js.map +1 -1
  241. package/models/components/imagemetadata.d.ts +3 -0
  242. package/models/components/imagemetadata.d.ts.map +1 -1
  243. package/models/components/imagemetadata.js.map +1 -1
  244. package/models/components/incurredfee.d.ts +3 -0
  245. package/models/components/incurredfee.d.ts.map +1 -1
  246. package/models/components/incurredfee.js.map +1 -1
  247. package/models/components/index.d.ts +49 -3
  248. package/models/components/index.d.ts.map +1 -1
  249. package/models/components/index.js +49 -3
  250. package/models/components/index.js.map +1 -1
  251. package/models/components/instantbankcredittransferpaymentmethod.d.ts +31 -0
  252. package/models/components/instantbankcredittransferpaymentmethod.d.ts.map +1 -0
  253. package/models/components/instantbankcredittransferpaymentmethod.js +63 -0
  254. package/models/components/instantbankcredittransferpaymentmethod.js.map +1 -0
  255. package/models/components/{rtpfailurecode.d.ts → instantbankfailurecode.d.ts} +8 -7
  256. package/models/components/instantbankfailurecode.d.ts.map +1 -0
  257. package/models/components/{rtpfailurecode.js → instantbankfailurecode.js} +7 -6
  258. package/models/components/instantbankfailurecode.js.map +1 -0
  259. package/models/components/instantbanknetwork.d.ts +18 -0
  260. package/models/components/instantbanknetwork.d.ts.map +1 -0
  261. package/models/components/instantbanknetwork.js +52 -0
  262. package/models/components/instantbanknetwork.js.map +1 -0
  263. package/models/components/instantbanktransactiondetails.d.ts +51 -0
  264. package/models/components/instantbanktransactiondetails.d.ts.map +1 -0
  265. package/models/components/{rtptransactiondetails.js → instantbanktransactiondetails.js} +21 -16
  266. package/models/components/instantbanktransactiondetails.js.map +1 -0
  267. package/models/components/instantbanktransactionstatus.d.ts +20 -0
  268. package/models/components/instantbanktransactionstatus.d.ts.map +1 -0
  269. package/models/components/{rtptransactionstatus.js → instantbanktransactionstatus.js} +6 -6
  270. package/models/components/instantbanktransactionstatus.js.map +1 -0
  271. package/models/components/invoice.d.ts +105 -0
  272. package/models/components/invoice.d.ts.map +1 -0
  273. package/models/components/invoice.js +113 -0
  274. package/models/components/invoice.js.map +1 -0
  275. package/models/components/invoiceexternalpayment.d.ts +21 -0
  276. package/models/components/invoiceexternalpayment.d.ts.map +1 -0
  277. package/models/components/invoiceexternalpayment.js +63 -0
  278. package/models/components/invoiceexternalpayment.js.map +1 -0
  279. package/models/components/invoicelineitem.d.ts +55 -0
  280. package/models/components/invoicelineitem.d.ts.map +1 -0
  281. package/models/components/invoicelineitem.js +71 -0
  282. package/models/components/invoicelineitem.js.map +1 -0
  283. package/models/components/invoicelineitemimagemetadata.d.ts +35 -0
  284. package/models/components/invoicelineitemimagemetadata.d.ts.map +1 -0
  285. package/models/components/invoicelineitemimagemetadata.js +64 -0
  286. package/models/components/invoicelineitemimagemetadata.js.map +1 -0
  287. package/models/components/invoicelineitemoption.d.ts +45 -0
  288. package/models/components/invoicelineitemoption.d.ts.map +1 -0
  289. package/models/components/invoicelineitemoption.js +68 -0
  290. package/models/components/invoicelineitemoption.js.map +1 -0
  291. package/models/components/invoicelineitemoptionvalidationerror.d.ts +24 -0
  292. package/models/components/invoicelineitemoptionvalidationerror.d.ts.map +1 -0
  293. package/models/components/invoicelineitemoptionvalidationerror.js +65 -0
  294. package/models/components/invoicelineitemoptionvalidationerror.js.map +1 -0
  295. package/models/components/invoicelineitems.d.ts +24 -0
  296. package/models/components/invoicelineitems.d.ts.map +1 -0
  297. package/models/components/invoicelineitems.js +59 -0
  298. package/models/components/invoicelineitems.js.map +1 -0
  299. package/models/components/invoicelineitemsvalidationerror.d.ts +22 -0
  300. package/models/components/invoicelineitemsvalidationerror.d.ts.map +1 -0
  301. package/models/components/invoicelineitemsvalidationerror.js +59 -0
  302. package/models/components/invoicelineitemsvalidationerror.js.map +1 -0
  303. package/models/components/invoicelineitemvalidationerror.d.ts +31 -0
  304. package/models/components/invoicelineitemvalidationerror.d.ts.map +1 -0
  305. package/models/components/invoicelineitemvalidationerror.js +70 -0
  306. package/models/components/invoicelineitemvalidationerror.js.map +1 -0
  307. package/models/components/invoicepayment.d.ts +35 -0
  308. package/models/components/invoicepayment.d.ts.map +1 -0
  309. package/models/components/invoicepayment.js +70 -0
  310. package/models/components/invoicepayment.js.map +1 -0
  311. package/models/components/invoicepaymenttype.d.ts +12 -0
  312. package/models/components/invoicepaymenttype.d.ts.map +1 -0
  313. package/models/components/invoicepaymenttype.js +49 -0
  314. package/models/components/invoicepaymenttype.js.map +1 -0
  315. package/models/components/invoicetransferpayment.d.ts +20 -0
  316. package/models/components/invoicetransferpayment.d.ts.map +1 -0
  317. package/models/components/invoicetransferpayment.js +58 -0
  318. package/models/components/invoicetransferpayment.js.map +1 -0
  319. package/models/components/moovwallettransferpaymentmethod.d.ts +25 -0
  320. package/models/components/moovwallettransferpaymentmethod.d.ts.map +1 -0
  321. package/models/components/moovwallettransferpaymentmethod.js +63 -0
  322. package/models/components/moovwallettransferpaymentmethod.js.map +1 -0
  323. package/models/components/partnerpricingagreement.d.ts +9 -0
  324. package/models/components/partnerpricingagreement.d.ts.map +1 -1
  325. package/models/components/partnerpricingagreement.js.map +1 -1
  326. package/models/components/paymentlinktype.d.ts +1 -0
  327. package/models/components/paymentlinktype.d.ts.map +1 -1
  328. package/models/components/paymentlinktype.js +1 -0
  329. package/models/components/paymentlinktype.js.map +1 -1
  330. package/models/components/pullfromcardtransferpaymentmethod.d.ts +28 -0
  331. package/models/components/pullfromcardtransferpaymentmethod.d.ts.map +1 -0
  332. package/models/components/pullfromcardtransferpaymentmethod.js +63 -0
  333. package/models/components/pullfromcardtransferpaymentmethod.js.map +1 -0
  334. package/models/components/pushtocardtransferpaymentmethod.d.ts +28 -0
  335. package/models/components/pushtocardtransferpaymentmethod.d.ts.map +1 -0
  336. package/models/components/pushtocardtransferpaymentmethod.js +63 -0
  337. package/models/components/pushtocardtransferpaymentmethod.js.map +1 -0
  338. package/models/components/resolutionlink.d.ts +63 -0
  339. package/models/components/resolutionlink.d.ts.map +1 -0
  340. package/models/components/resolutionlink.js +75 -0
  341. package/models/components/resolutionlink.js.map +1 -0
  342. package/models/components/resolutionlinkrecipient.d.ts +29 -0
  343. package/models/components/resolutionlinkrecipient.d.ts.map +1 -0
  344. package/models/components/resolutionlinkrecipient.js +61 -0
  345. package/models/components/resolutionlinkrecipient.js.map +1 -0
  346. package/models/components/rtpcredittransferpaymentmethod.d.ts +28 -0
  347. package/models/components/rtpcredittransferpaymentmethod.d.ts.map +1 -0
  348. package/models/components/rtpcredittransferpaymentmethod.js +63 -0
  349. package/models/components/rtpcredittransferpaymentmethod.js.map +1 -0
  350. package/models/components/transfer.d.ts +5 -0
  351. package/models/components/transfer.d.ts.map +1 -1
  352. package/models/components/transfer.js +2 -0
  353. package/models/components/transfer.js.map +1 -1
  354. package/models/components/transferdestination.d.ts +15 -15
  355. package/models/components/transferdestination.d.ts.map +1 -1
  356. package/models/components/transferdestination.js +15 -15
  357. package/models/components/transferdestination.js.map +1 -1
  358. package/models/components/transferentrymode.d.ts +17 -0
  359. package/models/components/transferentrymode.d.ts.map +1 -0
  360. package/models/components/transferentrymode.js +51 -0
  361. package/models/components/transferentrymode.js.map +1 -0
  362. package/models/components/transferoptions.d.ts +5 -5
  363. package/models/components/transferoptions.d.ts.map +1 -1
  364. package/models/components/transferoptions.js +5 -5
  365. package/models/components/transferoptions.js.map +1 -1
  366. package/models/components/transferpaymentmethod.d.ts +28 -0
  367. package/models/components/transferpaymentmethod.d.ts.map +1 -0
  368. package/models/components/transferpaymentmethod.js +92 -0
  369. package/models/components/transferpaymentmethod.js.map +1 -0
  370. package/models/components/transferpaymentmethodsbankaccount.d.ts +54 -0
  371. package/models/components/transferpaymentmethodsbankaccount.d.ts.map +1 -0
  372. package/models/components/transferpaymentmethodsbankaccount.js +79 -0
  373. package/models/components/transferpaymentmethodsbankaccount.js.map +1 -0
  374. package/models/components/transferpaymentmethodscard.d.ts +109 -0
  375. package/models/components/transferpaymentmethodscard.d.ts.map +1 -0
  376. package/models/components/transferpaymentmethodscard.js +98 -0
  377. package/models/components/transferpaymentmethodscard.js.map +1 -0
  378. package/models/components/transferpaymentmethodswallet.d.ts +29 -0
  379. package/models/components/transferpaymentmethodswallet.d.ts.map +1 -0
  380. package/models/components/transferpaymentmethodswallet.js +63 -0
  381. package/models/components/transferpaymentmethodswallet.js.map +1 -0
  382. package/models/components/transferpaymentmethodtype.d.ts +28 -0
  383. package/models/components/transferpaymentmethodtype.d.ts.map +1 -0
  384. package/models/components/transferpaymentmethodtype.js +62 -0
  385. package/models/components/transferpaymentmethodtype.js.map +1 -0
  386. package/models/components/transfersource.d.ts +15 -15
  387. package/models/components/transfersource.d.ts.map +1 -1
  388. package/models/components/transfersource.js +15 -15
  389. package/models/components/transfersource.js.map +1 -1
  390. package/models/components/transferterminalcard.d.ts +83 -0
  391. package/models/components/transferterminalcard.d.ts.map +1 -0
  392. package/models/components/transferterminalcard.js +84 -0
  393. package/models/components/transferterminalcard.js.map +1 -0
  394. package/models/components/updateinvoice.d.ts +43 -0
  395. package/models/components/updateinvoice.d.ts.map +1 -0
  396. package/models/components/updateinvoice.js +71 -0
  397. package/models/components/updateinvoice.js.map +1 -0
  398. package/models/errors/createinvoiceerror.d.ts +40 -0
  399. package/models/errors/createinvoiceerror.d.ts.map +1 -0
  400. package/models/errors/createinvoiceerror.js +100 -0
  401. package/models/errors/createinvoiceerror.js.map +1 -0
  402. package/models/errors/createinvoicepaymenterror.d.ts +34 -0
  403. package/models/errors/createinvoicepaymenterror.d.ts.map +1 -0
  404. package/models/errors/createinvoicepaymenterror.js +88 -0
  405. package/models/errors/createinvoicepaymenterror.js.map +1 -0
  406. package/models/errors/createresolutionlinkerror.d.ts +45 -0
  407. package/models/errors/createresolutionlinkerror.d.ts.map +1 -0
  408. package/models/errors/createresolutionlinkerror.js +82 -0
  409. package/models/errors/createresolutionlinkerror.js.map +1 -0
  410. package/models/errors/duplicatecarderror.d.ts +45 -0
  411. package/models/errors/duplicatecarderror.d.ts.map +1 -0
  412. package/models/errors/duplicatecarderror.js +78 -0
  413. package/models/errors/duplicatecarderror.js.map +1 -0
  414. package/models/errors/feeplanagreementerror.d.ts +6 -0
  415. package/models/errors/feeplanagreementerror.d.ts.map +1 -1
  416. package/models/errors/feeplanagreementerror.js.map +1 -1
  417. package/models/errors/index.d.ts +6 -0
  418. package/models/errors/index.d.ts.map +1 -1
  419. package/models/errors/index.js +6 -0
  420. package/models/errors/index.js.map +1 -1
  421. package/models/errors/listinvoicesvalidationerror.d.ts +45 -0
  422. package/models/errors/listinvoicesvalidationerror.d.ts.map +1 -0
  423. package/models/errors/listinvoicesvalidationerror.js +107 -0
  424. package/models/errors/listinvoicesvalidationerror.js.map +1 -0
  425. package/models/errors/transfer.d.ts +9 -0
  426. package/models/errors/transfer.d.ts.map +1 -1
  427. package/models/errors/transfer.js +4 -0
  428. package/models/errors/transfer.js.map +1 -1
  429. package/models/errors/updateinvoiceerror.d.ts +40 -0
  430. package/models/errors/updateinvoiceerror.d.ts.map +1 -0
  431. package/models/errors/updateinvoiceerror.js +99 -0
  432. package/models/errors/updateinvoiceerror.js.map +1 -0
  433. package/models/operations/acceptdispute.d.ts +1 -1
  434. package/models/operations/assignaccountcountries.d.ts +1 -1
  435. package/models/operations/cancelschedule.d.ts +1 -1
  436. package/models/operations/completebankaccountverification.d.ts +1 -1
  437. package/models/operations/completemicrodeposits.d.ts +1 -1
  438. package/models/operations/connectaccount.d.ts +1 -1
  439. package/models/operations/createaccesstoken.d.ts +1 -1
  440. package/models/operations/createaccount.d.ts +1 -1
  441. package/models/operations/createapplepaysession.d.ts +1 -1
  442. package/models/operations/createbrand.d.ts +1 -1
  443. package/models/operations/createcancellation.d.ts +1 -1
  444. package/models/operations/createfeeplanagreements.d.ts +1 -1
  445. package/models/operations/createinvoice.d.ts +66 -0
  446. package/models/operations/createinvoice.d.ts.map +1 -0
  447. package/models/operations/createinvoice.js +122 -0
  448. package/models/operations/createinvoice.js.map +1 -0
  449. package/models/operations/createinvoicepayment.d.ts +68 -0
  450. package/models/operations/createinvoicepayment.d.ts.map +1 -0
  451. package/models/operations/createinvoicepayment.js +124 -0
  452. package/models/operations/createinvoicepayment.js.map +1 -0
  453. package/models/operations/createonboardinginvite.d.ts +1 -1
  454. package/models/operations/createpaymentlink.d.ts +1 -1
  455. package/models/operations/createproduct.d.ts +1 -1
  456. package/models/operations/createreceipts.d.ts +1 -1
  457. package/models/operations/createrepresentative.d.ts +1 -1
  458. package/models/operations/createresolutionlink.d.ts +66 -0
  459. package/models/operations/createresolutionlink.d.ts.map +1 -0
  460. package/models/operations/createresolutionlink.js +122 -0
  461. package/models/operations/createresolutionlink.js.map +1 -0
  462. package/models/operations/createreversal.d.ts +1 -1
  463. package/models/operations/createschedule.d.ts +1 -1
  464. package/models/operations/createsweepconfig.d.ts +1 -1
  465. package/models/operations/createterminalapplication.d.ts +1 -1
  466. package/models/operations/createterminalapplicationversion.d.ts +1 -1
  467. package/models/operations/createticket.d.ts +1 -1
  468. package/models/operations/createtransfer.d.ts +3 -3
  469. package/models/operations/createtransferoptions.d.ts +1 -1
  470. package/models/operations/createwallet.d.ts +1 -1
  471. package/models/operations/createwebhook.d.ts +1 -1
  472. package/models/operations/deletedisputeevidencefile.d.ts +1 -1
  473. package/models/operations/deleteimage.d.ts +1 -1
  474. package/models/operations/deleteinvoice.d.ts +63 -0
  475. package/models/operations/deleteinvoice.d.ts.map +1 -0
  476. package/models/operations/deleteinvoice.js +109 -0
  477. package/models/operations/deleteinvoice.js.map +1 -0
  478. package/models/operations/deleterepresentative.d.ts +1 -1
  479. package/models/operations/deleteterminalapplication.d.ts +1 -1
  480. package/models/operations/disablebankaccount.d.ts +1 -1
  481. package/models/operations/disablecapability.d.ts +1 -1
  482. package/models/operations/disablecard.d.ts +1 -1
  483. package/models/operations/disablepaymentlink.d.ts +1 -1
  484. package/models/operations/disableproduct.d.ts +1 -1
  485. package/models/operations/disableresolutionlink.d.ts +63 -0
  486. package/models/operations/disableresolutionlink.d.ts.map +1 -0
  487. package/models/operations/disableresolutionlink.js +109 -0
  488. package/models/operations/disableresolutionlink.js.map +1 -0
  489. package/models/operations/disablewebhook.d.ts +1 -1
  490. package/models/operations/disconnectaccount.d.ts +1 -1
  491. package/models/operations/generateendtoendkey.d.ts +1 -1
  492. package/models/operations/getaccount.d.ts +1 -1
  493. package/models/operations/getaccountcountries.d.ts +1 -1
  494. package/models/operations/getaccountterminalapplication.d.ts +1 -1
  495. package/models/operations/getadjustment.d.ts +1 -1
  496. package/models/operations/getapplepaymerchantdomains.d.ts +1 -1
  497. package/models/operations/getavatar.d.ts +1 -1
  498. package/models/operations/getbankaccount.d.ts +1 -1
  499. package/models/operations/getbankaccountverification.d.ts +1 -1
  500. package/models/operations/getbrand.d.ts +1 -1
  501. package/models/operations/getcancellation.d.ts +1 -1
  502. package/models/operations/getcapability.d.ts +1 -1
  503. package/models/operations/getcard.d.ts +1 -1
  504. package/models/operations/getdispute.d.ts +1 -1
  505. package/models/operations/getdisputeevidence.d.ts +1 -1
  506. package/models/operations/getdisputeevidencedata.d.ts +1 -1
  507. package/models/operations/getenrichmentaddress.d.ts +1 -1
  508. package/models/operations/getenrichmentprofile.d.ts +1 -1
  509. package/models/operations/getfiledetails.d.ts +1 -1
  510. package/models/operations/getfullissuedcard.d.ts +1 -1
  511. package/models/operations/getimagemetadata.d.ts +1 -1
  512. package/models/operations/getinvoice.d.ts +66 -0
  513. package/models/operations/getinvoice.d.ts.map +1 -0
  514. package/models/operations/getinvoice.js +114 -0
  515. package/models/operations/getinvoice.js.map +1 -0
  516. package/models/operations/getissuedcard.d.ts +1 -1
  517. package/models/operations/getissuedcardauthorization.d.ts +1 -1
  518. package/models/operations/getissuedcardtransaction.d.ts +1 -1
  519. package/models/operations/getmerchantprocessingagreement.d.ts +1 -1
  520. package/models/operations/getonboardinginvite.d.ts +1 -1
  521. package/models/operations/getpaymentlink.d.ts +1 -1
  522. package/models/operations/getpaymentlinkqrcode.d.ts +1 -1
  523. package/models/operations/getpaymentmethod.d.ts +1 -1
  524. package/models/operations/getproduct.d.ts +1 -1
  525. package/models/operations/getpublicimage.d.ts +2 -2
  526. package/models/operations/getpublicimage.d.ts.map +1 -1
  527. package/models/operations/getpublicimage.js +2 -2
  528. package/models/operations/getpublicimage.js.map +1 -1
  529. package/models/operations/getrefund.d.ts +1 -1
  530. package/models/operations/getrepresentative.d.ts +1 -1
  531. package/models/operations/getresidual.d.ts +1 -1
  532. package/models/operations/getresolutionlink.d.ts +66 -0
  533. package/models/operations/getresolutionlink.d.ts.map +1 -0
  534. package/models/operations/getresolutionlink.js +114 -0
  535. package/models/operations/getresolutionlink.js.map +1 -0
  536. package/models/operations/getscheduledoccurrence.d.ts +5 -5
  537. package/models/operations/getschedules.d.ts +1 -1
  538. package/models/operations/getstatement.d.ts +1 -1
  539. package/models/operations/getsweep.d.ts +1 -1
  540. package/models/operations/getsweepconfig.d.ts +1 -1
  541. package/models/operations/getterminalapplication.d.ts +1 -1
  542. package/models/operations/getterminalconfiguration.d.ts +1 -1
  543. package/models/operations/gettermsofservicetoken.d.ts +1 -1
  544. package/models/operations/getticket.d.ts +1 -1
  545. package/models/operations/gettransfer.d.ts +1 -1
  546. package/models/operations/getunderwriting.d.ts +1 -1
  547. package/models/operations/getwallet.d.ts +1 -1
  548. package/models/operations/getwallettransaction.d.ts +1 -1
  549. package/models/operations/getwebhook.d.ts +1 -1
  550. package/models/operations/getwebhooksecret.d.ts +1 -1
  551. package/models/operations/index.d.ts +11 -0
  552. package/models/operations/index.d.ts.map +1 -1
  553. package/models/operations/index.js +11 -0
  554. package/models/operations/index.js.map +1 -1
  555. package/models/operations/initiatebankaccountverification.d.ts +1 -1
  556. package/models/operations/initiatemicrodeposits.d.ts +1 -1
  557. package/models/operations/initiaterefund.d.ts +1 -1
  558. package/models/operations/linkaccountterminalapplication.d.ts +1 -1
  559. package/models/operations/linkapplepaytoken.d.ts +1 -1
  560. package/models/operations/linkbankaccount.d.ts +1 -1
  561. package/models/operations/linkcard.d.ts +1 -1
  562. package/models/operations/listaccounts.d.ts +1 -1
  563. package/models/operations/listaccountterminalapplications.d.ts +1 -1
  564. package/models/operations/listadjustments.d.ts +1 -1
  565. package/models/operations/listbankaccounts.d.ts +1 -1
  566. package/models/operations/listcapabilities.d.ts +1 -1
  567. package/models/operations/listcards.d.ts +1 -1
  568. package/models/operations/listconnectedaccountsforaccount.d.ts +1 -1
  569. package/models/operations/listdisputeevidence.d.ts +1 -1
  570. package/models/operations/listdisputes.d.ts +1 -1
  571. package/models/operations/listeventtypes.d.ts +1 -1
  572. package/models/operations/listfeeplanagreements.d.ts +1 -1
  573. package/models/operations/listfeeplans.d.ts +1 -1
  574. package/models/operations/listfeerevenue.d.ts +1 -1
  575. package/models/operations/listfeesfetch.d.ts +1 -1
  576. package/models/operations/listfiles.d.ts +1 -1
  577. package/models/operations/listimagemetadata.d.ts +1 -1
  578. package/models/operations/listindustries.d.ts +1 -1
  579. package/models/operations/listinstitutions.d.ts +1 -1
  580. package/models/operations/listinvoicepayments.d.ts +66 -0
  581. package/models/operations/listinvoicepayments.d.ts.map +1 -0
  582. package/models/operations/listinvoicepayments.js +114 -0
  583. package/models/operations/listinvoicepayments.js.map +1 -0
  584. package/models/operations/listinvoices.d.ts +80 -0
  585. package/models/operations/listinvoices.d.ts.map +1 -0
  586. package/models/operations/listinvoices.js +128 -0
  587. package/models/operations/listinvoices.js.map +1 -0
  588. package/models/operations/listissuedcardauthorizationevents.d.ts +1 -1
  589. package/models/operations/listissuedcardauthorizations.d.ts +1 -1
  590. package/models/operations/listissuedcards.d.ts +1 -1
  591. package/models/operations/listissuedcardtransactions.d.ts +1 -1
  592. package/models/operations/listonboardinginvites.d.ts +1 -1
  593. package/models/operations/listpartnerpricingagreements.d.ts +1 -1
  594. package/models/operations/listpaymentlinks.d.ts +6 -5
  595. package/models/operations/listpaymentlinks.d.ts.map +1 -1
  596. package/models/operations/listpaymentlinks.js +2 -4
  597. package/models/operations/listpaymentlinks.js.map +1 -1
  598. package/models/operations/listpaymentmethods.d.ts +1 -1
  599. package/models/operations/listproducts.d.ts +1 -1
  600. package/models/operations/listreceipts.d.ts +1 -1
  601. package/models/operations/listrefunds.d.ts +1 -1
  602. package/models/operations/listrepresentatives.d.ts +1 -1
  603. package/models/operations/listresidualfees.d.ts +1 -1
  604. package/models/operations/listresiduals.d.ts +1 -1
  605. package/models/operations/listresolutionlinks.d.ts +64 -0
  606. package/models/operations/listresolutionlinks.d.ts.map +1 -0
  607. package/models/operations/listresolutionlinks.js +112 -0
  608. package/models/operations/listresolutionlinks.js.map +1 -0
  609. package/models/operations/listschedules.d.ts +1 -1
  610. package/models/operations/liststatements.d.ts +1 -1
  611. package/models/operations/listsweepconfigs.d.ts +1 -1
  612. package/models/operations/listsweeps.d.ts +1 -1
  613. package/models/operations/listterminalapplications.d.ts +1 -1
  614. package/models/operations/listticketmessages.d.ts +1 -1
  615. package/models/operations/listtickets.d.ts +1 -1
  616. package/models/operations/listtransfers.d.ts +1 -1
  617. package/models/operations/listwallets.d.ts +1 -1
  618. package/models/operations/listwallettransactions.d.ts +1 -1
  619. package/models/operations/listwebhooks.d.ts +1 -1
  620. package/models/operations/ping.d.ts +1 -1
  621. package/models/operations/pingwebhook.d.ts +1 -1
  622. package/models/operations/registerapplepaymerchantdomains.d.ts +1 -1
  623. package/models/operations/requestcapabilities.d.ts +1 -1
  624. package/models/operations/requestcard.d.ts +1 -1
  625. package/models/operations/retrievefees.d.ts +1 -1
  626. package/models/operations/revokeaccesstoken.d.ts +1 -1
  627. package/models/operations/revokeonboardinginvite.d.ts +1 -1
  628. package/models/operations/saveunderwriting.d.ts +1 -1
  629. package/models/operations/searchinstitutions.d.ts +1 -1
  630. package/models/operations/submitdisputeevidence.d.ts +1 -1
  631. package/models/operations/testendtoendtoken.d.ts +1 -1
  632. package/models/operations/updateaccount.d.ts +1 -1
  633. package/models/operations/updateapplepaymerchantdomains.d.ts +1 -1
  634. package/models/operations/updatecard.d.ts +1 -1
  635. package/models/operations/updatedisputeevidence.d.ts +1 -1
  636. package/models/operations/updateimage.d.ts +1 -1
  637. package/models/operations/updateimagemetadata.d.ts +1 -1
  638. package/models/operations/updateinvoice.d.ts +68 -0
  639. package/models/operations/updateinvoice.d.ts.map +1 -0
  640. package/models/operations/updateinvoice.js +124 -0
  641. package/models/operations/updateinvoice.js.map +1 -0
  642. package/models/operations/updateissuedcard.d.ts +1 -1
  643. package/models/operations/updatepaymentlink.d.ts +1 -1
  644. package/models/operations/updateproduct.d.ts +1 -1
  645. package/models/operations/updaterepresentative.d.ts +1 -1
  646. package/models/operations/updateschedule.d.ts +1 -1
  647. package/models/operations/updatesweepconfig.d.ts +1 -1
  648. package/models/operations/updateticket.d.ts +1 -1
  649. package/models/operations/updatetransfer.d.ts +1 -1
  650. package/models/operations/updatewallet.d.ts +1 -1
  651. package/models/operations/updatewebhook.d.ts +1 -1
  652. package/models/operations/uploaddisputeevidencefile.d.ts +1 -1
  653. package/models/operations/uploaddisputeevidencetext.d.ts +1 -1
  654. package/models/operations/uploadfile.d.ts +1 -1
  655. package/models/operations/uploadimage.d.ts +1 -1
  656. package/models/operations/upsertbrand.d.ts +1 -1
  657. package/models/operations/upsertunderwriting.d.ts +1 -1
  658. package/package.json +1 -1
  659. package/sdk/invoices.d.ts +61 -0
  660. package/sdk/invoices.d.ts.map +1 -0
  661. package/sdk/invoices.js +89 -0
  662. package/sdk/invoices.js.map +1 -0
  663. package/sdk/resolutionlinks.d.ts +35 -0
  664. package/sdk/resolutionlinks.d.ts.map +1 -0
  665. package/sdk/resolutionlinks.js +54 -0
  666. package/sdk/resolutionlinks.js.map +1 -0
  667. package/sdk/sdk.d.ts +6 -0
  668. package/sdk/sdk.d.ts.map +1 -1
  669. package/sdk/sdk.js +8 -0
  670. package/sdk/sdk.js.map +1 -1
  671. package/src/funcs/cardsLink.ts +5 -1
  672. package/src/funcs/disputesUploadEvidenceFile.ts +15 -0
  673. package/src/funcs/filesUpload.ts +15 -0
  674. package/src/funcs/imagesUpdate.ts +16 -0
  675. package/src/funcs/imagesUpload.ts +16 -0
  676. package/src/funcs/invoicesCreateInvoice.ts +201 -0
  677. package/src/funcs/invoicesCreateInvoicePayment.ts +213 -0
  678. package/src/funcs/invoicesDelete.ts +206 -0
  679. package/src/funcs/invoicesGetInvoice.ts +185 -0
  680. package/src/funcs/invoicesListInvoicePayments.ts +186 -0
  681. package/src/funcs/invoicesListInvoices.ts +198 -0
  682. package/src/funcs/invoicesUpdateInvoice.ts +207 -0
  683. package/src/funcs/paymentLinksList.ts +1 -2
  684. package/src/funcs/resolutionLinksCreate.ts +208 -0
  685. package/src/funcs/resolutionLinksDisable.ts +204 -0
  686. package/src/funcs/resolutionLinksGet.ts +186 -0
  687. package/src/funcs/resolutionLinksList.ts +180 -0
  688. package/src/hooks/moov-version-hook.ts +10 -6
  689. package/src/hooks/registration.ts +1 -1
  690. package/src/lib/config.ts +3 -3
  691. package/src/lib/matchers.ts +3 -2
  692. package/src/lib/security.ts +1 -2
  693. package/src/mcp-server/mcp-server.ts +1 -1
  694. package/src/mcp-server/server.ts +23 -1
  695. package/src/mcp-server/shared.ts +2 -2
  696. package/src/mcp-server/tools/invoicesCreateInvoice.ts +38 -0
  697. package/src/mcp-server/tools/invoicesCreateInvoicePayment.ts +40 -0
  698. package/src/mcp-server/tools/invoicesDelete.ts +43 -0
  699. package/src/mcp-server/tools/invoicesGetInvoice.ts +38 -0
  700. package/src/mcp-server/tools/invoicesListInvoicePayments.ts +38 -0
  701. package/src/mcp-server/tools/invoicesListInvoices.ts +38 -0
  702. package/src/mcp-server/tools/invoicesUpdateInvoice.ts +38 -0
  703. package/src/mcp-server/tools/resolutionLinksCreate.ts +41 -0
  704. package/src/mcp-server/tools/resolutionLinksDisable.ts +37 -0
  705. package/src/mcp-server/tools/resolutionLinksGet.ts +38 -0
  706. package/src/mcp-server/tools/resolutionLinksList.ts +38 -0
  707. package/src/models/components/accountfees.ts +7 -0
  708. package/src/models/components/achcreditsamedaytransferpaymentmethod.ts +74 -0
  709. package/src/models/components/achcreditstandardtransferpaymentmethod.ts +75 -0
  710. package/src/models/components/achdebitcollecttransferpaymentmethod.ts +74 -0
  711. package/src/models/components/achdebitfundtransferpaymentmethod.ts +73 -0
  712. package/src/models/components/amountdecimalupdate.ts +65 -0
  713. package/src/models/components/applepaytransferpaymentmethod.ts +73 -0
  714. package/src/models/components/billablefee.ts +3 -0
  715. package/src/models/components/cardpaymenttransferpaymentmethod.ts +73 -0
  716. package/src/models/components/cardpresentpaymenttransferpaymentmethod.ts +83 -0
  717. package/src/models/components/createfeeplanagreement.ts +3 -0
  718. package/src/models/components/createinvoice.ts +87 -0
  719. package/src/models/components/createinvoicelineitem.ts +101 -0
  720. package/src/models/components/createinvoicelineitemoption.ts +86 -0
  721. package/src/models/components/createinvoicelineitemoptionvalidationerror.ts +77 -0
  722. package/src/models/components/createinvoicelineitems.ts +63 -0
  723. package/src/models/components/createinvoicelineitemsupdate.ts +65 -0
  724. package/src/models/components/createinvoicelineitemsvalidationerror.ts +64 -0
  725. package/src/models/components/createinvoicelineitemvalidationerror.ts +88 -0
  726. package/src/models/components/createinvoicepayment.ts +70 -0
  727. package/src/models/components/createpaymentlinklineitem.ts +3 -2
  728. package/src/models/components/createpaymentlinklineitemoption.ts +1 -1
  729. package/src/models/components/createresolutionlink.ts +63 -0
  730. package/src/models/components/createscheduledtransferlineitem.ts +6 -1
  731. package/src/models/components/createscheduledtransferlineitemoption.ts +6 -1
  732. package/src/models/components/createtransferlineitem.ts +6 -1
  733. package/src/models/components/createtransferlineitemoption.ts +6 -1
  734. package/src/models/components/feecategory.ts +1 -0
  735. package/src/models/components/feeplan.ts +3 -0
  736. package/src/models/components/feeplanagreement.ts +9 -0
  737. package/src/models/components/generatedby.ts +22 -0
  738. package/src/models/components/imagemetadata.ts +3 -0
  739. package/src/models/components/incurredfee.ts +3 -0
  740. package/src/models/components/index.ts +49 -3
  741. package/src/models/components/instantbankcredittransferpaymentmethod.ts +78 -0
  742. package/src/models/components/{rtpfailurecode.ts → instantbankfailurecode.ts} +11 -10
  743. package/src/models/components/instantbanknetwork.ts +27 -0
  744. package/src/models/components/instantbanktransactiondetails.ts +120 -0
  745. package/src/models/components/instantbanktransactionstatus.ts +31 -0
  746. package/src/models/components/invoice.ts +210 -0
  747. package/src/models/components/invoiceexternalpayment.ts +60 -0
  748. package/src/models/components/invoicelineitem.ts +112 -0
  749. package/src/models/components/invoicelineitemimagemetadata.ts +77 -0
  750. package/src/models/components/invoicelineitemoption.ts +97 -0
  751. package/src/models/components/invoicelineitemoptionvalidationerror.ts +72 -0
  752. package/src/models/components/invoicelineitems.ts +63 -0
  753. package/src/models/components/invoicelineitemsvalidationerror.ts +59 -0
  754. package/src/models/components/invoicelineitemvalidationerror.ts +85 -0
  755. package/src/models/components/invoicepayment.ts +92 -0
  756. package/src/models/components/invoicepaymenttype.ts +21 -0
  757. package/src/models/components/invoicetransferpayment.ts +54 -0
  758. package/src/models/components/moovwallettransferpaymentmethod.ts +70 -0
  759. package/src/models/components/partnerpricingagreement.ts +9 -0
  760. package/src/models/components/paymentlinktype.ts +1 -0
  761. package/src/models/components/pullfromcardtransferpaymentmethod.ts +73 -0
  762. package/src/models/components/pushtocardtransferpaymentmethod.ts +73 -0
  763. package/src/models/components/resolutionlink.ts +110 -0
  764. package/src/models/components/resolutionlinkrecipient.ts +70 -0
  765. package/src/models/components/rtpcredittransferpaymentmethod.ts +73 -0
  766. package/src/models/components/transfer.ts +7 -0
  767. package/src/models/components/transferdestination.ts +48 -48
  768. package/src/models/components/transferentrymode.ts +26 -0
  769. package/src/models/components/transferoptions.ts +13 -13
  770. package/src/models/components/transferpaymentmethod.ts +168 -0
  771. package/src/models/components/transferpaymentmethodsbankaccount.ts +120 -0
  772. package/src/models/components/transferpaymentmethodscard.ts +211 -0
  773. package/src/models/components/transferpaymentmethodswallet.ts +73 -0
  774. package/src/models/components/transferpaymentmethodtype.ts +39 -0
  775. package/src/models/components/transfersource.ts +49 -49
  776. package/src/models/components/transferterminalcard.ts +156 -0
  777. package/src/models/components/updateinvoice.ts +101 -0
  778. package/src/models/errors/createinvoiceerror.ts +104 -0
  779. package/src/models/errors/createinvoicepaymenterror.ts +85 -0
  780. package/src/models/errors/createresolutionlinkerror.ts +90 -0
  781. package/src/models/errors/duplicatecarderror.ts +90 -0
  782. package/src/models/errors/feeplanagreementerror.ts +6 -0
  783. package/src/models/errors/index.ts +6 -0
  784. package/src/models/errors/listinvoicesvalidationerror.ts +116 -0
  785. package/src/models/errors/transfer.ts +12 -0
  786. package/src/models/errors/updateinvoiceerror.ts +100 -0
  787. package/src/models/operations/acceptdispute.ts +1 -1
  788. package/src/models/operations/assignaccountcountries.ts +1 -1
  789. package/src/models/operations/cancelschedule.ts +1 -1
  790. package/src/models/operations/completebankaccountverification.ts +1 -1
  791. package/src/models/operations/completemicrodeposits.ts +1 -1
  792. package/src/models/operations/connectaccount.ts +1 -1
  793. package/src/models/operations/createaccesstoken.ts +1 -1
  794. package/src/models/operations/createaccount.ts +1 -1
  795. package/src/models/operations/createapplepaysession.ts +1 -1
  796. package/src/models/operations/createbrand.ts +1 -1
  797. package/src/models/operations/createcancellation.ts +1 -1
  798. package/src/models/operations/createfeeplanagreements.ts +1 -1
  799. package/src/models/operations/createinvoice.ts +187 -0
  800. package/src/models/operations/createinvoicepayment.ts +197 -0
  801. package/src/models/operations/createonboardinginvite.ts +1 -1
  802. package/src/models/operations/createpaymentlink.ts +1 -1
  803. package/src/models/operations/createproduct.ts +1 -1
  804. package/src/models/operations/createreceipts.ts +1 -1
  805. package/src/models/operations/createrepresentative.ts +1 -1
  806. package/src/models/operations/createresolutionlink.ts +193 -0
  807. package/src/models/operations/createreversal.ts +1 -1
  808. package/src/models/operations/createschedule.ts +1 -1
  809. package/src/models/operations/createsweepconfig.ts +1 -1
  810. package/src/models/operations/createterminalapplication.ts +1 -1
  811. package/src/models/operations/createterminalapplicationversion.ts +1 -1
  812. package/src/models/operations/createticket.ts +1 -1
  813. package/src/models/operations/createtransfer.ts +3 -3
  814. package/src/models/operations/createtransferoptions.ts +1 -1
  815. package/src/models/operations/createwallet.ts +1 -1
  816. package/src/models/operations/createwebhook.ts +1 -1
  817. package/src/models/operations/deletedisputeevidencefile.ts +1 -1
  818. package/src/models/operations/deleteimage.ts +1 -1
  819. package/src/models/operations/deleteinvoice.ts +172 -0
  820. package/src/models/operations/deleterepresentative.ts +1 -1
  821. package/src/models/operations/deleteterminalapplication.ts +1 -1
  822. package/src/models/operations/disablebankaccount.ts +1 -1
  823. package/src/models/operations/disablecapability.ts +1 -1
  824. package/src/models/operations/disablecard.ts +1 -1
  825. package/src/models/operations/disablepaymentlink.ts +1 -1
  826. package/src/models/operations/disableproduct.ts +1 -1
  827. package/src/models/operations/disableresolutionlink.ts +178 -0
  828. package/src/models/operations/disablewebhook.ts +1 -1
  829. package/src/models/operations/disconnectaccount.ts +1 -1
  830. package/src/models/operations/generateendtoendkey.ts +1 -1
  831. package/src/models/operations/getaccount.ts +1 -1
  832. package/src/models/operations/getaccountcountries.ts +1 -1
  833. package/src/models/operations/getaccountterminalapplication.ts +1 -1
  834. package/src/models/operations/getadjustment.ts +1 -1
  835. package/src/models/operations/getapplepaymerchantdomains.ts +1 -1
  836. package/src/models/operations/getavatar.ts +1 -1
  837. package/src/models/operations/getbankaccount.ts +1 -1
  838. package/src/models/operations/getbankaccountverification.ts +1 -1
  839. package/src/models/operations/getbrand.ts +1 -1
  840. package/src/models/operations/getcancellation.ts +1 -1
  841. package/src/models/operations/getcapability.ts +1 -1
  842. package/src/models/operations/getcard.ts +1 -1
  843. package/src/models/operations/getdispute.ts +1 -1
  844. package/src/models/operations/getdisputeevidence.ts +1 -1
  845. package/src/models/operations/getdisputeevidencedata.ts +1 -1
  846. package/src/models/operations/getenrichmentaddress.ts +1 -1
  847. package/src/models/operations/getenrichmentprofile.ts +1 -1
  848. package/src/models/operations/getfiledetails.ts +1 -1
  849. package/src/models/operations/getfullissuedcard.ts +1 -1
  850. package/src/models/operations/getimagemetadata.ts +1 -1
  851. package/src/models/operations/getinvoice.ts +179 -0
  852. package/src/models/operations/getissuedcard.ts +1 -1
  853. package/src/models/operations/getissuedcardauthorization.ts +1 -1
  854. package/src/models/operations/getissuedcardtransaction.ts +1 -1
  855. package/src/models/operations/getmerchantprocessingagreement.ts +1 -1
  856. package/src/models/operations/getonboardinginvite.ts +1 -1
  857. package/src/models/operations/getpaymentlink.ts +1 -1
  858. package/src/models/operations/getpaymentlinkqrcode.ts +1 -1
  859. package/src/models/operations/getpaymentmethod.ts +1 -1
  860. package/src/models/operations/getproduct.ts +1 -1
  861. package/src/models/operations/getpublicimage.ts +8 -6
  862. package/src/models/operations/getrefund.ts +1 -1
  863. package/src/models/operations/getrepresentative.ts +1 -1
  864. package/src/models/operations/getresidual.ts +1 -1
  865. package/src/models/operations/getresolutionlink.ts +179 -0
  866. package/src/models/operations/getscheduledoccurrence.ts +5 -5
  867. package/src/models/operations/getschedules.ts +1 -1
  868. package/src/models/operations/getstatement.ts +1 -1
  869. package/src/models/operations/getsweep.ts +1 -1
  870. package/src/models/operations/getsweepconfig.ts +1 -1
  871. package/src/models/operations/getterminalapplication.ts +1 -1
  872. package/src/models/operations/getterminalconfiguration.ts +1 -1
  873. package/src/models/operations/gettermsofservicetoken.ts +1 -1
  874. package/src/models/operations/getticket.ts +1 -1
  875. package/src/models/operations/gettransfer.ts +1 -1
  876. package/src/models/operations/getunderwriting.ts +1 -1
  877. package/src/models/operations/getwallet.ts +1 -1
  878. package/src/models/operations/getwallettransaction.ts +1 -1
  879. package/src/models/operations/getwebhook.ts +1 -1
  880. package/src/models/operations/getwebhooksecret.ts +1 -1
  881. package/src/models/operations/index.ts +11 -0
  882. package/src/models/operations/initiatebankaccountverification.ts +1 -1
  883. package/src/models/operations/initiatemicrodeposits.ts +1 -1
  884. package/src/models/operations/initiaterefund.ts +1 -1
  885. package/src/models/operations/linkaccountterminalapplication.ts +1 -1
  886. package/src/models/operations/linkapplepaytoken.ts +1 -1
  887. package/src/models/operations/linkbankaccount.ts +1 -1
  888. package/src/models/operations/linkcard.ts +1 -1
  889. package/src/models/operations/listaccounts.ts +1 -1
  890. package/src/models/operations/listaccountterminalapplications.ts +1 -1
  891. package/src/models/operations/listadjustments.ts +1 -1
  892. package/src/models/operations/listbankaccounts.ts +1 -1
  893. package/src/models/operations/listcapabilities.ts +1 -1
  894. package/src/models/operations/listcards.ts +1 -1
  895. package/src/models/operations/listconnectedaccountsforaccount.ts +1 -1
  896. package/src/models/operations/listdisputeevidence.ts +1 -1
  897. package/src/models/operations/listdisputes.ts +1 -1
  898. package/src/models/operations/listeventtypes.ts +1 -1
  899. package/src/models/operations/listfeeplanagreements.ts +1 -1
  900. package/src/models/operations/listfeeplans.ts +1 -1
  901. package/src/models/operations/listfeerevenue.ts +1 -1
  902. package/src/models/operations/listfeesfetch.ts +1 -1
  903. package/src/models/operations/listfiles.ts +1 -1
  904. package/src/models/operations/listimagemetadata.ts +1 -1
  905. package/src/models/operations/listindustries.ts +1 -1
  906. package/src/models/operations/listinstitutions.ts +1 -1
  907. package/src/models/operations/listinvoicepayments.ts +181 -0
  908. package/src/models/operations/listinvoices.ts +215 -0
  909. package/src/models/operations/listissuedcardauthorizationevents.ts +1 -1
  910. package/src/models/operations/listissuedcardauthorizations.ts +1 -1
  911. package/src/models/operations/listissuedcards.ts +1 -1
  912. package/src/models/operations/listissuedcardtransactions.ts +1 -1
  913. package/src/models/operations/listonboardinginvites.ts +1 -1
  914. package/src/models/operations/listpartnerpricingagreements.ts +1 -1
  915. package/src/models/operations/listpaymentlinks.ts +8 -9
  916. package/src/models/operations/listpaymentmethods.ts +1 -1
  917. package/src/models/operations/listproducts.ts +1 -1
  918. package/src/models/operations/listreceipts.ts +1 -1
  919. package/src/models/operations/listrefunds.ts +1 -1
  920. package/src/models/operations/listrepresentatives.ts +1 -1
  921. package/src/models/operations/listresidualfees.ts +1 -1
  922. package/src/models/operations/listresiduals.ts +1 -1
  923. package/src/models/operations/listresolutionlinks.ts +177 -0
  924. package/src/models/operations/listschedules.ts +1 -1
  925. package/src/models/operations/liststatements.ts +1 -1
  926. package/src/models/operations/listsweepconfigs.ts +1 -1
  927. package/src/models/operations/listsweeps.ts +1 -1
  928. package/src/models/operations/listterminalapplications.ts +1 -1
  929. package/src/models/operations/listticketmessages.ts +1 -1
  930. package/src/models/operations/listtickets.ts +1 -1
  931. package/src/models/operations/listtransfers.ts +1 -1
  932. package/src/models/operations/listwallets.ts +1 -1
  933. package/src/models/operations/listwallettransactions.ts +1 -1
  934. package/src/models/operations/listwebhooks.ts +1 -1
  935. package/src/models/operations/ping.ts +1 -1
  936. package/src/models/operations/pingwebhook.ts +1 -1
  937. package/src/models/operations/registerapplepaymerchantdomains.ts +1 -1
  938. package/src/models/operations/requestcapabilities.ts +1 -1
  939. package/src/models/operations/requestcard.ts +1 -1
  940. package/src/models/operations/retrievefees.ts +1 -1
  941. package/src/models/operations/revokeaccesstoken.ts +1 -1
  942. package/src/models/operations/revokeonboardinginvite.ts +1 -1
  943. package/src/models/operations/saveunderwriting.ts +1 -1
  944. package/src/models/operations/searchinstitutions.ts +1 -1
  945. package/src/models/operations/submitdisputeevidence.ts +1 -1
  946. package/src/models/operations/testendtoendtoken.ts +1 -1
  947. package/src/models/operations/updateaccount.ts +1 -1
  948. package/src/models/operations/updateapplepaymerchantdomains.ts +1 -1
  949. package/src/models/operations/updatecard.ts +1 -1
  950. package/src/models/operations/updatedisputeevidence.ts +1 -1
  951. package/src/models/operations/updateimage.ts +1 -1
  952. package/src/models/operations/updateimagemetadata.ts +1 -1
  953. package/src/models/operations/updateinvoice.ts +191 -0
  954. package/src/models/operations/updateissuedcard.ts +1 -1
  955. package/src/models/operations/updatepaymentlink.ts +1 -1
  956. package/src/models/operations/updateproduct.ts +1 -1
  957. package/src/models/operations/updaterepresentative.ts +1 -1
  958. package/src/models/operations/updateschedule.ts +1 -1
  959. package/src/models/operations/updatesweepconfig.ts +1 -1
  960. package/src/models/operations/updateticket.ts +1 -1
  961. package/src/models/operations/updatetransfer.ts +1 -1
  962. package/src/models/operations/updatewallet.ts +1 -1
  963. package/src/models/operations/updatewebhook.ts +1 -1
  964. package/src/models/operations/uploaddisputeevidencefile.ts +1 -1
  965. package/src/models/operations/uploaddisputeevidencetext.ts +1 -1
  966. package/src/models/operations/uploadfile.ts +1 -1
  967. package/src/models/operations/uploadimage.ts +1 -1
  968. package/src/models/operations/upsertbrand.ts +1 -1
  969. package/src/models/operations/upsertunderwriting.ts +1 -1
  970. package/src/sdk/invoices.ts +142 -0
  971. package/src/sdk/resolutionlinks.ts +83 -0
  972. package/src/sdk/sdk.ts +12 -0
  973. package/_speakeasy/.github/action-inputs-config.json +0 -53
  974. package/_speakeasy/.github/action-security-config.json +0 -88
  975. package/examples/package-lock.json +0 -620
  976. package/examples/package.json +0 -18
  977. package/models/components/rtpfailurecode.d.ts.map +0 -1
  978. package/models/components/rtpfailurecode.js.map +0 -1
  979. package/models/components/rtptransactiondetails.d.ts +0 -43
  980. package/models/components/rtptransactiondetails.d.ts.map +0 -1
  981. package/models/components/rtptransactiondetails.js.map +0 -1
  982. package/models/components/rtptransactionstatus.d.ts +0 -20
  983. package/models/components/rtptransactionstatus.d.ts.map +0 -1
  984. package/models/components/rtptransactionstatus.js.map +0 -1
  985. package/renovate.json +0 -30
  986. package/src/models/components/rtptransactiondetails.ts +0 -102
  987. package/src/models/components/rtptransactionstatus.ts +0 -29
  988. package/test/package.json +0 -27
  989. package/test/tsconfig.json +0 -30
  990. package/tsconfig.json +0 -40
package/README.md CHANGED
@@ -804,6 +804,44 @@ Search for institutions by either their name or routing number.
804
804
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
805
805
  you'll need to specify the `/fed.read` scope. :warning: **Deprecated**
806
806
 
807
+ ### [Invoices](docs/sdks/invoices/README.md)
808
+
809
+ * [createInvoice](docs/sdks/invoices/README.md#createinvoice) - Create an invoice for a Moov account.
810
+
811
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
812
+ you'll need to specify the `/accounts/{accountID}/invoices.write` scope.
813
+ * [listInvoices](docs/sdks/invoices/README.md#listinvoices) - List all the invoices created under a Moov account.
814
+
815
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
816
+ you'll need to specify the `/accounts/{accountID}/invoices.read` scope.
817
+ * [getInvoice](docs/sdks/invoices/README.md#getinvoice) - Retrieve an invoice by ID.
818
+
819
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
820
+ you'll need to specify the `/accounts/{accountID}/invoices.read` scope.
821
+ * [updateInvoice](docs/sdks/invoices/README.md#updateinvoice) - Updates an invoice.
822
+
823
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
824
+ you'll need to specify the `/accounts/{accountID}/invoices.write` scope.
825
+ * [delete](docs/sdks/invoices/README.md#delete) - Delete an invoice. Only invoices in `draft` status can be deleted.
826
+
827
+ Deleting an invoice indicates it was created by mistake and should be completely disregarded.
828
+ Deleted invoices are hidden from list results by default, but can still be retrieved
829
+ individually through the get invoice endpoint. If you need to void an invoice that was
830
+ already sent or is otherwise part of the invoice history, cancel it instead by updating
831
+ its status to `canceled`.
832
+
833
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
834
+ you'll need to specify the `/accounts/{accountID}/invoices.write` scope.
835
+ * [createInvoicePayment](docs/sdks/invoices/README.md#createinvoicepayment) - Creates a payment resource to represent that an invoice was paid outside of the Moov platform.
836
+ If a payment link was created for the invoice, the corresponding payment link is canceled, but a receipt is still sent.
837
+
838
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
839
+ you'll need to specify the `/accounts/{accountID}/invoices.write` scope.
840
+ * [listInvoicePayments](docs/sdks/invoices/README.md#listinvoicepayments) - List all the payments made towards an invoice.
841
+
842
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
843
+ you'll need to specify the `/accounts/{accountID}/invoices.read` scope.
844
+
807
845
  ### [IssuingTransactions](docs/sdks/issuingtransactions/README.md)
808
846
 
809
847
  * [listAuthorizations](docs/sdks/issuingtransactions/README.md#listauthorizations) - List issued card authorizations associated with a Moov account.
@@ -956,6 +994,27 @@ If you need to update information in a locked state, please contact Moov support
956
994
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
957
995
  you'll need to specify the `/accounts/{accountID}/representatives.write` scope.
958
996
 
997
+ ### [ResolutionLinks](docs/sdks/resolutionlinks/README.md)
998
+
999
+ * [create](docs/sdks/resolutionlinks/README.md#create) - Create a resolution link for the specified account. Resolution links are temporary, secure links
1000
+ sent to merchants to resolve account requirements such as KYC verification or document uploads. Only one active resolution link
1001
+ is allowed per connected 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}/profile.write`, `/accounts/{accountID}/representatives.write` and `/accounts/{accountID}/files.write` scopes.
1005
+ * [list](docs/sdks/resolutionlinks/README.md#list) - List resolution links for the specified account.
1006
+
1007
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1008
+ you'll need to specify the `/accounts/{accountID}/profile.read` scope.
1009
+ * [get](docs/sdks/resolutionlinks/README.md#get) - Get a resolution link by code.
1010
+
1011
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1012
+ you'll need to specify the `/accounts/{accountID}/profile.read` scope.
1013
+ * [disable](docs/sdks/resolutionlinks/README.md#disable) - Disable a resolution link. Disabled resolution links can no longer be used by merchants.
1014
+
1015
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1016
+ you'll need to specify the `/accounts/{accountID}/profile.write` scope.
1017
+
959
1018
  ### [Scheduling](docs/sdks/scheduling/README.md)
960
1019
 
961
1020
  * [create](docs/sdks/scheduling/README.md#create) - Describes the schedule to create or modify.
@@ -1737,6 +1796,41 @@ This can be used to validate a financial institution before initiating payment a
1737
1796
 
1738
1797
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1739
1798
  you'll need to specify the `/institutions.read` scope.
1799
+ - [`invoicesCreateInvoice`](docs/sdks/invoices/README.md#createinvoice) - Create an invoice for a Moov account.
1800
+
1801
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1802
+ you'll need to specify the `/accounts/{accountID}/invoices.write` scope.
1803
+ - [`invoicesCreateInvoicePayment`](docs/sdks/invoices/README.md#createinvoicepayment) - Creates a payment resource to represent that an invoice was paid outside of the Moov platform.
1804
+ If a payment link was created for the invoice, the corresponding payment link is canceled, but a receipt is still sent.
1805
+
1806
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1807
+ you'll need to specify the `/accounts/{accountID}/invoices.write` scope.
1808
+ - [`invoicesDelete`](docs/sdks/invoices/README.md#delete) - Delete an invoice. Only invoices in `draft` status can be deleted.
1809
+
1810
+ Deleting an invoice indicates it was created by mistake and should be completely disregarded.
1811
+ Deleted invoices are hidden from list results by default, but can still be retrieved
1812
+ individually through the get invoice endpoint. If you need to void an invoice that was
1813
+ already sent or is otherwise part of the invoice history, cancel it instead by updating
1814
+ its status to `canceled`.
1815
+
1816
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1817
+ you'll need to specify the `/accounts/{accountID}/invoices.write` scope.
1818
+ - [`invoicesGetInvoice`](docs/sdks/invoices/README.md#getinvoice) - Retrieve an invoice by ID.
1819
+
1820
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1821
+ you'll need to specify the `/accounts/{accountID}/invoices.read` scope.
1822
+ - [`invoicesListInvoicePayments`](docs/sdks/invoices/README.md#listinvoicepayments) - List all the payments made towards an invoice.
1823
+
1824
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1825
+ you'll need to specify the `/accounts/{accountID}/invoices.read` scope.
1826
+ - [`invoicesListInvoices`](docs/sdks/invoices/README.md#listinvoices) - List all the invoices created under a Moov account.
1827
+
1828
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1829
+ you'll need to specify the `/accounts/{accountID}/invoices.read` scope.
1830
+ - [`invoicesUpdateInvoice`](docs/sdks/invoices/README.md#updateinvoice) - Updates an invoice.
1831
+
1832
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1833
+ you'll need to specify the `/accounts/{accountID}/invoices.write` scope.
1740
1834
  - [`issuingTransactionsGet`](docs/sdks/issuingtransactions/README.md#get) - Retrieves details of an issued card transaction associated with a specific Moov account.
1741
1835
 
1742
1836
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
@@ -1865,6 +1959,24 @@ If you need to update information in a locked state, please contact Moov support
1865
1959
 
1866
1960
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1867
1961
  you'll need to specify the `/accounts/{accountID}/representatives.write` scope.
1962
+ - [`resolutionLinksCreate`](docs/sdks/resolutionlinks/README.md#create) - Create a resolution link for the specified account. Resolution links are temporary, secure links
1963
+ sent to merchants to resolve account requirements such as KYC verification or document uploads. Only one active resolution link
1964
+ is allowed per connected account.
1965
+
1966
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1967
+ you'll need to specify the `/accounts/{accountID}/profile.write`, `/accounts/{accountID}/representatives.write` and `/accounts/{accountID}/files.write` scopes.
1968
+ - [`resolutionLinksDisable`](docs/sdks/resolutionlinks/README.md#disable) - Disable a resolution link. Disabled resolution links can no longer be used by merchants.
1969
+
1970
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1971
+ you'll need to specify the `/accounts/{accountID}/profile.write` scope.
1972
+ - [`resolutionLinksGet`](docs/sdks/resolutionlinks/README.md#get) - Get a resolution link by code.
1973
+
1974
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1975
+ you'll need to specify the `/accounts/{accountID}/profile.read` scope.
1976
+ - [`resolutionLinksList`](docs/sdks/resolutionlinks/README.md#list) - List resolution links for the specified account.
1977
+
1978
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1979
+ you'll need to specify the `/accounts/{accountID}/profile.read` scope.
1868
1980
  - [`schedulingCancel`](docs/sdks/scheduling/README.md#cancel) - Describes the schedule to cancel.
1869
1981
 
1870
1982
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
@@ -2310,7 +2422,7 @@ run();
2310
2422
  **Primary error:**
2311
2423
  * [`MoovError`](./src/models/errors/mooverror.ts): The base class for HTTP error responses.
2312
2424
 
2313
- <details><summary>Less common errors (55)</summary>
2425
+ <details><summary>Less common errors (61)</summary>
2314
2426
 
2315
2427
  <br />
2316
2428
 
@@ -2323,55 +2435,61 @@ run();
2323
2435
 
2324
2436
 
2325
2437
  **Inherit from [`MoovError`](./src/models/errors/mooverror.ts)**:
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.*
2438
+ * [`GenericError`](./src/models/errors/genericerror.ts): Applicable to 81 of 182 methods.*
2439
+ * [`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 182 methods.*
2440
+ * [`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 182 methods.*
2441
+ * [`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 182 methods.*
2442
+ * [`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 182 methods.*
2443
+ * [`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 182 methods.*
2444
+ * [`DuplicateCardError`](./src/models/errors/duplicatecarderror.ts): Attempted to link card that already exists on the account. Status code `409`. Applicable to 1 of 182 methods.*
2445
+ * [`Transfer`](./src/models/errors/transfer.ts): Details of a Transfer. Status code `409`. Applicable to 1 of 182 methods.*
2446
+ * [`CardAcquiringRefund`](./src/models/errors/cardacquiringrefund.ts): Details of a card refund. Status code `409`. Applicable to 1 of 182 methods.*
2447
+ * [`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 182 methods.*
2448
+ * [`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 182 methods.*
2449
+ * [`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 182 methods.*
2450
+ * [`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 182 methods.*
2451
+ * [`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 182 methods.*
2452
+ * [`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 182 methods.*
2453
+ * [`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 182 methods.*
2454
+ * [`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 182 methods.*
2455
+ * [`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 182 methods.*
2456
+ * [`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 182 methods.*
2457
+ * [`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 182 methods.*
2458
+ * [`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 182 methods.*
2459
+ * [`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 182 methods.*
2460
+ * [`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 182 methods.*
2461
+ * [`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 182 methods.*
2462
+ * [`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 182 methods.*
2463
+ * [`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 182 methods.*
2464
+ * [`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 182 methods.*
2465
+ * [`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 182 methods.*
2466
+ * [`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 182 methods.*
2467
+ * [`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 182 methods.*
2468
+ * [`CreateResolutionLinkError`](./src/models/errors/createresolutionlinkerror.ts): Describes validation errors for the create resolution link request. Status code `422`. Applicable to 1 of 182 methods.*
2469
+ * [`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 182 methods.*
2470
+ * [`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 182 methods.*
2471
+ * [`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 182 methods.*
2472
+ * [`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 182 methods.*
2473
+ * [`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 182 methods.*
2474
+ * [`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 182 methods.*
2475
+ * [`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 182 methods.*
2476
+ * [`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 182 methods.*
2477
+ * [`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 182 methods.*
2478
+ * [`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 182 methods.*
2479
+ * [`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 182 methods.*
2480
+ * [`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 182 methods.*
2481
+ * [`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 182 methods.*
2482
+ * [`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 182 methods.*
2483
+ * [`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 182 methods.*
2484
+ * [`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 182 methods.*
2485
+ * [`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 182 methods.*
2486
+ * [`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 182 methods.*
2487
+ * [`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 182 methods.*
2488
+ * [`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 182 methods.*
2489
+ * [`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 182 methods.*
2490
+ * [`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 182 methods.*
2491
+ * [`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 182 methods.*
2492
+ * [`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 182 methods.*
2375
2493
  * [`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.
2376
2494
 
2377
2495
  </details>
@@ -2428,19 +2546,23 @@ The `HTTPClient` constructor takes an optional `fetcher` argument that can be
2428
2546
  used to integrate a third-party HTTP client or when writing tests to mock out
2429
2547
  the HTTP client and feed in fixtures.
2430
2548
 
2431
- The following example shows how to use the `"beforeRequest"` hook to to add a
2432
- custom header and a timeout to requests and how to use the `"requestError"` hook
2433
- to log errors:
2549
+ The following example shows how to:
2550
+ - route requests through a proxy server using [undici](https://www.npmjs.com/package/undici)'s ProxyAgent
2551
+ - use the `"beforeRequest"` hook to add a custom header and a timeout to requests
2552
+ - use the `"requestError"` hook to log errors
2434
2553
 
2435
2554
  ```typescript
2436
2555
  import { Moov } from "@moovio/sdk";
2556
+ import { ProxyAgent } from "undici";
2437
2557
  import { HTTPClient } from "@moovio/sdk/lib/http";
2438
2558
 
2559
+ const dispatcher = new ProxyAgent("http://proxy.example.com:8080");
2560
+
2439
2561
  const httpClient = new HTTPClient({
2440
- // fetcher takes a function that has the same signature as native `fetch`.
2441
- fetcher: (request) => {
2442
- return fetch(request);
2443
- }
2562
+ // 'fetcher' takes a function that has the same signature as native 'fetch'.
2563
+ fetcher: (input, init) =>
2564
+ // 'dispatcher' is specific to undici and not part of the standard Fetch API.
2565
+ fetch(input, { ...init, dispatcher } as RequestInit),
2444
2566
  });
2445
2567
 
2446
2568
  httpClient.addHook("beforeRequest", (request) => {