@moovio/sdk 26.7.0-dev.4 → 26.7.0-dev.5

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 (180) hide show
  1. package/README.md +81 -61
  2. package/bin/mcp-server.js +1304 -954
  3. package/bin/mcp-server.js.map +41 -31
  4. package/funcs/bankAccountsLink.d.ts +1 -1
  5. package/funcs/bankAccountsLink.js +1 -1
  6. package/funcs/depositViewCreate.d.ts +22 -0
  7. package/funcs/depositViewCreate.d.ts.map +1 -0
  8. package/funcs/depositViewCreate.js +136 -0
  9. package/funcs/depositViewCreate.js.map +1 -0
  10. package/jsr.json +1 -1
  11. package/lib/config.d.ts +3 -3
  12. package/lib/config.js +3 -3
  13. package/mcp-server/mcp-server.js +1 -1
  14. package/mcp-server/server.d.ts.map +1 -1
  15. package/mcp-server/server.js +3 -1
  16. package/mcp-server/server.js.map +1 -1
  17. package/mcp-server/tools/bankAccountsLink.js +1 -1
  18. package/mcp-server/tools/depositViewCreate.d.ts +8 -0
  19. package/mcp-server/tools/depositViewCreate.d.ts.map +1 -0
  20. package/mcp-server/tools/depositViewCreate.js +69 -0
  21. package/mcp-server/tools/depositViewCreate.js.map +1 -0
  22. package/models/components/capabilityid.d.ts +1 -0
  23. package/models/components/capabilityid.d.ts.map +1 -1
  24. package/models/components/capabilityid.js +1 -0
  25. package/models/components/capabilityid.js.map +1 -1
  26. package/models/components/cardtransactiondetails.d.ts +7 -0
  27. package/models/components/cardtransactiondetails.d.ts.map +1 -1
  28. package/models/components/cardtransactiondetails.js +4 -0
  29. package/models/components/cardtransactiondetails.js.map +1 -1
  30. package/models/components/cardtransactionstatus.d.ts +1 -0
  31. package/models/components/cardtransactionstatus.d.ts.map +1 -1
  32. package/models/components/cardtransactionstatus.js +1 -0
  33. package/models/components/cardtransactionstatus.js.map +1 -1
  34. package/models/components/createtransferdestinationcard.d.ts +5 -0
  35. package/models/components/createtransferdestinationcard.d.ts.map +1 -1
  36. package/models/components/createtransferdestinationcard.js +2 -0
  37. package/models/components/createtransferdestinationcard.js.map +1 -1
  38. package/models/components/depositaccountingestedresponse.d.ts +39 -0
  39. package/models/components/depositaccountingestedresponse.d.ts.map +1 -0
  40. package/models/components/depositaccountingestedresponse.js +66 -0
  41. package/models/components/depositaccountingestedresponse.js.map +1 -0
  42. package/models/components/fullissuedcard.d.ts +1 -3
  43. package/models/components/fullissuedcard.d.ts.map +1 -1
  44. package/models/components/fullissuedcard.js.map +1 -1
  45. package/models/components/index.d.ts +6 -0
  46. package/models/components/index.d.ts.map +1 -1
  47. package/models/components/index.js +6 -0
  48. package/models/components/index.js.map +1 -1
  49. package/models/components/invoice.d.ts +5 -0
  50. package/models/components/invoice.d.ts.map +1 -1
  51. package/models/components/invoice.js +2 -0
  52. package/models/components/invoice.js.map +1 -1
  53. package/models/components/issuedcard.d.ts +1 -3
  54. package/models/components/issuedcard.d.ts.map +1 -1
  55. package/models/components/issuedcard.js.map +1 -1
  56. package/models/components/issuedcardstate.d.ts +2 -8
  57. package/models/components/issuedcardstate.d.ts.map +1 -1
  58. package/models/components/issuedcardstate.js +1 -5
  59. package/models/components/issuedcardstate.js.map +1 -1
  60. package/models/components/manualtermsofservice.d.ts +1 -1
  61. package/models/components/manualtermsofserviceupdate.d.ts +1 -1
  62. package/models/components/patchtransfer.d.ts +5 -2
  63. package/models/components/patchtransfer.d.ts.map +1 -1
  64. package/models/components/patchtransfer.js +2 -2
  65. package/models/components/patchtransfer.js.map +1 -1
  66. package/models/components/patchwallet.d.ts +4 -7
  67. package/models/components/patchwallet.d.ts.map +1 -1
  68. package/models/components/patchwallet.js +4 -4
  69. package/models/components/patchwallet.js.map +1 -1
  70. package/models/components/paymentlinkpayoutdetails.d.ts +11 -0
  71. package/models/components/paymentlinkpayoutdetails.d.ts.map +1 -1
  72. package/models/components/paymentlinkpayoutdetails.js +3 -0
  73. package/models/components/paymentlinkpayoutdetails.js.map +1 -1
  74. package/models/components/paymentlinkpayoutdetailsupdate.d.ts +11 -0
  75. package/models/components/paymentlinkpayoutdetailsupdate.d.ts.map +1 -1
  76. package/models/components/paymentlinkpayoutdetailsupdate.js +3 -0
  77. package/models/components/paymentlinkpayoutdetailsupdate.js.map +1 -1
  78. package/models/components/paymentmethodscard.d.ts +8 -0
  79. package/models/components/paymentmethodscard.d.ts.map +1 -1
  80. package/models/components/paymentmethodscard.js +2 -0
  81. package/models/components/paymentmethodscard.js.map +1 -1
  82. package/models/components/payoutdetailserror.d.ts +3 -0
  83. package/models/components/payoutdetailserror.d.ts.map +1 -1
  84. package/models/components/payoutdetailserror.js +3 -0
  85. package/models/components/payoutdetailserror.js.map +1 -1
  86. package/models/components/pushdeliveryspeed.d.ts +18 -0
  87. package/models/components/pushdeliveryspeed.d.ts.map +1 -0
  88. package/models/components/pushdeliveryspeed.js +52 -0
  89. package/models/components/pushdeliveryspeed.js.map +1 -0
  90. package/models/components/pushoptions.d.ts +35 -0
  91. package/models/components/pushoptions.d.ts.map +1 -0
  92. package/models/components/pushoptions.js +62 -0
  93. package/models/components/pushoptions.js.map +1 -0
  94. package/models/components/pushoptionserror.d.ts +19 -0
  95. package/models/components/pushoptionserror.d.ts.map +1 -0
  96. package/models/components/pushoptionserror.js +61 -0
  97. package/models/components/pushoptionserror.js.map +1 -0
  98. package/models/components/pushoptionsupdate.d.ts +35 -0
  99. package/models/components/pushoptionsupdate.d.ts.map +1 -0
  100. package/models/components/pushoptionsupdate.js +62 -0
  101. package/models/components/pushoptionsupdate.js.map +1 -0
  102. package/models/components/sourcesystem.d.ts +29 -0
  103. package/models/components/sourcesystem.d.ts.map +1 -0
  104. package/models/components/sourcesystem.js +58 -0
  105. package/models/components/sourcesystem.js.map +1 -0
  106. package/models/components/termsofservice.d.ts +1 -1
  107. package/models/components/updatepaymentlinkamountdetails.d.ts +60 -5
  108. package/models/components/updatepaymentlinkamountdetails.d.ts.map +1 -1
  109. package/models/components/updatepaymentlinkamountdetails.js +43 -6
  110. package/models/components/updatepaymentlinkamountdetails.js.map +1 -1
  111. package/models/errors/depositaccountvalidationerror.d.ts +41 -0
  112. package/models/errors/depositaccountvalidationerror.d.ts.map +1 -0
  113. package/models/errors/depositaccountvalidationerror.js +81 -0
  114. package/models/errors/depositaccountvalidationerror.js.map +1 -0
  115. package/models/errors/index.d.ts +1 -0
  116. package/models/errors/index.d.ts.map +1 -1
  117. package/models/errors/index.js +1 -0
  118. package/models/errors/index.js.map +1 -1
  119. package/models/operations/createdepositaccount.d.ts +44 -0
  120. package/models/operations/createdepositaccount.d.ts.map +1 -0
  121. package/models/operations/createdepositaccount.js +113 -0
  122. package/models/operations/createdepositaccount.js.map +1 -0
  123. package/models/operations/index.d.ts +1 -0
  124. package/models/operations/index.d.ts.map +1 -1
  125. package/models/operations/index.js +1 -0
  126. package/models/operations/index.js.map +1 -1
  127. package/models/operations/linkbankaccount.d.ts +1 -1
  128. package/models/operations/listissuedcards.d.ts +1 -1
  129. package/package.json +1 -1
  130. package/sdk/bankaccounts.d.ts +1 -1
  131. package/sdk/bankaccounts.js +1 -1
  132. package/sdk/depositview.d.ts +16 -0
  133. package/sdk/depositview.d.ts.map +1 -0
  134. package/sdk/depositview.js +26 -0
  135. package/sdk/depositview.js.map +1 -0
  136. package/sdk/sdk.d.ts +3 -0
  137. package/sdk/sdk.d.ts.map +1 -1
  138. package/sdk/sdk.js +4 -0
  139. package/sdk/sdk.js.map +1 -1
  140. package/src/funcs/bankAccountsLink.ts +1 -1
  141. package/src/funcs/depositViewCreate.ts +201 -0
  142. package/src/lib/config.ts +3 -3
  143. package/src/mcp-server/mcp-server.ts +1 -1
  144. package/src/mcp-server/server.ts +3 -1
  145. package/src/mcp-server/tools/bankAccountsLink.ts +1 -1
  146. package/src/mcp-server/tools/depositViewCreate.ts +43 -0
  147. package/src/models/components/capabilityid.ts +1 -0
  148. package/src/models/components/cardtransactiondetails.ts +11 -0
  149. package/src/models/components/cardtransactionstatus.ts +1 -0
  150. package/src/models/components/createtransferdestinationcard.ts +7 -0
  151. package/src/models/components/depositaccountingestedresponse.ts +86 -0
  152. package/src/models/components/fullissuedcard.ts +1 -3
  153. package/src/models/components/index.ts +6 -0
  154. package/src/models/components/invoice.ts +7 -0
  155. package/src/models/components/issuedcard.ts +1 -3
  156. package/src/models/components/issuedcardstate.ts +2 -8
  157. package/src/models/components/manualtermsofservice.ts +1 -1
  158. package/src/models/components/manualtermsofserviceupdate.ts +1 -1
  159. package/src/models/components/patchtransfer.ts +7 -4
  160. package/src/models/components/patchwallet.ts +8 -11
  161. package/src/models/components/paymentlinkpayoutdetails.ts +18 -0
  162. package/src/models/components/paymentlinkpayoutdetailsupdate.ts +18 -0
  163. package/src/models/components/paymentmethodscard.ts +10 -0
  164. package/src/models/components/payoutdetailserror.ts +10 -0
  165. package/src/models/components/pushdeliveryspeed.ts +32 -0
  166. package/src/models/components/pushoptions.ts +72 -0
  167. package/src/models/components/pushoptionserror.ts +56 -0
  168. package/src/models/components/pushoptionsupdate.ts +76 -0
  169. package/src/models/components/sourcesystem.ts +43 -0
  170. package/src/models/components/termsofservice.ts +1 -1
  171. package/src/models/components/updatepaymentlinkamountdetails.ts +114 -14
  172. package/src/models/errors/depositaccountvalidationerror.ts +86 -0
  173. package/src/models/errors/index.ts +1 -0
  174. package/src/models/operations/createdepositaccount.ts +146 -0
  175. package/src/models/operations/index.ts +1 -0
  176. package/src/models/operations/linkbankaccount.ts +1 -1
  177. package/src/models/operations/listissuedcards.ts +1 -1
  178. package/src/sdk/bankaccounts.ts +1 -1
  179. package/src/sdk/depositview.ts +31 -0
  180. package/src/sdk/sdk.ts +6 -0
