@moovio/sdk 0.22.0 → 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.
- package/README.md +70 -70
- package/bin/mcp-server.js +11 -8
- package/bin/mcp-server.js.map +6 -6
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/components/invoicelineitemoption.d.ts +6 -0
- package/models/components/invoicelineitemoption.d.ts.map +1 -1
- package/models/components/invoicelineitemoption.js +3 -0
- package/models/components/invoicelineitemoption.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/components/invoicelineitemoption.ts +13 -0
package/README.md
CHANGED
|
@@ -248,7 +248,26 @@ run();
|
|
|
248
248
|
<details open>
|
|
249
249
|
<summary>Available methods</summary>
|
|
250
250
|
|
|
251
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
-
### [
|
|
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
|
|
package/bin/mcp-server.js
CHANGED
|
@@ -34030,9 +34030,9 @@ var init_config = __esm(() => {
|
|
|
34030
34030
|
SDK_METADATA = {
|
|
34031
34031
|
language: "typescript",
|
|
34032
34032
|
openapiDocVersion: "latest",
|
|
34033
|
-
sdkVersion: "0.22.
|
|
34034
|
-
genVersion: "2.
|
|
34035
|
-
userAgent: "speakeasy-sdk/typescript 0.22.
|
|
34033
|
+
sdkVersion: "0.22.1",
|
|
34034
|
+
genVersion: "2.772.0",
|
|
34035
|
+
userAgent: "speakeasy-sdk/typescript 0.22.1 2.772.0 latest @moovio/sdk"
|
|
34036
34036
|
};
|
|
34037
34037
|
});
|
|
34038
34038
|
|
|
@@ -44421,17 +44421,20 @@ var InvoiceLineItemOption$inboundSchema, InvoiceLineItemOption$outboundSchema;
|
|
|
44421
44421
|
var init_invoicelineitemoption = __esm(() => {
|
|
44422
44422
|
init_esm();
|
|
44423
44423
|
init_amountdecimal();
|
|
44424
|
+
init_invoicelineitemimagemetadata();
|
|
44424
44425
|
InvoiceLineItemOption$inboundSchema = objectType({
|
|
44425
44426
|
name: stringType(),
|
|
44426
44427
|
quantity: numberType().int(),
|
|
44427
44428
|
priceModifier: AmountDecimal$inboundSchema.optional(),
|
|
44428
|
-
group: stringType().optional()
|
|
44429
|
+
group: stringType().optional(),
|
|
44430
|
+
images: arrayType(InvoiceLineItemImageMetadata$inboundSchema).optional()
|
|
44429
44431
|
});
|
|
44430
44432
|
InvoiceLineItemOption$outboundSchema = objectType({
|
|
44431
44433
|
name: stringType(),
|
|
44432
44434
|
quantity: numberType().int(),
|
|
44433
44435
|
priceModifier: AmountDecimal$outboundSchema.optional(),
|
|
44434
|
-
group: stringType().optional()
|
|
44436
|
+
group: stringType().optional(),
|
|
44437
|
+
images: arrayType(InvoiceLineItemImageMetadata$outboundSchema).optional()
|
|
44435
44438
|
});
|
|
44436
44439
|
});
|
|
44437
44440
|
|
|
@@ -81466,7 +81469,7 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
|
|
|
81466
81469
|
function createMCPServer(deps) {
|
|
81467
81470
|
const server = new McpServer({
|
|
81468
81471
|
name: "Moov",
|
|
81469
|
-
version: "0.22.
|
|
81472
|
+
version: "0.22.1"
|
|
81470
81473
|
});
|
|
81471
81474
|
const client = new MoovCore({
|
|
81472
81475
|
security: deps.security,
|
|
@@ -83026,7 +83029,7 @@ var routes = rn({
|
|
|
83026
83029
|
var app = Ve(routes, {
|
|
83027
83030
|
name: "mcp",
|
|
83028
83031
|
versionInfo: {
|
|
83029
|
-
currentVersion: "0.22.
|
|
83032
|
+
currentVersion: "0.22.1"
|
|
83030
83033
|
}
|
|
83031
83034
|
});
|
|
83032
83035
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -83034,5 +83037,5 @@ export {
|
|
|
83034
83037
|
app
|
|
83035
83038
|
};
|
|
83036
83039
|
|
|
83037
|
-
//# debugId=
|
|
83040
|
+
//# debugId=5ABB04B5034A29FF64756E2164756E21
|
|
83038
83041
|
//# sourceMappingURL=mcp-server.js.map
|