@moovio/sdk 25.7.5 → 25.7.7

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 (389) hide show
  1. package/README.md +2 -1
  2. package/bin/mcp-server.js +55 -17
  3. package/bin/mcp-server.js.map +183 -182
  4. package/examples/package-lock.json +1 -1
  5. package/funcs/cardsLink.d.ts +1 -1
  6. package/funcs/cardsLink.d.ts.map +1 -1
  7. package/funcs/cardsLink.js +1 -1
  8. package/funcs/cardsLink.js.map +1 -1
  9. package/funcs/paymentLinksList.js +1 -2
  10. package/funcs/paymentLinksList.js.map +1 -1
  11. package/jsr.json +1 -1
  12. package/lib/config.d.ts +3 -3
  13. package/lib/config.js +3 -3
  14. package/mcp-server/mcp-server.js +1 -1
  15. package/mcp-server/server.js +1 -1
  16. package/models/components/paymentlinktype.d.ts +1 -0
  17. package/models/components/paymentlinktype.d.ts.map +1 -1
  18. package/models/components/paymentlinktype.js +1 -0
  19. package/models/components/paymentlinktype.js.map +1 -1
  20. package/models/components/wallettransactiontype.d.ts +1 -0
  21. package/models/components/wallettransactiontype.d.ts.map +1 -1
  22. package/models/components/wallettransactiontype.js +1 -0
  23. package/models/components/wallettransactiontype.js.map +1 -1
  24. package/models/errors/duplicatecarderror.d.ts +45 -0
  25. package/models/errors/duplicatecarderror.d.ts.map +1 -0
  26. package/models/errors/duplicatecarderror.js +78 -0
  27. package/models/errors/duplicatecarderror.js.map +1 -0
  28. package/models/errors/index.d.ts +1 -0
  29. package/models/errors/index.d.ts.map +1 -1
  30. package/models/errors/index.js +1 -0
  31. package/models/errors/index.js.map +1 -1
  32. package/models/operations/acceptdispute.d.ts +1 -1
  33. package/models/operations/assignaccountcountries.d.ts +1 -1
  34. package/models/operations/cancelschedule.d.ts +1 -1
  35. package/models/operations/completebankaccountverification.d.ts +1 -1
  36. package/models/operations/completemicrodeposits.d.ts +1 -1
  37. package/models/operations/connectaccount.d.ts +1 -1
  38. package/models/operations/createaccesstoken.d.ts +1 -1
  39. package/models/operations/createaccount.d.ts +1 -1
  40. package/models/operations/createapplepaysession.d.ts +1 -1
  41. package/models/operations/createbrand.d.ts +1 -1
  42. package/models/operations/createcancellation.d.ts +1 -1
  43. package/models/operations/createfeeplanagreements.d.ts +1 -1
  44. package/models/operations/createonboardinginvite.d.ts +1 -1
  45. package/models/operations/createpaymentlink.d.ts +1 -1
  46. package/models/operations/createproduct.d.ts +1 -1
  47. package/models/operations/createreceipts.d.ts +1 -1
  48. package/models/operations/createrepresentative.d.ts +1 -1
  49. package/models/operations/createreversal.d.ts +1 -1
  50. package/models/operations/createschedule.d.ts +1 -1
  51. package/models/operations/createsweepconfig.d.ts +1 -1
  52. package/models/operations/createterminalapplication.d.ts +1 -1
  53. package/models/operations/createterminalapplicationversion.d.ts +1 -1
  54. package/models/operations/createticket.d.ts +1 -1
  55. package/models/operations/createtransfer.d.ts +1 -1
  56. package/models/operations/createtransferoptions.d.ts +1 -1
  57. package/models/operations/createwallet.d.ts +1 -1
  58. package/models/operations/createwebhook.d.ts +1 -1
  59. package/models/operations/deletedisputeevidencefile.d.ts +1 -1
  60. package/models/operations/deleteimage.d.ts +1 -1
  61. package/models/operations/deleterepresentative.d.ts +1 -1
  62. package/models/operations/deleteterminalapplication.d.ts +1 -1
  63. package/models/operations/disablebankaccount.d.ts +1 -1
  64. package/models/operations/disablecapability.d.ts +1 -1
  65. package/models/operations/disablecard.d.ts +1 -1
  66. package/models/operations/disablepaymentlink.d.ts +1 -1
  67. package/models/operations/disableproduct.d.ts +1 -1
  68. package/models/operations/disablewebhook.d.ts +1 -1
  69. package/models/operations/disconnectaccount.d.ts +1 -1
  70. package/models/operations/generateendtoendkey.d.ts +1 -1
  71. package/models/operations/getaccount.d.ts +1 -1
  72. package/models/operations/getaccountcountries.d.ts +1 -1
  73. package/models/operations/getaccountterminalapplication.d.ts +1 -1
  74. package/models/operations/getadjustment.d.ts +1 -1
  75. package/models/operations/getapplepaymerchantdomains.d.ts +1 -1
  76. package/models/operations/getavatar.d.ts +1 -1
  77. package/models/operations/getbankaccount.d.ts +1 -1
  78. package/models/operations/getbankaccountverification.d.ts +1 -1
  79. package/models/operations/getbrand.d.ts +1 -1
  80. package/models/operations/getcancellation.d.ts +1 -1
  81. package/models/operations/getcapability.d.ts +1 -1
  82. package/models/operations/getcard.d.ts +1 -1
  83. package/models/operations/getdispute.d.ts +1 -1
  84. package/models/operations/getdisputeevidence.d.ts +1 -1
  85. package/models/operations/getdisputeevidencedata.d.ts +1 -1
  86. package/models/operations/getenrichmentaddress.d.ts +1 -1
  87. package/models/operations/getenrichmentprofile.d.ts +1 -1
  88. package/models/operations/getfiledetails.d.ts +1 -1
  89. package/models/operations/getfullissuedcard.d.ts +1 -1
  90. package/models/operations/getimagemetadata.d.ts +1 -1
  91. package/models/operations/getissuedcard.d.ts +1 -1
  92. package/models/operations/getissuedcardauthorization.d.ts +1 -1
  93. package/models/operations/getissuedcardtransaction.d.ts +1 -1
  94. package/models/operations/getmerchantprocessingagreement.d.ts +1 -1
  95. package/models/operations/getonboardinginvite.d.ts +1 -1
  96. package/models/operations/getpaymentlink.d.ts +1 -1
  97. package/models/operations/getpaymentlinkqrcode.d.ts +1 -1
  98. package/models/operations/getpaymentmethod.d.ts +1 -1
  99. package/models/operations/getproduct.d.ts +1 -1
  100. package/models/operations/getpublicimage.d.ts +2 -2
  101. package/models/operations/getpublicimage.d.ts.map +1 -1
  102. package/models/operations/getpublicimage.js +2 -2
  103. package/models/operations/getpublicimage.js.map +1 -1
  104. package/models/operations/getrefund.d.ts +1 -1
  105. package/models/operations/getrepresentative.d.ts +1 -1
  106. package/models/operations/getresidual.d.ts +1 -1
  107. package/models/operations/getscheduledoccurrence.d.ts +1 -1
  108. package/models/operations/getschedules.d.ts +1 -1
  109. package/models/operations/getstatement.d.ts +1 -1
  110. package/models/operations/getsweep.d.ts +1 -1
  111. package/models/operations/getsweepconfig.d.ts +1 -1
  112. package/models/operations/getterminalapplication.d.ts +1 -1
  113. package/models/operations/getterminalconfiguration.d.ts +1 -1
  114. package/models/operations/gettermsofservicetoken.d.ts +1 -1
  115. package/models/operations/getticket.d.ts +1 -1
  116. package/models/operations/gettransfer.d.ts +1 -1
  117. package/models/operations/getunderwriting.d.ts +1 -1
  118. package/models/operations/getwallet.d.ts +1 -1
  119. package/models/operations/getwallettransaction.d.ts +1 -1
  120. package/models/operations/getwebhook.d.ts +1 -1
  121. package/models/operations/getwebhooksecret.d.ts +1 -1
  122. package/models/operations/initiatebankaccountverification.d.ts +1 -1
  123. package/models/operations/initiatemicrodeposits.d.ts +1 -1
  124. package/models/operations/initiaterefund.d.ts +1 -1
  125. package/models/operations/linkaccountterminalapplication.d.ts +1 -1
  126. package/models/operations/linkapplepaytoken.d.ts +1 -1
  127. package/models/operations/linkbankaccount.d.ts +1 -1
  128. package/models/operations/linkcard.d.ts +1 -1
  129. package/models/operations/listaccounts.d.ts +1 -1
  130. package/models/operations/listaccountterminalapplications.d.ts +1 -1
  131. package/models/operations/listadjustments.d.ts +1 -1
  132. package/models/operations/listbankaccounts.d.ts +1 -1
  133. package/models/operations/listcapabilities.d.ts +1 -1
  134. package/models/operations/listcards.d.ts +1 -1
  135. package/models/operations/listconnectedaccountsforaccount.d.ts +1 -1
  136. package/models/operations/listdisputeevidence.d.ts +1 -1
  137. package/models/operations/listdisputes.d.ts +1 -1
  138. package/models/operations/listeventtypes.d.ts +1 -1
  139. package/models/operations/listfeeplanagreements.d.ts +1 -1
  140. package/models/operations/listfeeplans.d.ts +1 -1
  141. package/models/operations/listfeerevenue.d.ts +1 -1
  142. package/models/operations/listfeesfetch.d.ts +1 -1
  143. package/models/operations/listfiles.d.ts +1 -1
  144. package/models/operations/listimagemetadata.d.ts +1 -1
  145. package/models/operations/listindustries.d.ts +1 -1
  146. package/models/operations/listinstitutions.d.ts +1 -1
  147. package/models/operations/listissuedcardauthorizationevents.d.ts +1 -1
  148. package/models/operations/listissuedcardauthorizations.d.ts +1 -1
  149. package/models/operations/listissuedcards.d.ts +1 -1
  150. package/models/operations/listissuedcardtransactions.d.ts +1 -1
  151. package/models/operations/listonboardinginvites.d.ts +1 -1
  152. package/models/operations/listpartnerpricingagreements.d.ts +1 -1
  153. package/models/operations/listpaymentlinks.d.ts +6 -5
  154. package/models/operations/listpaymentlinks.d.ts.map +1 -1
  155. package/models/operations/listpaymentlinks.js +2 -4
  156. package/models/operations/listpaymentlinks.js.map +1 -1
  157. package/models/operations/listpaymentmethods.d.ts +1 -1
  158. package/models/operations/listproducts.d.ts +1 -1
  159. package/models/operations/listreceipts.d.ts +1 -1
  160. package/models/operations/listrefunds.d.ts +1 -1
  161. package/models/operations/listrepresentatives.d.ts +1 -1
  162. package/models/operations/listresidualfees.d.ts +1 -1
  163. package/models/operations/listresiduals.d.ts +1 -1
  164. package/models/operations/listschedules.d.ts +1 -1
  165. package/models/operations/liststatements.d.ts +1 -1
  166. package/models/operations/listsweepconfigs.d.ts +1 -1
  167. package/models/operations/listsweeps.d.ts +1 -1
  168. package/models/operations/listterminalapplications.d.ts +1 -1
  169. package/models/operations/listticketmessages.d.ts +1 -1
  170. package/models/operations/listtickets.d.ts +1 -1
  171. package/models/operations/listtransfers.d.ts +1 -1
  172. package/models/operations/listwallets.d.ts +1 -1
  173. package/models/operations/listwallettransactions.d.ts +1 -1
  174. package/models/operations/listwebhooks.d.ts +1 -1
  175. package/models/operations/ping.d.ts +1 -1
  176. package/models/operations/pingwebhook.d.ts +1 -1
  177. package/models/operations/registerapplepaymerchantdomains.d.ts +1 -1
  178. package/models/operations/requestcapabilities.d.ts +1 -1
  179. package/models/operations/requestcard.d.ts +1 -1
  180. package/models/operations/retrievefees.d.ts +1 -1
  181. package/models/operations/revokeaccesstoken.d.ts +1 -1
  182. package/models/operations/revokeonboardinginvite.d.ts +1 -1
  183. package/models/operations/saveunderwriting.d.ts +1 -1
  184. package/models/operations/searchinstitutions.d.ts +1 -1
  185. package/models/operations/submitdisputeevidence.d.ts +1 -1
  186. package/models/operations/testendtoendtoken.d.ts +1 -1
  187. package/models/operations/updateaccount.d.ts +1 -1
  188. package/models/operations/updateapplepaymerchantdomains.d.ts +1 -1
  189. package/models/operations/updatecard.d.ts +1 -1
  190. package/models/operations/updatedisputeevidence.d.ts +1 -1
  191. package/models/operations/updateimage.d.ts +1 -1
  192. package/models/operations/updateimagemetadata.d.ts +1 -1
  193. package/models/operations/updateissuedcard.d.ts +1 -1
  194. package/models/operations/updatepaymentlink.d.ts +1 -1
  195. package/models/operations/updateproduct.d.ts +1 -1
  196. package/models/operations/updaterepresentative.d.ts +1 -1
  197. package/models/operations/updateschedule.d.ts +1 -1
  198. package/models/operations/updatesweepconfig.d.ts +1 -1
  199. package/models/operations/updateticket.d.ts +1 -1
  200. package/models/operations/updatetransfer.d.ts +1 -1
  201. package/models/operations/updatewallet.d.ts +1 -1
  202. package/models/operations/updatewebhook.d.ts +1 -1
  203. package/models/operations/uploaddisputeevidencefile.d.ts +1 -1
  204. package/models/operations/uploaddisputeevidencetext.d.ts +1 -1
  205. package/models/operations/uploadfile.d.ts +1 -1
  206. package/models/operations/uploadimage.d.ts +1 -1
  207. package/models/operations/upsertbrand.d.ts +1 -1
  208. package/models/operations/upsertunderwriting.d.ts +1 -1
  209. package/package.json +1 -1
  210. package/src/funcs/cardsLink.ts +5 -1
  211. package/src/funcs/paymentLinksList.ts +1 -2
  212. package/src/lib/config.ts +3 -3
  213. package/src/mcp-server/mcp-server.ts +1 -1
  214. package/src/mcp-server/server.ts +1 -1
  215. package/src/models/components/paymentlinktype.ts +1 -0
  216. package/src/models/components/wallettransactiontype.ts +1 -0
  217. package/src/models/errors/duplicatecarderror.ts +90 -0
  218. package/src/models/errors/index.ts +1 -0
  219. package/src/models/operations/acceptdispute.ts +1 -1
  220. package/src/models/operations/assignaccountcountries.ts +1 -1
  221. package/src/models/operations/cancelschedule.ts +1 -1
  222. package/src/models/operations/completebankaccountverification.ts +1 -1
  223. package/src/models/operations/completemicrodeposits.ts +1 -1
  224. package/src/models/operations/connectaccount.ts +1 -1
  225. package/src/models/operations/createaccesstoken.ts +1 -1
  226. package/src/models/operations/createaccount.ts +1 -1
  227. package/src/models/operations/createapplepaysession.ts +1 -1
  228. package/src/models/operations/createbrand.ts +1 -1
  229. package/src/models/operations/createcancellation.ts +1 -1
  230. package/src/models/operations/createfeeplanagreements.ts +1 -1
  231. package/src/models/operations/createonboardinginvite.ts +1 -1
  232. package/src/models/operations/createpaymentlink.ts +1 -1
  233. package/src/models/operations/createproduct.ts +1 -1
  234. package/src/models/operations/createreceipts.ts +1 -1
  235. package/src/models/operations/createrepresentative.ts +1 -1
  236. package/src/models/operations/createreversal.ts +1 -1
  237. package/src/models/operations/createschedule.ts +1 -1
  238. package/src/models/operations/createsweepconfig.ts +1 -1
  239. package/src/models/operations/createterminalapplication.ts +1 -1
  240. package/src/models/operations/createterminalapplicationversion.ts +1 -1
  241. package/src/models/operations/createticket.ts +1 -1
  242. package/src/models/operations/createtransfer.ts +1 -1
  243. package/src/models/operations/createtransferoptions.ts +1 -1
  244. package/src/models/operations/createwallet.ts +1 -1
  245. package/src/models/operations/createwebhook.ts +1 -1
  246. package/src/models/operations/deletedisputeevidencefile.ts +1 -1
  247. package/src/models/operations/deleteimage.ts +1 -1
  248. package/src/models/operations/deleterepresentative.ts +1 -1
  249. package/src/models/operations/deleteterminalapplication.ts +1 -1
  250. package/src/models/operations/disablebankaccount.ts +1 -1
  251. package/src/models/operations/disablecapability.ts +1 -1
  252. package/src/models/operations/disablecard.ts +1 -1
  253. package/src/models/operations/disablepaymentlink.ts +1 -1
  254. package/src/models/operations/disableproduct.ts +1 -1
  255. package/src/models/operations/disablewebhook.ts +1 -1
  256. package/src/models/operations/disconnectaccount.ts +1 -1
  257. package/src/models/operations/generateendtoendkey.ts +1 -1
  258. package/src/models/operations/getaccount.ts +1 -1
  259. package/src/models/operations/getaccountcountries.ts +1 -1
  260. package/src/models/operations/getaccountterminalapplication.ts +1 -1
  261. package/src/models/operations/getadjustment.ts +1 -1
  262. package/src/models/operations/getapplepaymerchantdomains.ts +1 -1
  263. package/src/models/operations/getavatar.ts +1 -1
  264. package/src/models/operations/getbankaccount.ts +1 -1
  265. package/src/models/operations/getbankaccountverification.ts +1 -1
  266. package/src/models/operations/getbrand.ts +1 -1
  267. package/src/models/operations/getcancellation.ts +1 -1
  268. package/src/models/operations/getcapability.ts +1 -1
  269. package/src/models/operations/getcard.ts +1 -1
  270. package/src/models/operations/getdispute.ts +1 -1
  271. package/src/models/operations/getdisputeevidence.ts +1 -1
  272. package/src/models/operations/getdisputeevidencedata.ts +1 -1
  273. package/src/models/operations/getenrichmentaddress.ts +1 -1
  274. package/src/models/operations/getenrichmentprofile.ts +1 -1
  275. package/src/models/operations/getfiledetails.ts +1 -1
  276. package/src/models/operations/getfullissuedcard.ts +1 -1
  277. package/src/models/operations/getimagemetadata.ts +1 -1
  278. package/src/models/operations/getissuedcard.ts +1 -1
  279. package/src/models/operations/getissuedcardauthorization.ts +1 -1
  280. package/src/models/operations/getissuedcardtransaction.ts +1 -1
  281. package/src/models/operations/getmerchantprocessingagreement.ts +1 -1
  282. package/src/models/operations/getonboardinginvite.ts +1 -1
  283. package/src/models/operations/getpaymentlink.ts +1 -1
  284. package/src/models/operations/getpaymentlinkqrcode.ts +1 -1
  285. package/src/models/operations/getpaymentmethod.ts +1 -1
  286. package/src/models/operations/getproduct.ts +1 -1
  287. package/src/models/operations/getpublicimage.ts +8 -6
  288. package/src/models/operations/getrefund.ts +1 -1
  289. package/src/models/operations/getrepresentative.ts +1 -1
  290. package/src/models/operations/getresidual.ts +1 -1
  291. package/src/models/operations/getscheduledoccurrence.ts +1 -1
  292. package/src/models/operations/getschedules.ts +1 -1
  293. package/src/models/operations/getstatement.ts +1 -1
  294. package/src/models/operations/getsweep.ts +1 -1
  295. package/src/models/operations/getsweepconfig.ts +1 -1
  296. package/src/models/operations/getterminalapplication.ts +1 -1
  297. package/src/models/operations/getterminalconfiguration.ts +1 -1
  298. package/src/models/operations/gettermsofservicetoken.ts +1 -1
  299. package/src/models/operations/getticket.ts +1 -1
  300. package/src/models/operations/gettransfer.ts +1 -1
  301. package/src/models/operations/getunderwriting.ts +1 -1
  302. package/src/models/operations/getwallet.ts +1 -1
  303. package/src/models/operations/getwallettransaction.ts +1 -1
  304. package/src/models/operations/getwebhook.ts +1 -1
  305. package/src/models/operations/getwebhooksecret.ts +1 -1
  306. package/src/models/operations/initiatebankaccountverification.ts +1 -1
  307. package/src/models/operations/initiatemicrodeposits.ts +1 -1
  308. package/src/models/operations/initiaterefund.ts +1 -1
  309. package/src/models/operations/linkaccountterminalapplication.ts +1 -1
  310. package/src/models/operations/linkapplepaytoken.ts +1 -1
  311. package/src/models/operations/linkbankaccount.ts +1 -1
  312. package/src/models/operations/linkcard.ts +1 -1
  313. package/src/models/operations/listaccounts.ts +1 -1
  314. package/src/models/operations/listaccountterminalapplications.ts +1 -1
  315. package/src/models/operations/listadjustments.ts +1 -1
  316. package/src/models/operations/listbankaccounts.ts +1 -1
  317. package/src/models/operations/listcapabilities.ts +1 -1
  318. package/src/models/operations/listcards.ts +1 -1
  319. package/src/models/operations/listconnectedaccountsforaccount.ts +1 -1
  320. package/src/models/operations/listdisputeevidence.ts +1 -1
  321. package/src/models/operations/listdisputes.ts +1 -1
  322. package/src/models/operations/listeventtypes.ts +1 -1
  323. package/src/models/operations/listfeeplanagreements.ts +1 -1
  324. package/src/models/operations/listfeeplans.ts +1 -1
  325. package/src/models/operations/listfeerevenue.ts +1 -1
  326. package/src/models/operations/listfeesfetch.ts +1 -1
  327. package/src/models/operations/listfiles.ts +1 -1
  328. package/src/models/operations/listimagemetadata.ts +1 -1
  329. package/src/models/operations/listindustries.ts +1 -1
  330. package/src/models/operations/listinstitutions.ts +1 -1
  331. package/src/models/operations/listissuedcardauthorizationevents.ts +1 -1
  332. package/src/models/operations/listissuedcardauthorizations.ts +1 -1
  333. package/src/models/operations/listissuedcards.ts +1 -1
  334. package/src/models/operations/listissuedcardtransactions.ts +1 -1
  335. package/src/models/operations/listonboardinginvites.ts +1 -1
  336. package/src/models/operations/listpartnerpricingagreements.ts +1 -1
  337. package/src/models/operations/listpaymentlinks.ts +8 -9
  338. package/src/models/operations/listpaymentmethods.ts +1 -1
  339. package/src/models/operations/listproducts.ts +1 -1
  340. package/src/models/operations/listreceipts.ts +1 -1
  341. package/src/models/operations/listrefunds.ts +1 -1
  342. package/src/models/operations/listrepresentatives.ts +1 -1
  343. package/src/models/operations/listresidualfees.ts +1 -1
  344. package/src/models/operations/listresiduals.ts +1 -1
  345. package/src/models/operations/listschedules.ts +1 -1
  346. package/src/models/operations/liststatements.ts +1 -1
  347. package/src/models/operations/listsweepconfigs.ts +1 -1
  348. package/src/models/operations/listsweeps.ts +1 -1
  349. package/src/models/operations/listterminalapplications.ts +1 -1
  350. package/src/models/operations/listticketmessages.ts +1 -1
  351. package/src/models/operations/listtickets.ts +1 -1
  352. package/src/models/operations/listtransfers.ts +1 -1
  353. package/src/models/operations/listwallets.ts +1 -1
  354. package/src/models/operations/listwallettransactions.ts +1 -1
  355. package/src/models/operations/listwebhooks.ts +1 -1
  356. package/src/models/operations/ping.ts +1 -1
  357. package/src/models/operations/pingwebhook.ts +1 -1
  358. package/src/models/operations/registerapplepaymerchantdomains.ts +1 -1
  359. package/src/models/operations/requestcapabilities.ts +1 -1
  360. package/src/models/operations/requestcard.ts +1 -1
  361. package/src/models/operations/retrievefees.ts +1 -1
  362. package/src/models/operations/revokeaccesstoken.ts +1 -1
  363. package/src/models/operations/revokeonboardinginvite.ts +1 -1
  364. package/src/models/operations/saveunderwriting.ts +1 -1
  365. package/src/models/operations/searchinstitutions.ts +1 -1
  366. package/src/models/operations/submitdisputeevidence.ts +1 -1
  367. package/src/models/operations/testendtoendtoken.ts +1 -1
  368. package/src/models/operations/updateaccount.ts +1 -1
  369. package/src/models/operations/updateapplepaymerchantdomains.ts +1 -1
  370. package/src/models/operations/updatecard.ts +1 -1
  371. package/src/models/operations/updatedisputeevidence.ts +1 -1
  372. package/src/models/operations/updateimage.ts +1 -1
  373. package/src/models/operations/updateimagemetadata.ts +1 -1
  374. package/src/models/operations/updateissuedcard.ts +1 -1
  375. package/src/models/operations/updatepaymentlink.ts +1 -1
  376. package/src/models/operations/updateproduct.ts +1 -1
  377. package/src/models/operations/updaterepresentative.ts +1 -1
  378. package/src/models/operations/updateschedule.ts +1 -1
  379. package/src/models/operations/updatesweepconfig.ts +1 -1
  380. package/src/models/operations/updateticket.ts +1 -1
  381. package/src/models/operations/updatetransfer.ts +1 -1
  382. package/src/models/operations/updatewallet.ts +1 -1
  383. package/src/models/operations/updatewebhook.ts +1 -1
  384. package/src/models/operations/uploaddisputeevidencefile.ts +1 -1
  385. package/src/models/operations/uploaddisputeevidencetext.ts +1 -1
  386. package/src/models/operations/uploadfile.ts +1 -1
  387. package/src/models/operations/uploadimage.ts +1 -1
  388. package/src/models/operations/upsertbrand.ts +1 -1
  389. package/src/models/operations/upsertunderwriting.ts +1 -1
