@moovio/sdk 0.21.17 → 0.22.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 (181) hide show
  1. package/README.md +70 -70
  2. package/bin/mcp-server.js +272 -193
  3. package/bin/mcp-server.js.map +38 -31
  4. package/examples/package-lock.json +1 -1
  5. package/jsr.json +1 -1
  6. package/lib/config.d.ts +3 -3
  7. package/lib/config.js +3 -3
  8. package/lib/config.js.map +1 -1
  9. package/lib/encodings.d.ts +1 -0
  10. package/lib/encodings.d.ts.map +1 -1
  11. package/lib/encodings.js +9 -0
  12. package/lib/encodings.js.map +1 -1
  13. package/mcp-server/mcp-server.js +1 -1
  14. package/mcp-server/mcp-server.js.map +1 -1
  15. package/mcp-server/server.js +1 -1
  16. package/mcp-server/server.js.map +1 -1
  17. package/models/components/achcreditsamedaypaymentmethod.d.ts +2 -11
  18. package/models/components/achcreditsamedaypaymentmethod.d.ts.map +1 -1
  19. package/models/components/achcreditsamedaypaymentmethod.js +3 -11
  20. package/models/components/achcreditsamedaypaymentmethod.js.map +1 -1
  21. package/models/components/achcreditstandardpaymentmethod.d.ts +2 -11
  22. package/models/components/achcreditstandardpaymentmethod.d.ts.map +1 -1
  23. package/models/components/achcreditstandardpaymentmethod.js +3 -11
  24. package/models/components/achcreditstandardpaymentmethod.js.map +1 -1
  25. package/models/components/achdebitcollectpaymentmethod.d.ts +2 -11
  26. package/models/components/achdebitcollectpaymentmethod.d.ts.map +1 -1
  27. package/models/components/achdebitcollectpaymentmethod.js +3 -11
  28. package/models/components/achdebitcollectpaymentmethod.js.map +1 -1
  29. package/models/components/achdebitfundpaymentmethod.d.ts +2 -11
  30. package/models/components/achdebitfundpaymentmethod.d.ts.map +1 -1
  31. package/models/components/achdebitfundpaymentmethod.js +3 -11
  32. package/models/components/achdebitfundpaymentmethod.js.map +1 -1
  33. package/models/components/applepaypaymentmethod.d.ts +2 -11
  34. package/models/components/applepaypaymentmethod.d.ts.map +1 -1
  35. package/models/components/applepaypaymentmethod.js +3 -10
  36. package/models/components/applepaypaymentmethod.js.map +1 -1
  37. package/models/components/cardpaymentpaymentmethod.d.ts +2 -11
  38. package/models/components/cardpaymentpaymentmethod.d.ts.map +1 -1
  39. package/models/components/cardpaymentpaymentmethod.js +3 -11
  40. package/models/components/cardpaymentpaymentmethod.js.map +1 -1
  41. package/models/components/cardpresentpaymentpaymentmethod.d.ts +2 -11
  42. package/models/components/cardpresentpaymentpaymentmethod.d.ts.map +1 -1
  43. package/models/components/cardpresentpaymentpaymentmethod.js +3 -11
  44. package/models/components/cardpresentpaymentpaymentmethod.js.map +1 -1
  45. package/models/components/createinvoice.d.ts +3 -3
  46. package/models/components/createinvoice.d.ts.map +1 -1
  47. package/models/components/createinvoice.js +3 -3
  48. package/models/components/createinvoice.js.map +1 -1
  49. package/models/components/createinvoicelineitem.d.ts +50 -0
  50. package/models/components/createinvoicelineitem.d.ts.map +1 -0
  51. package/models/components/createinvoicelineitem.js +70 -0
  52. package/models/components/createinvoicelineitem.js.map +1 -0
  53. package/models/components/createinvoicelineitemoption.d.ts +44 -0
  54. package/models/components/createinvoicelineitemoption.d.ts.map +1 -0
  55. package/models/components/createinvoicelineitemoption.js +67 -0
  56. package/models/components/createinvoicelineitemoption.js.map +1 -0
  57. package/models/components/createinvoicelineitemoptionvalidationerror.d.ts +24 -0
  58. package/models/components/createinvoicelineitemoptionvalidationerror.d.ts.map +1 -0
  59. package/models/components/createinvoicelineitemoptionvalidationerror.js +65 -0
  60. package/models/components/createinvoicelineitemoptionvalidationerror.js.map +1 -0
  61. package/models/components/createinvoicelineitems.d.ts +24 -0
  62. package/models/components/createinvoicelineitems.d.ts.map +1 -0
  63. package/models/components/{invoicelineitemsupdate.js → createinvoicelineitems.js} +13 -13
  64. package/models/components/createinvoicelineitems.js.map +1 -0
  65. package/models/components/createinvoicelineitemsupdate.d.ts +24 -0
  66. package/models/components/createinvoicelineitemsupdate.d.ts.map +1 -0
  67. package/models/components/createinvoicelineitemsupdate.js +59 -0
  68. package/models/components/createinvoicelineitemsupdate.js.map +1 -0
  69. package/models/components/createinvoicelineitemsvalidationerror.d.ts +22 -0
  70. package/models/components/createinvoicelineitemsvalidationerror.d.ts.map +1 -0
  71. package/models/components/createinvoicelineitemsvalidationerror.js +61 -0
  72. package/models/components/createinvoicelineitemsvalidationerror.js.map +1 -0
  73. package/models/components/createinvoicelineitemvalidationerror.d.ts +31 -0
  74. package/models/components/createinvoicelineitemvalidationerror.d.ts.map +1 -0
  75. package/models/components/createinvoicelineitemvalidationerror.js +70 -0
  76. package/models/components/createinvoicelineitemvalidationerror.js.map +1 -0
  77. package/models/components/index.d.ts +8 -1
  78. package/models/components/index.d.ts.map +1 -1
  79. package/models/components/index.js +8 -1
  80. package/models/components/index.js.map +1 -1
  81. package/models/components/instantbankcreditpaymentmethod.d.ts +2 -11
  82. package/models/components/instantbankcreditpaymentmethod.d.ts.map +1 -1
  83. package/models/components/instantbankcreditpaymentmethod.js +3 -11
  84. package/models/components/instantbankcreditpaymentmethod.js.map +1 -1
  85. package/models/components/invoiceexternalpayment.d.ts +2 -11
  86. package/models/components/invoiceexternalpayment.d.ts.map +1 -1
  87. package/models/components/invoiceexternalpayment.js +3 -10
  88. package/models/components/invoiceexternalpayment.js.map +1 -1
  89. package/models/components/invoicelineitem.d.ts +9 -3
  90. package/models/components/invoicelineitem.d.ts.map +1 -1
  91. package/models/components/invoicelineitem.js +5 -2
  92. package/models/components/invoicelineitem.js.map +1 -1
  93. package/models/components/invoicelineitemimagemetadata.d.ts +35 -0
  94. package/models/components/invoicelineitemimagemetadata.d.ts.map +1 -0
  95. package/models/components/invoicelineitemimagemetadata.js +64 -0
  96. package/models/components/invoicelineitemimagemetadata.js.map +1 -0
  97. package/models/components/invoicelineitemoption.d.ts +6 -0
  98. package/models/components/invoicelineitemoption.d.ts.map +1 -1
  99. package/models/components/invoicelineitemoption.js +3 -0
  100. package/models/components/invoicelineitemoption.js.map +1 -1
  101. package/models/components/invoicepayment.d.ts +2 -10
  102. package/models/components/invoicepayment.d.ts.map +1 -1
  103. package/models/components/invoicepayment.js +4 -4
  104. package/models/components/invoicepayment.js.map +1 -1
  105. package/models/components/invoicetransferpayment.d.ts +2 -11
  106. package/models/components/invoicetransferpayment.d.ts.map +1 -1
  107. package/models/components/invoicetransferpayment.js +3 -11
  108. package/models/components/invoicetransferpayment.js.map +1 -1
  109. package/models/components/moovwalletpaymentmethod.d.ts +2 -11
  110. package/models/components/moovwalletpaymentmethod.d.ts.map +1 -1
  111. package/models/components/moovwalletpaymentmethod.js +3 -11
  112. package/models/components/moovwalletpaymentmethod.js.map +1 -1
  113. package/models/components/paymentmethod.d.ts +2 -50
  114. package/models/components/paymentmethod.d.ts.map +1 -1
  115. package/models/components/paymentmethod.js +24 -24
  116. package/models/components/paymentmethod.js.map +1 -1
  117. package/models/components/pullfromcardpaymentmethod.d.ts +2 -11
  118. package/models/components/pullfromcardpaymentmethod.d.ts.map +1 -1
  119. package/models/components/pullfromcardpaymentmethod.js +3 -11
  120. package/models/components/pullfromcardpaymentmethod.js.map +1 -1
  121. package/models/components/pushtocardpaymentmethod.d.ts +2 -11
  122. package/models/components/pushtocardpaymentmethod.d.ts.map +1 -1
  123. package/models/components/pushtocardpaymentmethod.js +3 -11
  124. package/models/components/pushtocardpaymentmethod.js.map +1 -1
  125. package/models/components/rtpcreditpaymentmethod.d.ts +2 -11
  126. package/models/components/rtpcreditpaymentmethod.d.ts.map +1 -1
  127. package/models/components/rtpcreditpaymentmethod.js +3 -11
  128. package/models/components/rtpcreditpaymentmethod.js.map +1 -1
  129. package/models/components/updateinvoice.d.ts +3 -3
  130. package/models/components/updateinvoice.d.ts.map +1 -1
  131. package/models/components/updateinvoice.js +3 -3
  132. package/models/components/updateinvoice.js.map +1 -1
  133. package/models/errors/createinvoiceerror.d.ts +3 -3
  134. package/models/errors/createinvoiceerror.d.ts.map +1 -1
  135. package/models/errors/createinvoiceerror.js +2 -2
  136. package/models/errors/createinvoiceerror.js.map +1 -1
  137. package/package.json +1 -1
  138. package/src/lib/config.ts +3 -3
  139. package/src/lib/encodings.ts +13 -0
  140. package/src/mcp-server/mcp-server.ts +1 -1
  141. package/src/mcp-server/server.ts +1 -1
  142. package/src/models/components/achcreditsamedaypaymentmethod.ts +4 -23
  143. package/src/models/components/achcreditstandardpaymentmethod.ts +4 -23
  144. package/src/models/components/achdebitcollectpaymentmethod.ts +4 -23
  145. package/src/models/components/achdebitfundpaymentmethod.ts +4 -21
  146. package/src/models/components/applepaypaymentmethod.ts +4 -22
  147. package/src/models/components/cardpaymentpaymentmethod.ts +4 -21
  148. package/src/models/components/cardpresentpaymentpaymentmethod.ts +4 -23
  149. package/src/models/components/createinvoice.ts +9 -9
  150. package/src/models/components/createinvoicelineitem.ts +104 -0
  151. package/src/models/components/createinvoicelineitemoption.ts +93 -0
  152. package/src/models/components/createinvoicelineitemoptionvalidationerror.ts +77 -0
  153. package/src/models/components/createinvoicelineitems.ts +63 -0
  154. package/src/models/components/createinvoicelineitemsupdate.ts +65 -0
  155. package/src/models/components/createinvoicelineitemsvalidationerror.ts +64 -0
  156. package/src/models/components/createinvoicelineitemvalidationerror.ts +88 -0
  157. package/src/models/components/index.ts +8 -1
  158. package/src/models/components/instantbankcreditpaymentmethod.ts +4 -23
  159. package/src/models/components/invoiceexternalpayment.ts +4 -21
  160. package/src/models/components/invoicelineitem.ts +18 -5
  161. package/src/models/components/invoicelineitemimagemetadata.ts +77 -0
  162. package/src/models/components/invoicelineitemoption.ts +13 -0
  163. package/src/models/components/invoicepayment.ts +7 -17
  164. package/src/models/components/invoicetransferpayment.ts +4 -17
  165. package/src/models/components/moovwalletpaymentmethod.ts +4 -21
  166. package/src/models/components/paymentmethod.ts +48 -118
  167. package/src/models/components/pullfromcardpaymentmethod.ts +4 -21
  168. package/src/models/components/pushtocardpaymentmethod.ts +4 -21
  169. package/src/models/components/rtpcreditpaymentmethod.ts +4 -21
  170. package/src/models/components/updateinvoice.ts +9 -9
  171. package/src/models/errors/createinvoiceerror.ts +7 -5
  172. package/src/types/unrecognized.ts +9 -1
  173. package/tsconfig.json +1 -2
  174. package/types/unrecognized.d.ts +7 -1
  175. package/types/unrecognized.d.ts.map +1 -1
  176. package/types/unrecognized.js +9 -1
  177. package/types/unrecognized.js.map +1 -1
  178. package/models/components/invoicelineitemsupdate.d.ts +0 -24
  179. package/models/components/invoicelineitemsupdate.d.ts.map +0 -1
  180. package/models/components/invoicelineitemsupdate.js.map +0 -1
  181. package/src/models/components/invoicelineitemsupdate.ts +0 -63
