@moovio/sdk 0.22.21 → 24.1.3

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 (787) hide show
  1. package/README.md +47 -200
  2. package/bin/mcp-server.js +1568 -5459
  3. package/bin/mcp-server.js.map +50 -170
  4. package/examples/package-lock.json +4 -4
  5. package/jsr.json +1 -1
  6. package/lib/config.d.ts +4 -4
  7. package/lib/config.js +4 -4
  8. package/lib/config.js.map +1 -1
  9. package/mcp-server/mcp-server.js +1 -1
  10. package/mcp-server/mcp-server.js.map +1 -1
  11. package/mcp-server/server.d.ts.map +1 -1
  12. package/mcp-server/server.js +1 -27
  13. package/mcp-server/server.js.map +1 -1
  14. package/models/components/accounttype.d.ts +0 -1
  15. package/models/components/accounttype.d.ts.map +1 -1
  16. package/models/components/accounttype.js +0 -1
  17. package/models/components/accounttype.js.map +1 -1
  18. package/models/components/bankaccountholdertype.d.ts +0 -1
  19. package/models/components/bankaccountholdertype.d.ts.map +1 -1
  20. package/models/components/bankaccountholdertype.js +0 -1
  21. package/models/components/bankaccountholdertype.js.map +1 -1
  22. package/models/components/capabilityid.d.ts +0 -11
  23. package/models/components/capabilityid.d.ts.map +1 -1
  24. package/models/components/capabilityid.js +0 -11
  25. package/models/components/capabilityid.js.map +1 -1
  26. package/models/components/createaccount.d.ts +5 -2
  27. package/models/components/createaccount.d.ts.map +1 -1
  28. package/models/components/createaccount.js +3 -3
  29. package/models/components/createaccount.js.map +1 -1
  30. package/models/components/createpaymentlinklineitem.d.ts +10 -2
  31. package/models/components/createpaymentlinklineitem.d.ts.map +1 -1
  32. package/models/components/createpaymentlinklineitem.js.map +1 -1
  33. package/models/components/createpaymentlinklineitemoption.d.ts +6 -1
  34. package/models/components/createpaymentlinklineitemoption.d.ts.map +1 -1
  35. package/models/components/createpaymentlinklineitemoption.js.map +1 -1
  36. package/models/components/createscheduledtransferlineitem.d.ts +4 -1
  37. package/models/components/createscheduledtransferlineitem.d.ts.map +1 -1
  38. package/models/components/createscheduledtransferlineitem.js.map +1 -1
  39. package/models/components/createtransferlineitem.d.ts +4 -1
  40. package/models/components/createtransferlineitem.d.ts.map +1 -1
  41. package/models/components/createtransferlineitem.js.map +1 -1
  42. package/models/components/enrichedindustries.d.ts +3 -3
  43. package/models/components/enrichedindustries.js +3 -3
  44. package/models/components/enrichedindustry.d.ts +35 -0
  45. package/models/components/enrichedindustry.d.ts.map +1 -0
  46. package/models/components/{invoicetransferpayment.js → enrichedindustry.js} +18 -12
  47. package/models/components/enrichedindustry.js.map +1 -0
  48. package/models/components/incurredfee.d.ts +22 -1
  49. package/models/components/incurredfee.d.ts.map +1 -1
  50. package/models/components/incurredfee.js.map +1 -1
  51. package/models/components/index.d.ts +1 -78
  52. package/models/components/index.d.ts.map +1 -1
  53. package/models/components/index.js +1 -78
  54. package/models/components/index.js.map +1 -1
  55. package/models/components/paymentmethod.d.ts +2 -4
  56. package/models/components/paymentmethod.d.ts.map +1 -1
  57. package/models/components/paymentmethod.js +0 -6
  58. package/models/components/paymentmethod.js.map +1 -1
  59. package/models/components/paymentmethodtype.d.ts +0 -2
  60. package/models/components/paymentmethodtype.d.ts.map +1 -1
  61. package/models/components/paymentmethodtype.js +0 -2
  62. package/models/components/paymentmethodtype.js.map +1 -1
  63. package/models/components/profile.d.ts +0 -6
  64. package/models/components/profile.d.ts.map +1 -1
  65. package/models/components/profile.js +0 -3
  66. package/models/components/profile.js.map +1 -1
  67. package/models/components/requirementid.d.ts +0 -54
  68. package/models/components/requirementid.d.ts.map +1 -1
  69. package/models/components/requirementid.js +0 -54
  70. package/models/components/requirementid.js.map +1 -1
  71. package/models/components/residual.d.ts +31 -7
  72. package/models/components/residual.d.ts.map +1 -1
  73. package/models/components/residual.js +0 -2
  74. package/models/components/residual.js.map +1 -1
  75. package/models/components/transfer.d.ts +0 -5
  76. package/models/components/transfer.d.ts.map +1 -1
  77. package/models/components/transfer.js +0 -2
  78. package/models/components/transfer.js.map +1 -1
  79. package/models/components/transfersource.d.ts +0 -6
  80. package/models/components/transfersource.d.ts.map +1 -1
  81. package/models/components/transfersource.js +0 -3
  82. package/models/components/transfersource.js.map +1 -1
  83. package/models/components/underwriting.d.ts +14 -35
  84. package/models/components/underwriting.d.ts.map +1 -1
  85. package/models/components/underwriting.js +14 -36
  86. package/models/components/underwriting.js.map +1 -1
  87. package/models/errors/index.d.ts +0 -7
  88. package/models/errors/index.d.ts.map +1 -1
  89. package/models/errors/index.js +0 -7
  90. package/models/errors/index.js.map +1 -1
  91. package/models/errors/transfer.d.ts +0 -9
  92. package/models/errors/transfer.d.ts.map +1 -1
  93. package/models/errors/transfer.js +0 -4
  94. package/models/errors/transfer.js.map +1 -1
  95. package/models/operations/getresidual.d.ts +3 -0
  96. package/models/operations/getresidual.d.ts.map +1 -1
  97. package/models/operations/getresidual.js.map +1 -1
  98. package/models/operations/index.d.ts +0 -13
  99. package/models/operations/index.d.ts.map +1 -1
  100. package/models/operations/index.js +0 -13
  101. package/models/operations/index.js.map +1 -1
  102. package/models/operations/listaccounts.d.ts +1 -1
  103. package/models/operations/listaccounts.d.ts.map +1 -1
  104. package/models/operations/listaccounts.js +2 -2
  105. package/models/operations/listaccounts.js.map +1 -1
  106. package/models/operations/listconnectedaccountsforaccount.d.ts +1 -1
  107. package/models/operations/listconnectedaccountsforaccount.d.ts.map +1 -1
  108. package/models/operations/listconnectedaccountsforaccount.js +2 -2
  109. package/models/operations/listconnectedaccountsforaccount.js.map +1 -1
  110. package/models/operations/listresidualfees.d.ts +3 -0
  111. package/models/operations/listresidualfees.d.ts.map +1 -1
  112. package/models/operations/listresidualfees.js.map +1 -1
  113. package/package.json +4 -4
  114. package/sdk/feeplans.d.ts +0 -7
  115. package/sdk/feeplans.d.ts.map +1 -1
  116. package/sdk/feeplans.js +0 -10
  117. package/sdk/feeplans.js.map +1 -1
  118. package/sdk/sdk.d.ts +0 -6
  119. package/sdk/sdk.d.ts.map +1 -1
  120. package/sdk/sdk.js +0 -8
  121. package/sdk/sdk.js.map +1 -1
  122. package/sdk/underwriting.d.ts +0 -9
  123. package/sdk/underwriting.d.ts.map +1 -1
  124. package/sdk/underwriting.js +0 -12
  125. package/sdk/underwriting.js.map +1 -1
  126. package/src/lib/config.ts +4 -4
  127. package/src/mcp-server/mcp-server.ts +1 -1
  128. package/src/mcp-server/server.ts +1 -27
  129. package/src/models/components/accounttype.ts +0 -1
  130. package/src/models/components/bankaccountholdertype.ts +0 -1
  131. package/src/models/components/capabilityid.ts +0 -11
  132. package/src/models/components/createaccount.ts +11 -8
  133. package/src/models/components/createpaymentlinklineitem.ts +10 -2
  134. package/src/models/components/createpaymentlinklineitemoption.ts +6 -1
  135. package/src/models/components/createscheduledtransferlineitem.ts +4 -1
  136. package/src/models/components/createtransferlineitem.ts +4 -1
  137. package/src/models/components/enrichedindustries.ts +9 -9
  138. package/src/models/components/enrichedindustry.ts +75 -0
  139. package/src/models/components/incurredfee.ts +22 -1
  140. package/src/models/components/index.ts +1 -78
  141. package/src/models/components/paymentmethod.ts +2 -22
  142. package/src/models/components/paymentmethodtype.ts +0 -2
  143. package/src/models/components/profile.ts +0 -13
  144. package/src/models/components/requirementid.ts +0 -103
  145. package/src/models/components/residual.ts +31 -9
  146. package/src/models/components/transfer.ts +0 -7
  147. package/src/models/components/transfersource.ts +0 -13
  148. package/src/models/components/underwriting.ts +28 -96
  149. package/src/models/errors/index.ts +0 -7
  150. package/src/models/errors/transfer.ts +0 -12
  151. package/src/models/operations/getresidual.ts +3 -0
  152. package/src/models/operations/index.ts +0 -13
  153. package/src/models/operations/listaccounts.ts +3 -3
  154. package/src/models/operations/listconnectedaccountsforaccount.ts +3 -3
  155. package/src/models/operations/listresidualfees.ts +3 -0
  156. package/src/sdk/feeplans.ts +0 -18
  157. package/src/sdk/sdk.ts +0 -12
  158. package/src/sdk/underwriting.ts +0 -20
  159. package/funcs/feePlansListPartnerPricing.d.ts +0 -17
  160. package/funcs/feePlansListPartnerPricing.d.ts.map +0 -1
  161. package/funcs/feePlansListPartnerPricing.js +0 -129
  162. package/funcs/feePlansListPartnerPricing.js.map +0 -1
  163. package/funcs/invoicesCreateInvoice.d.ts +0 -18
  164. package/funcs/invoicesCreateInvoice.d.ts.map +0 -1
  165. package/funcs/invoicesCreateInvoice.js +0 -139
  166. package/funcs/invoicesCreateInvoice.js.map +0 -1
  167. package/funcs/invoicesCreateInvoicePayment.d.ts +0 -19
  168. package/funcs/invoicesCreateInvoicePayment.d.ts.map +0 -1
  169. package/funcs/invoicesCreateInvoicePayment.js +0 -148
  170. package/funcs/invoicesCreateInvoicePayment.js.map +0 -1
  171. package/funcs/invoicesGetInvoice.d.ts +0 -17
  172. package/funcs/invoicesGetInvoice.d.ts.map +0 -1
  173. package/funcs/invoicesGetInvoice.js +0 -129
  174. package/funcs/invoicesGetInvoice.js.map +0 -1
  175. package/funcs/invoicesListInvoicePayments.d.ts +0 -17
  176. package/funcs/invoicesListInvoicePayments.d.ts.map +0 -1
  177. package/funcs/invoicesListInvoicePayments.js +0 -129
  178. package/funcs/invoicesListInvoicePayments.js.map +0 -1
  179. package/funcs/invoicesListInvoices.d.ts +0 -18
  180. package/funcs/invoicesListInvoices.d.ts.map +0 -1
  181. package/funcs/invoicesListInvoices.js +0 -139
  182. package/funcs/invoicesListInvoices.js.map +0 -1
  183. package/funcs/invoicesUpdateInvoice.d.ts +0 -18
  184. package/funcs/invoicesUpdateInvoice.d.ts.map +0 -1
  185. package/funcs/invoicesUpdateInvoice.js +0 -143
  186. package/funcs/invoicesUpdateInvoice.js.map +0 -1
  187. package/funcs/supportCreateTicket.d.ts +0 -21
  188. package/funcs/supportCreateTicket.d.ts.map +0 -1
  189. package/funcs/supportCreateTicket.js +0 -142
  190. package/funcs/supportCreateTicket.js.map +0 -1
  191. package/funcs/supportGetTicket.d.ts +0 -20
  192. package/funcs/supportGetTicket.d.ts.map +0 -1
  193. package/funcs/supportGetTicket.js +0 -132
  194. package/funcs/supportGetTicket.js.map +0 -1
  195. package/funcs/supportListTicketMessages.d.ts +0 -20
  196. package/funcs/supportListTicketMessages.d.ts.map +0 -1
  197. package/funcs/supportListTicketMessages.js +0 -132
  198. package/funcs/supportListTicketMessages.js.map +0 -1
  199. package/funcs/supportListTickets.d.ts +0 -20
  200. package/funcs/supportListTickets.d.ts.map +0 -1
  201. package/funcs/supportListTickets.js +0 -135
  202. package/funcs/supportListTickets.js.map +0 -1
  203. package/funcs/supportUpdateTicket.d.ts +0 -21
  204. package/funcs/supportUpdateTicket.d.ts.map +0 -1
  205. package/funcs/supportUpdateTicket.js +0 -146
  206. package/funcs/supportUpdateTicket.js.map +0 -1
  207. package/funcs/underwritingSave.d.ts +0 -20
  208. package/funcs/underwritingSave.d.ts.map +0 -1
  209. package/funcs/underwritingSave.js +0 -145
  210. package/funcs/underwritingSave.js.map +0 -1
  211. package/mcp-server/tools/feePlansListPartnerPricing.d.ts +0 -8
  212. package/mcp-server/tools/feePlansListPartnerPricing.d.ts.map +0 -1
  213. package/mcp-server/tools/feePlansListPartnerPricing.js +0 -65
  214. package/mcp-server/tools/feePlansListPartnerPricing.js.map +0 -1
  215. package/mcp-server/tools/invoicesCreateInvoice.d.ts +0 -8
  216. package/mcp-server/tools/invoicesCreateInvoice.d.ts.map +0 -1
  217. package/mcp-server/tools/invoicesCreateInvoice.js +0 -65
  218. package/mcp-server/tools/invoicesCreateInvoice.js.map +0 -1
  219. package/mcp-server/tools/invoicesCreateInvoicePayment.d.ts +0 -8
  220. package/mcp-server/tools/invoicesCreateInvoicePayment.d.ts.map +0 -1
  221. package/mcp-server/tools/invoicesCreateInvoicePayment.js +0 -66
  222. package/mcp-server/tools/invoicesCreateInvoicePayment.js.map +0 -1
  223. package/mcp-server/tools/invoicesGetInvoice.d.ts +0 -8
  224. package/mcp-server/tools/invoicesGetInvoice.d.ts.map +0 -1
  225. package/mcp-server/tools/invoicesGetInvoice.js +0 -65
  226. package/mcp-server/tools/invoicesGetInvoice.js.map +0 -1
  227. package/mcp-server/tools/invoicesListInvoicePayments.d.ts +0 -8
  228. package/mcp-server/tools/invoicesListInvoicePayments.d.ts.map +0 -1
  229. package/mcp-server/tools/invoicesListInvoicePayments.js +0 -65
  230. package/mcp-server/tools/invoicesListInvoicePayments.js.map +0 -1
  231. package/mcp-server/tools/invoicesListInvoices.d.ts +0 -8
  232. package/mcp-server/tools/invoicesListInvoices.d.ts.map +0 -1
  233. package/mcp-server/tools/invoicesListInvoices.js +0 -65
  234. package/mcp-server/tools/invoicesListInvoices.js.map +0 -1
  235. package/mcp-server/tools/invoicesUpdateInvoice.d.ts +0 -8
  236. package/mcp-server/tools/invoicesUpdateInvoice.d.ts.map +0 -1
  237. package/mcp-server/tools/invoicesUpdateInvoice.js +0 -65
  238. package/mcp-server/tools/invoicesUpdateInvoice.js.map +0 -1
  239. package/mcp-server/tools/supportCreateTicket.d.ts +0 -8
  240. package/mcp-server/tools/supportCreateTicket.d.ts.map +0 -1
  241. package/mcp-server/tools/supportCreateTicket.js +0 -68
  242. package/mcp-server/tools/supportCreateTicket.js.map +0 -1
  243. package/mcp-server/tools/supportGetTicket.d.ts +0 -8
  244. package/mcp-server/tools/supportGetTicket.d.ts.map +0 -1
  245. package/mcp-server/tools/supportGetTicket.js +0 -68
  246. package/mcp-server/tools/supportGetTicket.js.map +0 -1
  247. package/mcp-server/tools/supportListTicketMessages.d.ts +0 -8
  248. package/mcp-server/tools/supportListTicketMessages.d.ts.map +0 -1
  249. package/mcp-server/tools/supportListTicketMessages.js +0 -68
  250. package/mcp-server/tools/supportListTicketMessages.js.map +0 -1
  251. package/mcp-server/tools/supportListTickets.d.ts +0 -8
  252. package/mcp-server/tools/supportListTickets.d.ts.map +0 -1
  253. package/mcp-server/tools/supportListTickets.js +0 -68
  254. package/mcp-server/tools/supportListTickets.js.map +0 -1
  255. package/mcp-server/tools/supportUpdateTicket.d.ts +0 -8
  256. package/mcp-server/tools/supportUpdateTicket.d.ts.map +0 -1
  257. package/mcp-server/tools/supportUpdateTicket.js +0 -68
  258. package/mcp-server/tools/supportUpdateTicket.js.map +0 -1
  259. package/mcp-server/tools/underwritingSave.d.ts +0 -8
  260. package/mcp-server/tools/underwritingSave.d.ts.map +0 -1
  261. package/mcp-server/tools/underwritingSave.js +0 -67
  262. package/mcp-server/tools/underwritingSave.js.map +0 -1
  263. package/models/components/amountdecimalupdate.d.ts +0 -29
  264. package/models/components/amountdecimalupdate.d.ts.map +0 -1
  265. package/models/components/amountdecimalupdate.js +0 -60
  266. package/models/components/amountdecimalupdate.js.map +0 -1
  267. package/models/components/businesspresence.d.ts +0 -16
  268. package/models/components/businesspresence.d.ts.map +0 -1
  269. package/models/components/businesspresence.js +0 -53
  270. package/models/components/businesspresence.js.map +0 -1
  271. package/models/components/cardacceptancemethods.d.ts +0 -33
  272. package/models/components/cardacceptancemethods.d.ts.map +0 -1
  273. package/models/components/cardacceptancemethods.js +0 -62
  274. package/models/components/cardacceptancemethods.js.map +0 -1
  275. package/models/components/cardacceptancemethodserror.d.ts +0 -21
  276. package/models/components/cardacceptancemethodserror.d.ts.map +0 -1
  277. package/models/components/cardacceptancemethodserror.js +0 -62
  278. package/models/components/cardacceptancemethodserror.js.map +0 -1
  279. package/models/components/cardpresentpaymentpaymentmethod.d.ts +0 -31
  280. package/models/components/cardpresentpaymentpaymentmethod.d.ts.map +0 -1
  281. package/models/components/cardpresentpaymentpaymentmethod.js +0 -63
  282. package/models/components/cardpresentpaymentpaymentmethod.js.map +0 -1
  283. package/models/components/collectfunds.d.ts +0 -21
  284. package/models/components/collectfunds.d.ts.map +0 -1
  285. package/models/components/collectfunds.js +0 -62
  286. package/models/components/collectfunds.js.map +0 -1
  287. package/models/components/collectfundsach.d.ts +0 -18
  288. package/models/components/collectfundsach.d.ts.map +0 -1
  289. package/models/components/collectfundsach.js +0 -59
  290. package/models/components/collectfundsach.js.map +0 -1
  291. package/models/components/collectfundsacherror.d.ts +0 -18
  292. package/models/components/collectfundsacherror.d.ts.map +0 -1
  293. package/models/components/collectfundsacherror.js +0 -59
  294. package/models/components/collectfundsacherror.js.map +0 -1
  295. package/models/components/collectfundscardpayments.d.ts +0 -32
  296. package/models/components/collectfundscardpayments.d.ts.map +0 -1
  297. package/models/components/collectfundscardpayments.js +0 -70
  298. package/models/components/collectfundscardpayments.js.map +0 -1
  299. package/models/components/collectfundscardpaymentserror.d.ts +0 -28
  300. package/models/components/collectfundscardpaymentserror.d.ts.map +0 -1
  301. package/models/components/collectfundscardpaymentserror.js +0 -69
  302. package/models/components/collectfundscardpaymentserror.js.map +0 -1
  303. package/models/components/collectfundserror.d.ts +0 -21
  304. package/models/components/collectfundserror.d.ts.map +0 -1
  305. package/models/components/collectfundserror.js +0 -62
  306. package/models/components/collectfundserror.js.map +0 -1
  307. package/models/components/createaccounttype.d.ts +0 -12
  308. package/models/components/createaccounttype.d.ts.map +0 -1
  309. package/models/components/createaccounttype.js +0 -49
  310. package/models/components/createaccounttype.js.map +0 -1
  311. package/models/components/createinvoice.d.ts +0 -35
  312. package/models/components/createinvoice.d.ts.map +0 -1
  313. package/models/components/createinvoice.js +0 -72
  314. package/models/components/createinvoice.js.map +0 -1
  315. package/models/components/createinvoicelineitem.d.ts +0 -50
  316. package/models/components/createinvoicelineitem.d.ts.map +0 -1
  317. package/models/components/createinvoicelineitem.js +0 -70
  318. package/models/components/createinvoicelineitem.js.map +0 -1
  319. package/models/components/createinvoicelineitemoption.d.ts +0 -44
  320. package/models/components/createinvoicelineitemoption.d.ts.map +0 -1
  321. package/models/components/createinvoicelineitemoption.js +0 -67
  322. package/models/components/createinvoicelineitemoption.js.map +0 -1
  323. package/models/components/createinvoicelineitemoptionvalidationerror.d.ts +0 -24
  324. package/models/components/createinvoicelineitemoptionvalidationerror.d.ts.map +0 -1
  325. package/models/components/createinvoicelineitemoptionvalidationerror.js +0 -65
  326. package/models/components/createinvoicelineitemoptionvalidationerror.js.map +0 -1
  327. package/models/components/createinvoicelineitems.d.ts +0 -24
  328. package/models/components/createinvoicelineitems.d.ts.map +0 -1
  329. package/models/components/createinvoicelineitems.js +0 -59
  330. package/models/components/createinvoicelineitems.js.map +0 -1
  331. package/models/components/createinvoicelineitemsupdate.d.ts +0 -24
  332. package/models/components/createinvoicelineitemsupdate.d.ts.map +0 -1
  333. package/models/components/createinvoicelineitemsupdate.js +0 -59
  334. package/models/components/createinvoicelineitemsupdate.js.map +0 -1
  335. package/models/components/createinvoicelineitemsvalidationerror.d.ts +0 -22
  336. package/models/components/createinvoicelineitemsvalidationerror.d.ts.map +0 -1
  337. package/models/components/createinvoicelineitemsvalidationerror.js +0 -61
  338. package/models/components/createinvoicelineitemsvalidationerror.js.map +0 -1
  339. package/models/components/createinvoicelineitemvalidationerror.d.ts +0 -31
  340. package/models/components/createinvoicelineitemvalidationerror.d.ts.map +0 -1
  341. package/models/components/createinvoicelineitemvalidationerror.js +0 -70
  342. package/models/components/createinvoicelineitemvalidationerror.js.map +0 -1
  343. package/models/components/createinvoicepayment.d.ts +0 -24
  344. package/models/components/createinvoicepayment.d.ts.map +0 -1
  345. package/models/components/createinvoicepayment.js +0 -66
  346. package/models/components/createinvoicepayment.js.map +0 -1
  347. package/models/components/createticket.d.ts +0 -29
  348. package/models/components/createticket.d.ts.map +0 -1
  349. package/models/components/createticket.js +0 -67
  350. package/models/components/createticket.js.map +0 -1
  351. package/models/components/createticketcontacterror.d.ts +0 -19
  352. package/models/components/createticketcontacterror.d.ts.map +0 -1
  353. package/models/components/createticketcontacterror.js +0 -60
  354. package/models/components/createticketcontacterror.js.map +0 -1
  355. package/models/components/entrymode.d.ts +0 -17
  356. package/models/components/entrymode.d.ts.map +0 -1
  357. package/models/components/entrymode.js +0 -52
  358. package/models/components/entrymode.js.map +0 -1
  359. package/models/components/estimatedactivity.d.ts +0 -25
  360. package/models/components/estimatedactivity.d.ts.map +0 -1
  361. package/models/components/estimatedactivity.js +0 -63
  362. package/models/components/estimatedactivity.js.map +0 -1
  363. package/models/components/estimatedactivityerror.d.ts +0 -21
  364. package/models/components/estimatedactivityerror.d.ts.map +0 -1
  365. package/models/components/estimatedactivityerror.js +0 -62
  366. package/models/components/estimatedactivityerror.js.map +0 -1
  367. package/models/components/fulfillment.d.ts +0 -21
  368. package/models/components/fulfillment.d.ts.map +0 -1
  369. package/models/components/fulfillment.js +0 -62
  370. package/models/components/fulfillment.js.map +0 -1
  371. package/models/components/fulfillmenterror.d.ts +0 -19
  372. package/models/components/fulfillmenterror.d.ts.map +0 -1
  373. package/models/components/fulfillmenterror.js +0 -60
  374. package/models/components/fulfillmenterror.js.map +0 -1
  375. package/models/components/fulfillmentmethod.d.ts +0 -19
  376. package/models/components/fulfillmentmethod.d.ts.map +0 -1
  377. package/models/components/fulfillmentmethod.js +0 -56
  378. package/models/components/fulfillmentmethod.js.map +0 -1
  379. package/models/components/fulfillmenttimeframe.d.ts +0 -18
  380. package/models/components/fulfillmenttimeframe.d.ts.map +0 -1
  381. package/models/components/fulfillmenttimeframe.js +0 -55
  382. package/models/components/fulfillmenttimeframe.js.map +0 -1
  383. package/models/components/geographicreach.d.ts +0 -13
  384. package/models/components/geographicreach.d.ts.map +0 -1
  385. package/models/components/geographicreach.js +0 -50
  386. package/models/components/geographicreach.js.map +0 -1
  387. package/models/components/guestprofile.d.ts +0 -31
  388. package/models/components/guestprofile.d.ts.map +0 -1
  389. package/models/components/guestprofile.js +0 -63
  390. package/models/components/guestprofile.js.map +0 -1
  391. package/models/components/industrytaxonomy.d.ts +0 -43
  392. package/models/components/industrytaxonomy.d.ts.map +0 -1
  393. package/models/components/industrytaxonomy.js +0 -66
  394. package/models/components/industrytaxonomy.js.map +0 -1
  395. package/models/components/instantbankcreditpaymentmethod.d.ts +0 -31
  396. package/models/components/instantbankcreditpaymentmethod.d.ts.map +0 -1
  397. package/models/components/instantbankcreditpaymentmethod.js +0 -63
  398. package/models/components/instantbankcreditpaymentmethod.js.map +0 -1
  399. package/models/components/invoice.d.ts +0 -93
  400. package/models/components/invoice.d.ts.map +0 -1
  401. package/models/components/invoice.js +0 -107
  402. package/models/components/invoice.js.map +0 -1
  403. package/models/components/invoiceexternalpayment.d.ts +0 -21
  404. package/models/components/invoiceexternalpayment.d.ts.map +0 -1
  405. package/models/components/invoiceexternalpayment.js +0 -63
  406. package/models/components/invoiceexternalpayment.js.map +0 -1
  407. package/models/components/invoicelineitem.d.ts +0 -51
  408. package/models/components/invoicelineitem.d.ts.map +0 -1
  409. package/models/components/invoicelineitem.js +0 -71
  410. package/models/components/invoicelineitem.js.map +0 -1
  411. package/models/components/invoicelineitemimagemetadata.d.ts +0 -35
  412. package/models/components/invoicelineitemimagemetadata.d.ts.map +0 -1
  413. package/models/components/invoicelineitemimagemetadata.js +0 -64
  414. package/models/components/invoicelineitemimagemetadata.js.map +0 -1
  415. package/models/components/invoicelineitemoption.d.ts +0 -45
  416. package/models/components/invoicelineitemoption.d.ts.map +0 -1
  417. package/models/components/invoicelineitemoption.js +0 -68
  418. package/models/components/invoicelineitemoption.js.map +0 -1
  419. package/models/components/invoicelineitemoptionvalidationerror.d.ts +0 -24
  420. package/models/components/invoicelineitemoptionvalidationerror.d.ts.map +0 -1
  421. package/models/components/invoicelineitemoptionvalidationerror.js +0 -65
  422. package/models/components/invoicelineitemoptionvalidationerror.js.map +0 -1
  423. package/models/components/invoicelineitems.d.ts +0 -24
  424. package/models/components/invoicelineitems.d.ts.map +0 -1
  425. package/models/components/invoicelineitems.js +0 -59
  426. package/models/components/invoicelineitems.js.map +0 -1
  427. package/models/components/invoicelineitemsvalidationerror.d.ts +0 -22
  428. package/models/components/invoicelineitemsvalidationerror.d.ts.map +0 -1
  429. package/models/components/invoicelineitemsvalidationerror.js +0 -59
  430. package/models/components/invoicelineitemsvalidationerror.js.map +0 -1
  431. package/models/components/invoicelineitemvalidationerror.d.ts +0 -31
  432. package/models/components/invoicelineitemvalidationerror.d.ts.map +0 -1
  433. package/models/components/invoicelineitemvalidationerror.js +0 -70
  434. package/models/components/invoicelineitemvalidationerror.js.map +0 -1
  435. package/models/components/invoicepayment.d.ts +0 -35
  436. package/models/components/invoicepayment.d.ts.map +0 -1
  437. package/models/components/invoicepayment.js +0 -70
  438. package/models/components/invoicepayment.js.map +0 -1
  439. package/models/components/invoicepaymenttype.d.ts +0 -12
  440. package/models/components/invoicepaymenttype.d.ts.map +0 -1
  441. package/models/components/invoicepaymenttype.js +0 -49
  442. package/models/components/invoicepaymenttype.js.map +0 -1
  443. package/models/components/invoicetransferpayment.d.ts +0 -20
  444. package/models/components/invoicetransferpayment.d.ts.map +0 -1
  445. package/models/components/invoicetransferpayment.js.map +0 -1
  446. package/models/components/itemlistnextpage.d.ts +0 -20
  447. package/models/components/itemlistnextpage.d.ts.map +0 -1
  448. package/models/components/itemlistnextpage.js +0 -58
  449. package/models/components/itemlistnextpage.js.map +0 -1
  450. package/models/components/moneytransfer.d.ts +0 -21
  451. package/models/components/moneytransfer.d.ts.map +0 -1
  452. package/models/components/moneytransfer.js +0 -62
  453. package/models/components/moneytransfer.js.map +0 -1
  454. package/models/components/moneytransfererror.d.ts +0 -21
  455. package/models/components/moneytransfererror.d.ts.map +0 -1
  456. package/models/components/moneytransfererror.js +0 -62
  457. package/models/components/moneytransfererror.js.map +0 -1
  458. package/models/components/moneytransferpullfromcard.d.ts +0 -18
  459. package/models/components/moneytransferpullfromcard.d.ts.map +0 -1
  460. package/models/components/moneytransferpullfromcard.js +0 -59
  461. package/models/components/moneytransferpullfromcard.js.map +0 -1
  462. package/models/components/moneytransferpullfromcarderror.d.ts +0 -18
  463. package/models/components/moneytransferpullfromcarderror.d.ts.map +0 -1
  464. package/models/components/moneytransferpullfromcarderror.js +0 -59
  465. package/models/components/moneytransferpullfromcarderror.js.map +0 -1
  466. package/models/components/moneytransferpushtocard.d.ts +0 -18
  467. package/models/components/moneytransferpushtocard.d.ts.map +0 -1
  468. package/models/components/moneytransferpushtocard.js +0 -59
  469. package/models/components/moneytransferpushtocard.js.map +0 -1
  470. package/models/components/moneytransferpushtocarderror.d.ts +0 -18
  471. package/models/components/moneytransferpushtocarderror.d.ts.map +0 -1
  472. package/models/components/moneytransferpushtocarderror.js +0 -59
  473. package/models/components/moneytransferpushtocarderror.js.map +0 -1
  474. package/models/components/monthlyvolumerange.d.ts +0 -24
  475. package/models/components/monthlyvolumerange.d.ts.map +0 -1
  476. package/models/components/monthlyvolumerange.js +0 -58
  477. package/models/components/monthlyvolumerange.js.map +0 -1
  478. package/models/components/partnerpricing.d.ts +0 -59
  479. package/models/components/partnerpricing.d.ts.map +0 -1
  480. package/models/components/partnerpricing.js +0 -78
  481. package/models/components/partnerpricing.js.map +0 -1
  482. package/models/components/pendinglitigation.d.ts +0 -20
  483. package/models/components/pendinglitigation.d.ts.map +0 -1
  484. package/models/components/pendinglitigation.js +0 -57
  485. package/models/components/pendinglitigation.js.map +0 -1
  486. package/models/components/refundpolicy.d.ts +0 -19
  487. package/models/components/refundpolicy.d.ts.map +0 -1
  488. package/models/components/refundpolicy.js +0 -56
  489. package/models/components/refundpolicy.js.map +0 -1
  490. package/models/components/sendfunds.d.ts +0 -27
  491. package/models/components/sendfunds.d.ts.map +0 -1
  492. package/models/components/sendfunds.js +0 -68
  493. package/models/components/sendfunds.js.map +0 -1
  494. package/models/components/sendfundsach.d.ts +0 -18
  495. package/models/components/sendfundsach.d.ts.map +0 -1
  496. package/models/components/sendfundsach.js +0 -59
  497. package/models/components/sendfundsach.js.map +0 -1
  498. package/models/components/sendfundsacherror.d.ts +0 -18
  499. package/models/components/sendfundsacherror.d.ts.map +0 -1
  500. package/models/components/sendfundsacherror.js +0 -59
  501. package/models/components/sendfundsacherror.js.map +0 -1
  502. package/models/components/sendfundserror.d.ts +0 -27
  503. package/models/components/sendfundserror.d.ts.map +0 -1
  504. package/models/components/sendfundserror.js +0 -68
  505. package/models/components/sendfundserror.js.map +0 -1
  506. package/models/components/sendfundsinstantbank.d.ts +0 -18
  507. package/models/components/sendfundsinstantbank.d.ts.map +0 -1
  508. package/models/components/sendfundsinstantbank.js +0 -59
  509. package/models/components/sendfundsinstantbank.js.map +0 -1
  510. package/models/components/sendfundsinstantbankerror.d.ts +0 -18
  511. package/models/components/sendfundsinstantbankerror.d.ts.map +0 -1
  512. package/models/components/sendfundsinstantbankerror.js +0 -59
  513. package/models/components/sendfundsinstantbankerror.js.map +0 -1
  514. package/models/components/sendfundspushtocard.d.ts +0 -18
  515. package/models/components/sendfundspushtocard.d.ts.map +0 -1
  516. package/models/components/sendfundspushtocard.js +0 -59
  517. package/models/components/sendfundspushtocard.js.map +0 -1
  518. package/models/components/sendfundspushtocarderror.d.ts +0 -18
  519. package/models/components/sendfundspushtocarderror.d.ts.map +0 -1
  520. package/models/components/sendfundspushtocarderror.js +0 -59
  521. package/models/components/sendfundspushtocarderror.js.map +0 -1
  522. package/models/components/sendfundsrtp.d.ts +0 -18
  523. package/models/components/sendfundsrtp.d.ts.map +0 -1
  524. package/models/components/sendfundsrtp.js +0 -59
  525. package/models/components/sendfundsrtp.js.map +0 -1
  526. package/models/components/sendfundsrtperror.d.ts +0 -18
  527. package/models/components/sendfundsrtperror.d.ts.map +0 -1
  528. package/models/components/sendfundsrtperror.js +0 -59
  529. package/models/components/sendfundsrtperror.js.map +0 -1
  530. package/models/components/submissionintent.d.ts +0 -12
  531. package/models/components/submissionintent.d.ts.map +0 -1
  532. package/models/components/submissionintent.js +0 -49
  533. package/models/components/submissionintent.js.map +0 -1
  534. package/models/components/terminalcard.d.ts +0 -83
  535. package/models/components/terminalcard.d.ts.map +0 -1
  536. package/models/components/terminalcard.js +0 -84
  537. package/models/components/terminalcard.js.map +0 -1
  538. package/models/components/ticket.d.ts +0 -37
  539. package/models/components/ticket.d.ts.map +0 -1
  540. package/models/components/ticket.js +0 -80
  541. package/models/components/ticket.js.map +0 -1
  542. package/models/components/ticketcontact.d.ts +0 -19
  543. package/models/components/ticketcontact.d.ts.map +0 -1
  544. package/models/components/ticketcontact.js +0 -60
  545. package/models/components/ticketcontact.js.map +0 -1
  546. package/models/components/ticketmessage.d.ts +0 -21
  547. package/models/components/ticketmessage.d.ts.map +0 -1
  548. package/models/components/ticketmessage.js +0 -62
  549. package/models/components/ticketmessage.js.map +0 -1
  550. package/models/components/updateinvoice.d.ts +0 -40
  551. package/models/components/updateinvoice.d.ts.map +0 -1
  552. package/models/components/updateinvoice.js +0 -71
  553. package/models/components/updateinvoice.js.map +0 -1
  554. package/models/components/updateticket.d.ts +0 -21
  555. package/models/components/updateticket.d.ts.map +0 -1
  556. package/models/components/updateticket.js +0 -59
  557. package/models/components/updateticket.js.map +0 -1
  558. package/models/components/updateticketstatus.d.ts +0 -11
  559. package/models/components/updateticketstatus.d.ts.map +0 -1
  560. package/models/components/updateticketstatus.js +0 -48
  561. package/models/components/updateticketstatus.js.map +0 -1
  562. package/models/components/upsertunderwriting.d.ts +0 -39
  563. package/models/components/upsertunderwriting.d.ts.map +0 -1
  564. package/models/components/upsertunderwriting.js +0 -81
  565. package/models/components/upsertunderwriting.js.map +0 -1
  566. package/models/components/volumesharebycustomertype.d.ts +0 -21
  567. package/models/components/volumesharebycustomertype.d.ts.map +0 -1
  568. package/models/components/volumesharebycustomertype.js +0 -62
  569. package/models/components/volumesharebycustomertype.js.map +0 -1
  570. package/models/components/volumesharebycustomertypeerror.d.ts +0 -21
  571. package/models/components/volumesharebycustomertypeerror.d.ts.map +0 -1
  572. package/models/components/volumesharebycustomertypeerror.js +0 -62
  573. package/models/components/volumesharebycustomertypeerror.js.map +0 -1
  574. package/models/errors/createinvoiceerror.d.ts +0 -40
  575. package/models/errors/createinvoiceerror.d.ts.map +0 -1
  576. package/models/errors/createinvoiceerror.js +0 -100
  577. package/models/errors/createinvoiceerror.js.map +0 -1
  578. package/models/errors/createinvoicepaymenterror.d.ts +0 -34
  579. package/models/errors/createinvoicepaymenterror.d.ts.map +0 -1
  580. package/models/errors/createinvoicepaymenterror.js +0 -88
  581. package/models/errors/createinvoicepaymenterror.js.map +0 -1
  582. package/models/errors/createticketerror.d.ts +0 -36
  583. package/models/errors/createticketerror.d.ts.map +0 -1
  584. package/models/errors/createticketerror.js +0 -90
  585. package/models/errors/createticketerror.js.map +0 -1
  586. package/models/errors/listinvoicesvalidationerror.d.ts +0 -45
  587. package/models/errors/listinvoicesvalidationerror.d.ts.map +0 -1
  588. package/models/errors/listinvoicesvalidationerror.js +0 -107
  589. package/models/errors/listinvoicesvalidationerror.js.map +0 -1
  590. package/models/errors/updateinvoiceerror.d.ts +0 -40
  591. package/models/errors/updateinvoiceerror.d.ts.map +0 -1
  592. package/models/errors/updateinvoiceerror.js +0 -99
  593. package/models/errors/updateinvoiceerror.js.map +0 -1
  594. package/models/errors/updateticketerror.d.ts +0 -24
  595. package/models/errors/updateticketerror.d.ts.map +0 -1
  596. package/models/errors/updateticketerror.js +0 -75
  597. package/models/errors/updateticketerror.js.map +0 -1
  598. package/models/errors/upsertunderwritingerror.d.ts +0 -64
  599. package/models/errors/upsertunderwritingerror.d.ts.map +0 -1
  600. package/models/errors/upsertunderwritingerror.js +0 -143
  601. package/models/errors/upsertunderwritingerror.js.map +0 -1
  602. package/models/operations/createinvoice.d.ts +0 -66
  603. package/models/operations/createinvoice.d.ts.map +0 -1
  604. package/models/operations/createinvoice.js +0 -122
  605. package/models/operations/createinvoice.js.map +0 -1
  606. package/models/operations/createinvoicepayment.d.ts +0 -68
  607. package/models/operations/createinvoicepayment.d.ts.map +0 -1
  608. package/models/operations/createinvoicepayment.js +0 -124
  609. package/models/operations/createinvoicepayment.js.map +0 -1
  610. package/models/operations/createticket.d.ts +0 -66
  611. package/models/operations/createticket.d.ts.map +0 -1
  612. package/models/operations/createticket.js +0 -122
  613. package/models/operations/createticket.js.map +0 -1
  614. package/models/operations/getinvoice.d.ts +0 -66
  615. package/models/operations/getinvoice.d.ts.map +0 -1
  616. package/models/operations/getinvoice.js +0 -114
  617. package/models/operations/getinvoice.js.map +0 -1
  618. package/models/operations/getticket.d.ts +0 -66
  619. package/models/operations/getticket.d.ts.map +0 -1
  620. package/models/operations/getticket.js +0 -114
  621. package/models/operations/getticket.js.map +0 -1
  622. package/models/operations/listinvoicepayments.d.ts +0 -66
  623. package/models/operations/listinvoicepayments.d.ts.map +0 -1
  624. package/models/operations/listinvoicepayments.js +0 -114
  625. package/models/operations/listinvoicepayments.js.map +0 -1
  626. package/models/operations/listinvoices.d.ts +0 -80
  627. package/models/operations/listinvoices.d.ts.map +0 -1
  628. package/models/operations/listinvoices.js +0 -128
  629. package/models/operations/listinvoices.js.map +0 -1
  630. package/models/operations/listpartnerpricing.d.ts +0 -69
  631. package/models/operations/listpartnerpricing.d.ts.map +0 -1
  632. package/models/operations/listpartnerpricing.js +0 -114
  633. package/models/operations/listpartnerpricing.js.map +0 -1
  634. package/models/operations/listticketmessages.d.ts +0 -66
  635. package/models/operations/listticketmessages.d.ts.map +0 -1
  636. package/models/operations/listticketmessages.js +0 -114
  637. package/models/operations/listticketmessages.js.map +0 -1
  638. package/models/operations/listtickets.d.ts +0 -90
  639. package/models/operations/listtickets.d.ts.map +0 -1
  640. package/models/operations/listtickets.js +0 -138
  641. package/models/operations/listtickets.js.map +0 -1
  642. package/models/operations/saveunderwriting.d.ts +0 -66
  643. package/models/operations/saveunderwriting.d.ts.map +0 -1
  644. package/models/operations/saveunderwriting.js +0 -122
  645. package/models/operations/saveunderwriting.js.map +0 -1
  646. package/models/operations/updateinvoice.d.ts +0 -68
  647. package/models/operations/updateinvoice.d.ts.map +0 -1
  648. package/models/operations/updateinvoice.js +0 -124
  649. package/models/operations/updateinvoice.js.map +0 -1
  650. package/models/operations/updateticket.d.ts +0 -68
  651. package/models/operations/updateticket.d.ts.map +0 -1
  652. package/models/operations/updateticket.js +0 -124
  653. package/models/operations/updateticket.js.map +0 -1
  654. package/sdk/invoices.d.ts +0 -48
  655. package/sdk/invoices.d.ts.map +0 -1
  656. package/sdk/invoices.js +0 -73
  657. package/sdk/invoices.js.map +0 -1
  658. package/sdk/support.d.ts +0 -55
  659. package/sdk/support.d.ts.map +0 -1
  660. package/sdk/support.js +0 -77
  661. package/sdk/support.js.map +0 -1
  662. package/src/funcs/feePlansListPartnerPricing.ts +0 -184
  663. package/src/funcs/invoicesCreateInvoice.ts +0 -201
  664. package/src/funcs/invoicesCreateInvoicePayment.ts +0 -213
  665. package/src/funcs/invoicesGetInvoice.ts +0 -185
  666. package/src/funcs/invoicesListInvoicePayments.ts +0 -186
  667. package/src/funcs/invoicesListInvoices.ts +0 -198
  668. package/src/funcs/invoicesUpdateInvoice.ts +0 -207
  669. package/src/funcs/supportCreateTicket.ts +0 -204
  670. package/src/funcs/supportGetTicket.ts +0 -188
  671. package/src/funcs/supportListTicketMessages.ts +0 -188
  672. package/src/funcs/supportListTickets.ts +0 -190
  673. package/src/funcs/supportUpdateTicket.ts +0 -210
  674. package/src/funcs/underwritingSave.ts +0 -207
  675. package/src/mcp-server/tools/feePlansListPartnerPricing.ts +0 -38
  676. package/src/mcp-server/tools/invoicesCreateInvoice.ts +0 -38
  677. package/src/mcp-server/tools/invoicesCreateInvoicePayment.ts +0 -40
  678. package/src/mcp-server/tools/invoicesGetInvoice.ts +0 -38
  679. package/src/mcp-server/tools/invoicesListInvoicePayments.ts +0 -38
  680. package/src/mcp-server/tools/invoicesListInvoices.ts +0 -38
  681. package/src/mcp-server/tools/invoicesUpdateInvoice.ts +0 -38
  682. package/src/mcp-server/tools/supportCreateTicket.ts +0 -41
  683. package/src/mcp-server/tools/supportGetTicket.ts +0 -41
  684. package/src/mcp-server/tools/supportListTicketMessages.ts +0 -41
  685. package/src/mcp-server/tools/supportListTickets.ts +0 -41
  686. package/src/mcp-server/tools/supportUpdateTicket.ts +0 -41
  687. package/src/mcp-server/tools/underwritingSave.ts +0 -40
  688. package/src/models/components/amountdecimalupdate.ts +0 -65
  689. package/src/models/components/businesspresence.ts +0 -25
  690. package/src/models/components/cardacceptancemethods.ts +0 -71
  691. package/src/models/components/cardacceptancemethodserror.ts +0 -59
  692. package/src/models/components/cardpresentpaymentpaymentmethod.ts +0 -76
  693. package/src/models/components/collectfunds.ts +0 -63
  694. package/src/models/components/collectfundsach.ts +0 -55
  695. package/src/models/components/collectfundsacherror.ts +0 -57
  696. package/src/models/components/collectfundscardpayments.ts +0 -93
  697. package/src/models/components/collectfundscardpaymentserror.ts +0 -87
  698. package/src/models/components/collectfundserror.ts +0 -67
  699. package/src/models/components/createaccounttype.ts +0 -21
  700. package/src/models/components/createinvoice.ts +0 -87
  701. package/src/models/components/createinvoicelineitem.ts +0 -104
  702. package/src/models/components/createinvoicelineitemoption.ts +0 -93
  703. package/src/models/components/createinvoicelineitemoptionvalidationerror.ts +0 -77
  704. package/src/models/components/createinvoicelineitems.ts +0 -63
  705. package/src/models/components/createinvoicelineitemsupdate.ts +0 -65
  706. package/src/models/components/createinvoicelineitemsvalidationerror.ts +0 -64
  707. package/src/models/components/createinvoicelineitemvalidationerror.ts +0 -88
  708. package/src/models/components/createinvoicepayment.ts +0 -70
  709. package/src/models/components/createticket.ts +0 -72
  710. package/src/models/components/createticketcontacterror.ts +0 -55
  711. package/src/models/components/entrymode.ts +0 -24
  712. package/src/models/components/estimatedactivity.ts +0 -67
  713. package/src/models/components/estimatedactivityerror.ts +0 -59
  714. package/src/models/components/fulfillment.ts +0 -61
  715. package/src/models/components/fulfillmenterror.ts +0 -55
  716. package/src/models/components/fulfillmentmethod.ts +0 -28
  717. package/src/models/components/fulfillmenttimeframe.ts +0 -27
  718. package/src/models/components/geographicreach.ts +0 -22
  719. package/src/models/components/guestprofile.ts +0 -70
  720. package/src/models/components/industrytaxonomy.ts +0 -85
  721. package/src/models/components/instantbankcreditpaymentmethod.ts +0 -76
  722. package/src/models/components/invoice.ts +0 -190
  723. package/src/models/components/invoiceexternalpayment.ts +0 -60
  724. package/src/models/components/invoicelineitem.ts +0 -108
  725. package/src/models/components/invoicelineitemimagemetadata.ts +0 -77
  726. package/src/models/components/invoicelineitemoption.ts +0 -97
  727. package/src/models/components/invoicelineitemoptionvalidationerror.ts +0 -72
  728. package/src/models/components/invoicelineitems.ts +0 -63
  729. package/src/models/components/invoicelineitemsvalidationerror.ts +0 -59
  730. package/src/models/components/invoicelineitemvalidationerror.ts +0 -85
  731. package/src/models/components/invoicepayment.ts +0 -92
  732. package/src/models/components/invoicepaymenttype.ts +0 -21
  733. package/src/models/components/invoicetransferpayment.ts +0 -54
  734. package/src/models/components/itemlistnextpage.ts +0 -54
  735. package/src/models/components/moneytransfer.ts +0 -63
  736. package/src/models/components/moneytransfererror.ts +0 -67
  737. package/src/models/components/moneytransferpullfromcard.ts +0 -57
  738. package/src/models/components/moneytransferpullfromcarderror.ts +0 -59
  739. package/src/models/components/moneytransferpushtocard.ts +0 -57
  740. package/src/models/components/moneytransferpushtocarderror.ts +0 -59
  741. package/src/models/components/monthlyvolumerange.ts +0 -33
  742. package/src/models/components/partnerpricing.ts +0 -124
  743. package/src/models/components/pendinglitigation.ts +0 -30
  744. package/src/models/components/refundpolicy.ts +0 -26
  745. package/src/models/components/sendfunds.ts +0 -83
  746. package/src/models/components/sendfundsach.ts +0 -53
  747. package/src/models/components/sendfundsacherror.ts +0 -57
  748. package/src/models/components/sendfundserror.ts +0 -83
  749. package/src/models/components/sendfundsinstantbank.ts +0 -57
  750. package/src/models/components/sendfundsinstantbankerror.ts +0 -57
  751. package/src/models/components/sendfundspushtocard.ts +0 -57
  752. package/src/models/components/sendfundspushtocarderror.ts +0 -57
  753. package/src/models/components/sendfundsrtp.ts +0 -53
  754. package/src/models/components/sendfundsrtperror.ts +0 -57
  755. package/src/models/components/submissionintent.ts +0 -21
  756. package/src/models/components/terminalcard.ts +0 -152
  757. package/src/models/components/ticket.ts +0 -98
  758. package/src/models/components/ticketcontact.ts +0 -51
  759. package/src/models/components/ticketmessage.ts +0 -55
  760. package/src/models/components/updateinvoice.ts +0 -98
  761. package/src/models/components/updateticket.ts +0 -55
  762. package/src/models/components/updateticketstatus.ts +0 -20
  763. package/src/models/components/upsertunderwriting.ts +0 -124
  764. package/src/models/components/volumesharebycustomertype.ts +0 -59
  765. package/src/models/components/volumesharebycustomertypeerror.ts +0 -61
  766. package/src/models/errors/createinvoiceerror.ts +0 -104
  767. package/src/models/errors/createinvoicepaymenterror.ts +0 -85
  768. package/src/models/errors/createticketerror.ts +0 -89
  769. package/src/models/errors/listinvoicesvalidationerror.ts +0 -116
  770. package/src/models/errors/updateinvoiceerror.ts +0 -100
  771. package/src/models/errors/updateticketerror.ts +0 -66
  772. package/src/models/errors/upsertunderwritingerror.ts +0 -178
  773. package/src/models/operations/createinvoice.ts +0 -187
  774. package/src/models/operations/createinvoicepayment.ts +0 -197
  775. package/src/models/operations/createticket.ts +0 -187
  776. package/src/models/operations/getinvoice.ts +0 -179
  777. package/src/models/operations/getticket.ts +0 -179
  778. package/src/models/operations/listinvoicepayments.ts +0 -181
  779. package/src/models/operations/listinvoices.ts +0 -215
  780. package/src/models/operations/listpartnerpricing.ts +0 -182
  781. package/src/models/operations/listticketmessages.ts +0 -179
  782. package/src/models/operations/listtickets.ts +0 -241
  783. package/src/models/operations/saveunderwriting.ts +0 -187
  784. package/src/models/operations/updateinvoice.ts +0 -191
  785. package/src/models/operations/updateticket.ts +0 -191
  786. package/src/sdk/invoices.ts +0 -118
  787. package/src/sdk/support.ts +0 -114
