@moovio/sdk 0.14.3 → 0.14.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 (102) hide show
  1. package/README.md +48 -62
  2. package/bin/mcp-server.js +148 -314
  3. package/bin/mcp-server.js.map +23 -26
  4. package/docs/sdks/support/README.md +10 -16
  5. package/docs/sdks/transfers/README.md +11 -116
  6. package/examples/package-lock.json +2 -2
  7. package/funcs/supportCreateTicket.d.ts +1 -1
  8. package/funcs/supportCreateTicket.js +1 -1
  9. package/funcs/supportGetTicket.d.ts +1 -1
  10. package/funcs/supportGetTicket.js +1 -1
  11. package/funcs/supportListTicketMessages.d.ts +1 -1
  12. package/funcs/supportListTicketMessages.js +1 -6
  13. package/funcs/supportListTicketMessages.js.map +1 -1
  14. package/funcs/supportListTickets.d.ts +1 -1
  15. package/funcs/supportListTickets.js +2 -2
  16. package/funcs/supportListTickets.js.map +1 -1
  17. package/funcs/supportUpdateTicket.d.ts +1 -1
  18. package/funcs/supportUpdateTicket.js +1 -1
  19. package/funcs/transfersGenerateOptions.d.ts +4 -3
  20. package/funcs/transfersGenerateOptions.d.ts.map +1 -1
  21. package/funcs/transfersGenerateOptions.js +14 -5
  22. package/funcs/transfersGenerateOptions.js.map +1 -1
  23. package/jsr.json +1 -1
  24. package/lib/config.d.ts +3 -3
  25. package/lib/config.js +3 -3
  26. package/mcp-server/mcp-server.js +1 -1
  27. package/mcp-server/server.d.ts.map +1 -1
  28. package/mcp-server/server.js +2 -4
  29. package/mcp-server/server.js.map +1 -1
  30. package/mcp-server/tools/supportCreateTicket.js +1 -1
  31. package/mcp-server/tools/supportGetTicket.js +1 -1
  32. package/mcp-server/tools/supportListTicketMessages.js +1 -1
  33. package/mcp-server/tools/supportListTickets.js +1 -1
  34. package/mcp-server/tools/supportUpdateTicket.js +1 -1
  35. package/mcp-server/tools/transfersGenerateOptions.d.ts +2 -2
  36. package/mcp-server/tools/transfersGenerateOptions.d.ts.map +1 -1
  37. package/mcp-server/tools/transfersGenerateOptions.js +5 -3
  38. package/mcp-server/tools/transfersGenerateOptions.js.map +1 -1
  39. package/models/components/terminalcard.d.ts +10 -0
  40. package/models/components/terminalcard.d.ts.map +1 -1
  41. package/models/components/terminalcard.js +4 -0
  42. package/models/components/terminalcard.js.map +1 -1
  43. package/models/operations/createtransferoptions.d.ts +30 -0
  44. package/models/operations/createtransferoptions.d.ts.map +1 -1
  45. package/models/operations/createtransferoptions.js +38 -1
  46. package/models/operations/createtransferoptions.js.map +1 -1
  47. package/models/operations/index.d.ts +0 -1
  48. package/models/operations/index.d.ts.map +1 -1
  49. package/models/operations/index.js +0 -1
  50. package/models/operations/index.js.map +1 -1
  51. package/models/operations/listticketmessages.d.ts +0 -4
  52. package/models/operations/listticketmessages.d.ts.map +1 -1
  53. package/models/operations/listticketmessages.js +0 -4
  54. package/models/operations/listticketmessages.js.map +1 -1
  55. package/models/operations/listtickets.d.ts +2 -2
  56. package/models/operations/listtickets.d.ts.map +1 -1
  57. package/models/operations/listtickets.js +2 -2
  58. package/models/operations/listtickets.js.map +1 -1
  59. package/package.json +2 -2
  60. package/sdk/support.d.ts +5 -5
  61. package/sdk/support.js +5 -5
  62. package/sdk/transfers.d.ts +1 -12
  63. package/sdk/transfers.d.ts.map +1 -1
  64. package/sdk/transfers.js +2 -15
  65. package/sdk/transfers.js.map +1 -1
  66. package/src/funcs/supportCreateTicket.ts +1 -1
  67. package/src/funcs/supportGetTicket.ts +1 -1
  68. package/src/funcs/supportListTicketMessages.ts +2 -8
  69. package/src/funcs/supportListTickets.ts +2 -2
  70. package/src/funcs/supportUpdateTicket.ts +1 -1
  71. package/src/funcs/transfersGenerateOptions.ts +18 -7
  72. package/src/lib/config.ts +3 -3
  73. package/src/mcp-server/mcp-server.ts +1 -1
  74. package/src/mcp-server/server.ts +2 -4
  75. package/src/mcp-server/tools/supportCreateTicket.ts +1 -1
  76. package/src/mcp-server/tools/supportGetTicket.ts +1 -1
  77. package/src/mcp-server/tools/supportListTicketMessages.ts +1 -1
  78. package/src/mcp-server/tools/supportListTickets.ts +1 -1
  79. package/src/mcp-server/tools/supportUpdateTicket.ts +1 -1
  80. package/src/mcp-server/tools/transfersGenerateOptions.ts +5 -3
  81. package/src/models/components/terminalcard.ts +14 -0
  82. package/src/models/operations/createtransferoptions.ts +75 -0
  83. package/src/models/operations/index.ts +0 -1
  84. package/src/models/operations/listticketmessages.ts +0 -8
  85. package/src/models/operations/listtickets.ts +4 -4
  86. package/src/sdk/support.ts +5 -5
  87. package/src/sdk/transfers.ts +4 -26
  88. package/funcs/transfersGenerateOptionsForAccount.d.ts +0 -23
  89. package/funcs/transfersGenerateOptionsForAccount.d.ts.map +0 -1
  90. package/funcs/transfersGenerateOptionsForAccount.js +0 -133
  91. package/funcs/transfersGenerateOptionsForAccount.js.map +0 -1
  92. package/mcp-server/tools/transfersGenerateOptionsForAccount.d.ts +0 -8
  93. package/mcp-server/tools/transfersGenerateOptionsForAccount.d.ts.map +0 -1
  94. package/mcp-server/tools/transfersGenerateOptionsForAccount.js +0 -70
  95. package/mcp-server/tools/transfersGenerateOptionsForAccount.js.map +0 -1
  96. package/models/operations/createtransferoptionsforaccount.d.ts +0 -104
  97. package/models/operations/createtransferoptionsforaccount.d.ts.map +0 -1
  98. package/models/operations/createtransferoptionsforaccount.js +0 -155
  99. package/models/operations/createtransferoptionsforaccount.js.map +0 -1
  100. package/src/funcs/transfersGenerateOptionsForAccount.ts +0 -202
  101. package/src/mcp-server/tools/transfersGenerateOptionsForAccount.ts +0 -46
  102. package/src/models/operations/createtransferoptionsforaccount.ts +0 -257