package/README.md CHANGED
@@ -248,7 +248,26 @@ run();
248
248
  <details open>
249
249
  <summary>Available methods</summary>
250
250
 
251
- ### [accounts](docs/sdks/accounts/README.md)
251
+ ### [AccountTerminalApplications](docs/sdks/accountterminalapplications/README.md)
252
+
253
+ * [link](docs/sdks/accountterminalapplications/README.md#link) - Link an account with a terminal application.
254
+
255
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
256
+ you'll need to specify the `/accounts/{accountID}/terminal-applications.write` scope.
257
+ * [list](docs/sdks/accountterminalapplications/README.md#list) - Retrieve all terminal applications linked to a specific account.
258
+
259
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
260
+ you'll need to specify the `/accounts/{accountID}/terminal-applications.read` scope.
261
+ * [get](docs/sdks/accountterminalapplications/README.md#get) - Verifies if a specific Terminal Application is linked to an Account. This endpoint acts as a validation check for the link's existence.
262
+
263
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
264
+ you'll need to specify the `/accounts/{accountID}/terminal-applications.read` scope.
265
+ * [getConfiguration](docs/sdks/accountterminalapplications/README.md#getconfiguration) - Fetch the configuration for a given Terminal Application linked to a specific Account.
266
+
267
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
268
+ you'll need to specify the `/accounts/{accountID}/terminal-configuration.read` scope.
269
+
270
+ ### [Accounts](docs/sdks/accounts/README.md)
252
271
 
253
272
  * [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
254
273
  information to Moov. Requirements differ per account type and requested [capabilities](https://docs.moov.io/guides/accounts/capabilities/requirements/).
@@ -315,26 +334,7 @@ This token can only be generated via API. Any Moov account requesting the collec
315
334
  or card issuing capabilities must accept Moov's terms of service, then have the generated terms of service
316
335
  token patched to the account. Read more in our [documentation](https://docs.moov.io/guides/accounts/requirements/platform-agreement/).
317
336
 
318
- ### [accountTerminalApplications](docs/sdks/accountterminalapplications/README.md)
319
-
320
- * [link](docs/sdks/accountterminalapplications/README.md#link) - Link an account with a terminal application.
321
-
322
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
323
- you'll need to specify the `/accounts/{accountID}/terminal-applications.write` scope.
324
- * [list](docs/sdks/accountterminalapplications/README.md#list) - Retrieve all terminal applications linked to a specific account.
325
-
326
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
327
- you'll need to specify the `/accounts/{accountID}/terminal-applications.read` scope.
328
- * [get](docs/sdks/accountterminalapplications/README.md#get) - Verifies if a specific Terminal Application is linked to an Account. This endpoint acts as a validation check for the link's existence.
329
-
330
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
331
- you'll need to specify the `/accounts/{accountID}/terminal-applications.read` scope.
332
- * [getConfiguration](docs/sdks/accountterminalapplications/README.md#getconfiguration) - Fetch the configuration for a given Terminal Application linked to a specific Account.
333
-
334
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
335
- you'll need to specify the `/accounts/{accountID}/terminal-configuration.read` scope.
336
-
337
- ### [adjustments](docs/sdks/adjustments/README.md)
337
+ ### [Adjustments](docs/sdks/adjustments/README.md)
338
338
 
339
339
  * [list](docs/sdks/adjustments/README.md#list) - List adjustments associated with a Moov account.
340
340
 
@@ -345,7 +345,7 @@ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
345
345
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
346
346
  you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
347
347
 
348
- ### [applePay](docs/sdks/applepay/README.md)
348
+ ### [ApplePay](docs/sdks/applepay/README.md)
349
349
 
350
350
  * [registerMerchantDomains](docs/sdks/applepay/README.md#registermerchantdomains) - Add domains to be registered with Apple Pay.
351
351
 
@@ -382,21 +382,21 @@ The `token` data is defined by Apple Pay and should be passed through from Apple
382
382
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
383
383
  you'll need to specify the `/accounts/{accountID}/cards.write` scope.
384
384
 
385
- ### [authentication](docs/sdks/authentication/README.md)
385
+ ### [Authentication](docs/sdks/authentication/README.md)
386
386
 
387
387
  * [revokeAccessToken](docs/sdks/authentication/README.md#revokeaccesstoken) - Revoke an auth token.
388
388
 
389
389
  Allows clients to notify the authorization server that a previously obtained refresh or access token is no longer needed.
390
390
  * [createAccessToken](docs/sdks/authentication/README.md#createaccesstoken) - Create or refresh an access token.
391
391
 
392
- ### [avatars](docs/sdks/avatars/README.md)
392
+ ### [Avatars](docs/sdks/avatars/README.md)
393
393
 
394
394
  * [get](docs/sdks/avatars/README.md#get) - Get avatar image for an account using a unique ID.
395
395
 
396
396
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
397
397
  you'll need to specify the `/profile-enrichment.read` scope.
398
398
 
399
- ### [bankAccounts](docs/sdks/bankaccounts/README.md)
399
+ ### [BankAccounts](docs/sdks/bankaccounts/README.md)
400
400
 
401
401
  * [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.
402
402
 
@@ -486,7 +486,7 @@ The following formats are accepted:
486
486
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
487
487
  you'll need to specify the `/accounts/{accountID}/bank-accounts.write` scope.
488
488
 
489
- ### [branding](docs/sdks/branding/README.md)
489
+ ### [Branding](docs/sdks/branding/README.md)
490
490
 
491
491
  * [create](docs/sdks/branding/README.md#create) - Create brand properties for the specified account.
492
492
 
@@ -505,7 +505,7 @@ you'll need to specify the `/accounts/{accountID}/branding.read` scope.
505
505
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
506
506
  you'll need to specify the `/accounts/{accountID}/branding.write` scope.
507
507
 
508
- ### [capabilities](docs/sdks/capabilities/README.md)
508
+ ### [Capabilities](docs/sdks/capabilities/README.md)
509
509
 
510
510
  * [list](docs/sdks/capabilities/README.md#list) - Retrieve all the capabilities an account has requested.
511
511
 
@@ -526,7 +526,7 @@ you'll need to specify the `/accounts/{accountID}/capabilities.read` scope.
526
526
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
527
527
  you'll need to specify the `/accounts/{accountID}/capabilities.write` scope.
528
528
 
529
- ### [cardIssuing](docs/sdks/cardissuing/README.md)
529
+ ### [CardIssuing](docs/sdks/cardissuing/README.md)
530
530
 
531
531
  * [request](docs/sdks/cardissuing/README.md#request) - Request a virtual card be issued.
532
532
 
@@ -551,7 +551,7 @@ Only use this endpoint if you have provided Moov with a copy of your PCI attesta
551
551
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
552
552
  you'll need to specify the `/accounts/{accountID}/issued-cards.read-secure` scope.
553
553
 
554
- ### [cards](docs/sdks/cards/README.md)
554
+ ### [Cards](docs/sdks/cards/README.md)
555
555
 
556
556
  * [link](docs/sdks/cards/README.md#link) - Link a card to an existing Moov account.
557
557
 
@@ -601,7 +601,7 @@ you'll need to specify the `/accounts/{accountID}/cards.write` scope.
601
601
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
602
602
  you'll need to specify the `/accounts/{accountID}/cards.write` scope.
603
603
 
604
- ### [disputes](docs/sdks/disputes/README.md)
604
+ ### [Disputes](docs/sdks/disputes/README.md)
605
605
 
606
606
  * [list](docs/sdks/disputes/README.md#list) - Returns the list of disputes.
607
607
 
@@ -673,7 +673,7 @@ Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-paym
673
673
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
674
674
  you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
675
675
 
676
- ### [endToEndEncryption](docs/sdks/endtoendencryption/README.md)
676
+ ### [EndToEndEncryption](docs/sdks/endtoendencryption/README.md)
677
677
 
678
678
  * [testEncryptedToken](docs/sdks/endtoendencryption/README.md#testencryptedtoken) - Allows for testing a JWE token to ensure it's acceptable by Moov.
679
679
 
@@ -681,21 +681,21 @@ To access this endpoint using an [access token](https://docs.moov.io/api/authent
681
681
  you'll need to specify the `/ping.read` scope.
682
682
  * [generateKey](docs/sdks/endtoendencryption/README.md#generatekey) - Generates a public key used to create a JWE token for passing secure authentication data through non-PCI compliant intermediaries.
683
683
 
684
- ### [enrichedAddress](docs/sdks/enrichedaddress/README.md)
684
+ ### [EnrichedAddress](docs/sdks/enrichedaddress/README.md)
685
685
 
686
686
  * [get](docs/sdks/enrichedaddress/README.md#get) - Fetch enriched address suggestions. Requires a partial address.
687
687
 
688
688
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
689
689
  you'll need to specify the `/profile-enrichment.read` scope.
690
690
 
691
- ### [enrichedProfile](docs/sdks/enrichedprofile/README.md)
691
+ ### [EnrichedProfile](docs/sdks/enrichedprofile/README.md)
692
692
 
693
693
  * [get](docs/sdks/enrichedprofile/README.md#get) - Fetch enriched profile data. Requires a valid email address. This service is offered in collaboration with Clearbit.
694
694
 
695
695
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
696
696
  you'll need to specify the `/profile-enrichment.read` scope.
697
697
 
698
- ### [feePlans](docs/sdks/feeplans/README.md)
698
+ ### [FeePlans](docs/sdks/feeplans/README.md)
699
699
 
700
700
  * [listFeePlanAgreements](docs/sdks/feeplans/README.md#listfeeplanagreements) - List all fee plan agreements associated with an account.
701
701
 
@@ -743,7 +743,7 @@ you'll need to specify the `/accounts/{accountID}/profile.read` scope.
743
743
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
744
744
  you'll need to specify the `/accounts/{accountID}/profile.read` scope.
745
745
 
746
- ### [files](docs/sdks/files/README.md)
746
+ ### [Files](docs/sdks/files/README.md)
747
747
 
748
748
  * [upload](docs/sdks/files/README.md#upload) - Upload a file and link it to the specified Moov account.
749
749
 
@@ -761,7 +761,7 @@ you'll need to specify the `/accounts/{accountID}/files.read` scope.
761
761
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
762
762
  you'll need to specify the `/accounts/{accountID}/files.read` scope.
763
763
 
764
- ### [images](docs/sdks/images/README.md)
764
+ ### [Images](docs/sdks/images/README.md)
765
765
 
766
766
  * [list](docs/sdks/images/README.md#list) - List metadata for all images in the specified account.
767
767
  * [upload](docs/sdks/images/README.md#upload) - Upload a new PNG, JPEG, or WebP image with optional metadata.
@@ -775,14 +775,14 @@ the metadata form section to keep existing metadata. Duplicate images, and reque
775
775
  * [updateMetadata](docs/sdks/images/README.md#updatemetadata) - Replace the metadata for an existing image.
776
776
  * [getPublic](docs/sdks/images/README.md#getpublic) - Get an image by its public ID.
777
777
 
778
- ### [industries](docs/sdks/industries/README.md)
778
+ ### [Industries](docs/sdks/industries/README.md)
779
779
 
780
780
  * [list](docs/sdks/industries/README.md#list) - Returns a list of industries relevant to merchant profile enrichment. Results are ordered by industry name.
781
781
 
782
782
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/),
783
783
  you'll need to specify the `/profile-enrichment.read` scope.
784
784
 
785
- ### [institutions](docs/sdks/institutions/README.md)
785
+ ### [Institutions](docs/sdks/institutions/README.md)
786
786
 
787
787
  * [searchInstitutions](docs/sdks/institutions/README.md#searchinstitutions) - Search for financial institutions by name or routing number.
788
788
 
@@ -797,7 +797,7 @@ you'll need to specify the `/institutions.read` scope.
797
797
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
798
798
  you'll need to specify the `/fed.read` scope.
799
799
 
800
- ### [invoices](docs/sdks/invoices/README.md)
800
+ ### [Invoices](docs/sdks/invoices/README.md)
801
801
 
802
802
  * [createInvoice](docs/sdks/invoices/README.md#createinvoice) - Create an invoice for a Moov account.
803
803
 
@@ -821,7 +821,7 @@ If a payment link was created, the corresponding payment link is canceled, but a
821
821
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
822
822
  you'll need to specify the `/accounts/{accountID}/invoices.write` scope.
823
823
 
824
- ### [issuingTransactions](docs/sdks/issuingtransactions/README.md)
824
+ ### [IssuingTransactions](docs/sdks/issuingtransactions/README.md)
825
825
 
826
826
  * [listAuthorizations](docs/sdks/issuingtransactions/README.md#listauthorizations) - List issued card authorizations associated with a Moov account.
827
827
 
@@ -844,7 +844,7 @@ you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
844
844
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
845
845
  you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
846
846
 
847
- ### [onboarding](docs/sdks/onboarding/README.md)
847
+ ### [Onboarding](docs/sdks/onboarding/README.md)
848
848
 
849
849
  * [createInvite](docs/sdks/onboarding/README.md#createinvite) - Create an invitation containing a unique link that allows the recipient to onboard their organization with Moov.
850
850
 
@@ -863,7 +863,7 @@ you'll need to specify the `/accounts.read` scope.
863
863
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
864
864
  you'll need to specify the `/accounts.write` scope.
865
865
 
866
- ### [paymentLinks](docs/sdks/paymentlinks/README.md)
866
+ ### [PaymentLinks](docs/sdks/paymentlinks/README.md)
867
867
 
868
868
  * [create](docs/sdks/paymentlinks/README.md#create) - Create a payment link that allows an end user to make a payment on Moov's hosted payment link page.
869
869
 
@@ -892,7 +892,7 @@ Use the `Accept` header to specify the format of the response. Supported formats
892
892
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
893
893
  you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
894
894
 
895
- ### [paymentMethods](docs/sdks/paymentmethods/README.md)
895
+ ### [PaymentMethods](docs/sdks/paymentmethods/README.md)
896
896
 
897
897
  * [list](docs/sdks/paymentmethods/README.md#list) - Retrieve a list of payment methods associated with a Moov account. Read our [payment methods
898
898
  guide](https://docs.moov.io/guides/money-movement/payment-methods/) to learn more.
@@ -904,14 +904,14 @@ you'll need to specify the `/accounts/{accountID}/payment-methods.read` scope.
904
904
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
905
905
  you'll need to specify the `/accounts/{accountID}/payment-methods.read` scope.
906
906
 
907
- ### [ping](docs/sdks/ping/README.md)
907
+ ### [Ping](docs/sdks/ping/README.md)
908
908
 
909
909
  * [ping](docs/sdks/ping/README.md#ping) - A simple endpoint to check auth.
910
910
 
911
911
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
912
912
  you'll need to specify the `/ping.read` scope.
913
913
 
914
- ### [products](docs/sdks/products/README.md)
914
+ ### [Products](docs/sdks/products/README.md)
915
915
 
916
916
  * [list](docs/sdks/products/README.md#list) - List active (non-disabled) products for an account.
917
917
  * [create](docs/sdks/products/README.md#create) - Creates a new product for the specified account.
@@ -921,7 +921,7 @@ you'll need to specify the `/ping.read` scope.
921
921
 
922
922
  The product will no longer be available, but will remain in the system for historical and reporting purposes.
923
923
 
924
- ### [receipts](docs/sdks/receipts/README.md)
924
+ ### [Receipts](docs/sdks/receipts/README.md)
925
925
 
926
926
  * [create](docs/sdks/receipts/README.md#create) - Create receipts for transfers and scheduled transfers.
927
927
 
@@ -932,7 +932,7 @@ The product will no longer be available, but will remain in the system for histo
932
932
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
933
933
  you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
934
934
 
935
- ### [representatives](docs/sdks/representatives/README.md)
935
+ ### [Representatives](docs/sdks/representatives/README.md)
936
936
 
937
937
  * [create](docs/sdks/representatives/README.md#create) - Moov accounts associated with businesses require information regarding individuals who represent the business.
938
938
  You can provide this information by creating a representative. Each account is allowed a maximum of 7 representatives.
@@ -973,7 +973,7 @@ If you need to update information in a locked state, please contact Moov support
973
973
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
974
974
  you'll need to specify the `/accounts/{accountID}/representatives.write` scope.
975
975
 
976
- ### [scheduling](docs/sdks/scheduling/README.md)
976
+ ### [Scheduling](docs/sdks/scheduling/README.md)
977
977
 
978
978
  * [create](docs/sdks/scheduling/README.md#create) - Describes the schedule to create or modify.
979
979
 
@@ -1000,7 +1000,7 @@ you'll need to specify the `/accounts/{accountID}/transfers.write` scope.
1000
1000
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1001
1001
  you'll need to specify the `/accounts/{accountID}/transfers.read` scope.
1002
1002
 
1003
- ### [statements](docs/sdks/statements/README.md)
1003
+ ### [Statements](docs/sdks/statements/README.md)
1004
1004
 
1005
1005
  * [list](docs/sdks/statements/README.md#list) - Retrieve all statements associated with an account.
1006
1006
 
@@ -1013,7 +1013,7 @@ Use the `Accept` header to specify the format of the response. Supported formats
1013
1013
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1014
1014
  you'll need to specify the `/accounts/{accountID}/profile.read` scope.
1015
1015
 
1016
- ### [support](docs/sdks/support/README.md)
1016
+ ### [Support](docs/sdks/support/README.md)
1017
1017
 
1018
1018
  * [createTicket](docs/sdks/support/README.md#createticket) - Create a support ticket for a Moov account.
1019
1019
 
@@ -1051,7 +1051,7 @@ you'll need to specify the `/accounts/{accountID}/tickets.read` scope.
1051
1051
  If you're listing another account's messages, then you'll need to
1052
1052
  specify the `/accounts/{partnerAccountID}/tickets.read` and `/accounts/{accountID}/profile.read` scopes.
1053
1053
 
1054
- ### [sweeps](docs/sdks/sweeps/README.md)
1054
+ ### [Sweeps](docs/sdks/sweeps/README.md)
1055
1055
 
1056
1056
  * [createConfig](docs/sdks/sweeps/README.md#createconfig) - Create a sweep config for a wallet.
1057
1057
 
@@ -1078,7 +1078,7 @@ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
1078
1078
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1079
1079
  you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
1080
1080
 
1081
- ### [terminalApplications](docs/sdks/terminalapplications/README.md)
1081
+ ### [TerminalApplications](docs/sdks/terminalapplications/README.md)
1082
1082
 
1083
1083
  * [create](docs/sdks/terminalapplications/README.md#create) - Create a new terminal application.
1084
1084
 
@@ -1101,7 +1101,7 @@ you'll need to specify the `/terminal-applications.write` scope.
1101
1101
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1102
1102
  you'll need to specify the `/terminal-applications.write` scope.
1103
1103
 
1104
- ### [transfers](docs/sdks/transfers/README.md)
1104
+ ### [Transfers](docs/sdks/transfers/README.md)
1105
1105
 
1106
1106
  * [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
1107
1107
  supply in the request body.
@@ -1172,7 +1172,7 @@ to learn more.
1172
1172
  To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
1173
1173
  to specify the `/accounts/{accountID}/transfers.write` scope.
1174
1174
 
1175
- ### [underwriting](docs/sdks/underwriting/README.md)
1175
+ ### [Underwriting](docs/sdks/underwriting/README.md)
1176
1176
 
1177
1177
  * [get](docs/sdks/underwriting/README.md#get) - Retrieve underwriting associated with a given Moov account.
1178
1178
 
@@ -1193,7 +1193,22 @@ Read our [underwriting guide](https://docs.moov.io/guides/accounts/requirements/
1193
1193
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1194
1194
  you'll need to specify the `/accounts/{accountID}/profile.write` scope.
1195
1195
 
1196
- ### [wallets](docs/sdks/wallets/README.md)
1196
+ ### [WalletTransactions](docs/sdks/wallettransactions/README.md)
1197
+
1198
+ * [list](docs/sdks/wallettransactions/README.md#list) - List all the transactions associated with a particular Moov wallet.
1199
+
1200
+ Read our [wallet transactions guide](https://docs.moov.io/guides/sources/wallets/transactions/) to learn more.
1201
+
1202
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1203
+ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
1204
+ * [get](docs/sdks/wallettransactions/README.md#get) - Get details on a specific wallet transaction.
1205
+
1206
+ Read our [wallet transactions guide](https://docs.moov.io/guides/sources/wallets/transactions/) to learn more.
1207
+
1208
+ To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1209
+ you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
1210
+
1211
+ ### [Wallets](docs/sdks/wallets/README.md)
1197
1212
 
1198
1213
  * [create](docs/sdks/wallets/README.md#create) - Create a new wallet for an account. You can specify optional attributes such as a display name and description to specify the intended use of the wallet. This will generate a new moov-wallet payment method.
1199
1214
 
@@ -1220,21 +1235,6 @@ Read our [Moov wallets guide](https://docs.moov.io/guides/sources/wallets/) to l
1220
1235
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1221
1236
  you'll need to specify the `/accounts/{accountID}/wallets.write` scope.
1222
1237
 
1223
- ### [walletTransactions](docs/sdks/wallettransactions/README.md)
1224
-
1225
- * [list](docs/sdks/wallettransactions/README.md#list) - List all the transactions associated with a particular Moov wallet.
1226
-
1227
- Read our [wallet transactions guide](https://docs.moov.io/guides/sources/wallets/transactions/) to learn more.
1228
-
1229
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1230
- you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
1231
- * [get](docs/sdks/wallettransactions/README.md#get) - Get details on a specific wallet transaction.
1232
-
1233
- Read our [wallet transactions guide](https://docs.moov.io/guides/sources/wallets/transactions/) to learn more.
1234
-
1235
- To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
1236
- you'll need to specify the `/accounts/{accountID}/wallets.read` scope.
1237
-
1238
1238
  </details>
1239
1239
  <!-- End Available Resources and Operations [operations] -->
1240
1240