package/README.md CHANGED
@@ -728,10 +728,6 @@ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
728
728
 
729
729
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
730
730
  you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
731
- * [listPartnerPricing](docs/sdks/feeplans/README.md#listpartnerpricing) - List all partner pricing plans available for use by an account.
732
-
733
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
734
- you'll need to specify the `/accounts/{accountID}/profile.read` scope.
735
731
  * [listPartnerPricingAgreements](docs/sdks/feeplans/README.md#listpartnerpricingagreements) - List all partner pricing agreements associated with an account.
736
732
 
737
733
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
@@ -808,34 +804,6 @@ Search for institutions by either their name or routing number.
808
804
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
809
805
  you'll need to specify the `/fed.read` scope. :warning: **Deprecated**
810
806
 
811
- ### [Invoices](docs/sdks/invoices/README.md)
812
-
813
- * [createInvoice](docs/sdks/invoices/README.md#createinvoice) - Create an invoice for 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.write` scope.
817
- * [listInvoices](docs/sdks/invoices/README.md#listinvoices) - List all the invoices created under a Moov account.
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
- * [getInvoice](docs/sdks/invoices/README.md#getinvoice) - Retrieve an invoice by ID.
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.read` scope.
825
- * [updateInvoice](docs/sdks/invoices/README.md#updateinvoice) - Updates an invoice.
826
-
827
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
828
- you'll need to specify the `/accounts/{accountID}/invoices.write` scope.
829
- * [createInvoicePayment](docs/sdks/invoices/README.md#createinvoicepayment) - Creates a payment resource to represent that an invoice was paid outside of the Moov platform.
830
- If a payment link was created for the invoice, the corresponding payment link is canceled, but a receipt is still sent.
831
-
832
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
833
- you'll need to specify the `/accounts/{accountID}/invoices.write` scope.
834
- * [listInvoicePayments](docs/sdks/invoices/README.md#listinvoicepayments) - List all the payments made towards an invoice.
835
-
836
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
837
- you'll need to specify the `/accounts/{accountID}/invoices.read` scope.
838
-
839
807
  ### [IssuingTransactions](docs/sdks/issuingtransactions/README.md)
840
808
 
841
809
  * [listAuthorizations](docs/sdks/issuingtransactions/README.md#listauthorizations) - List issued card authorizations associated with a Moov account.
@@ -1028,44 +996,6 @@ Use the `Accept` header to specify the format of the response. Supported formats
1028
996
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1029
997
  you'll need to specify the `/accounts/{accountID}/profile.read` scope.
1030
998
 
1031
- ### [Support](docs/sdks/support/README.md)
1032
-
1033
- * [createTicket](docs/sdks/support/README.md#createticket) - Create a support ticket for a Moov account.
1034
-
1035
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1036
- you'll need to specify the `/accounts/{accountID}/tickets.write` scope.
1037
-
1038
- If you're creating the ticket on behalf of another account, then you'll need to
1039
- specify the `/accounts/{partnerAccountID}/tickets.write` and `/accounts/{accountID}/profile.read` scopes.
1040
- * [listTickets](docs/sdks/support/README.md#listtickets) - List all the support tickets created under a Moov account.
1041
-
1042
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1043
- you'll need to specify the `/accounts/{accountID}/tickets.read` scope.
1044
-
1045
- If you're listing another account's tickets, then you'll need to
1046
- specify the `/accounts/{partnerAccountID}/tickets.read` and `/accounts/{accountID}/profile.read` scopes.
1047
- * [getTicket](docs/sdks/support/README.md#getticket) - Retrieve a support ticket by ID.
1048
-
1049
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1050
- you'll need to specify the `/accounts/{accountID}/tickets.read` scope.
1051
-
1052
- If you're retrieving another account's ticket, then you'll need to
1053
- specify the `/accounts/{partnerAccountID}/tickets.read` and `/accounts/{accountID}/profile.read` scopes.
1054
- * [updateTicket](docs/sdks/support/README.md#updateticket) - Updates a support ticket.
1055
-
1056
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1057
- you'll need to specify the `/accounts/{accountID}/tickets.write` scope.
1058
-
1059
- If you're updating the ticket on behalf of another account, then you'll need to
1060
- specify the `/accounts/{partnerAccountID}/tickets.write` and `/accounts/{accountID}/profile.read` scopes.
1061
- * [listTicketMessages](docs/sdks/support/README.md#listticketmessages) - List all the messages for a support ticket.
1062
-
1063
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1064
- you'll need to specify the `/accounts/{accountID}/tickets.read` scope.
1065
-
1066
- If you're listing another account's messages, then you'll need to
1067
- specify the `/accounts/{partnerAccountID}/tickets.read` and `/accounts/{accountID}/profile.read` scopes.
1068
-
1069
999
  ### [Sweeps](docs/sdks/sweeps/README.md)
1070
1000
 
1071
1001
  * [createConfig](docs/sdks/sweeps/README.md#createconfig) - Create a sweep config for a wallet.
@@ -1195,12 +1125,6 @@ Read our [underwriting guide](https://docs.moov.io/guides/accounts/requirements/
1195
1125
 
1196
1126
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1197
1127
  you'll need to specify the `/accounts/{accountID}/profile.read` scope.
1198
- * [save](docs/sdks/underwriting/README.md#save) - Create or update the account's underwriting.
1199
-
1200
- Read our [underwriting guide](https://docs.moov.io/guides/accounts/requirements/underwriting/) to learn more.
1201
-
1202
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1203
- you'll need to specify the `/accounts/{accountID}/profile.write` scope.
1204
1128
  * [upsert](docs/sdks/underwriting/README.md#upsert) - Create or update the account's underwriting.
1205
1129
 
1206
1130
  Read our [underwriting guide](https://docs.moov.io/guides/accounts/requirements/underwriting/) to learn more.
@@ -1712,10 +1636,6 @@ you'll need to specify the `/accounts/{accountID}/profile.read` scope.
1712
1636
 
1713
1637
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1714
1638
  you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
1715
- - [`feePlansListPartnerPricing`](docs/sdks/feeplans/README.md#listpartnerpricing) - List all partner pricing plans available for use by an account.
1716
-
1717
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1718
- you'll need to specify the `/accounts/{accountID}/profile.read` scope.
1719
1639
  - [`feePlansListPartnerPricingAgreements`](docs/sdks/feeplans/README.md#listpartnerpricingagreements) - List all partner pricing agreements associated with an account.
1720
1640
 
1721
1641
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
@@ -1773,31 +1693,6 @@ This can be used to validate a financial institution before initiating payment a
1773
1693
 
1774
1694
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1775
1695
  you'll need to specify the `/institutions.read` scope.
1776
- - [`invoicesCreateInvoice`](docs/sdks/invoices/README.md#createinvoice) - Create an invoice for a Moov account.
1777
-
1778
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1779
- you'll need to specify the `/accounts/{accountID}/invoices.write` scope.
1780
- - [`invoicesCreateInvoicePayment`](docs/sdks/invoices/README.md#createinvoicepayment) - Creates a payment resource to represent that an invoice was paid outside of the Moov platform.
1781
- If a payment link was created for the invoice, the corresponding payment link is canceled, but a receipt is still sent.
1782
-
1783
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1784
- you'll need to specify the `/accounts/{accountID}/invoices.write` scope.
1785
- - [`invoicesGetInvoice`](docs/sdks/invoices/README.md#getinvoice) - Retrieve an invoice by ID.
1786
-
1787
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1788
- you'll need to specify the `/accounts/{accountID}/invoices.read` scope.
1789
- - [`invoicesListInvoicePayments`](docs/sdks/invoices/README.md#listinvoicepayments) - List all the payments made towards an invoice.
1790
-
1791
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1792
- you'll need to specify the `/accounts/{accountID}/invoices.read` scope.
1793
- - [`invoicesListInvoices`](docs/sdks/invoices/README.md#listinvoices) - List all the invoices created under a Moov account.
1794
-
1795
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1796
- you'll need to specify the `/accounts/{accountID}/invoices.read` scope.
1797
- - [`invoicesUpdateInvoice`](docs/sdks/invoices/README.md#updateinvoice) - Updates an invoice.
1798
-
1799
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1800
- you'll need to specify the `/accounts/{accountID}/invoices.write` scope.
1801
1696
  - [`issuingTransactionsGet`](docs/sdks/issuingtransactions/README.md#get) - Retrieves details of an issued card transaction associated with a specific Moov account.
1802
1697
 
1803
1698
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
@@ -1960,41 +1855,6 @@ you'll need to specify the `/accounts/{accountID}/profile.read` scope.
1960
1855
 
1961
1856
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1962
1857
  you'll need to specify the `/accounts/{accountID}/profile.read` scope.
1963
- - [`supportCreateTicket`](docs/sdks/support/README.md#createticket) - Create a support ticket for a Moov account.
1964
-
1965
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1966
- you'll need to specify the `/accounts/{accountID}/tickets.write` scope.
1967
-
1968
- If you're creating the ticket on behalf of another account, then you'll need to
1969
- specify the `/accounts/{partnerAccountID}/tickets.write` and `/accounts/{accountID}/profile.read` scopes.
1970
- - [`supportGetTicket`](docs/sdks/support/README.md#getticket) - Retrieve a support ticket by ID.
1971
-
1972
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1973
- you'll need to specify the `/accounts/{accountID}/tickets.read` scope.
1974
-
1975
- If you're retrieving another account's ticket, then you'll need to
1976
- specify the `/accounts/{partnerAccountID}/tickets.read` and `/accounts/{accountID}/profile.read` scopes.
1977
- - [`supportListTicketMessages`](docs/sdks/support/README.md#listticketmessages) - List all the messages for a support ticket.
1978
-
1979
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1980
- you'll need to specify the `/accounts/{accountID}/tickets.read` scope.
1981
-
1982
- If you're listing another account's messages, then you'll need to
1983
- specify the `/accounts/{partnerAccountID}/tickets.read` and `/accounts/{accountID}/profile.read` scopes.
1984
- - [`supportListTickets`](docs/sdks/support/README.md#listtickets) - List all the support tickets created under a Moov account.
1985
-
1986
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1987
- you'll need to specify the `/accounts/{accountID}/tickets.read` scope.
1988
-
1989
- If you're listing another account's tickets, then you'll need to
1990
- specify the `/accounts/{partnerAccountID}/tickets.read` and `/accounts/{accountID}/profile.read` scopes.
1991
- - [`supportUpdateTicket`](docs/sdks/support/README.md#updateticket) - Updates a support ticket.
1992
-
1993
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1994
- you'll need to specify the `/accounts/{accountID}/tickets.write` scope.
1995
-
1996
- If you're updating the ticket on behalf of another account, then you'll need to
1997
- specify the `/accounts/{partnerAccountID}/tickets.write` and `/accounts/{accountID}/profile.read` scopes.
1998
1858
  - [`sweepsCreateConfig`](docs/sdks/sweeps/README.md#createconfig) - Create a sweep config for a wallet.
1999
1859
 
2000
1860
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
@@ -2113,12 +1973,6 @@ Read our [underwriting guide](https://docs.moov.io/guides/accounts/requirements/
2113
1973
 
2114
1974
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
2115
1975
  you'll need to specify the `/accounts/{accountID}/profile.read` scope.
2116
- - [`underwritingSave`](docs/sdks/underwriting/README.md#save) - Create or update the account's underwriting.
2117
-
2118
- Read our [underwriting guide](https://docs.moov.io/guides/accounts/requirements/underwriting/) to learn more.
2119
-
2120
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
2121
- you'll need to specify the `/accounts/{accountID}/profile.write` scope.
2122
1976
  - [`underwritingUpsert`](docs/sdks/underwriting/README.md#upsert) - Create or update the account's underwriting.
2123
1977
 
2124
1978
  Read our [underwriting guide](https://docs.moov.io/guides/accounts/requirements/underwriting/) to learn more.
@@ -2371,7 +2225,7 @@ run();
2371
2225
  **Primary error:**
2372
2226
  * [`MoovError`](./src/models/errors/mooverror.ts): The base class for HTTP error responses.
2373
2227
 
2374
- <details><summary>Less common errors (59)</summary>
2228
+ <details><summary>Less common errors (52)</summary>
2375
2229
 
2376
2230
  <br />
2377
2231
 
@@ -2384,59 +2238,52 @@ run();
2384
2238
 
2385
2239
 
2386
2240
  **Inherit from [`MoovError`](./src/models/errors/mooverror.ts)**:
2387
- * [`GenericError`](./src/models/errors/genericerror.ts): Applicable to 78 of 178 methods.*
2388
- * [`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 178 methods.*
2389
- * [`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 178 methods.*
2390
- * [`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 178 methods.*
2391
- * [`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 178 methods.*
2392
- * [`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 178 methods.*
2393
- * [`Transfer`](./src/models/errors/transfer.ts): Details of a Transfer. Status code `409`. Applicable to 1 of 178 methods.*
2394
- * [`CardAcquiringRefund`](./src/models/errors/cardacquiringrefund.ts): Details of a card refund. Status code `409`. Applicable to 1 of 178 methods.*
2395
- * [`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 178 methods.*
2396
- * [`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 178 methods.*
2397
- * [`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 178 methods.*
2398
- * [`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 178 methods.*
2399
- * [`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 178 methods.*
2400
- * [`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 178 methods.*
2401
- * [`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 178 methods.*
2402
- * [`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 178 methods.*
2403
- * [`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 178 methods.*
2404
- * [`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 178 methods.*
2405
- * [`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 178 methods.*
2406
- * [`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 178 methods.*
2407
- * [`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 178 methods.*
2408
- * [`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 178 methods.*
2409
- * [`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 178 methods.*
2410
- * [`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 178 methods.*
2411
- * [`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 178 methods.*
2412
- * [`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 178 methods.*
2413
- * [`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 178 methods.*
2414
- * [`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 178 methods.*
2415
- * [`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 178 methods.*
2416
- * [`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 178 methods.*
2417
- * [`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 178 methods.*
2418
- * [`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 178 methods.*
2419
- * [`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 178 methods.*
2420
- * [`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 178 methods.*
2421
- * [`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 178 methods.*
2422
- * [`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 178 methods.*
2423
- * [`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 178 methods.*
2424
- * [`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 178 methods.*
2425
- * [`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 178 methods.*
2426
- * [`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 178 methods.*
2427
- * [`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 178 methods.*
2428
- * [`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 178 methods.*
2429
- * [`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 178 methods.*
2430
- * [`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 178 methods.*
2431
- * [`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 178 methods.*
2432
- * [`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 178 methods.*
2433
- * [`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 178 methods.*
2434
- * [`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 178 methods.*
2435
- * [`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 178 methods.*
2436
- * [`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 178 methods.*
2437
- * [`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 178 methods.*
2438
- * [`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 178 methods.*
2439
- * [`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 178 methods.*
2241
+ * [`GenericError`](./src/models/errors/genericerror.ts): Applicable to 72 of 165 methods.*
2242
+ * [`BrandValidationError`](./src/models/errors/brandvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 165 methods.*
2243
+ * [`ImageRequestValidationError`](./src/models/errors/imagerequestvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 165 methods.*
2244
+ * [`ProductRequestValidationError`](./src/models/errors/productrequestvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 165 methods.*
2245
+ * [`ScheduleValidationError`](./src/models/errors/schedulevalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 165 methods.*
2246
+ * [`TerminalApplicationError`](./src/models/errors/terminalapplicationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 165 methods.*
2247
+ * [`Transfer`](./src/models/errors/transfer.ts): Details of a Transfer. Status code `409`. Applicable to 1 of 165 methods.*
2248
+ * [`CardAcquiringRefund`](./src/models/errors/cardacquiringrefund.ts): Details of a card refund. Status code `409`. Applicable to 1 of 165 methods.*
2249
+ * [`CreateAccountError`](./src/models/errors/createaccounterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2250
+ * [`PatchAccountError`](./src/models/errors/patchaccounterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2251
+ * [`ConnectAccountRequestValidationError`](./src/models/errors/connectaccountrequestvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2252
+ * [`AssignCountriesError`](./src/models/errors/assigncountrieserror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2253
+ * [`LinkApplePayError`](./src/models/errors/linkapplepayerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2254
+ * [`BankAccountValidationError`](./src/models/errors/bankaccountvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2255
+ * [`MicroDepositValidationError`](./src/models/errors/microdepositvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2256
+ * [`AddCapabilitiesError`](./src/models/errors/addcapabilitieserror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2257
+ * [`LinkCardError`](./src/models/errors/linkcarderror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2258
+ * [`UpdateCardError`](./src/models/errors/updatecarderror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2259
+ * [`FileUploadValidationError`](./src/models/errors/fileuploadvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2260
+ * [`FeePlanAgreementError`](./src/models/errors/feeplanagreementerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2261
+ * [`FileValidationError`](./src/models/errors/filevalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2262
+ * [`ImageMetadataValidationError`](./src/models/errors/imagemetadatavalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2263
+ * [`CreatePaymentLinkError`](./src/models/errors/createpaymentlinkerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2264
+ * [`UpdatePaymentLinkError`](./src/models/errors/updatepaymentlinkerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2265
+ * [`RepresentativeValidationError`](./src/models/errors/representativevalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2266
+ * [`CreateSweepConfigError`](./src/models/errors/createsweepconfigerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2267
+ * [`PatchSweepConfigError`](./src/models/errors/patchsweepconfigerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2268
+ * [`AccountTerminalApplicationError`](./src/models/errors/accountterminalapplicationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2269
+ * [`TransferOptionsValidationError`](./src/models/errors/transferoptionsvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2270
+ * [`TransferValidationError`](./src/models/errors/transfervalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2271
+ * [`ListTransfersValidationError`](./src/models/errors/listtransfersvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2272
+ * [`PatchTransferValidationError`](./src/models/errors/patchtransfervalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2273
+ * [`RefundValidationError`](./src/models/errors/refundvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2274
+ * [`ReversalValidationError`](./src/models/errors/reversalvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2275
+ * [`UpdateUnderwritingError`](./src/models/errors/updateunderwritingerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2276
+ * [`CreateWalletValidationError`](./src/models/errors/createwalletvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2277
+ * [`ListWalletsValidationError`](./src/models/errors/listwalletsvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2278
+ * [`PatchWalletValidationError`](./src/models/errors/patchwalletvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2279
+ * [`ListWalletTransactionsValidationError`](./src/models/errors/listwallettransactionsvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2280
+ * [`CreateWebhookValidationError`](./src/models/errors/createwebhookvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2281
+ * [`UpdateWebhookValidationError`](./src/models/errors/updatewebhookvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2282
+ * [`RequestCardError`](./src/models/errors/requestcarderror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2283
+ * [`UpdateIssuedCardError`](./src/models/errors/updateissuedcarderror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2284
+ * [`RevokeTokenRequestError`](./src/models/errors/revoketokenrequesterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2285
+ * [`AuthTokenRequestError`](./src/models/errors/authtokenrequesterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2286
+ * [`OnboardingInviteError`](./src/models/errors/onboardinginviteerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 165 methods.*
2440
2287
  * [`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.
2441
2288
 
2442
2289
  </details>