@moovio/sdk 25.6.0 → 25.6.1

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 (245) hide show
  1. package/README.md +79 -75
  2. package/bin/mcp-server.js +547 -312
  3. package/bin/mcp-server.js.map +55 -56
  4. package/funcs/accountsCreate.d.ts +8 -10
  5. package/funcs/accountsCreate.d.ts.map +1 -1
  6. package/funcs/accountsCreate.js +8 -10
  7. package/funcs/accountsCreate.js.map +1 -1
  8. package/funcs/capabilitiesDisable.d.ts +1 -1
  9. package/funcs/capabilitiesDisable.js +1 -1
  10. package/funcs/capabilitiesGet.d.ts +1 -1
  11. package/funcs/capabilitiesGet.js +1 -1
  12. package/funcs/capabilitiesList.d.ts +1 -1
  13. package/funcs/capabilitiesList.js +1 -1
  14. package/funcs/capabilitiesRequest.d.ts +1 -1
  15. package/funcs/capabilitiesRequest.js +1 -1
  16. package/funcs/cardIssuingGet.js +1 -1
  17. package/funcs/cardIssuingGet.js.map +1 -1
  18. package/funcs/cardIssuingGetFull.js +1 -1
  19. package/funcs/cardIssuingGetFull.js.map +1 -1
  20. package/funcs/cardIssuingList.js +1 -1
  21. package/funcs/cardIssuingList.js.map +1 -1
  22. package/funcs/cardIssuingRequest.js +1 -1
  23. package/funcs/cardIssuingRequest.js.map +1 -1
  24. package/funcs/cardIssuingUpdate.js +1 -1
  25. package/funcs/cardIssuingUpdate.js.map +1 -1
  26. package/funcs/transfersListCancellations.d.ts +17 -0
  27. package/funcs/transfersListCancellations.d.ts.map +1 -0
  28. package/funcs/transfersListCancellations.js +129 -0
  29. package/funcs/transfersListCancellations.js.map +1 -0
  30. package/hooks/types.d.ts +1 -0
  31. package/hooks/types.d.ts.map +1 -1
  32. package/jsr.json +1 -1
  33. package/lib/config.d.ts +3 -3
  34. package/lib/config.js +3 -3
  35. package/lib/encodings.js +12 -12
  36. package/lib/encodings.js.map +1 -1
  37. package/lib/matchers.js +3 -3
  38. package/lib/matchers.js.map +1 -1
  39. package/lib/primitives.d.ts +1 -0
  40. package/lib/primitives.d.ts.map +1 -1
  41. package/lib/primitives.js +18 -0
  42. package/lib/primitives.js.map +1 -1
  43. package/lib/retries.js +7 -0
  44. package/lib/retries.js.map +1 -1
  45. package/lib/sdks.d.ts.map +1 -1
  46. package/lib/sdks.js +50 -16
  47. package/lib/sdks.js.map +1 -1
  48. package/mcp-server/mcp-server.js +1 -1
  49. package/mcp-server/server.d.ts.map +1 -1
  50. package/mcp-server/server.js +3 -1
  51. package/mcp-server/server.js.map +1 -1
  52. package/mcp-server/tools/accountsCreate.d.ts.map +1 -1
  53. package/mcp-server/tools/accountsCreate.js +8 -10
  54. package/mcp-server/tools/accountsCreate.js.map +1 -1
  55. package/mcp-server/tools/capabilitiesDisable.js +1 -1
  56. package/mcp-server/tools/capabilitiesGet.js +1 -1
  57. package/mcp-server/tools/capabilitiesList.js +1 -1
  58. package/mcp-server/tools/capabilitiesRequest.js +1 -1
  59. package/mcp-server/tools/transfersListCancellations.d.ts +8 -0
  60. package/mcp-server/tools/transfersListCancellations.d.ts.map +1 -0
  61. package/{models/components/authorizeduser.js → mcp-server/tools/transfersListCancellations.js} +27 -22
  62. package/mcp-server/tools/transfersListCancellations.js.map +1 -0
  63. package/models/components/addcapabilities.d.ts +9 -0
  64. package/models/components/addcapabilities.d.ts.map +1 -1
  65. package/models/components/addcapabilities.js.map +1 -1
  66. package/models/components/capability.d.ts +7 -1
  67. package/models/components/capability.d.ts.map +1 -1
  68. package/models/components/capability.js.map +1 -1
  69. package/models/components/capabilityid.d.ts +14 -2
  70. package/models/components/capabilityid.d.ts.map +1 -1
  71. package/models/components/capabilityid.js +7 -1
  72. package/models/components/capabilityid.js.map +1 -1
  73. package/models/components/createaccount.d.ts +9 -0
  74. package/models/components/createaccount.d.ts.map +1 -1
  75. package/models/components/createaccount.js.map +1 -1
  76. package/models/components/createpaymentlink.d.ts +3 -3
  77. package/models/components/fullissuedcard.d.ts +25 -9
  78. package/models/components/fullissuedcard.d.ts.map +1 -1
  79. package/models/components/fullissuedcard.js +11 -5
  80. package/models/components/fullissuedcard.js.map +1 -1
  81. package/models/components/index.d.ts +1 -4
  82. package/models/components/index.d.ts.map +1 -1
  83. package/models/components/index.js +1 -4
  84. package/models/components/index.js.map +1 -1
  85. package/models/components/issuedcard.d.ts +25 -9
  86. package/models/components/issuedcard.d.ts.map +1 -1
  87. package/models/components/issuedcard.js +11 -5
  88. package/models/components/issuedcard.js.map +1 -1
  89. package/models/components/onboardinginvite.d.ts +1 -1
  90. package/models/components/onboardinginviterequest.d.ts +1 -1
  91. package/models/components/paymentlink.d.ts +2 -2
  92. package/models/components/requestcard.d.ts +14 -17
  93. package/models/components/requestcard.d.ts.map +1 -1
  94. package/models/components/requestcard.js +9 -10
  95. package/models/components/requestcard.js.map +1 -1
  96. package/models/components/updateissuedcard.d.ts +33 -8
  97. package/models/components/updateissuedcard.d.ts.map +1 -1
  98. package/models/components/updateissuedcard.js +35 -6
  99. package/models/components/updateissuedcard.js.map +1 -1
  100. package/models/components/webhookdata.d.ts +3 -2
  101. package/models/components/webhookdata.d.ts.map +1 -1
  102. package/models/components/webhookdata.js +7 -4
  103. package/models/components/webhookdata.js.map +1 -1
  104. package/models/components/webhookdataauthorizationexpiring.d.ts +23 -0
  105. package/models/components/webhookdataauthorizationexpiring.d.ts.map +1 -0
  106. package/models/components/{createauthorizedusererror.js → webhookdataauthorizationexpiring.js} +18 -17
  107. package/models/components/webhookdataauthorizationexpiring.js.map +1 -0
  108. package/models/components/webhookdatacapabilityrequested.d.ts +7 -1
  109. package/models/components/webhookdatacapabilityrequested.d.ts.map +1 -1
  110. package/models/components/webhookdatacapabilityrequested.js.map +1 -1
  111. package/models/components/webhookdatacapabilityupdated.d.ts +7 -1
  112. package/models/components/webhookdatacapabilityupdated.d.ts.map +1 -1
  113. package/models/components/webhookdatacapabilityupdated.js.map +1 -1
  114. package/models/components/webhookdatasweepcreated.d.ts +5 -0
  115. package/models/components/webhookdatasweepcreated.d.ts.map +1 -1
  116. package/models/components/webhookdatasweepcreated.js +2 -0
  117. package/models/components/webhookdatasweepcreated.js.map +1 -1
  118. package/models/components/webhookdatasweepupdated.d.ts +5 -0
  119. package/models/components/webhookdatasweepupdated.d.ts.map +1 -1
  120. package/models/components/webhookdatasweepupdated.js +2 -0
  121. package/models/components/webhookdatasweepupdated.js.map +1 -1
  122. package/models/components/webhookeventtype.d.ts +1 -0
  123. package/models/components/webhookeventtype.d.ts.map +1 -1
  124. package/models/components/webhookeventtype.js +1 -0
  125. package/models/components/webhookeventtype.js.map +1 -1
  126. package/models/errors/requestcarderror.d.ts +12 -12
  127. package/models/errors/requestcarderror.d.ts.map +1 -1
  128. package/models/errors/requestcarderror.js +17 -17
  129. package/models/errors/requestcarderror.js.map +1 -1
  130. package/models/errors/updateissuedcarderror.d.ts +9 -6
  131. package/models/errors/updateissuedcarderror.d.ts.map +1 -1
  132. package/models/errors/updateissuedcarderror.js +12 -9
  133. package/models/errors/updateissuedcarderror.js.map +1 -1
  134. package/models/operations/disablecapability.d.ts +7 -1
  135. package/models/operations/disablecapability.d.ts.map +1 -1
  136. package/models/operations/disablecapability.js.map +1 -1
  137. package/models/operations/getcapability.d.ts +7 -1
  138. package/models/operations/getcapability.d.ts.map +1 -1
  139. package/models/operations/getcapability.js.map +1 -1
  140. package/models/operations/index.d.ts +1 -0
  141. package/models/operations/index.d.ts.map +1 -1
  142. package/models/operations/index.js +1 -0
  143. package/models/operations/index.js.map +1 -1
  144. package/models/operations/listcancellations.d.ts +45 -0
  145. package/models/operations/listcancellations.d.ts.map +1 -0
  146. package/models/operations/listcancellations.js +90 -0
  147. package/models/operations/listcancellations.js.map +1 -0
  148. package/package.json +1 -1
  149. package/sdk/accounts.d.ts +8 -10
  150. package/sdk/accounts.d.ts.map +1 -1
  151. package/sdk/accounts.js +8 -10
  152. package/sdk/accounts.js.map +1 -1
  153. package/sdk/capabilities.d.ts +4 -4
  154. package/sdk/capabilities.js +4 -4
  155. package/sdk/transfers.d.ts +7 -0
  156. package/sdk/transfers.d.ts.map +1 -1
  157. package/sdk/transfers.js +10 -0
  158. package/sdk/transfers.js.map +1 -1
  159. package/src/funcs/accountsCreate.ts +8 -10
  160. package/src/funcs/capabilitiesDisable.ts +1 -1
  161. package/src/funcs/capabilitiesGet.ts +1 -1
  162. package/src/funcs/capabilitiesList.ts +1 -1
  163. package/src/funcs/capabilitiesRequest.ts +1 -1
  164. package/src/funcs/cardIssuingGet.ts +1 -1
  165. package/src/funcs/cardIssuingGetFull.ts +3 -3
  166. package/src/funcs/cardIssuingList.ts +1 -1
  167. package/src/funcs/cardIssuingRequest.ts +1 -1
  168. package/src/funcs/cardIssuingUpdate.ts +1 -1
  169. package/src/funcs/transfersListCancellations.ts +181 -0
  170. package/src/hooks/types.ts +1 -0
  171. package/src/lib/config.ts +3 -3
  172. package/src/lib/encodings.ts +1 -1
  173. package/src/lib/matchers.ts +1 -1
  174. package/src/lib/primitives.ts +16 -0
  175. package/src/lib/retries.ts +8 -0
  176. package/src/lib/sdks.ts +54 -17
  177. package/src/mcp-server/mcp-server.ts +1 -1
  178. package/src/mcp-server/server.ts +3 -1
  179. package/src/mcp-server/tools/accountsCreate.ts +8 -10
  180. package/src/mcp-server/tools/capabilitiesDisable.ts +1 -1
  181. package/src/mcp-server/tools/capabilitiesGet.ts +1 -1
  182. package/src/mcp-server/tools/capabilitiesList.ts +1 -1
  183. package/src/mcp-server/tools/capabilitiesRequest.ts +1 -1
  184. package/src/mcp-server/tools/transfersListCancellations.ts +38 -0
  185. package/src/models/components/addcapabilities.ts +9 -0
  186. package/src/models/components/capability.ts +7 -1
  187. package/src/models/components/capabilityid.ts +14 -2
  188. package/src/models/components/createaccount.ts +9 -0
  189. package/src/models/components/createpaymentlink.ts +3 -3
  190. package/src/models/components/fullissuedcard.ts +35 -17
  191. package/src/models/components/index.ts +1 -4
  192. package/src/models/components/issuedcard.ts +35 -17
  193. package/src/models/components/onboardinginvite.ts +1 -1
  194. package/src/models/components/onboardinginviterequest.ts +1 -1
  195. package/src/models/components/paymentlink.ts +2 -2
  196. package/src/models/components/requestcard.ts +23 -34
  197. package/src/models/components/updateissuedcard.ts +73 -17
  198. package/src/models/components/webhookdata.ts +18 -8
  199. package/src/models/components/webhookdataauthorizationexpiring.ts +65 -0
  200. package/src/models/components/webhookdatacapabilityrequested.ts +7 -1
  201. package/src/models/components/webhookdatacapabilityupdated.ts +7 -1
  202. package/src/models/components/webhookdatasweepcreated.ts +7 -0
  203. package/src/models/components/webhookdatasweepupdated.ts +7 -0
  204. package/src/models/components/webhookeventtype.ts +1 -0
  205. package/src/models/errors/requestcarderror.ts +26 -25
  206. package/src/models/errors/updateissuedcarderror.ts +18 -13
  207. package/src/models/operations/disablecapability.ts +7 -1
  208. package/src/models/operations/getcapability.ts +7 -1
  209. package/src/models/operations/index.ts +1 -0
  210. package/src/models/operations/listcancellations.ts +120 -0
  211. package/src/sdk/accounts.ts +8 -10
  212. package/src/sdk/capabilities.ts +4 -4
  213. package/src/sdk/transfers.ts +18 -0
  214. package/src/types/async.ts +8 -7
  215. package/types/async.d.ts.map +1 -1
  216. package/types/async.js +8 -7
  217. package/types/async.js.map +1 -1
  218. package/lib/dlv.d.ts +0 -14
  219. package/lib/dlv.d.ts.map +0 -1
  220. package/lib/dlv.js +0 -49
  221. package/lib/dlv.js.map +0 -1
  222. package/lib/is-plain-object.d.ts +0 -2
  223. package/lib/is-plain-object.d.ts.map +0 -1
  224. package/lib/is-plain-object.js +0 -41
  225. package/lib/is-plain-object.js.map +0 -1
  226. package/models/components/authorizeduser.d.ts +0 -22
  227. package/models/components/authorizeduser.d.ts.map +0 -1
  228. package/models/components/authorizeduser.js.map +0 -1
  229. package/models/components/createauthorizeduser.d.ts +0 -25
  230. package/models/components/createauthorizeduser.d.ts.map +0 -1
  231. package/models/components/createauthorizeduser.js +0 -63
  232. package/models/components/createauthorizeduser.js.map +0 -1
  233. package/models/components/createauthorizedusererror.d.ts +0 -22
  234. package/models/components/createauthorizedusererror.d.ts.map +0 -1
  235. package/models/components/createauthorizedusererror.js.map +0 -1
  236. package/models/components/createauthorizeduserupdate.d.ts +0 -25
  237. package/models/components/createauthorizeduserupdate.d.ts.map +0 -1
  238. package/models/components/createauthorizeduserupdate.js +0 -63
  239. package/models/components/createauthorizeduserupdate.js.map +0 -1
  240. package/src/lib/dlv.ts +0 -53
  241. package/src/lib/is-plain-object.ts +0 -43
  242. package/src/models/components/authorizeduser.ts +0 -54
  243. package/src/models/components/createauthorizeduser.ts +0 -68
  244. package/src/models/components/createauthorizedusererror.ts +0 -65
  245. package/src/models/components/createauthorizeduserupdate.ts +0 -68