package/README.md CHANGED
@@ -433,7 +433,7 @@ you'll need to specify the `/profile-enrichment.read` scope.
433
433
  * [link](docs/sdks/bankaccounts/README.md#link) - Link a bank account to an existing Moov account. Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more.
434
434
 
435
435
  It is strongly recommended that callers include the `X-Wait-For` header, set to `payment-method`, if the newly linked
436
- bank-account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
436
+ bank account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
437
437
  Methods](https://docs.moov.io/api/sources/payment-methods/list/)
438
438
  endpoint to wait for the new payment methods to be available for use.
439
439
 
@@ -635,6 +635,17 @@ Only use this endpoint if you have provided Moov with a copy of your PCI attesta
635
635
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
636
636
  you'll need to specify the `/card-metadata.read` scope.
637
637
 
638
+ ### [DepositView](docs/sdks/depositview/README.md)
639
+
640
+ * [create](docs/sdks/depositview/README.md#create) - Ingest a deposit account into the deposit view from a core banking source system.
641
+
642
+ The request body is a raw byte payload whose format depends on the core banking
643
+ system that produced it. Set the `X-Source-System` header to identify that system
644
+ so the payload can be parsed correctly.
645
+
646
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
647
+ you'll need to specify the `/accounts/{accountID}/profile.write` scope.
648
+
638
649
  ### [Disputes](docs/sdks/disputes/README.md)
639
650
 
640
651
  * [list](docs/sdks/disputes/README.md#list) - Returns the list of disputes.
@@ -1576,7 +1587,7 @@ you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
1576
1587
  - [`bankAccountsLink`](docs/sdks/bankaccounts/README.md#link) - Link a bank account to an existing Moov account. Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more.
1577
1588
 
1578
1589
  It is strongly recommended that callers include the `X-Wait-For` header, set to `payment-method`, if the newly linked
1579
- bank-account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
1590
+ bank account is intended to be used right away. If this header is not included, the caller will need to poll the [List Payment
1580
1591
  Methods](https://docs.moov.io/api/sources/payment-methods/list/)
1581
1592
  endpoint to wait for the new payment methods to be available for use.
1582
1593
 
@@ -1693,6 +1704,14 @@ Only use this endpoint if you have provided Moov with a copy of your PCI attesta
1693
1704
 
1694
1705
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1695
1706
  you'll need to specify the `/accounts/{accountID}/cards.write` scope.
1707
+ - [`depositViewCreate`](docs/sdks/depositview/README.md#create) - Ingest a deposit account into the deposit view from a core banking source system.
1708
+
1709
+ The request body is a raw byte payload whose format depends on the core banking
1710
+ system that produced it. Set the `X-Source-System` header to identify that system
1711
+ so the payload can be parsed correctly.
1712
+
1713
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1714
+ you'll need to specify the `/accounts/{accountID}/profile.write` scope.
1696
1715
  - [`disputesAccept`](docs/sdks/disputes/README.md#accept) - Accepts liability for a dispute.
1697
1716
 
1698
1717
  Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
@@ -2502,7 +2521,7 @@ run();
2502
2521
  **Primary error:**
2503
2522
  * [`MoovError`](./src/models/errors/mooverror.ts): The base class for HTTP error responses.
2504
2523
 
2505
- <details><summary>Less common errors (64)</summary>
2524
+ <details><summary>Less common errors (65)</summary>
2506
2525
 
2507
2526
  <br />
2508
2527
 
@@ -2515,64 +2534,65 @@ run();
2515
2534
 
2516
2535
 
2517
2536
  **Inherit from [`MoovError`](./src/models/errors/mooverror.ts)**:
2518
- * [`GenericError`](./src/models/errors/genericerror.ts): Applicable to 85 of 189 methods.*
2519
- * [`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 189 methods.*
2520
- * [`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 189 methods.*
2521
- * [`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 189 methods.*
2522
- * [`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 189 methods.*
2523
- * [`TransferConfigValidationError`](./src/models/errors/transferconfigvalidationerror.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 189 methods.*
2524
- * [`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 189 methods.*
2525
- * [`DuplicateCardError`](./src/models/errors/duplicatecarderror.ts): Attempted to link card that already exists on the account. Status code `409`. Applicable to 1 of 189 methods.*
2526
- * [`Transfer`](./src/models/errors/transfer.ts): Details of a Transfer. Status code `409`. Applicable to 1 of 189 methods.*
2527
- * [`CardAcquiringRefund`](./src/models/errors/cardacquiringrefund.ts): Details of a card refund. Status code `409`. Applicable to 1 of 189 methods.*
2528
- * [`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 189 methods.*
2529
- * [`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 189 methods.*
2530
- * [`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 189 methods.*
2531
- * [`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 189 methods.*
2532
- * [`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 189 methods.*
2533
- * [`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 189 methods.*
2534
- * [`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 189 methods.*
2535
- * [`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 189 methods.*
2536
- * [`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 189 methods.*
2537
- * [`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 189 methods.*
2538
- * [`CardMetadataRequestError`](./src/models/errors/cardmetadatarequesterror.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 189 methods.*
2539
- * [`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 189 methods.*
2540
- * [`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 189 methods.*
2541
- * [`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 189 methods.*
2542
- * [`LinkGooglePayError`](./src/models/errors/linkgooglepayerror.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 189 methods.*
2543
- * [`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 189 methods.*
2544
- * [`CreateInvoiceError`](./src/models/errors/createinvoiceerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 189 methods.*
2545
- * [`ListInvoicesValidationError`](./src/models/errors/listinvoicesvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 189 methods.*
2546
- * [`UpdateInvoiceError`](./src/models/errors/updateinvoiceerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 189 methods.*
2547
- * [`CreateInvoicePaymentError`](./src/models/errors/createinvoicepaymenterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 189 methods.*
2548
- * [`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 189 methods.*
2549
- * [`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 189 methods.*
2550
- * [`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 189 methods.*
2551
- * [`CreateResolutionLinkError`](./src/models/errors/createresolutionlinkerror.ts): Describes validation errors for the create resolution link request. Status code `422`. Applicable to 1 of 189 methods.*
2552
- * [`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 189 methods.*
2553
- * [`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 189 methods.*
2554
- * [`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 189 methods.*
2555
- * [`CreateTicketError`](./src/models/errors/createticketerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 189 methods.*
2556
- * [`UpdateTicketError`](./src/models/errors/updateticketerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 189 methods.*
2557
- * [`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 189 methods.*
2558
- * [`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 189 methods.*
2559
- * [`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 189 methods.*
2560
- * [`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 189 methods.*
2561
- * [`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 189 methods.*
2562
- * [`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 189 methods.*
2563
- * [`UpsertUnderwritingError`](./src/models/errors/upsertunderwritingerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 189 methods.*
2564
- * [`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 189 methods.*
2565
- * [`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 189 methods.*
2566
- * [`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 189 methods.*
2567
- * [`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 189 methods.*
2568
- * [`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 189 methods.*
2569
- * [`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 189 methods.*
2570
- * [`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 189 methods.*
2571
- * [`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 189 methods.*
2572
- * [`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 189 methods.*
2573
- * [`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 189 methods.*
2574
- * [`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 189 methods.*
2575
- * [`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 189 methods.*
2537
+ * [`GenericError`](./src/models/errors/genericerror.ts): Applicable to 86 of 190 methods.*
2538
+ * [`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 190 methods.*
2539
+ * [`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 190 methods.*
2540
+ * [`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 190 methods.*
2541
+ * [`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 190 methods.*
2542
+ * [`TransferConfigValidationError`](./src/models/errors/transferconfigvalidationerror.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 190 methods.*
2543
+ * [`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 190 methods.*
2544
+ * [`DuplicateCardError`](./src/models/errors/duplicatecarderror.ts): Attempted to link card that already exists on the account. Status code `409`. Applicable to 1 of 190 methods.*
2545
+ * [`Transfer`](./src/models/errors/transfer.ts): Details of a Transfer. Status code `409`. Applicable to 1 of 190 methods.*
2546
+ * [`CardAcquiringRefund`](./src/models/errors/cardacquiringrefund.ts): Details of a card refund. Status code `409`. Applicable to 1 of 190 methods.*
2547
+ * [`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 190 methods.*
2548
+ * [`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 190 methods.*
2549
+ * [`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 190 methods.*
2550
+ * [`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 190 methods.*
2551
+ * [`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 190 methods.*
2552
+ * [`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 190 methods.*
2553
+ * [`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 190 methods.*
2554
+ * [`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 190 methods.*
2555
+ * [`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 190 methods.*
2556
+ * [`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 190 methods.*
2557
+ * [`CardMetadataRequestError`](./src/models/errors/cardmetadatarequesterror.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 190 methods.*
2558
+ * [`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 190 methods.*
2559
+ * [`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 190 methods.*
2560
+ * [`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 190 methods.*
2561
+ * [`LinkGooglePayError`](./src/models/errors/linkgooglepayerror.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 190 methods.*
2562
+ * [`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 190 methods.*
2563
+ * [`CreateInvoiceError`](./src/models/errors/createinvoiceerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 190 methods.*
2564
+ * [`ListInvoicesValidationError`](./src/models/errors/listinvoicesvalidationerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 190 methods.*
2565
+ * [`UpdateInvoiceError`](./src/models/errors/updateinvoiceerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 190 methods.*
2566
+ * [`CreateInvoicePaymentError`](./src/models/errors/createinvoicepaymenterror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 190 methods.*
2567
+ * [`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 190 methods.*
2568
+ * [`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 190 methods.*
2569
+ * [`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 190 methods.*
2570
+ * [`CreateResolutionLinkError`](./src/models/errors/createresolutionlinkerror.ts): Describes validation errors for the create resolution link request. Status code `422`. Applicable to 1 of 190 methods.*
2571
+ * [`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 190 methods.*
2572
+ * [`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 190 methods.*
2573
+ * [`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 190 methods.*
2574
+ * [`CreateTicketError`](./src/models/errors/createticketerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 190 methods.*
2575
+ * [`UpdateTicketError`](./src/models/errors/updateticketerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 190 methods.*
2576
+ * [`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 190 methods.*
2577
+ * [`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 190 methods.*
2578
+ * [`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 190 methods.*
2579
+ * [`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 190 methods.*
2580
+ * [`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 190 methods.*
2581
+ * [`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 190 methods.*
2582
+ * [`UpsertUnderwritingError`](./src/models/errors/upsertunderwritingerror.ts): The request was well-formed, but the contents failed validation. Check the request for missing or invalid fields. Status code `422`. Applicable to 1 of 190 methods.*
2583
+ * [`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 190 methods.*
2584
+ * [`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 190 methods.*
2585
+ * [`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 190 methods.*
2586
+ * [`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 190 methods.*
2587
+ * [`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 190 methods.*
2588
+ * [`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 190 methods.*
2589
+ * [`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 190 methods.*
2590
+ * [`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 190 methods.*
2591
+ * [`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 190 methods.*
2592
+ * [`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 190 methods.*
2593
+ * [`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 190 methods.*
2594
+ * [`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 190 methods.*
2595
+ * [`DepositAccountValidationError`](./src/models/errors/depositaccountvalidationerror.ts): Descriptions of any field validations that failed while parsing the deposit account payload. Status code `422`. Applicable to 1 of 190 methods.*
2576
2596
  * [`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.
2577
2597
 
2578
2598
  </details>