@@ -14,7 +14,7 @@ export type GetScheduledOccurrenceGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type GetSchedulesGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type GetStatementGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type GetSweepGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type GetSweepConfigGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type GetTerminalApplicationGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type GetTerminalConfigurationGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type GetTermsOfServiceTokenGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type GetTicketGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type GetTransferGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type GetUnderwritingGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type GetWalletGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type GetWalletTransactionGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type GetWebhookGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type GetWebhookSecretGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type InitiateBankAccountVerificationGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -13,7 +13,7 @@ export type InitiateMicroDepositsGlobals = {
13
13
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
14
14
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
15
15
  *
16
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
16
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
17
  * When no version is specified, the API defaults to `v2024.01.00`.
18
18
  */
19
19
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type InitiateRefundGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type LinkAccountTerminalApplicationGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type LinkApplePayTokenGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type LinkBankAccountGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type LinkCardGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type ListAccountsGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type ListAccountTerminalApplicationsGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type ListAdjustmentsGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type ListBankAccountsGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type ListCapabilitiesGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type ListCardsGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type ListConnectedAccountsForAccountGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type ListDisputeEvidenceGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type ListDisputesGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type ListEventTypesGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type ListFeePlanAgreementsGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type ListFeePlansGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type ListFeeRevenueGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type ListFeesFetchGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type ListFilesGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type ListImageMetadataGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type ListIndustriesGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type ListInstitutionsGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type ListIssuedCardAuthorizationEventsGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type ListIssuedCardAuthorizationsGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type ListIssuedCardsGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type ListIssuedCardTransactionsGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type ListOnboardingInvitesGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type ListPartnerPricingAgreementsGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type ListPaymentLinksGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -22,8 +22,10 @@ export type ListPaymentLinksGlobals = {
22
22
  export type ListPaymentLinksRequest = {
23
23
  skip?: number | undefined;
24
24
  count?: number | undefined;
25
- type?: components.PaymentLinkType | undefined;
26
- status?: components.PaymentLinkStatus | undefined;
25
+ /**
26
+ * A comma-separated list of payment link types to filter results.
27
+ */
28
+ types?: Array<components.PaymentLinkType> | undefined;
27
29
  /**
28
30
  * The merchant account ID.
29
31
  */
@@ -51,8 +53,7 @@ export declare const ListPaymentLinksRequest$inboundSchema: z.ZodType<ListPaymen
51
53
  export type ListPaymentLinksRequest$Outbound = {
52
54
  skip?: number | undefined;
53
55
  count?: number | undefined;
54
- type?: string | undefined;
55
- status?: string | undefined;
56
+ types?: Array<string> | undefined;
56
57
  accountID: string;
57
58
  };
58
59
  /** @internal */
@@ -1 +1 @@
1
- {"version":3,"file":"listpaymentlinks.d.ts","sourceRoot":"","sources":["../../src/models/operations/listpaymentlinks.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"listpaymentlinks.d.ts","sourceRoot":"","sources":["../../src/models/operations/listpaymentlinks.ts"],"names":[],"mappings":"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"}
@@ -73,16 +73,14 @@ function listPaymentLinksGlobalsFromJSON(jsonString) {
73
73
  exports.ListPaymentLinksRequest$inboundSchema = z.object({
74
74
  skip: z.number().int().optional(),
75
75
  count: z.number().int().optional(),
76
- type: components.PaymentLinkType$inboundSchema.optional(),
77
- status: components.PaymentLinkStatus$inboundSchema.optional(),
76
+ types: z.array(components.PaymentLinkType$inboundSchema).optional(),
78
77
  accountID: z.string(),
79
78
  });
80
79
  /** @internal */
81
80
  exports.ListPaymentLinksRequest$outboundSchema = z.object({
82
81
  skip: z.number().int().optional(),
83
82
  count: z.number().int().optional(),
84
- type: components.PaymentLinkType$outboundSchema.optional(),
85
- status: components.PaymentLinkStatus$outboundSchema.optional(),
83
+ types: z.array(components.PaymentLinkType$outboundSchema).optional(),
86
84
  accountID: z.string(),
87
85
  });
88
86
  function listPaymentLinksRequestToJSON(listPaymentLinksRequest) {
@@ -1 +1 @@
1
- {"version":3,"file":"listpaymentlinks.js","sourceRoot":"","sources":["../../src/models/operations/listpaymentlinks.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"listpaymentlinks.js","sourceRoot":"","sources":["../../src/models/operations/listpaymentlinks.ts"],"names":[],"mappings":"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"}
@@ -14,7 +14,7 @@ export type ListPaymentMethodsGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type ListProductsGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;
@@ -14,7 +14,7 @@ export type ListReceiptsGlobals = {
14
14
  * - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
15
15
  * - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
16
16
  *
17
- * The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
17
+ * The `dev` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
18
18
  * When no version is specified, the API defaults to `v2024.01.00`.
19
19
  */
20
20
  xMoovVersion?: string | undefined;