package/README.md CHANGED
@@ -943,23 +943,23 @@ you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
943
943
  * [createTicket](docs/sdks/support/README.md#createticket) - Create a support ticket for a Moov account.
944
944
 
945
945
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
946
- you'll need to specify the `/accounts/{accountID}/support.write` scope.
946
+ you'll need to specify the `/accounts/{accountID}/tickets.write` scope.
947
947
  * [listTickets](docs/sdks/support/README.md#listtickets) - List all the support tickets created under a Moov account.
948
948
 
949
949
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
950
- you'll need to specify the `/accounts/{accountID}/support.read` scope.
950
+ you'll need to specify the `/accounts/{accountID}/tickets.read` scope.
951
951
  * [getTicket](docs/sdks/support/README.md#getticket) - Retrieve a support ticket by ID.
952
952
 
953
953
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
954
- you'll need to specify the `/accounts/{accountID}/support.read` scope.
954
+ you'll need to specify the `/accounts/{accountID}/tickets.read` scope.
955
955
  * [updateTicket](docs/sdks/support/README.md#updateticket) - Updates a support ticket.
956
956
 
957
957
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
958
- you'll need to specify the `/accounts/{accountID}/support.write` scope.
958
+ you'll need to specify the `/accounts/{accountID}/tickets.write` scope.
959
959
  * [listTicketMessages](docs/sdks/support/README.md#listticketmessages) - List all the messages for a support ticket.
960
960
 
961
961
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
962
- you'll need to specify the `/accounts/{accountID}/support.read` scope.
962
+ you'll need to specify the `/accounts/{accountID}/tickets.read` scope.
963
963
 
964
964
  ### [sweeps](docs/sdks/sweeps/README.md)
965
965
 
@@ -1009,7 +1009,7 @@ you'll need to specify the `/terminal-applications.write` scope.
1009
1009
 
1010
1010
  ### [transfers](docs/sdks/transfers/README.md)
1011
1011
 
1012
- * [generateOptionsForAccount](docs/sdks/transfers/README.md#generateoptionsforaccount) - Generate available payment method options for one or multiple transfer participants depending on the accountID or paymentMethodID you
1012
+ * [generateOptions](docs/sdks/transfers/README.md#generateoptions) - Generate available payment method options for one or multiple transfer participants depending on the accountID or paymentMethodID you
1013
1013
  supply in the request body.
1014
1014
 
1015
1015
  The accountID in the route should the partner's accountID.
@@ -1077,13 +1077,6 @@ to learn more.
1077
1077
 
1078
1078
  To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1079
1079
  to specify the `/accounts/{accountID}/transfers.write` scope.
1080
- * [generateOptions](docs/sdks/transfers/README.md#generateoptions) - Generate available payment method options for one or multiple transfer participants depending on the accountID or paymentMethodID you
1081
- supply in the request.
1082
-
1083
- Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
1084
-
1085
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1086
- you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
1087
1080
 
1088
1081
  ### [underwriting](docs/sdks/underwriting/README.md)
1089
1082
 
@@ -1764,23 +1757,23 @@ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
1764
1757
  - [`supportCreateTicket`](docs/sdks/support/README.md#createticket) - Create a support ticket for a Moov account.
1765
1758
 
1766
1759
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1767
- you'll need to specify the `/accounts/{accountID}/support.write` scope.
1760
+ you'll need to specify the `/accounts/{accountID}/tickets.write` scope.
1768
1761
  - [`supportGetTicket`](docs/sdks/support/README.md#getticket) - Retrieve a support ticket by ID.
1769
1762
 
1770
1763
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1771
- you'll need to specify the `/accounts/{accountID}/support.read` scope.
1764
+ you'll need to specify the `/accounts/{accountID}/tickets.read` scope.
1772
1765
  - [`supportListTicketMessages`](docs/sdks/support/README.md#listticketmessages) - List all the messages for a support ticket.
1773
1766
 
1774
1767
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1775
- you'll need to specify the `/accounts/{accountID}/support.read` scope.
1768
+ you'll need to specify the `/accounts/{accountID}/tickets.read` scope.
1776
1769
  - [`supportListTickets`](docs/sdks/support/README.md#listtickets) - List all the support tickets created under a Moov account.
1777
1770
 
1778
1771
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1779
- you'll need to specify the `/accounts/{accountID}/support.read` scope.
1772
+ you'll need to specify the `/accounts/{accountID}/tickets.read` scope.
1780
1773
  - [`supportUpdateTicket`](docs/sdks/support/README.md#updateticket) - Updates a support ticket.
1781
1774
 
1782
1775
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1783
- you'll need to specify the `/accounts/{accountID}/support.write` scope.
1776
+ you'll need to specify the `/accounts/{accountID}/tickets.write` scope.
1784
1777
  - [`sweepsCreateConfig`](docs/sdks/sweeps/README.md#createconfig) - Create a sweep config for a wallet.
1785
1778
 
1786
1779
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
@@ -1838,13 +1831,6 @@ to learn more.
1838
1831
  To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1839
1832
  to specify the `/accounts/{accountID}/transfers.write` scope.
1840
1833
  - [`transfersGenerateOptions`](docs/sdks/transfers/README.md#generateoptions) - Generate available payment method options for one or multiple transfer participants depending on the accountID or paymentMethodID you
1841
- supply in the request.
1842
-
1843
- Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
1844
-
1845
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1846
- you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
1847
- - [`transfersGenerateOptionsForAccount`](docs/sdks/transfers/README.md#generateoptionsforaccount) - Generate available payment method options for one or multiple transfer participants depending on the accountID or paymentMethodID you
1848
1834
  supply in the request body.
1849
1835
 
1850
1836
  The accountID in the route should the partner's accountID.
@@ -2147,43 +2133,43 @@ run();
2147
2133
 
2148
2134
 
2149
2135
  **Inherit from [`MoovError`](./src/models/errors/mooverror.ts)**:
2150
- * [`GenericError`](./src/models/errors/genericerror.ts): Applicable to 62 of 143 methods.*
2151
- * [`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 3 of 143 methods.*
2152
- * [`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 143 methods.*
2153
- * [`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 2 of 143 methods.*
2154
- * [`Transfer`](./src/models/errors/transfer.ts): Details of a Transfer. Status code `409`. Applicable to 1 of 143 methods.*
2155
- * [`CardAcquiringRefund`](./src/models/errors/cardacquiringrefund.ts): Details of a card refund. Status code `409`. Applicable to 1 of 143 methods.*
2156
- * [`CreateAccountResponseBody`](./src/models/errors/createaccountresponsebody.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 143 methods.*
2157
- * [`UpdateAccountResponseBody`](./src/models/errors/updateaccountresponsebody.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 143 methods.*
2158
- * [`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 143 methods.*
2159
- * [`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 143 methods.*
2160
- * [`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 143 methods.*
2161
- * [`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 143 methods.*
2162
- * [`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 143 methods.*
2163
- * [`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 143 methods.*
2164
- * [`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 143 methods.*
2165
- * [`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 143 methods.*
2166
- * [`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 143 methods.*
2167
- * [`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 143 methods.*
2168
- * [`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 143 methods.*
2169
- * [`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 143 methods.*
2170
- * [`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 143 methods.*
2171
- * [`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 143 methods.*
2172
- * [`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 143 methods.*
2173
- * [`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 143 methods.*
2174
- * [`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 143 methods.*
2175
- * [`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 143 methods.*
2176
- * [`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 143 methods.*
2177
- * [`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 143 methods.*
2178
- * [`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 143 methods.*
2179
- * [`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 143 methods.*
2180
- * [`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 143 methods.*
2181
- * [`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 143 methods.*
2182
- * [`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 143 methods.*
2183
- * [`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 143 methods.*
2184
- * [`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 143 methods.*
2185
- * [`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 143 methods.*
2186
- * [`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 1 of 143 methods.*
2136
+ * [`GenericError`](./src/models/errors/genericerror.ts): Applicable to 61 of 142 methods.*
2137
+ * [`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 3 of 142 methods.*
2138
+ * [`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 142 methods.*
2139
+ * [`Transfer`](./src/models/errors/transfer.ts): Details of a Transfer. Status code `409`. Applicable to 1 of 142 methods.*
2140
+ * [`CardAcquiringRefund`](./src/models/errors/cardacquiringrefund.ts): Details of a card refund. Status code `409`. Applicable to 1 of 142 methods.*
2141
+ * [`CreateAccountResponseBody`](./src/models/errors/createaccountresponsebody.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 142 methods.*
2142
+ * [`UpdateAccountResponseBody`](./src/models/errors/updateaccountresponsebody.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 142 methods.*
2143
+ * [`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 142 methods.*
2144
+ * [`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 142 methods.*
2145
+ * [`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 142 methods.*
2146
+ * [`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 142 methods.*
2147
+ * [`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 142 methods.*
2148
+ * [`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 142 methods.*
2149
+ * [`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 142 methods.*
2150
+ * [`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 142 methods.*
2151
+ * [`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 142 methods.*
2152
+ * [`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 142 methods.*
2153
+ * [`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 142 methods.*
2154
+ * [`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 142 methods.*
2155
+ * [`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 142 methods.*
2156
+ * [`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 142 methods.*
2157
+ * [`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 142 methods.*
2158
+ * [`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 142 methods.*
2159
+ * [`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 142 methods.*
2160
+ * [`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 142 methods.*
2161
+ * [`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 142 methods.*
2162
+ * [`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 142 methods.*
2163
+ * [`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 142 methods.*
2164
+ * [`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 142 methods.*
2165
+ * [`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 142 methods.*
2166
+ * [`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 142 methods.*
2167
+ * [`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 142 methods.*
2168
+ * [`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 142 methods.*
2169
+ * [`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 142 methods.*
2170
+ * [`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 142 methods.*
2171
+ * [`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 142 methods.*
2172
+ * [`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 1 of 142 methods.*
2187
2173
  * [`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.
2188
2174
 
2189
2175
  </details>