@moovio/sdk 0.21.16 → 0.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (267) hide show
  1. package/README.md +44 -46
  2. package/bin/mcp-server.js +316 -313
  3. package/bin/mcp-server.js.map +64 -58
  4. package/examples/package-lock.json +1 -1
  5. package/funcs/imagesUpdate.d.ts +1 -2
  6. package/funcs/imagesUpdate.d.ts.map +1 -1
  7. package/funcs/imagesUpdate.js +12 -13
  8. package/funcs/imagesUpdate.js.map +1 -1
  9. package/jsr.json +1 -1
  10. package/lib/config.d.ts +3 -3
  11. package/lib/config.js +3 -3
  12. package/lib/config.js.map +1 -1
  13. package/lib/encodings.d.ts +1 -0
  14. package/lib/encodings.d.ts.map +1 -1
  15. package/lib/encodings.js +12 -1
  16. package/lib/encodings.js.map +1 -1
  17. package/mcp-server/mcp-server.js +1 -1
  18. package/mcp-server/mcp-server.js.map +1 -1
  19. package/mcp-server/server.js +1 -1
  20. package/mcp-server/server.js.map +1 -1
  21. package/mcp-server/tools/accountsUpdate.js +1 -1
  22. package/mcp-server/tools/applePayUpdateMerchantDomains.js +3 -3
  23. package/mcp-server/tools/brandingUpdate.js +1 -1
  24. package/mcp-server/tools/cardIssuingUpdate.js +1 -1
  25. package/mcp-server/tools/cardsUpdate.js +6 -6
  26. package/mcp-server/tools/imagesUpdate.d.ts.map +1 -1
  27. package/mcp-server/tools/imagesUpdate.js +1 -2
  28. package/mcp-server/tools/imagesUpdate.js.map +1 -1
  29. package/mcp-server/tools/paymentLinksUpdate.js +1 -1
  30. package/mcp-server/tools/representativesUpdate.js +2 -2
  31. package/mcp-server/tools/supportUpdateTicket.js +1 -1
  32. package/mcp-server/tools/sweepsUpdateConfig.js +1 -1
  33. package/mcp-server/tools/transfersUpdate.js +3 -3
  34. package/mcp-server/tools/walletsUpdate.js +1 -1
  35. package/models/components/achcreditsamedaypaymentmethod.d.ts +2 -11
  36. package/models/components/achcreditsamedaypaymentmethod.d.ts.map +1 -1
  37. package/models/components/achcreditsamedaypaymentmethod.js +3 -11
  38. package/models/components/achcreditsamedaypaymentmethod.js.map +1 -1
  39. package/models/components/achcreditstandardpaymentmethod.d.ts +2 -11
  40. package/models/components/achcreditstandardpaymentmethod.d.ts.map +1 -1
  41. package/models/components/achcreditstandardpaymentmethod.js +3 -11
  42. package/models/components/achcreditstandardpaymentmethod.js.map +1 -1
  43. package/models/components/achdebitcollectpaymentmethod.d.ts +2 -11
  44. package/models/components/achdebitcollectpaymentmethod.d.ts.map +1 -1
  45. package/models/components/achdebitcollectpaymentmethod.js +3 -11
  46. package/models/components/achdebitcollectpaymentmethod.js.map +1 -1
  47. package/models/components/achdebitfundpaymentmethod.d.ts +2 -11
  48. package/models/components/achdebitfundpaymentmethod.d.ts.map +1 -1
  49. package/models/components/achdebitfundpaymentmethod.js +3 -11
  50. package/models/components/achdebitfundpaymentmethod.js.map +1 -1
  51. package/models/components/applepaypaymentmethod.d.ts +2 -11
  52. package/models/components/applepaypaymentmethod.d.ts.map +1 -1
  53. package/models/components/applepaypaymentmethod.js +3 -10
  54. package/models/components/applepaypaymentmethod.js.map +1 -1
  55. package/models/components/cardpaymentpaymentmethod.d.ts +2 -11
  56. package/models/components/cardpaymentpaymentmethod.d.ts.map +1 -1
  57. package/models/components/cardpaymentpaymentmethod.js +3 -11
  58. package/models/components/cardpaymentpaymentmethod.js.map +1 -1
  59. package/models/components/cardpresentpaymentpaymentmethod.d.ts +2 -11
  60. package/models/components/cardpresentpaymentpaymentmethod.d.ts.map +1 -1
  61. package/models/components/cardpresentpaymentpaymentmethod.js +3 -11
  62. package/models/components/cardpresentpaymentpaymentmethod.js.map +1 -1
  63. package/models/components/createevidencefilemultipart.d.ts +1 -1
  64. package/models/components/createinvoice.d.ts +3 -3
  65. package/models/components/createinvoice.d.ts.map +1 -1
  66. package/models/components/createinvoice.js +3 -3
  67. package/models/components/createinvoice.js.map +1 -1
  68. package/models/components/createinvoicelineitem.d.ts +50 -0
  69. package/models/components/createinvoicelineitem.d.ts.map +1 -0
  70. package/models/components/createinvoicelineitem.js +70 -0
  71. package/models/components/createinvoicelineitem.js.map +1 -0
  72. package/models/components/createinvoicelineitemoption.d.ts +44 -0
  73. package/models/components/createinvoicelineitemoption.d.ts.map +1 -0
  74. package/models/components/createinvoicelineitemoption.js +67 -0
  75. package/models/components/createinvoicelineitemoption.js.map +1 -0
  76. package/models/components/createinvoicelineitemoptionvalidationerror.d.ts +24 -0
  77. package/models/components/createinvoicelineitemoptionvalidationerror.d.ts.map +1 -0
  78. package/models/components/createinvoicelineitemoptionvalidationerror.js +65 -0
  79. package/models/components/createinvoicelineitemoptionvalidationerror.js.map +1 -0
  80. package/models/components/createinvoicelineitems.d.ts +24 -0
  81. package/models/components/createinvoicelineitems.d.ts.map +1 -0
  82. package/models/components/{invoicelineitemsupdate.js → createinvoicelineitems.js} +13 -13
  83. package/models/components/createinvoicelineitems.js.map +1 -0
  84. package/models/components/createinvoicelineitemsupdate.d.ts +24 -0
  85. package/models/components/createinvoicelineitemsupdate.d.ts.map +1 -0
  86. package/models/components/createinvoicelineitemsupdate.js +59 -0
  87. package/models/components/createinvoicelineitemsupdate.js.map +1 -0
  88. package/models/components/createinvoicelineitemsvalidationerror.d.ts +22 -0
  89. package/models/components/createinvoicelineitemsvalidationerror.d.ts.map +1 -0
  90. package/models/components/createinvoicelineitemsvalidationerror.js +61 -0
  91. package/models/components/createinvoicelineitemsvalidationerror.js.map +1 -0
  92. package/models/components/createinvoicelineitemvalidationerror.d.ts +31 -0
  93. package/models/components/createinvoicelineitemvalidationerror.d.ts.map +1 -0
  94. package/models/components/createinvoicelineitemvalidationerror.js +70 -0
  95. package/models/components/createinvoicelineitemvalidationerror.js.map +1 -0
  96. package/models/components/createpaymentlink.d.ts +0 -2
  97. package/models/components/createpaymentlink.d.ts.map +1 -1
  98. package/models/components/createpaymentlink.js.map +1 -1
  99. package/models/components/fileuploadrequestmultipart.d.ts +1 -4
  100. package/models/components/fileuploadrequestmultipart.d.ts.map +1 -1
  101. package/models/components/fileuploadrequestmultipart.js.map +1 -1
  102. package/models/components/imageuploadrequestmultipart.d.ts +3 -3
  103. package/models/components/imageuploadrequestmultipart.d.ts.map +1 -1
  104. package/models/components/index.d.ts +8 -2
  105. package/models/components/index.d.ts.map +1 -1
  106. package/models/components/index.js +8 -2
  107. package/models/components/index.js.map +1 -1
  108. package/models/components/instantbankcreditpaymentmethod.d.ts +2 -11
  109. package/models/components/instantbankcreditpaymentmethod.d.ts.map +1 -1
  110. package/models/components/instantbankcreditpaymentmethod.js +3 -11
  111. package/models/components/instantbankcreditpaymentmethod.js.map +1 -1
  112. package/models/components/invoiceexternalpayment.d.ts +2 -11
  113. package/models/components/invoiceexternalpayment.d.ts.map +1 -1
  114. package/models/components/invoiceexternalpayment.js +3 -10
  115. package/models/components/invoiceexternalpayment.js.map +1 -1
  116. package/models/components/invoicelineitem.d.ts +9 -3
  117. package/models/components/invoicelineitem.d.ts.map +1 -1
  118. package/models/components/invoicelineitem.js +5 -2
  119. package/models/components/invoicelineitem.js.map +1 -1
  120. package/models/components/invoicelineitemimagemetadata.d.ts +35 -0
  121. package/models/components/invoicelineitemimagemetadata.d.ts.map +1 -0
  122. package/models/components/invoicelineitemimagemetadata.js +64 -0
  123. package/models/components/invoicelineitemimagemetadata.js.map +1 -0
  124. package/models/components/invoicepayment.d.ts +2 -10
  125. package/models/components/invoicepayment.d.ts.map +1 -1
  126. package/models/components/invoicepayment.js +4 -12
  127. package/models/components/invoicepayment.js.map +1 -1
  128. package/models/components/invoicetransferpayment.d.ts +2 -11
  129. package/models/components/invoicetransferpayment.d.ts.map +1 -1
  130. package/models/components/invoicetransferpayment.js +3 -11
  131. package/models/components/invoicetransferpayment.js.map +1 -1
  132. package/models/components/moovwalletpaymentmethod.d.ts +2 -11
  133. package/models/components/moovwalletpaymentmethod.d.ts.map +1 -1
  134. package/models/components/moovwalletpaymentmethod.js +3 -11
  135. package/models/components/moovwalletpaymentmethod.js.map +1 -1
  136. package/models/components/patchsweepconfig.d.ts +6 -60
  137. package/models/components/patchsweepconfig.d.ts.map +1 -1
  138. package/models/components/patchsweepconfig.js +7 -79
  139. package/models/components/patchsweepconfig.js.map +1 -1
  140. package/models/components/paymentmethod.d.ts +2 -50
  141. package/models/components/paymentmethod.d.ts.map +1 -1
  142. package/models/components/paymentmethod.js +24 -34
  143. package/models/components/paymentmethod.js.map +1 -1
  144. package/models/components/pullfromcardpaymentmethod.d.ts +2 -11
  145. package/models/components/pullfromcardpaymentmethod.d.ts.map +1 -1
  146. package/models/components/pullfromcardpaymentmethod.js +3 -11
  147. package/models/components/pullfromcardpaymentmethod.js.map +1 -1
  148. package/models/components/pushtocardpaymentmethod.d.ts +2 -11
  149. package/models/components/pushtocardpaymentmethod.d.ts.map +1 -1
  150. package/models/components/pushtocardpaymentmethod.js +3 -11
  151. package/models/components/pushtocardpaymentmethod.js.map +1 -1
  152. package/models/components/rtpcreditpaymentmethod.d.ts +2 -11
  153. package/models/components/rtpcreditpaymentmethod.d.ts.map +1 -1
  154. package/models/components/rtpcreditpaymentmethod.js +3 -11
  155. package/models/components/rtpcreditpaymentmethod.js.map +1 -1
  156. package/models/components/updateinvoice.d.ts +3 -3
  157. package/models/components/updateinvoice.d.ts.map +1 -1
  158. package/models/components/updateinvoice.js +3 -3
  159. package/models/components/updateinvoice.js.map +1 -1
  160. package/models/components/updaterepresentative.d.ts +2 -20
  161. package/models/components/updaterepresentative.d.ts.map +1 -1
  162. package/models/components/updaterepresentative.js +3 -32
  163. package/models/components/updaterepresentative.js.map +1 -1
  164. package/models/errors/createinvoiceerror.d.ts +3 -3
  165. package/models/errors/createinvoiceerror.d.ts.map +1 -1
  166. package/models/errors/createinvoiceerror.js +2 -2
  167. package/models/errors/createinvoiceerror.js.map +1 -1
  168. package/models/operations/createpaymentlink.d.ts +3 -0
  169. package/models/operations/createpaymentlink.d.ts.map +1 -1
  170. package/models/operations/createpaymentlink.js.map +1 -1
  171. package/models/operations/disablepaymentlink.d.ts +3 -0
  172. package/models/operations/disablepaymentlink.d.ts.map +1 -1
  173. package/models/operations/disablepaymentlink.js.map +1 -1
  174. package/models/operations/getpaymentlink.d.ts +3 -0
  175. package/models/operations/getpaymentlink.d.ts.map +1 -1
  176. package/models/operations/getpaymentlink.js.map +1 -1
  177. package/models/operations/getpaymentlinkqrcode.d.ts +3 -0
  178. package/models/operations/getpaymentlinkqrcode.d.ts.map +1 -1
  179. package/models/operations/getpaymentlinkqrcode.js.map +1 -1
  180. package/models/operations/listpaymentlinks.d.ts +3 -0
  181. package/models/operations/listpaymentlinks.d.ts.map +1 -1
  182. package/models/operations/listpaymentlinks.js.map +1 -1
  183. package/models/operations/updateimage.d.ts +2 -2
  184. package/models/operations/updateimage.js +4 -4
  185. package/models/operations/updatepaymentlink.d.ts +3 -0
  186. package/models/operations/updatepaymentlink.d.ts.map +1 -1
  187. package/models/operations/updatepaymentlink.js.map +1 -1
  188. package/package.json +1 -1
  189. package/sdk/images.d.ts +1 -2
  190. package/sdk/images.d.ts.map +1 -1
  191. package/sdk/images.js +1 -2
  192. package/sdk/images.js.map +1 -1
  193. package/src/funcs/imagesUpdate.ts +12 -13
  194. package/src/lib/config.ts +3 -3
  195. package/src/lib/encodings.ts +17 -3
  196. package/src/mcp-server/mcp-server.ts +1 -1
  197. package/src/mcp-server/server.ts +1 -1
  198. package/src/mcp-server/tools/accountsUpdate.ts +1 -1
  199. package/src/mcp-server/tools/applePayUpdateMerchantDomains.ts +3 -3
  200. package/src/mcp-server/tools/brandingUpdate.ts +1 -1
  201. package/src/mcp-server/tools/cardIssuingUpdate.ts +1 -1
  202. package/src/mcp-server/tools/cardsUpdate.ts +6 -6
  203. package/src/mcp-server/tools/imagesUpdate.ts +1 -2
  204. package/src/mcp-server/tools/paymentLinksUpdate.ts +1 -1
  205. package/src/mcp-server/tools/representativesUpdate.ts +2 -2
  206. package/src/mcp-server/tools/supportUpdateTicket.ts +1 -1
  207. package/src/mcp-server/tools/sweepsUpdateConfig.ts +1 -1
  208. package/src/mcp-server/tools/transfersUpdate.ts +3 -3
  209. package/src/mcp-server/tools/walletsUpdate.ts +1 -1
  210. package/src/models/components/achcreditsamedaypaymentmethod.ts +4 -23
  211. package/src/models/components/achcreditstandardpaymentmethod.ts +4 -23
  212. package/src/models/components/achdebitcollectpaymentmethod.ts +4 -23
  213. package/src/models/components/achdebitfundpaymentmethod.ts +4 -21
  214. package/src/models/components/applepaypaymentmethod.ts +4 -22
  215. package/src/models/components/cardpaymentpaymentmethod.ts +4 -21
  216. package/src/models/components/cardpresentpaymentpaymentmethod.ts +4 -23
  217. package/src/models/components/createevidencefilemultipart.ts +1 -1
  218. package/src/models/components/createinvoice.ts +9 -9
  219. package/src/models/components/createinvoicelineitem.ts +104 -0
  220. package/src/models/components/createinvoicelineitemoption.ts +93 -0
  221. package/src/models/components/createinvoicelineitemoptionvalidationerror.ts +77 -0
  222. package/src/models/components/createinvoicelineitems.ts +63 -0
  223. package/src/models/components/createinvoicelineitemsupdate.ts +65 -0
  224. package/src/models/components/createinvoicelineitemsvalidationerror.ts +64 -0
  225. package/src/models/components/createinvoicelineitemvalidationerror.ts +88 -0
  226. package/src/models/components/createpaymentlink.ts +0 -2
  227. package/src/models/components/fileuploadrequestmultipart.ts +1 -4
  228. package/src/models/components/imageuploadrequestmultipart.ts +3 -3
  229. package/src/models/components/index.ts +8 -2
  230. package/src/models/components/instantbankcreditpaymentmethod.ts +4 -23
  231. package/src/models/components/invoiceexternalpayment.ts +4 -21
  232. package/src/models/components/invoicelineitem.ts +18 -5
  233. package/src/models/components/invoicelineitemimagemetadata.ts +77 -0
  234. package/src/models/components/invoicepayment.ts +7 -25
  235. package/src/models/components/invoicetransferpayment.ts +4 -17
  236. package/src/models/components/moovwalletpaymentmethod.ts +4 -21
  237. package/src/models/components/patchsweepconfig.ts +12 -252
  238. package/src/models/components/paymentmethod.ts +48 -164
  239. package/src/models/components/pullfromcardpaymentmethod.ts +4 -21
  240. package/src/models/components/pushtocardpaymentmethod.ts +4 -21
  241. package/src/models/components/rtpcreditpaymentmethod.ts +4 -21
  242. package/src/models/components/updateinvoice.ts +9 -9
  243. package/src/models/components/updaterepresentative.ts +4 -59
  244. package/src/models/errors/createinvoiceerror.ts +7 -5
  245. package/src/models/operations/createpaymentlink.ts +3 -0
  246. package/src/models/operations/disablepaymentlink.ts +3 -0
  247. package/src/models/operations/getpaymentlink.ts +3 -0
  248. package/src/models/operations/getpaymentlinkqrcode.ts +3 -0
  249. package/src/models/operations/listpaymentlinks.ts +3 -0
  250. package/src/models/operations/updateimage.ts +8 -8
  251. package/src/models/operations/updatepaymentlink.ts +3 -0
  252. package/src/sdk/images.ts +1 -2
  253. package/src/types/unrecognized.ts +9 -1
  254. package/tsconfig.json +1 -2
  255. package/types/unrecognized.d.ts +7 -1
  256. package/types/unrecognized.d.ts.map +1 -1
  257. package/types/unrecognized.js +9 -1
  258. package/types/unrecognized.js.map +1 -1
  259. package/models/components/imageupdaterequestmultipart.d.ts +0 -67
  260. package/models/components/imageupdaterequestmultipart.d.ts.map +0 -1
  261. package/models/components/imageupdaterequestmultipart.js +0 -105
  262. package/models/components/imageupdaterequestmultipart.js.map +0 -1
  263. package/models/components/invoicelineitemsupdate.d.ts +0 -24
  264. package/models/components/invoicelineitemsupdate.d.ts.map +0 -1
  265. package/models/components/invoicelineitemsupdate.js.map +0 -1
  266. package/src/models/components/imageupdaterequestmultipart.ts +0 -178
  267. package/src/models/components/invoicelineitemsupdate.ts +0 -63