package/README.md CHANGED
@@ -293,21 +293,19 @@ you'll need to specify the `/accounts/{accountID}/terminal-configuration.read` s
293
293
 
294
294
  ### [Accounts](docs/sdks/accounts/README.md)
295
295
 
296
- * [create](docs/sdks/accounts/README.md#create) - You can create **business** or **individual** accounts for your users (i.e., customers, merchants) by passing the required
297
- information to Moov. Requirements differ per account type and requested [capabilities](https://docs.moov.io/guides/accounts/capabilities/requirements/).
296
+ * [create](docs/sdks/accounts/README.md#create) - You can create business or individual accounts for your users (i.e., customers, merchants) by passing the required information to Moov. Requirements differ per account type and requested [capabilities](https://docs.moov.io/guides/accounts/capabilities/reference/).
298
297
 
299
- If you're requesting the `wallet`, `send-funds`, `collect-funds`, or `card-issuing` capabilities, you'll need to:
300
- + Send Moov the user [platform terms of service agreement](https://docs.moov.io/guides/accounts/requirements/platform-agreement/) acceptance.
301
- This can be done upon account creation, or by [patching](https://docs.moov.io/api/moov-accounts/accounts/patch/) the account using the `termsOfService` field.
302
- If you're creating a business account with the business type `llc`, `partnership`, or `privateCorporation`, you'll need to:
298
+ The `transfers` capability is automatically requested for every account. If you request any capability beyond `transfers` (for example, `send-funds.ach`, `collect-funds.card-payments`), you'll need to:
299
+ + Send Moov the user's [platform terms of service agreement](https://docs.moov.io/guides/accounts/requirements/platform-agreement/) acceptance. This can be done at account creation, or by [patching](https://docs.moov.io/api/moov-accounts/accounts/patch/) the account using the `termsOfService` field.
300
+ + Fulfill the [verification and underwriting requirements](https://docs.moov.io/guides/accounts/requirements/) for each requested capability. A capability isn't enabled until its requirements pass — check the capability's status to see what's still outstanding.
301
+
302
+ If you're creating a business account, depending on the business type, you'll also need to:
303
303
  + Provide [business representatives](https://docs.moov.io/api/moov-accounts/representatives/) after creating the account.
304
304
  + [Patch](https://docs.moov.io/api/moov-accounts/accounts/patch/) the account to indicate that business representative ownership information is complete.
305
305
 
306
- Visit our documentation to read more about [creating accounts](https://docs.moov.io/guides/accounts/create-accounts/) and [verification requirements](https://docs.moov.io/guides/accounts/requirements/identity-verification/).
307
- Note that the `mode` field (for production or sandbox) is only required when creating a _facilitator_ account. All non-facilitator account requests will ignore the mode field and be set to the calling facilitator's mode.
306
+ Visit our documentation to read more about [creating accounts](https://docs.moov.io/guides/accounts/create-accounts/) and [verification requirements](https://docs.moov.io/guides/accounts/requirements/identity-verification/). Note that the `mode` field (for production or sandbox) is only required when creating a Partner account. All other account requests will ignore the mode field and be set to the calling Partner account's mode.
308
307
 
309
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
310
- to specify the `/accounts.write` scope.
308
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts.write` scope.
311
309
  * [list](docs/sdks/accounts/README.md#list) - List or search accounts to which the caller is connected.
312
310
 
313
311
  All supported query parameters are optional. If none are provided the response will include all connected accounts.
@@ -539,19 +537,19 @@ you'll need to specify the `/accounts/{accountID}/branding.read` scope.
539
537
 
540
538
  * [list](docs/sdks/capabilities/README.md#list) - Retrieve all the capabilities an account has requested.
541
539
 
542
- Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
540
+ Read our [capabilities reference](https://docs.moov.io/guides/accounts/capabilities/reference/) to learn more.
543
541
 
544
542
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
545
543
  you'll need to specify the `/accounts/{accountID}/capabilities.read` scope.
546
- * [request](docs/sdks/capabilities/README.md#request) - Request capabilities for a specific account. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
544
+ * [request](docs/sdks/capabilities/README.md#request) - Request capabilities for a specific account. Read our [capabilities reference](https://docs.moov.io/guides/accounts/capabilities/reference/) to learn more.
547
545
 
548
546
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
549
547
  you'll need to specify the `/accounts/{accountID}/capabilities.write` scope.
550
- * [get](docs/sdks/capabilities/README.md#get) - Retrieve a specific capability that an account has requested. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
548
+ * [get](docs/sdks/capabilities/README.md#get) - Retrieve a specific capability that an account has requested. Read our [capabilities reference](https://docs.moov.io/guides/accounts/capabilities/reference/) to learn more.
551
549
 
552
550
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
553
551
  you'll need to specify the `/accounts/{accountID}/capabilities.read` scope.
554
- * [disable](docs/sdks/capabilities/README.md#disable) - Disable a specific capability that an account has requested. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
552
+ * [disable](docs/sdks/capabilities/README.md#disable) - Disable a specific capability that an account has requested. Read our [capabilities reference](https://docs.moov.io/guides/accounts/capabilities/reference/) to learn more.
555
553
 
556
554
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
557
555
  you'll need to specify the `/accounts/{accountID}/capabilities.write` scope.
@@ -1123,6 +1121,10 @@ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
1123
1121
 
1124
1122
  To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1125
1123
  to specify the `/accounts/{accountID}/transfers.write` scope.
1124
+ * [listCancellations](docs/sdks/transfers/README.md#listcancellations) - Get a list of cancellations for a transfer.
1125
+
1126
+ To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1127
+ to specify the `/accounts/{accountID}/transfers.read` scope.
1126
1128
  * [getCancellation](docs/sdks/transfers/README.md#getcancellation) - Get details of a cancellation for a transfer.
1127
1129
 
1128
1130
  To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
@@ -1243,21 +1245,19 @@ To access this endpoint using an [access token](https://docs.moov.io/api/authent
1243
1245
  you'll need to specify the `/accounts/{accountID}/profile.write` scope.
1244
1246
  - [`accountsConnect`](docs/sdks/accounts/README.md#connect) - Shares access scopes from the account specified to the caller, establishing a connection
1245
1247
  between the two accounts with the specified permissions.
1246
- - [`accountsCreate`](docs/sdks/accounts/README.md#create) - You can create **business** or **individual** accounts for your users (i.e., customers, merchants) by passing the required
1247
- information to Moov. Requirements differ per account type and requested [capabilities](https://docs.moov.io/guides/accounts/capabilities/requirements/).
1248
+ - [`accountsCreate`](docs/sdks/accounts/README.md#create) - You can create business or individual accounts for your users (i.e., customers, merchants) by passing the required information to Moov. Requirements differ per account type and requested [capabilities](https://docs.moov.io/guides/accounts/capabilities/reference/).
1248
1249
 
1249
- If you're requesting the `wallet`, `send-funds`, `collect-funds`, or `card-issuing` capabilities, you'll need to:
1250
- + Send Moov the user [platform terms of service agreement](https://docs.moov.io/guides/accounts/requirements/platform-agreement/) acceptance.
1251
- This can be done upon account creation, or by [patching](https://docs.moov.io/api/moov-accounts/accounts/patch/) the account using the `termsOfService` field.
1252
- If you're creating a business account with the business type `llc`, `partnership`, or `privateCorporation`, you'll need to:
1250
+ The `transfers` capability is automatically requested for every account. If you request any capability beyond `transfers` (for example, `send-funds.ach`, `collect-funds.card-payments`), you'll need to:
1251
+ + Send Moov the user's [platform terms of service agreement](https://docs.moov.io/guides/accounts/requirements/platform-agreement/) acceptance. This can be done at account creation, or by [patching](https://docs.moov.io/api/moov-accounts/accounts/patch/) the account using the `termsOfService` field.
1252
+ + Fulfill the [verification and underwriting requirements](https://docs.moov.io/guides/accounts/requirements/) for each requested capability. A capability isn't enabled until its requirements pass — check the capability's status to see what's still outstanding.
1253
+
1254
+ If you're creating a business account, depending on the business type, you'll also need to:
1253
1255
  + Provide [business representatives](https://docs.moov.io/api/moov-accounts/representatives/) after creating the account.
1254
1256
  + [Patch](https://docs.moov.io/api/moov-accounts/accounts/patch/) the account to indicate that business representative ownership information is complete.
1255
1257
 
1256
- Visit our documentation to read more about [creating accounts](https://docs.moov.io/guides/accounts/create-accounts/) and [verification requirements](https://docs.moov.io/guides/accounts/requirements/identity-verification/).
1257
- Note that the `mode` field (for production or sandbox) is only required when creating a _facilitator_ account. All non-facilitator account requests will ignore the mode field and be set to the calling facilitator's mode.
1258
+ Visit our documentation to read more about [creating accounts](https://docs.moov.io/guides/accounts/create-accounts/) and [verification requirements](https://docs.moov.io/guides/accounts/requirements/identity-verification/). Note that the `mode` field (for production or sandbox) is only required when creating a Partner account. All other account requests will ignore the mode field and be set to the calling Partner account's mode.
1258
1259
 
1259
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1260
- to specify the `/accounts.write` scope.
1260
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need to specify the `/accounts.write` scope.
1261
1261
  - [`accountsDisconnect`](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
1262
1262
  active in the list of accounts. This also means you'll only have read-only access to the account going
1263
1263
  forward for reporting purposes.
@@ -1474,21 +1474,21 @@ you'll need to specify the `/accounts/{accountID}/branding.read` scope.
1474
1474
 
1475
1475
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1476
1476
  you'll need to specify the `/accounts/{accountID}/branding.write` scope.
1477
- - [`capabilitiesDisable`](docs/sdks/capabilities/README.md#disable) - Disable a specific capability that an account has requested. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
1477
+ - [`capabilitiesDisable`](docs/sdks/capabilities/README.md#disable) - Disable a specific capability that an account has requested. Read our [capabilities reference](https://docs.moov.io/guides/accounts/capabilities/reference/) to learn more.
1478
1478
 
1479
1479
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1480
1480
  you'll need to specify the `/accounts/{accountID}/capabilities.write` scope.
1481
- - [`capabilitiesGet`](docs/sdks/capabilities/README.md#get) - Retrieve a specific capability that an account has requested. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
1481
+ - [`capabilitiesGet`](docs/sdks/capabilities/README.md#get) - Retrieve a specific capability that an account has requested. Read our [capabilities reference](https://docs.moov.io/guides/accounts/capabilities/reference/) to learn more.
1482
1482
 
1483
1483
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1484
1484
  you'll need to specify the `/accounts/{accountID}/capabilities.read` scope.
1485
1485
  - [`capabilitiesList`](docs/sdks/capabilities/README.md#list) - Retrieve all the capabilities an account has requested.
1486
1486
 
1487
- Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
1487
+ Read our [capabilities reference](https://docs.moov.io/guides/accounts/capabilities/reference/) to learn more.
1488
1488
 
1489
1489
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1490
1490
  you'll need to specify the `/accounts/{accountID}/capabilities.read` scope.
1491
- - [`capabilitiesRequest`](docs/sdks/capabilities/README.md#request) - Request capabilities for a specific account. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
1491
+ - [`capabilitiesRequest`](docs/sdks/capabilities/README.md#request) - Request capabilities for a specific account. Read our [capabilities reference](https://docs.moov.io/guides/accounts/capabilities/reference/) to learn more.
1492
1492
 
1493
1493
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1494
1494
  you'll need to specify the `/accounts/{accountID}/capabilities.write` scope.
@@ -1997,6 +1997,10 @@ period of time. You can run multiple requests in smaller time window increments
1997
1997
 
1998
1998
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1999
1999
  you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
2000
+ - [`transfersListCancellations`](docs/sdks/transfers/README.md#listcancellations) - Get a list of cancellations for a transfer.
2001
+
2002
+ To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
2003
+ to specify the `/accounts/{accountID}/transfers.read` scope.
2000
2004
  - [`transfersListRefunds`](docs/sdks/transfers/README.md#listrefunds) - Get a list of refunds for a card transfer.
2001
2005
 
2002
2006
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
@@ -2274,53 +2278,53 @@ run();
2274
2278
 
2275
2279
 
2276
2280
  **Inherit from [`MoovError`](./src/models/errors/mooverror.ts)**:
2277
- * [`GenericError`](./src/models/errors/genericerror.ts): Applicable to 72 of 166 methods.*
2278
- * [`BrandValidationError`](./src/models/errors/brandvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 166 methods.*
2279
- * [`ImageRequestValidationError`](./src/models/errors/imagerequestvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 166 methods.*
2280
- * [`ProductRequestValidationError`](./src/models/errors/productrequestvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 166 methods.*
2281
- * [`ScheduleValidationError`](./src/models/errors/schedulevalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 166 methods.*
2282
- * [`TerminalApplicationError`](./src/models/errors/terminalapplicationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 166 methods.*
2283
- * [`DuplicateCardError`](./src/models/errors/duplicatecarderror.ts): Attempted to link card that already exists on the account. Status code `409`. Applicable to 1 of 166 methods.*
2284
- * [`Transfer`](./src/models/errors/transfer.ts): Details of a Transfer. Status code `409`. Applicable to 1 of 166 methods.*
2285
- * [`CardAcquiringRefund`](./src/models/errors/cardacquiringrefund.ts): Details of a card refund. Status code `409`. Applicable to 1 of 166 methods.*
2286
- * [`CreateAccountError`](./src/models/errors/createaccounterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2287
- * [`PatchAccountError`](./src/models/errors/patchaccounterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2288
- * [`ConnectAccountRequestValidationError`](./src/models/errors/connectaccountrequestvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2289
- * [`AssignCountriesError`](./src/models/errors/assigncountrieserror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2290
- * [`LinkApplePayError`](./src/models/errors/linkapplepayerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2291
- * [`BankAccountValidationError`](./src/models/errors/bankaccountvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2292
- * [`MicroDepositValidationError`](./src/models/errors/microdepositvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2293
- * [`AddCapabilitiesError`](./src/models/errors/addcapabilitieserror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2294
- * [`LinkCardError`](./src/models/errors/linkcarderror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2295
- * [`UpdateCardError`](./src/models/errors/updatecarderror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2296
- * [`FileUploadValidationError`](./src/models/errors/fileuploadvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2297
- * [`FeePlanAgreementError`](./src/models/errors/feeplanagreementerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2298
- * [`FileValidationError`](./src/models/errors/filevalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2299
- * [`ImageMetadataValidationError`](./src/models/errors/imagemetadatavalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2300
- * [`CreatePaymentLinkError`](./src/models/errors/createpaymentlinkerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2301
- * [`UpdatePaymentLinkError`](./src/models/errors/updatepaymentlinkerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2302
- * [`RepresentativeValidationError`](./src/models/errors/representativevalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2303
- * [`CreateSweepConfigError`](./src/models/errors/createsweepconfigerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2304
- * [`PatchSweepConfigError`](./src/models/errors/patchsweepconfigerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2305
- * [`AccountTerminalApplicationError`](./src/models/errors/accountterminalapplicationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2306
- * [`TransferOptionsValidationError`](./src/models/errors/transferoptionsvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2307
- * [`TransferValidationError`](./src/models/errors/transfervalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2308
- * [`ListTransfersValidationError`](./src/models/errors/listtransfersvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2309
- * [`PatchTransferValidationError`](./src/models/errors/patchtransfervalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2310
- * [`RefundValidationError`](./src/models/errors/refundvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2311
- * [`ReversalValidationError`](./src/models/errors/reversalvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2312
- * [`UpdateUnderwritingError`](./src/models/errors/updateunderwritingerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2313
- * [`CreateWalletValidationError`](./src/models/errors/createwalletvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2314
- * [`ListWalletsValidationError`](./src/models/errors/listwalletsvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2315
- * [`PatchWalletValidationError`](./src/models/errors/patchwalletvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2316
- * [`ListWalletTransactionsValidationError`](./src/models/errors/listwallettransactionsvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2317
- * [`CreateWebhookValidationError`](./src/models/errors/createwebhookvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2318
- * [`UpdateWebhookValidationError`](./src/models/errors/updatewebhookvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2319
- * [`RequestCardError`](./src/models/errors/requestcarderror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2320
- * [`UpdateIssuedCardError`](./src/models/errors/updateissuedcarderror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2321
- * [`RevokeTokenRequestError`](./src/models/errors/revoketokenrequesterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2322
- * [`AuthTokenRequestError`](./src/models/errors/authtokenrequesterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2323
- * [`OnboardingInviteError`](./src/models/errors/onboardinginviteerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 166 methods.*
2281
+ * [`GenericError`](./src/models/errors/genericerror.ts): Applicable to 72 of 167 methods.*
2282
+ * [`BrandValidationError`](./src/models/errors/brandvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 167 methods.*
2283
+ * [`ImageRequestValidationError`](./src/models/errors/imagerequestvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 167 methods.*
2284
+ * [`ProductRequestValidationError`](./src/models/errors/productrequestvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 167 methods.*
2285
+ * [`ScheduleValidationError`](./src/models/errors/schedulevalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 167 methods.*
2286
+ * [`TerminalApplicationError`](./src/models/errors/terminalapplicationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 2 of 167 methods.*
2287
+ * [`DuplicateCardError`](./src/models/errors/duplicatecarderror.ts): Attempted to link card that already exists on the account. Status code `409`. Applicable to 1 of 167 methods.*
2288
+ * [`Transfer`](./src/models/errors/transfer.ts): Details of a Transfer. Status code `409`. Applicable to 1 of 167 methods.*
2289
+ * [`CardAcquiringRefund`](./src/models/errors/cardacquiringrefund.ts): Details of a card refund. Status code `409`. Applicable to 1 of 167 methods.*
2290
+ * [`CreateAccountError`](./src/models/errors/createaccounterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2291
+ * [`PatchAccountError`](./src/models/errors/patchaccounterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2292
+ * [`ConnectAccountRequestValidationError`](./src/models/errors/connectaccountrequestvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2293
+ * [`AssignCountriesError`](./src/models/errors/assigncountrieserror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2294
+ * [`LinkApplePayError`](./src/models/errors/linkapplepayerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2295
+ * [`BankAccountValidationError`](./src/models/errors/bankaccountvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2296
+ * [`MicroDepositValidationError`](./src/models/errors/microdepositvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2297
+ * [`AddCapabilitiesError`](./src/models/errors/addcapabilitieserror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2298
+ * [`LinkCardError`](./src/models/errors/linkcarderror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2299
+ * [`UpdateCardError`](./src/models/errors/updatecarderror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2300
+ * [`FileUploadValidationError`](./src/models/errors/fileuploadvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2301
+ * [`FeePlanAgreementError`](./src/models/errors/feeplanagreementerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2302
+ * [`FileValidationError`](./src/models/errors/filevalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2303
+ * [`ImageMetadataValidationError`](./src/models/errors/imagemetadatavalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2304
+ * [`CreatePaymentLinkError`](./src/models/errors/createpaymentlinkerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2305
+ * [`UpdatePaymentLinkError`](./src/models/errors/updatepaymentlinkerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2306
+ * [`RepresentativeValidationError`](./src/models/errors/representativevalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2307
+ * [`CreateSweepConfigError`](./src/models/errors/createsweepconfigerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2308
+ * [`PatchSweepConfigError`](./src/models/errors/patchsweepconfigerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2309
+ * [`AccountTerminalApplicationError`](./src/models/errors/accountterminalapplicationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2310
+ * [`TransferOptionsValidationError`](./src/models/errors/transferoptionsvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2311
+ * [`TransferValidationError`](./src/models/errors/transfervalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2312
+ * [`ListTransfersValidationError`](./src/models/errors/listtransfersvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2313
+ * [`PatchTransferValidationError`](./src/models/errors/patchtransfervalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2314
+ * [`RefundValidationError`](./src/models/errors/refundvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2315
+ * [`ReversalValidationError`](./src/models/errors/reversalvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2316
+ * [`UpdateUnderwritingError`](./src/models/errors/updateunderwritingerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2317
+ * [`CreateWalletValidationError`](./src/models/errors/createwalletvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2318
+ * [`ListWalletsValidationError`](./src/models/errors/listwalletsvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2319
+ * [`PatchWalletValidationError`](./src/models/errors/patchwalletvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2320
+ * [`ListWalletTransactionsValidationError`](./src/models/errors/listwallettransactionsvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2321
+ * [`CreateWebhookValidationError`](./src/models/errors/createwebhookvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2322
+ * [`UpdateWebhookValidationError`](./src/models/errors/updatewebhookvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2323
+ * [`RequestCardError`](./src/models/errors/requestcarderror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2324
+ * [`UpdateIssuedCardError`](./src/models/errors/updateissuedcarderror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2325
+ * [`RevokeTokenRequestError`](./src/models/errors/revoketokenrequesterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2326
+ * [`AuthTokenRequestError`](./src/models/errors/authtokenrequesterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2327
+ * [`OnboardingInviteError`](./src/models/errors/onboardinginviteerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 167 methods.*
2324
2328
  * [`ResponseValidationError`](./src/models/errors/responsevalidationerror.ts): Type mismatch between the data returned from the server and the structure expected by the SDK. See `error.rawValue` for the raw value and `error.pretty()` for a nicely formatted multi-line string.
2325
2329
 
2326
2330
  </details>