package/README.md CHANGED
@@ -287,7 +287,7 @@ to specify the `/accounts/{accountID}/profile.read` scope.
287
287
 
288
288
  If you need to update information in a locked state, please contact Moov support.
289
289
 
290
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
290
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
291
291
  to specify the `/accounts/{accountID}/profile.write` scope.
292
292
  * [disconnect](docs/sdks/accounts/README.md#disconnect) - This will sever the connection between you and the account specified and it will no longer be listed as
293
293
  active in the list of accounts. This also means you'll only have read-only access to the account going
@@ -354,12 +354,12 @@ with Apple.
354
354
 
355
355
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
356
356
  you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope.
357
- * [updateMerchantDomains](docs/sdks/applepay/README.md#updatemerchantdomains) - Add or remove domains to be registered with Apple Pay.
357
+ * [updateMerchantDomains](docs/sdks/applepay/README.md#updatemerchantdomains) - Add or remove domains to be registered with Apple Pay.
358
358
 
359
- Any domains that will be used to accept payments must first be [verified](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains)
359
+ Any domains that will be used to accept payments must first be [verified](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains)
360
360
  with Apple.
361
361
 
362
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
362
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
363
363
  you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope.
364
364
  * [getMerchantDomains](docs/sdks/applepay/README.md#getmerchantdomains) - Get domains registered with Apple Pay.
365
365
 
@@ -502,7 +502,7 @@ To access this endpoint using an [access token](https://docs.moov.io/api/authent
502
502
  you'll need to specify the `/accounts/{accountID}/branding.read` scope.
503
503
  * [update](docs/sdks/branding/README.md#update) - Updates the brand properties for the specified account.
504
504
 
505
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
505
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
506
506
  you'll need to specify the `/accounts/{accountID}/branding.write` scope.
507
507
 
508
508
  ### [capabilities](docs/sdks/capabilities/README.md)
@@ -542,7 +542,7 @@ To access this endpoint using an [access token](https://docs.moov.io/api/authent
542
542
  you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
543
543
  * [update](docs/sdks/cardissuing/README.md#update) - Update a Moov issued card.
544
544
 
545
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
545
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
546
546
  you'll need to specify the `/accounts/{accountID}/issued-cards.write` scope.
547
547
  * [getFull](docs/sdks/cardissuing/README.md#getfull) - Get issued card with PAN, CVV, and expiration.
548
548
 
@@ -583,18 +583,18 @@ Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/
583
583
 
584
584
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
585
585
  you'll need to specify the `/accounts/{accountID}/cards.read` scope.
586
- * [update](docs/sdks/cards/README.md#update) - Update a linked card and/or resubmit it for verification.
586
+ * [update](docs/sdks/cards/README.md#update) - Update a linked card and/or resubmit it for verification.
587
587
 
588
- If a value is provided for CVV, a new verification ($0 authorization) will be submitted for the card. Updating the expiration
589
- date or
588
+ If a value is provided for CVV, a new verification ($0 authorization) will be submitted for the card. Updating the expiration
589
+ date or
590
590
  address will update the information stored on file for the card but will not be verified.
591
591
 
592
- Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/#reverify-a-card) to learn
592
+ Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/#reverify-a-card) to learn
593
593
  more.
594
594
 
595
- Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
595
+ Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
596
596
 
597
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
597
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
598
598
  you'll need to specify the `/accounts/{accountID}/cards.write` scope.
599
599
  * [disable](docs/sdks/cards/README.md#disable) - Disables a card associated with a Moov account.
600
600
 
@@ -770,8 +770,7 @@ you'll need to specify the `/accounts/{accountID}/files.read` scope.
770
770
  * [update](docs/sdks/images/README.md#update) - Replace an existing image and, optionally, its metadata.
771
771
 
772
772
  This endpoint replaces the existing image with the new PNG, JPEG, or WebP. Omit
773
- the metadata form section to keep existing metadata, or send `null` to clear it.
774
- Duplicate images, and requests larger than 16MB will be rejected.
773
+ the metadata form section to keep existing metadata. Duplicate images, and requests larger than 16MB will be rejected.
775
774
  * [delete](docs/sdks/images/README.md#delete) - Permanently delete an image by its ID.
776
775
  * [updateMetadata](docs/sdks/images/README.md#updatemetadata) - Replace the metadata for an existing image.
777
776
  * [getPublic](docs/sdks/images/README.md#getpublic) - Get an image by its public ID.
@@ -880,7 +879,7 @@ To access this endpoint using an [access token](https://docs.moov.io/api/authent
880
879
  you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
881
880
  * [update](docs/sdks/paymentlinks/README.md#update) - Update a payment link.
882
881
 
883
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
882
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
884
883
  you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
885
884
  * [disable](docs/sdks/paymentlinks/README.md#disable) - Disable a payment link.
886
885
 
@@ -956,7 +955,7 @@ you'll need to specify the `/accounts/{accountID}/representatives.write` scope.
956
955
 
957
956
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
958
957
  you'll need to specify the `/accounts/{accountID}/representatives.read` scope.
959
- * [update](docs/sdks/representatives/README.md#update) - If a representative's information has changed you can patch the information associated with a specific representative ID.
958
+ * [update](docs/sdks/representatives/README.md#update) - If a representative's information has changed you can patch the information associated with a specific representative ID.
960
959
  Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
961
960
 
962
961
  When **can** profile data be updated:
@@ -971,7 +970,7 @@ When **can't** profile data be updated:
971
970
 
972
971
  If you need to update information in a locked state, please contact Moov support.
973
972
 
974
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
973
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
975
974
  you'll need to specify the `/accounts/{accountID}/representatives.write` scope.
976
975
 
977
976
  ### [scheduling](docs/sdks/scheduling/README.md)
@@ -1039,7 +1038,7 @@ If you're retrieving another account's ticket, then you'll need to
1039
1038
  specify the `/accounts/{partnerAccountID}/tickets.read` and `/accounts/{accountID}/profile.read` scopes.
1040
1039
  * [updateTicket](docs/sdks/support/README.md#updateticket) - Updates a support ticket.
1041
1040
 
1042
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1041
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1043
1042
  you'll need to specify the `/accounts/{accountID}/tickets.write` scope.
1044
1043
 
1045
1044
  If you're updating the ticket on behalf of another account, then you'll need to
@@ -1068,7 +1067,7 @@ To access this endpoint using an [access token](https://docs.moov.io/api/authent
1068
1067
  you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
1069
1068
  * [updateConfig](docs/sdks/sweeps/README.md#updateconfig) - Update settings on a sweep config.
1070
1069
 
1071
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1070
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1072
1071
  you'll need to specify the `/accounts/{accountID}/wallets.write` scope.
1073
1072
  * [list](docs/sdks/sweeps/README.md#list) - List sweeps associated with a wallet.
1074
1073
 
@@ -1137,11 +1136,11 @@ to learn more.
1137
1136
 
1138
1137
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1139
1138
  you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
1140
- * [update](docs/sdks/transfers/README.md#update) - Update the metadata contained on a transfer.
1139
+ * [update](docs/sdks/transfers/README.md#update) - Update the metadata contained on a transfer.
1141
1140
 
1142
- Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
1141
+ Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
1143
1142
 
1144
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1143
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1145
1144
  you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
1146
1145
  * [createCancellation](docs/sdks/transfers/README.md#createcancellation) - Initiate a cancellation for a card, ACH, or queued transfer.
1147
1146
 
@@ -1218,7 +1217,7 @@ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
1218
1217
 
1219
1218
  Read our [Moov wallets guide](https://docs.moov.io/guides/sources/wallets/) to learn more.
1220
1219
 
1221
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1220
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1222
1221
  you'll need to specify the `/accounts/{accountID}/wallets.write` scope.
1223
1222
 
1224
1223
  ### [walletTransactions](docs/sdks/wallettransactions/README.md)
@@ -1316,7 +1315,7 @@ to specify the `/accounts.read` scope.
1316
1315
 
1317
1316
  If you need to update information in a locked state, please contact Moov support.
1318
1317
 
1319
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1318
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1320
1319
  to specify the `/accounts/{accountID}/profile.write` scope.
1321
1320
  - [`accountTerminalApplicationsGet`](docs/sdks/accountterminalapplications/README.md#get) - Verifies if a specific Terminal Application is linked to an Account. This endpoint acts as a validation check for the link's existence.
1322
1321
 
@@ -1369,12 +1368,12 @@ with Apple.
1369
1368
 
1370
1369
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1371
1370
  you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope.
1372
- - [`applePayUpdateMerchantDomains`](docs/sdks/applepay/README.md#updatemerchantdomains) - Add or remove domains to be registered with Apple Pay.
1371
+ - [`applePayUpdateMerchantDomains`](docs/sdks/applepay/README.md#updatemerchantdomains) - Add or remove domains to be registered with Apple Pay.
1373
1372
 
1374
- Any domains that will be used to accept payments must first be [verified](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains)
1373
+ Any domains that will be used to accept payments must first be [verified](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains)
1375
1374
  with Apple.
1376
1375
 
1377
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1376
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1378
1377
  you'll need to specify the `/accounts/{accountID}/apple-pay.write` scope.
1379
1378
  - [`authenticationCreateAccessToken`](docs/sdks/authentication/README.md#createaccesstoken) - Create or refresh an access token.
1380
1379
  - [`authenticationRevokeAccessToken`](docs/sdks/authentication/README.md#revokeaccesstoken) - Revoke an auth token.
@@ -1481,7 +1480,7 @@ To access this endpoint using an [access token](https://docs.moov.io/api/authent
1481
1480
  you'll need to specify the `/accounts/{accountID}/branding.read` scope.
1482
1481
  - [`brandingUpdate`](docs/sdks/branding/README.md#update) - Updates the brand properties for the specified account.
1483
1482
 
1484
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1483
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1485
1484
  you'll need to specify the `/accounts/{accountID}/branding.write` scope.
1486
1485
  - [`brandingUpsert`](docs/sdks/branding/README.md#upsert) - Create or replace brand properties for the specified account.
1487
1486
 
@@ -1525,7 +1524,7 @@ To access this endpoint using an [access token](https://docs.moov.io/api/authent
1525
1524
  you'll need to specify the `/accounts/{accountID}/issued-cards.write` scope.
1526
1525
  - [`cardIssuingUpdate`](docs/sdks/cardissuing/README.md#update) - Update a Moov issued card.
1527
1526
 
1528
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1527
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1529
1528
  you'll need to specify the `/accounts/{accountID}/issued-cards.write` scope.
1530
1529
  - [`cardsDisable`](docs/sdks/cards/README.md#disable) - Disables a card associated with a Moov account.
1531
1530
 
@@ -1561,18 +1560,18 @@ Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/
1561
1560
 
1562
1561
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1563
1562
  you'll need to specify the `/accounts/{accountID}/cards.read` scope.
1564
- - [`cardsUpdate`](docs/sdks/cards/README.md#update) - Update a linked card and/or resubmit it for verification.
1563
+ - [`cardsUpdate`](docs/sdks/cards/README.md#update) - Update a linked card and/or resubmit it for verification.
1565
1564
 
1566
- If a value is provided for CVV, a new verification ($0 authorization) will be submitted for the card. Updating the expiration
1567
- date or
1565
+ If a value is provided for CVV, a new verification ($0 authorization) will be submitted for the card. Updating the expiration
1566
+ date or
1568
1567
  address will update the information stored on file for the card but will not be verified.
1569
1568
 
1570
- Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/#reverify-a-card) to learn
1569
+ Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/#reverify-a-card) to learn
1571
1570
  more.
1572
1571
 
1573
- Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
1572
+ Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
1574
1573
 
1575
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1574
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1576
1575
  you'll need to specify the `/accounts/{accountID}/cards.write` scope.
1577
1576
  - [`disputesAccept`](docs/sdks/disputes/README.md#accept) - Accepts liability for a dispute.
1578
1577
 
@@ -1723,8 +1722,7 @@ you'll need to specify the `/accounts/{accountID}/files.write` scope.
1723
1722
  - [`imagesUpdate`](docs/sdks/images/README.md#update) - Replace an existing image and, optionally, its metadata.
1724
1723
 
1725
1724
  This endpoint replaces the existing image with the new PNG, JPEG, or WebP. Omit
1726
- the metadata form section to keep existing metadata, or send `null` to clear it.
1727
- Duplicate images, and requests larger than 16MB will be rejected.
1725
+ the metadata form section to keep existing metadata. Duplicate images, and requests larger than 16MB will be rejected.
1728
1726
  - [`imagesUpdateMetadata`](docs/sdks/images/README.md#updatemetadata) - Replace the metadata for an existing image.
1729
1727
  - [`imagesUpload`](docs/sdks/images/README.md#upload) - Upload a new PNG, JPEG, or WebP image with optional metadata.
1730
1728
  Duplicate images, and requests larger than 16MB will be rejected.
@@ -1825,7 +1823,7 @@ To access this endpoint using an [access token](https://docs.moov.io/api/authent
1825
1823
  you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
1826
1824
  - [`paymentLinksUpdate`](docs/sdks/paymentlinks/README.md#update) - Update a payment link.
1827
1825
 
1828
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1826
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1829
1827
  you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
1830
1828
  - [`paymentMethodsGet`](docs/sdks/paymentmethods/README.md#get) - Get the specified payment method associated with a Moov account. Read our [payment methods guide](https://docs.moov.io/guides/money-movement/payment-methods/) to learn more.
1831
1829
 
@@ -1876,7 +1874,7 @@ Read our [business representatives guide](https://docs.moov.io/guides/accounts/r
1876
1874
 
1877
1875
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1878
1876
  you'll need to specify the `/accounts/{accountID}/representatives.read` scope.
1879
- - [`representativesUpdate`](docs/sdks/representatives/README.md#update) - If a representative's information has changed you can patch the information associated with a specific representative ID.
1877
+ - [`representativesUpdate`](docs/sdks/representatives/README.md#update) - If a representative's information has changed you can patch the information associated with a specific representative ID.
1880
1878
  Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
1881
1879
 
1882
1880
  When **can** profile data be updated:
@@ -1891,7 +1889,7 @@ When **can't** profile data be updated:
1891
1889
 
1892
1890
  If you need to update information in a locked state, please contact Moov support.
1893
1891
 
1894
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1892
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1895
1893
  you'll need to specify the `/accounts/{accountID}/representatives.write` scope.
1896
1894
  - [`schedulingCancel`](docs/sdks/scheduling/README.md#cancel) - Describes the schedule to cancel.
1897
1895
 
@@ -1957,7 +1955,7 @@ If you're listing another account's tickets, then you'll need to
1957
1955
  specify the `/accounts/{partnerAccountID}/tickets.read` and `/accounts/{accountID}/profile.read` scopes.
1958
1956
  - [`supportUpdateTicket`](docs/sdks/support/README.md#updateticket) - Updates a support ticket.
1959
1957
 
1960
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1958
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1961
1959
  you'll need to specify the `/accounts/{accountID}/tickets.write` scope.
1962
1960
 
1963
1961
  If you're updating the ticket on behalf of another account, then you'll need to
@@ -1984,7 +1982,7 @@ To access this endpoint using an [access token](https://docs.moov.io/api/authent
1984
1982
  you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
1985
1983
  - [`sweepsUpdateConfig`](docs/sdks/sweeps/README.md#updateconfig) - Update settings on a sweep config.
1986
1984
 
1987
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1985
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1988
1986
  you'll need to specify the `/accounts/{accountID}/wallets.write` scope.
1989
1987
  - [`terminalApplicationsCreate`](docs/sdks/terminalapplications/README.md#create) - Create a new terminal application.
1990
1988
 
@@ -2068,11 +2066,11 @@ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
2068
2066
 
2069
2067
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
2070
2068
  you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
2071
- - [`transfersUpdate`](docs/sdks/transfers/README.md#update) - Update the metadata contained on a transfer.
2069
+ - [`transfersUpdate`](docs/sdks/transfers/README.md#update) - Update the metadata contained on a transfer.
2072
2070
 
2073
- Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
2071
+ Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
2074
2072
 
2075
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
2073
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
2076
2074
  you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
2077
2075
  - [`underwritingGet`](docs/sdks/underwriting/README.md#get) - Retrieve underwriting associated with a given Moov account.
2078
2076
 
@@ -2114,7 +2112,7 @@ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
2114
2112
 
2115
2113
  Read our [Moov wallets guide](https://docs.moov.io/guides/sources/wallets/) to learn more.
2116
2114
 
2117
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
2115
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
2118
2116
  you'll need to specify the `/accounts/{accountID}/wallets.write` scope.
2119
2117
  - [`walletTransactionsGet`](docs/sdks/wallettransactions/README.md#get) - Get details on a specific wallet transaction.
2120
2118