@moovio/sdk 0.7.1 → 0.8.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 +2 -2
- package/bin/mcp-server.js +409 -206
- package/bin/mcp-server.js.map +160 -154
- package/docs/sdks/scheduling/README.md +2 -2
- package/funcs/receiptsCreate.js +1 -1
- package/funcs/schedulingList.d.ts +1 -1
- package/funcs/schedulingList.js +2 -1
- package/funcs/schedulingList.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/sdks.d.ts.map +1 -1
- package/lib/sdks.js +2 -8
- package/lib/sdks.js.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/mcp-server/tools/accountsAssignCountries.js +1 -1
- package/mcp-server/tools/accountsCreate.js +1 -1
- package/mcp-server/tools/accountsDisconnect.js +1 -1
- package/mcp-server/tools/accountsGet.js +1 -1
- package/mcp-server/tools/accountsGetCountries.js +1 -1
- package/mcp-server/tools/accountsGetMerchantProcessingAgreement.js +1 -1
- package/mcp-server/tools/accountsGetTermsOfServiceToken.js +1 -1
- package/mcp-server/tools/accountsList.js +1 -1
- package/mcp-server/tools/accountsUpdate.js +1 -1
- package/mcp-server/tools/adjustmentsGet.js +1 -1
- package/mcp-server/tools/adjustmentsList.js +1 -1
- package/mcp-server/tools/applePayCreateSession.js +1 -1
- package/mcp-server/tools/applePayGetMerchantDomains.js +1 -1
- package/mcp-server/tools/applePayLinkToken.js +1 -1
- package/mcp-server/tools/applePayRegisterMerchantDomains.js +1 -1
- package/mcp-server/tools/applePayUpdateMerchantDomains.js +1 -1
- package/mcp-server/tools/authenticationCreateAccessToken.js +1 -1
- package/mcp-server/tools/authenticationRevokeAccessToken.js +1 -1
- package/mcp-server/tools/avatarsGet.js +1 -1
- package/mcp-server/tools/bankAccountsCompleteMicroDeposits.js +1 -1
- package/mcp-server/tools/bankAccountsCompleteVerification.js +1 -1
- package/mcp-server/tools/bankAccountsDisable.js +1 -1
- package/mcp-server/tools/bankAccountsGet.js +1 -1
- package/mcp-server/tools/bankAccountsGetVerification.js +1 -1
- package/mcp-server/tools/bankAccountsInitiateMicroDeposits.js +1 -1
- package/mcp-server/tools/bankAccountsInitiateVerification.js +1 -1
- package/mcp-server/tools/bankAccountsLink.js +1 -1
- package/mcp-server/tools/bankAccountsList.js +1 -1
- package/mcp-server/tools/brandingCreate.js +1 -1
- package/mcp-server/tools/brandingGet.js +1 -1
- package/mcp-server/tools/brandingUpdate.js +1 -1
- package/mcp-server/tools/brandingUpsert.js +1 -1
- package/mcp-server/tools/capabilitiesDisable.js +1 -1
- package/mcp-server/tools/capabilitiesGet.js +1 -1
- package/mcp-server/tools/capabilitiesList.js +1 -1
- package/mcp-server/tools/capabilitiesRequest.js +1 -1
- package/mcp-server/tools/cardIssuingGet.js +1 -1
- package/mcp-server/tools/cardIssuingGetFull.js +1 -1
- package/mcp-server/tools/cardIssuingList.js +1 -1
- package/mcp-server/tools/cardIssuingRequest.js +1 -1
- package/mcp-server/tools/cardIssuingUpdate.js +1 -1
- package/mcp-server/tools/cardsDisable.js +1 -1
- package/mcp-server/tools/cardsGet.js +1 -1
- package/mcp-server/tools/cardsLink.js +1 -1
- package/mcp-server/tools/cardsList.js +1 -1
- package/mcp-server/tools/cardsUpdate.js +1 -1
- package/mcp-server/tools/disputesAccept.js +1 -1
- package/mcp-server/tools/disputesDeleteEvidence.js +1 -1
- package/mcp-server/tools/disputesGet.js +1 -1
- package/mcp-server/tools/disputesGetEvidence.js +1 -1
- package/mcp-server/tools/disputesGetEvidenceData.js +1 -1
- package/mcp-server/tools/disputesList.js +1 -1
- package/mcp-server/tools/disputesListEvidence.js +1 -1
- package/mcp-server/tools/disputesSubmitEvidence.js +1 -1
- package/mcp-server/tools/disputesUpdateEvidence.js +1 -1
- package/mcp-server/tools/disputesUploadEvidenceFile.js +1 -1
- package/mcp-server/tools/disputesUploadEvidenceText.js +1 -1
- package/mcp-server/tools/endToEndEncryptionGenerateKey.js +1 -1
- package/mcp-server/tools/endToEndEncryptionTestEncryptedToken.js +1 -1
- package/mcp-server/tools/enrichedAddressGet.js +1 -1
- package/mcp-server/tools/enrichedProfileGet.js +1 -1
- package/mcp-server/tools/feePlansCreateFeePlanAgreements.js +1 -1
- package/mcp-server/tools/feePlansListFeePlanAgreements.js +1 -1
- package/mcp-server/tools/feePlansListFeePlans.js +1 -1
- package/mcp-server/tools/feePlansListFeesFetch.js +1 -1
- package/mcp-server/tools/feePlansListPartnerPricing.js +1 -1
- package/mcp-server/tools/feePlansListPartnerPricingAgreements.js +1 -1
- package/mcp-server/tools/feePlansRetrieveFees.js +1 -1
- package/mcp-server/tools/filesGet.js +1 -1
- package/mcp-server/tools/filesList.js +1 -1
- package/mcp-server/tools/filesUpload.js +1 -1
- package/mcp-server/tools/industriesList.js +1 -1
- package/mcp-server/tools/institutionsSearch.js +1 -1
- package/mcp-server/tools/issuingTransactionsGet.js +1 -1
- package/mcp-server/tools/issuingTransactionsGetAuthorization.js +1 -1
- package/mcp-server/tools/issuingTransactionsList.js +1 -1
- package/mcp-server/tools/issuingTransactionsListAuthorizationEvents.js +1 -1
- package/mcp-server/tools/issuingTransactionsListAuthorizations.js +1 -1
- package/mcp-server/tools/onboardingCreateInvite.js +1 -1
- package/mcp-server/tools/onboardingGetInvite.js +1 -1
- package/mcp-server/tools/onboardingListInvites.js +1 -1
- package/mcp-server/tools/onboardingRevokeInvite.js +1 -1
- package/mcp-server/tools/paymentLinksCreate.js +1 -1
- package/mcp-server/tools/paymentLinksDisable.js +1 -1
- package/mcp-server/tools/paymentLinksGet.js +1 -1
- package/mcp-server/tools/paymentLinksGetQRCode.js +1 -1
- package/mcp-server/tools/paymentLinksList.js +1 -1
- package/mcp-server/tools/paymentLinksUpdate.js +1 -1
- package/mcp-server/tools/paymentMethodsGet.js +1 -1
- package/mcp-server/tools/paymentMethodsList.js +1 -1
- package/mcp-server/tools/pingPing.js +1 -1
- package/mcp-server/tools/receiptsCreate.js +1 -1
- package/mcp-server/tools/receiptsList.js +1 -1
- package/mcp-server/tools/representativesCreate.js +1 -1
- package/mcp-server/tools/representativesDelete.js +1 -1
- package/mcp-server/tools/representativesGet.js +1 -1
- package/mcp-server/tools/representativesList.js +1 -1
- package/mcp-server/tools/representativesUpdate.js +1 -1
- package/mcp-server/tools/schedulingCancel.js +1 -1
- package/mcp-server/tools/schedulingCreate.js +1 -1
- package/mcp-server/tools/schedulingGet.js +1 -1
- package/mcp-server/tools/schedulingGetOccurrance.js +1 -1
- package/mcp-server/tools/schedulingList.js +2 -2
- package/mcp-server/tools/schedulingUpdate.js +1 -1
- package/mcp-server/tools/sweepsCreateConfig.js +1 -1
- package/mcp-server/tools/sweepsGet.js +1 -1
- package/mcp-server/tools/sweepsGetConfig.js +1 -1
- package/mcp-server/tools/sweepsList.js +1 -1
- package/mcp-server/tools/sweepsListConfigs.js +1 -1
- package/mcp-server/tools/sweepsUpdateConfig.js +1 -1
- package/mcp-server/tools/terminalApplicationsCreate.js +1 -1
- package/mcp-server/tools/terminalApplicationsDelete.js +1 -1
- package/mcp-server/tools/terminalApplicationsGet.js +1 -1
- package/mcp-server/tools/terminalApplicationsList.js +1 -1
- package/mcp-server/tools/transfersCreate.js +1 -1
- package/mcp-server/tools/transfersCreateCancellation.js +1 -1
- package/mcp-server/tools/transfersCreateReversal.js +1 -1
- package/mcp-server/tools/transfersGenerateOptions.js +1 -1
- package/mcp-server/tools/transfersGet.js +1 -1
- package/mcp-server/tools/transfersGetCancellation.js +1 -1
- package/mcp-server/tools/transfersGetRefund.js +1 -1
- package/mcp-server/tools/transfersInitiateRefund.js +1 -1
- package/mcp-server/tools/transfersList.js +1 -1
- package/mcp-server/tools/transfersListRefunds.js +1 -1
- package/mcp-server/tools/transfersUpdate.js +1 -1
- package/mcp-server/tools/underwritingGet.js +1 -1
- package/mcp-server/tools/underwritingUpsert.js +1 -1
- package/mcp-server/tools/walletTransactionsGet.js +1 -1
- package/mcp-server/tools/walletTransactionsList.js +1 -1
- package/mcp-server/tools/walletsGet.js +1 -1
- package/mcp-server/tools/walletsList.js +1 -1
- package/mcp-server/tools.d.ts.map +1 -1
- package/mcp-server/tools.js +3 -0
- package/mcp-server/tools.js.map +1 -1
- package/models/components/cardpresentpaymentpaymentmethod.d.ts +66 -0
- package/models/components/cardpresentpaymentpaymentmethod.d.ts.map +1 -0
- package/models/components/cardpresentpaymentpaymentmethod.js +93 -0
- package/models/components/cardpresentpaymentpaymentmethod.js.map +1 -0
- package/models/components/debitholdperiod.d.ts +6 -6
- package/models/components/debitholdperiod.js +2 -2
- package/models/components/debitholdperiod.js.map +1 -1
- package/models/components/entrymode.d.ts +31 -0
- package/models/components/entrymode.d.ts.map +1 -0
- package/models/components/entrymode.js +63 -0
- package/models/components/entrymode.js.map +1 -0
- package/models/components/feeplan.d.ts +6 -0
- package/models/components/feeplan.d.ts.map +1 -1
- package/models/components/feeplan.js +3 -0
- package/models/components/feeplan.js.map +1 -1
- package/models/components/feeplanagreement.d.ts +6 -0
- package/models/components/feeplanagreement.d.ts.map +1 -1
- package/models/components/feeplanagreement.js +3 -0
- package/models/components/feeplanagreement.js.map +1 -1
- package/models/components/governmentid.d.ts +30 -30
- package/models/components/governmentid.d.ts.map +1 -1
- package/models/components/governmentid.js +38 -35
- package/models/components/governmentid.js.map +1 -1
- package/models/components/governmentiderror.d.ts +30 -30
- package/models/components/governmentiderror.d.ts.map +1 -1
- package/models/components/governmentiderror.js +35 -38
- package/models/components/governmentiderror.js.map +1 -1
- package/models/components/index.d.ts +6 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +6 -0
- package/models/components/index.js.map +1 -1
- package/models/components/minimumcommitment.d.ts +44 -0
- package/models/components/minimumcommitment.d.ts.map +1 -0
- package/models/components/minimumcommitment.js +71 -0
- package/models/components/minimumcommitment.js.map +1 -0
- package/models/components/partialscheduleaccount.d.ts +33 -0
- package/models/components/partialscheduleaccount.d.ts.map +1 -0
- package/models/components/partialscheduleaccount.js +73 -0
- package/models/components/partialscheduleaccount.js.map +1 -0
- package/models/components/partnerpricing.d.ts +6 -0
- package/models/components/partnerpricing.d.ts.map +1 -1
- package/models/components/partnerpricing.js +3 -0
- package/models/components/partnerpricing.js.map +1 -1
- package/models/components/partnerpricingagreement.d.ts +6 -0
- package/models/components/partnerpricingagreement.d.ts.map +1 -1
- package/models/components/partnerpricingagreement.js +3 -0
- package/models/components/partnerpricingagreement.js.map +1 -1
- package/models/components/paymentmethod.d.ts +5 -0
- package/models/components/paymentmethod.d.ts.map +1 -1
- package/models/components/paymentmethod.js +5 -0
- package/models/components/paymentmethod.js.map +1 -1
- package/models/components/paymentmethodtype.d.ts +3 -0
- package/models/components/paymentmethodtype.d.ts.map +1 -1
- package/models/components/paymentmethodtype.js +1 -0
- package/models/components/paymentmethodtype.js.map +1 -1
- package/models/components/schedulelistresponse.d.ts +70 -0
- package/models/components/schedulelistresponse.d.ts.map +1 -0
- package/models/components/schedulelistresponse.js +102 -0
- package/models/components/schedulelistresponse.js.map +1 -0
- package/models/components/taxid.d.ts +15 -15
- package/models/components/taxid.d.ts.map +1 -1
- package/models/components/taxid.js +20 -18
- package/models/components/taxid.js.map +1 -1
- package/models/components/taxidupdate.d.ts +15 -15
- package/models/components/taxidupdate.d.ts.map +1 -1
- package/models/components/taxidupdate.js +18 -20
- package/models/components/taxidupdate.js.map +1 -1
- package/models/components/terminalcard.d.ts +85 -0
- package/models/components/terminalcard.d.ts.map +1 -0
- package/models/components/terminalcard.js +91 -0
- package/models/components/terminalcard.js.map +1 -0
- package/models/operations/listschedules.d.ts +27 -2
- package/models/operations/listschedules.d.ts.map +1 -1
- package/models/operations/listschedules.js +24 -3
- package/models/operations/listschedules.js.map +1 -1
- package/package.json +1 -1
- package/sdk/scheduling.d.ts +1 -1
- package/sdk/scheduling.js +1 -1
- package/src/funcs/receiptsCreate.ts +1 -1
- package/src/funcs/schedulingList.ts +2 -1
- package/src/lib/config.ts +3 -3
- package/src/lib/sdks.ts +2 -7
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/mcp-server/tools/accountsAssignCountries.ts +1 -1
- package/src/mcp-server/tools/accountsCreate.ts +1 -1
- package/src/mcp-server/tools/accountsDisconnect.ts +1 -1
- package/src/mcp-server/tools/accountsGet.ts +1 -1
- package/src/mcp-server/tools/accountsGetCountries.ts +1 -1
- package/src/mcp-server/tools/accountsGetMerchantProcessingAgreement.ts +1 -1
- package/src/mcp-server/tools/accountsGetTermsOfServiceToken.ts +1 -1
- package/src/mcp-server/tools/accountsList.ts +1 -1
- package/src/mcp-server/tools/accountsUpdate.ts +1 -1
- package/src/mcp-server/tools/adjustmentsGet.ts +1 -1
- package/src/mcp-server/tools/adjustmentsList.ts +1 -1
- package/src/mcp-server/tools/applePayCreateSession.ts +1 -1
- package/src/mcp-server/tools/applePayGetMerchantDomains.ts +1 -1
- package/src/mcp-server/tools/applePayLinkToken.ts +1 -1
- package/src/mcp-server/tools/applePayRegisterMerchantDomains.ts +1 -1
- package/src/mcp-server/tools/applePayUpdateMerchantDomains.ts +1 -1
- package/src/mcp-server/tools/authenticationCreateAccessToken.ts +1 -1
- package/src/mcp-server/tools/authenticationRevokeAccessToken.ts +1 -1
- package/src/mcp-server/tools/avatarsGet.ts +1 -1
- package/src/mcp-server/tools/bankAccountsCompleteMicroDeposits.ts +1 -1
- package/src/mcp-server/tools/bankAccountsCompleteVerification.ts +1 -1
- package/src/mcp-server/tools/bankAccountsDisable.ts +1 -1
- package/src/mcp-server/tools/bankAccountsGet.ts +1 -1
- package/src/mcp-server/tools/bankAccountsGetVerification.ts +1 -1
- package/src/mcp-server/tools/bankAccountsInitiateMicroDeposits.ts +1 -1
- package/src/mcp-server/tools/bankAccountsInitiateVerification.ts +1 -1
- package/src/mcp-server/tools/bankAccountsLink.ts +1 -1
- package/src/mcp-server/tools/bankAccountsList.ts +1 -1
- package/src/mcp-server/tools/brandingCreate.ts +1 -1
- package/src/mcp-server/tools/brandingGet.ts +1 -1
- package/src/mcp-server/tools/brandingUpdate.ts +1 -1
- package/src/mcp-server/tools/brandingUpsert.ts +1 -1
- package/src/mcp-server/tools/capabilitiesDisable.ts +1 -1
- package/src/mcp-server/tools/capabilitiesGet.ts +1 -1
- package/src/mcp-server/tools/capabilitiesList.ts +1 -1
- package/src/mcp-server/tools/capabilitiesRequest.ts +1 -1
- package/src/mcp-server/tools/cardIssuingGet.ts +1 -1
- package/src/mcp-server/tools/cardIssuingGetFull.ts +1 -1
- package/src/mcp-server/tools/cardIssuingList.ts +1 -1
- package/src/mcp-server/tools/cardIssuingRequest.ts +1 -1
- package/src/mcp-server/tools/cardIssuingUpdate.ts +1 -1
- package/src/mcp-server/tools/cardsDisable.ts +1 -1
- package/src/mcp-server/tools/cardsGet.ts +1 -1
- package/src/mcp-server/tools/cardsLink.ts +1 -1
- package/src/mcp-server/tools/cardsList.ts +1 -1
- package/src/mcp-server/tools/cardsUpdate.ts +1 -1
- package/src/mcp-server/tools/disputesAccept.ts +1 -1
- package/src/mcp-server/tools/disputesDeleteEvidence.ts +1 -1
- package/src/mcp-server/tools/disputesGet.ts +1 -1
- package/src/mcp-server/tools/disputesGetEvidence.ts +1 -1
- package/src/mcp-server/tools/disputesGetEvidenceData.ts +1 -1
- package/src/mcp-server/tools/disputesList.ts +1 -1
- package/src/mcp-server/tools/disputesListEvidence.ts +1 -1
- package/src/mcp-server/tools/disputesSubmitEvidence.ts +1 -1
- package/src/mcp-server/tools/disputesUpdateEvidence.ts +1 -1
- package/src/mcp-server/tools/disputesUploadEvidenceFile.ts +1 -1
- package/src/mcp-server/tools/disputesUploadEvidenceText.ts +1 -1
- package/src/mcp-server/tools/endToEndEncryptionGenerateKey.ts +1 -1
- package/src/mcp-server/tools/endToEndEncryptionTestEncryptedToken.ts +1 -1
- package/src/mcp-server/tools/enrichedAddressGet.ts +1 -1
- package/src/mcp-server/tools/enrichedProfileGet.ts +1 -1
- package/src/mcp-server/tools/feePlansCreateFeePlanAgreements.ts +1 -1
- package/src/mcp-server/tools/feePlansListFeePlanAgreements.ts +1 -1
- package/src/mcp-server/tools/feePlansListFeePlans.ts +1 -1
- package/src/mcp-server/tools/feePlansListFeesFetch.ts +1 -1
- package/src/mcp-server/tools/feePlansListPartnerPricing.ts +1 -1
- package/src/mcp-server/tools/feePlansListPartnerPricingAgreements.ts +1 -1
- package/src/mcp-server/tools/feePlansRetrieveFees.ts +1 -1
- package/src/mcp-server/tools/filesGet.ts +1 -1
- package/src/mcp-server/tools/filesList.ts +1 -1
- package/src/mcp-server/tools/filesUpload.ts +1 -1
- package/src/mcp-server/tools/industriesList.ts +1 -1
- package/src/mcp-server/tools/institutionsSearch.ts +1 -1
- package/src/mcp-server/tools/issuingTransactionsGet.ts +1 -1
- package/src/mcp-server/tools/issuingTransactionsGetAuthorization.ts +1 -1
- package/src/mcp-server/tools/issuingTransactionsList.ts +1 -1
- package/src/mcp-server/tools/issuingTransactionsListAuthorizationEvents.ts +1 -1
- package/src/mcp-server/tools/issuingTransactionsListAuthorizations.ts +1 -1
- package/src/mcp-server/tools/onboardingCreateInvite.ts +1 -1
- package/src/mcp-server/tools/onboardingGetInvite.ts +1 -1
- package/src/mcp-server/tools/onboardingListInvites.ts +1 -1
- package/src/mcp-server/tools/onboardingRevokeInvite.ts +1 -1
- package/src/mcp-server/tools/paymentLinksCreate.ts +1 -1
- package/src/mcp-server/tools/paymentLinksDisable.ts +1 -1
- package/src/mcp-server/tools/paymentLinksGet.ts +1 -1
- package/src/mcp-server/tools/paymentLinksGetQRCode.ts +1 -1
- package/src/mcp-server/tools/paymentLinksList.ts +1 -1
- package/src/mcp-server/tools/paymentLinksUpdate.ts +1 -1
- package/src/mcp-server/tools/paymentMethodsGet.ts +1 -1
- package/src/mcp-server/tools/paymentMethodsList.ts +1 -1
- package/src/mcp-server/tools/pingPing.ts +1 -1
- package/src/mcp-server/tools/receiptsCreate.ts +1 -1
- package/src/mcp-server/tools/receiptsList.ts +1 -1
- package/src/mcp-server/tools/representativesCreate.ts +1 -1
- package/src/mcp-server/tools/representativesDelete.ts +1 -1
- package/src/mcp-server/tools/representativesGet.ts +1 -1
- package/src/mcp-server/tools/representativesList.ts +1 -1
- package/src/mcp-server/tools/representativesUpdate.ts +1 -1
- package/src/mcp-server/tools/schedulingCancel.ts +1 -1
- package/src/mcp-server/tools/schedulingCreate.ts +1 -1
- package/src/mcp-server/tools/schedulingGet.ts +1 -1
- package/src/mcp-server/tools/schedulingGetOccurrance.ts +1 -1
- package/src/mcp-server/tools/schedulingList.ts +2 -2
- package/src/mcp-server/tools/schedulingUpdate.ts +1 -1
- package/src/mcp-server/tools/sweepsCreateConfig.ts +1 -1
- package/src/mcp-server/tools/sweepsGet.ts +1 -1
- package/src/mcp-server/tools/sweepsGetConfig.ts +1 -1
- package/src/mcp-server/tools/sweepsList.ts +1 -1
- package/src/mcp-server/tools/sweepsListConfigs.ts +1 -1
- package/src/mcp-server/tools/sweepsUpdateConfig.ts +1 -1
- package/src/mcp-server/tools/terminalApplicationsCreate.ts +1 -1
- package/src/mcp-server/tools/terminalApplicationsDelete.ts +1 -1
- package/src/mcp-server/tools/terminalApplicationsGet.ts +1 -1
- package/src/mcp-server/tools/terminalApplicationsList.ts +1 -1
- package/src/mcp-server/tools/transfersCreate.ts +1 -1
- package/src/mcp-server/tools/transfersCreateCancellation.ts +1 -1
- package/src/mcp-server/tools/transfersCreateReversal.ts +1 -1
- package/src/mcp-server/tools/transfersGenerateOptions.ts +1 -1
- package/src/mcp-server/tools/transfersGet.ts +1 -1
- package/src/mcp-server/tools/transfersGetCancellation.ts +1 -1
- package/src/mcp-server/tools/transfersGetRefund.ts +1 -1
- package/src/mcp-server/tools/transfersInitiateRefund.ts +1 -1
- package/src/mcp-server/tools/transfersList.ts +1 -1
- package/src/mcp-server/tools/transfersListRefunds.ts +1 -1
- package/src/mcp-server/tools/transfersUpdate.ts +1 -1
- package/src/mcp-server/tools/underwritingGet.ts +1 -1
- package/src/mcp-server/tools/underwritingUpsert.ts +1 -1
- package/src/mcp-server/tools/walletTransactionsGet.ts +1 -1
- package/src/mcp-server/tools/walletTransactionsList.ts +1 -1
- package/src/mcp-server/tools/walletsGet.ts +1 -1
- package/src/mcp-server/tools/walletsList.ts +1 -1
- package/src/mcp-server/tools.ts +4 -0
- package/src/models/components/cardpresentpaymentpaymentmethod.ts +124 -0
- package/src/models/components/debitholdperiod.ts +2 -2
- package/src/models/components/entrymode.ts +36 -0
- package/src/models/components/feeplan.ts +13 -0
- package/src/models/components/feeplanagreement.ts +13 -0
- package/src/models/components/governmentid.ts +58 -76
- package/src/models/components/governmentiderror.ts +78 -58
- package/src/models/components/index.ts +6 -0
- package/src/models/components/minimumcommitment.ts +83 -0
- package/src/models/components/partialscheduleaccount.ts +74 -0
- package/src/models/components/partnerpricing.ts +13 -0
- package/src/models/components/partnerpricingagreement.ts +13 -0
- package/src/models/components/paymentmethod.ts +22 -2
- package/src/models/components/paymentmethodtype.ts +1 -0
- package/src/models/components/schedulelistresponse.ts +151 -0
- package/src/models/components/taxid.ts +27 -33
- package/src/models/components/taxidupdate.ts +33 -27
- package/src/models/components/terminalcard.ts +153 -0
- package/src/models/operations/listschedules.ts +33 -4
- package/src/sdk/scheduling.ts +1 -1
package/bin/mcp-server.js
CHANGED
|
@@ -34213,9 +34213,9 @@ var init_config = __esm(() => {
|
|
|
34213
34213
|
SDK_METADATA = {
|
|
34214
34214
|
language: "typescript",
|
|
34215
34215
|
openapiDocVersion: "latest",
|
|
34216
|
-
sdkVersion: "0.
|
|
34217
|
-
genVersion: "2.
|
|
34218
|
-
userAgent: "speakeasy-sdk/typescript 0.
|
|
34216
|
+
sdkVersion: "0.8.1",
|
|
34217
|
+
genVersion: "2.548.6",
|
|
34218
|
+
userAgent: "speakeasy-sdk/typescript 0.8.1 2.548.6 latest @moovio/sdk"
|
|
34219
34219
|
};
|
|
34220
34220
|
});
|
|
34221
34221
|
|
|
@@ -34839,12 +34839,9 @@ class ClientSDK {
|
|
|
34839
34839
|
}
|
|
34840
34840
|
if (conf.body instanceof ReadableStream) {
|
|
34841
34841
|
if (!fetchOptions) {
|
|
34842
|
-
fetchOptions = {
|
|
34843
|
-
duplex: "half"
|
|
34844
|
-
};
|
|
34845
|
-
} else {
|
|
34846
|
-
fetchOptions.duplex = "half";
|
|
34842
|
+
fetchOptions = {};
|
|
34847
34843
|
}
|
|
34844
|
+
Object.assign(fetchOptions, { duplex: "half" });
|
|
34848
34845
|
}
|
|
34849
34846
|
let input;
|
|
34850
34847
|
try {
|
|
@@ -35123,6 +35120,9 @@ function createRegisterTool(logger, server, sdk, allowedScopes, allowedTools) {
|
|
|
35123
35120
|
return;
|
|
35124
35121
|
}
|
|
35125
35122
|
const toolScopes = tool.scopes ?? [];
|
|
35123
|
+
if (allowedScopes.size > 0 && toolScopes.length === 0) {
|
|
35124
|
+
return;
|
|
35125
|
+
}
|
|
35126
35126
|
if (!toolScopes.every((s) => allowedScopes.has(s))) {
|
|
35127
35127
|
return;
|
|
35128
35128
|
}
|
|
@@ -36588,8 +36588,8 @@ var init_debitholdperiod = __esm(() => {
|
|
|
36588
36588
|
init_lib();
|
|
36589
36589
|
DebitHoldPeriod = {
|
|
36590
36590
|
NoHold: "no-hold",
|
|
36591
|
-
|
|
36592
|
-
|
|
36591
|
+
OneMinusDay: "1-day",
|
|
36592
|
+
TwoMinusDays: "2-days"
|
|
36593
36593
|
};
|
|
36594
36594
|
DebitHoldPeriod$inboundSchema = nativeEnumType(DebitHoldPeriod);
|
|
36595
36595
|
DebitHoldPeriod$outboundSchema = DebitHoldPeriod$inboundSchema;
|
|
@@ -37358,7 +37358,8 @@ var init_paymentmethodtype = __esm(() => {
|
|
|
37358
37358
|
CardPayment: "card-payment",
|
|
37359
37359
|
PushToCard: "push-to-card",
|
|
37360
37360
|
PullFromCard: "pull-from-card",
|
|
37361
|
-
ApplePay: "apple-pay"
|
|
37361
|
+
ApplePay: "apple-pay",
|
|
37362
|
+
CardPresentPayment: "card-present-payment"
|
|
37362
37363
|
};
|
|
37363
37364
|
PaymentMethodType$inboundSchema = nativeEnumType(PaymentMethodType);
|
|
37364
37365
|
PaymentMethodType$outboundSchema = PaymentMethodType$inboundSchema;
|
|
@@ -38597,6 +38598,89 @@ var init_cardpaymentpaymentmethod = __esm(() => {
|
|
|
38597
38598
|
})(CardPaymentPaymentMethod$ ||= {});
|
|
38598
38599
|
});
|
|
38599
38600
|
|
|
38601
|
+
// src/models/components/entrymode.ts
|
|
38602
|
+
var EntryMode, EntryMode$inboundSchema, EntryMode$outboundSchema, EntryMode$;
|
|
38603
|
+
var init_entrymode = __esm(() => {
|
|
38604
|
+
init_lib();
|
|
38605
|
+
EntryMode = {
|
|
38606
|
+
Contactless: "contactless"
|
|
38607
|
+
};
|
|
38608
|
+
EntryMode$inboundSchema = nativeEnumType(EntryMode);
|
|
38609
|
+
EntryMode$outboundSchema = EntryMode$inboundSchema;
|
|
38610
|
+
((EntryMode$) => {
|
|
38611
|
+
EntryMode$.inboundSchema = EntryMode$inboundSchema;
|
|
38612
|
+
EntryMode$.outboundSchema = EntryMode$outboundSchema;
|
|
38613
|
+
})(EntryMode$ ||= {});
|
|
38614
|
+
});
|
|
38615
|
+
|
|
38616
|
+
// src/models/components/terminalcard.ts
|
|
38617
|
+
var TerminalCard$inboundSchema, TerminalCard$outboundSchema, TerminalCard$;
|
|
38618
|
+
var init_terminalcard = __esm(() => {
|
|
38619
|
+
init_lib();
|
|
38620
|
+
init_cardbrand();
|
|
38621
|
+
init_cardexpiration();
|
|
38622
|
+
init_cardtype();
|
|
38623
|
+
init_entrymode();
|
|
38624
|
+
TerminalCard$inboundSchema = objectType({
|
|
38625
|
+
entryMode: EntryMode$inboundSchema.optional(),
|
|
38626
|
+
brand: CardBrand$inboundSchema.optional(),
|
|
38627
|
+
bin: stringType().optional(),
|
|
38628
|
+
cardType: CardType$inboundSchema.optional(),
|
|
38629
|
+
expiration: CardExpiration$inboundSchema.optional(),
|
|
38630
|
+
fingerprint: stringType().optional(),
|
|
38631
|
+
holderName: stringType().optional(),
|
|
38632
|
+
issuer: stringType().optional(),
|
|
38633
|
+
issuerCountry: stringType().optional(),
|
|
38634
|
+
lastFourCardNumber: stringType().optional()
|
|
38635
|
+
});
|
|
38636
|
+
TerminalCard$outboundSchema = objectType({
|
|
38637
|
+
entryMode: EntryMode$outboundSchema.optional(),
|
|
38638
|
+
brand: CardBrand$outboundSchema.optional(),
|
|
38639
|
+
bin: stringType().optional(),
|
|
38640
|
+
cardType: CardType$outboundSchema.optional(),
|
|
38641
|
+
expiration: CardExpiration$outboundSchema.optional(),
|
|
38642
|
+
fingerprint: stringType().optional(),
|
|
38643
|
+
holderName: stringType().optional(),
|
|
38644
|
+
issuer: stringType().optional(),
|
|
38645
|
+
issuerCountry: stringType().optional(),
|
|
38646
|
+
lastFourCardNumber: stringType().optional()
|
|
38647
|
+
});
|
|
38648
|
+
((TerminalCard$) => {
|
|
38649
|
+
TerminalCard$.inboundSchema = TerminalCard$inboundSchema;
|
|
38650
|
+
TerminalCard$.outboundSchema = TerminalCard$outboundSchema;
|
|
38651
|
+
})(TerminalCard$ ||= {});
|
|
38652
|
+
});
|
|
38653
|
+
|
|
38654
|
+
// src/models/components/cardpresentpaymentpaymentmethod.ts
|
|
38655
|
+
var CardPresentPaymentPaymentMethodPaymentMethodType, CardPresentPaymentPaymentMethodPaymentMethodType$inboundSchema, CardPresentPaymentPaymentMethodPaymentMethodType$outboundSchema, CardPresentPaymentPaymentMethodPaymentMethodType$, CardPresentPaymentPaymentMethod$inboundSchema, CardPresentPaymentPaymentMethod$outboundSchema, CardPresentPaymentPaymentMethod$;
|
|
38656
|
+
var init_cardpresentpaymentpaymentmethod = __esm(() => {
|
|
38657
|
+
init_lib();
|
|
38658
|
+
init_terminalcard();
|
|
38659
|
+
CardPresentPaymentPaymentMethodPaymentMethodType = {
|
|
38660
|
+
CardPresentPayment: "card-present-payment"
|
|
38661
|
+
};
|
|
38662
|
+
CardPresentPaymentPaymentMethodPaymentMethodType$inboundSchema = nativeEnumType(CardPresentPaymentPaymentMethodPaymentMethodType);
|
|
38663
|
+
CardPresentPaymentPaymentMethodPaymentMethodType$outboundSchema = CardPresentPaymentPaymentMethodPaymentMethodType$inboundSchema;
|
|
38664
|
+
((CardPresentPaymentPaymentMethodPaymentMethodType$) => {
|
|
38665
|
+
CardPresentPaymentPaymentMethodPaymentMethodType$.inboundSchema = CardPresentPaymentPaymentMethodPaymentMethodType$inboundSchema;
|
|
38666
|
+
CardPresentPaymentPaymentMethodPaymentMethodType$.outboundSchema = CardPresentPaymentPaymentMethodPaymentMethodType$outboundSchema;
|
|
38667
|
+
})(CardPresentPaymentPaymentMethodPaymentMethodType$ ||= {});
|
|
38668
|
+
CardPresentPaymentPaymentMethod$inboundSchema = objectType({
|
|
38669
|
+
paymentMethodID: stringType(),
|
|
38670
|
+
paymentMethodType: CardPresentPaymentPaymentMethodPaymentMethodType$inboundSchema,
|
|
38671
|
+
terminalCard: TerminalCard$inboundSchema.optional()
|
|
38672
|
+
});
|
|
38673
|
+
CardPresentPaymentPaymentMethod$outboundSchema = objectType({
|
|
38674
|
+
paymentMethodID: stringType(),
|
|
38675
|
+
paymentMethodType: CardPresentPaymentPaymentMethodPaymentMethodType$outboundSchema,
|
|
38676
|
+
terminalCard: TerminalCard$outboundSchema.optional()
|
|
38677
|
+
});
|
|
38678
|
+
((CardPresentPaymentPaymentMethod$) => {
|
|
38679
|
+
CardPresentPaymentPaymentMethod$.inboundSchema = CardPresentPaymentPaymentMethod$inboundSchema;
|
|
38680
|
+
CardPresentPaymentPaymentMethod$.outboundSchema = CardPresentPaymentPaymentMethod$outboundSchema;
|
|
38681
|
+
})(CardPresentPaymentPaymentMethod$ ||= {});
|
|
38682
|
+
});
|
|
38683
|
+
|
|
38600
38684
|
// src/models/components/cardtransactionstatus.ts
|
|
38601
38685
|
var CardTransactionStatus, CardTransactionStatus$inboundSchema, CardTransactionStatus$outboundSchema, CardTransactionStatus$;
|
|
38602
38686
|
var init_cardtransactionstatus = __esm(() => {
|
|
@@ -38836,24 +38920,24 @@ var init_countrieserrors = __esm(() => {
|
|
|
38836
38920
|
});
|
|
38837
38921
|
|
|
38838
38922
|
// src/models/components/taxid.ts
|
|
38839
|
-
var
|
|
38923
|
+
var Ein$inboundSchema, Ein$outboundSchema, Ein$, TaxID$inboundSchema, TaxID$outboundSchema, TaxID$;
|
|
38840
38924
|
var init_taxid = __esm(() => {
|
|
38841
38925
|
init_lib();
|
|
38842
|
-
|
|
38926
|
+
Ein$inboundSchema = objectType({
|
|
38843
38927
|
number: stringType()
|
|
38844
38928
|
});
|
|
38845
|
-
|
|
38929
|
+
Ein$outboundSchema = objectType({
|
|
38846
38930
|
number: stringType()
|
|
38847
38931
|
});
|
|
38848
|
-
((
|
|
38849
|
-
|
|
38850
|
-
|
|
38851
|
-
})(
|
|
38932
|
+
((Ein$) => {
|
|
38933
|
+
Ein$.inboundSchema = Ein$inboundSchema;
|
|
38934
|
+
Ein$.outboundSchema = Ein$outboundSchema;
|
|
38935
|
+
})(Ein$ ||= {});
|
|
38852
38936
|
TaxID$inboundSchema = objectType({
|
|
38853
|
-
ein: lazyType(() =>
|
|
38937
|
+
ein: lazyType(() => Ein$inboundSchema)
|
|
38854
38938
|
});
|
|
38855
38939
|
TaxID$outboundSchema = objectType({
|
|
38856
|
-
ein: lazyType(() =>
|
|
38940
|
+
ein: lazyType(() => Ein$outboundSchema)
|
|
38857
38941
|
});
|
|
38858
38942
|
((TaxID$) => {
|
|
38859
38943
|
TaxID$.inboundSchema = TaxID$inboundSchema;
|
|
@@ -38904,40 +38988,40 @@ var init_createbusinessprofile = __esm(() => {
|
|
|
38904
38988
|
});
|
|
38905
38989
|
|
|
38906
38990
|
// src/models/components/governmentid.ts
|
|
38907
|
-
var
|
|
38991
|
+
var Ssn$inboundSchema, Ssn$outboundSchema, Ssn$, Itin$inboundSchema, Itin$outboundSchema, Itin$, GovernmentID$inboundSchema, GovernmentID$outboundSchema, GovernmentID$;
|
|
38908
38992
|
var init_governmentid = __esm(() => {
|
|
38909
38993
|
init_lib();
|
|
38910
|
-
|
|
38994
|
+
Ssn$inboundSchema = objectType({
|
|
38911
38995
|
full: stringType().optional(),
|
|
38912
38996
|
lastFour: stringType().optional()
|
|
38913
38997
|
});
|
|
38914
|
-
|
|
38998
|
+
Ssn$outboundSchema = objectType({
|
|
38915
38999
|
full: stringType().optional(),
|
|
38916
39000
|
lastFour: stringType().optional()
|
|
38917
39001
|
});
|
|
38918
|
-
((
|
|
38919
|
-
|
|
38920
|
-
|
|
38921
|
-
})(
|
|
38922
|
-
|
|
39002
|
+
((Ssn$) => {
|
|
39003
|
+
Ssn$.inboundSchema = Ssn$inboundSchema;
|
|
39004
|
+
Ssn$.outboundSchema = Ssn$outboundSchema;
|
|
39005
|
+
})(Ssn$ ||= {});
|
|
39006
|
+
Itin$inboundSchema = objectType({
|
|
38923
39007
|
full: stringType().optional(),
|
|
38924
39008
|
lastFour: stringType().optional()
|
|
38925
39009
|
});
|
|
38926
|
-
|
|
39010
|
+
Itin$outboundSchema = objectType({
|
|
38927
39011
|
full: stringType().optional(),
|
|
38928
39012
|
lastFour: stringType().optional()
|
|
38929
39013
|
});
|
|
38930
|
-
((
|
|
38931
|
-
|
|
38932
|
-
|
|
38933
|
-
})(
|
|
39014
|
+
((Itin$) => {
|
|
39015
|
+
Itin$.inboundSchema = Itin$inboundSchema;
|
|
39016
|
+
Itin$.outboundSchema = Itin$outboundSchema;
|
|
39017
|
+
})(Itin$ ||= {});
|
|
38934
39018
|
GovernmentID$inboundSchema = objectType({
|
|
38935
|
-
ssn: lazyType(() =>
|
|
38936
|
-
itin: lazyType(() =>
|
|
39019
|
+
ssn: lazyType(() => Ssn$inboundSchema).optional(),
|
|
39020
|
+
itin: lazyType(() => Itin$inboundSchema).optional()
|
|
38937
39021
|
});
|
|
38938
39022
|
GovernmentID$outboundSchema = objectType({
|
|
38939
|
-
ssn: lazyType(() =>
|
|
38940
|
-
itin: lazyType(() =>
|
|
39023
|
+
ssn: lazyType(() => Ssn$outboundSchema).optional(),
|
|
39024
|
+
itin: lazyType(() => Itin$outboundSchema).optional()
|
|
38941
39025
|
});
|
|
38942
39026
|
((GovernmentID$) => {
|
|
38943
39027
|
GovernmentID$.inboundSchema = GovernmentID$inboundSchema;
|
|
@@ -40536,18 +40620,38 @@ var init_evidenceuploadresponse = __esm(() => {
|
|
|
40536
40620
|
})(EvidenceUploadResponse$ ||= {});
|
|
40537
40621
|
});
|
|
40538
40622
|
|
|
40623
|
+
// src/models/components/minimumcommitment.ts
|
|
40624
|
+
var MinimumCommitment$inboundSchema, MinimumCommitment$outboundSchema, MinimumCommitment$;
|
|
40625
|
+
var init_minimumcommitment = __esm(() => {
|
|
40626
|
+
init_lib();
|
|
40627
|
+
MinimumCommitment$inboundSchema = objectType({
|
|
40628
|
+
currency: stringType(),
|
|
40629
|
+
valueDecimal: stringType()
|
|
40630
|
+
});
|
|
40631
|
+
MinimumCommitment$outboundSchema = objectType({
|
|
40632
|
+
currency: stringType(),
|
|
40633
|
+
valueDecimal: stringType()
|
|
40634
|
+
});
|
|
40635
|
+
((MinimumCommitment$) => {
|
|
40636
|
+
MinimumCommitment$.inboundSchema = MinimumCommitment$inboundSchema;
|
|
40637
|
+
MinimumCommitment$.outboundSchema = MinimumCommitment$outboundSchema;
|
|
40638
|
+
})(MinimumCommitment$ ||= {});
|
|
40639
|
+
});
|
|
40640
|
+
|
|
40539
40641
|
// src/models/components/feeplan.ts
|
|
40540
40642
|
var FeePlan$inboundSchema, FeePlan$outboundSchema, FeePlan$;
|
|
40541
40643
|
var init_feeplan = __esm(() => {
|
|
40542
40644
|
init_lib();
|
|
40543
40645
|
init_billablefee();
|
|
40544
40646
|
init_cardacquiringmodel();
|
|
40647
|
+
init_minimumcommitment();
|
|
40545
40648
|
FeePlan$inboundSchema = objectType({
|
|
40546
40649
|
planID: stringType(),
|
|
40547
40650
|
name: stringType(),
|
|
40548
40651
|
description: stringType().optional(),
|
|
40549
40652
|
cardAcquiringModel: CardAcquiringModel$inboundSchema,
|
|
40550
40653
|
billableFees: arrayType(BillableFee$inboundSchema),
|
|
40654
|
+
minimumCommitment: MinimumCommitment$inboundSchema,
|
|
40551
40655
|
createdAt: stringType().datetime({ offset: true }).transform((v2) => new Date(v2))
|
|
40552
40656
|
});
|
|
40553
40657
|
FeePlan$outboundSchema = objectType({
|
|
@@ -40556,6 +40660,7 @@ var init_feeplan = __esm(() => {
|
|
|
40556
40660
|
description: stringType().optional(),
|
|
40557
40661
|
cardAcquiringModel: CardAcquiringModel$outboundSchema,
|
|
40558
40662
|
billableFees: arrayType(BillableFee$outboundSchema),
|
|
40663
|
+
minimumCommitment: MinimumCommitment$outboundSchema,
|
|
40559
40664
|
createdAt: dateType().transform((v2) => v2.toISOString())
|
|
40560
40665
|
});
|
|
40561
40666
|
((FeePlan$) => {
|
|
@@ -40587,6 +40692,7 @@ var init_feeplanagreement = __esm(() => {
|
|
|
40587
40692
|
init_billablefee();
|
|
40588
40693
|
init_cardacquiringmodel();
|
|
40589
40694
|
init_feeplanagreementstatus();
|
|
40695
|
+
init_minimumcommitment();
|
|
40590
40696
|
FeePlanAgreement$inboundSchema = objectType({
|
|
40591
40697
|
agreementID: stringType(),
|
|
40592
40698
|
planID: stringType(),
|
|
@@ -40596,7 +40702,8 @@ var init_feeplanagreement = __esm(() => {
|
|
|
40596
40702
|
acceptedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)),
|
|
40597
40703
|
status: FeePlanAgreementStatus$inboundSchema,
|
|
40598
40704
|
cardAcquiringModel: CardAcquiringModel$inboundSchema,
|
|
40599
|
-
billableFees: arrayType(BillableFee$inboundSchema)
|
|
40705
|
+
billableFees: arrayType(BillableFee$inboundSchema),
|
|
40706
|
+
minimumCommitment: MinimumCommitment$inboundSchema
|
|
40600
40707
|
});
|
|
40601
40708
|
FeePlanAgreement$outboundSchema = objectType({
|
|
40602
40709
|
agreementID: stringType(),
|
|
@@ -40607,7 +40714,8 @@ var init_feeplanagreement = __esm(() => {
|
|
|
40607
40714
|
acceptedOn: dateType().transform((v2) => v2.toISOString()),
|
|
40608
40715
|
status: FeePlanAgreementStatus$outboundSchema,
|
|
40609
40716
|
cardAcquiringModel: CardAcquiringModel$outboundSchema,
|
|
40610
|
-
billableFees: arrayType(BillableFee$outboundSchema)
|
|
40717
|
+
billableFees: arrayType(BillableFee$outboundSchema),
|
|
40718
|
+
minimumCommitment: MinimumCommitment$outboundSchema
|
|
40611
40719
|
});
|
|
40612
40720
|
((FeePlanAgreement$) => {
|
|
40613
40721
|
FeePlanAgreement$.inboundSchema = FeePlanAgreement$inboundSchema;
|
|
@@ -41086,40 +41194,40 @@ var init_generatedby = __esm(() => {
|
|
|
41086
41194
|
});
|
|
41087
41195
|
|
|
41088
41196
|
// src/models/components/governmentiderror.ts
|
|
41089
|
-
var
|
|
41197
|
+
var GovernmentIDErrorSsn$inboundSchema, GovernmentIDErrorSsn$outboundSchema, GovernmentIDErrorSsn$, GovernmentIDErrorItin$inboundSchema, GovernmentIDErrorItin$outboundSchema, GovernmentIDErrorItin$, GovernmentIDError$inboundSchema, GovernmentIDError$outboundSchema, GovernmentIDError$;
|
|
41090
41198
|
var init_governmentiderror = __esm(() => {
|
|
41091
41199
|
init_lib();
|
|
41092
|
-
|
|
41200
|
+
GovernmentIDErrorSsn$inboundSchema = objectType({
|
|
41093
41201
|
full: stringType().optional(),
|
|
41094
41202
|
lastFour: stringType().optional()
|
|
41095
41203
|
});
|
|
41096
|
-
|
|
41204
|
+
GovernmentIDErrorSsn$outboundSchema = objectType({
|
|
41097
41205
|
full: stringType().optional(),
|
|
41098
41206
|
lastFour: stringType().optional()
|
|
41099
41207
|
});
|
|
41100
|
-
((
|
|
41101
|
-
|
|
41102
|
-
|
|
41103
|
-
})(
|
|
41104
|
-
|
|
41208
|
+
((GovernmentIDErrorSsn$) => {
|
|
41209
|
+
GovernmentIDErrorSsn$.inboundSchema = GovernmentIDErrorSsn$inboundSchema;
|
|
41210
|
+
GovernmentIDErrorSsn$.outboundSchema = GovernmentIDErrorSsn$outboundSchema;
|
|
41211
|
+
})(GovernmentIDErrorSsn$ ||= {});
|
|
41212
|
+
GovernmentIDErrorItin$inboundSchema = objectType({
|
|
41105
41213
|
full: stringType().optional(),
|
|
41106
41214
|
lastFour: stringType().optional()
|
|
41107
41215
|
});
|
|
41108
|
-
|
|
41216
|
+
GovernmentIDErrorItin$outboundSchema = objectType({
|
|
41109
41217
|
full: stringType().optional(),
|
|
41110
41218
|
lastFour: stringType().optional()
|
|
41111
41219
|
});
|
|
41112
|
-
((
|
|
41113
|
-
|
|
41114
|
-
|
|
41115
|
-
})(
|
|
41220
|
+
((GovernmentIDErrorItin$) => {
|
|
41221
|
+
GovernmentIDErrorItin$.inboundSchema = GovernmentIDErrorItin$inboundSchema;
|
|
41222
|
+
GovernmentIDErrorItin$.outboundSchema = GovernmentIDErrorItin$outboundSchema;
|
|
41223
|
+
})(GovernmentIDErrorItin$ ||= {});
|
|
41116
41224
|
GovernmentIDError$inboundSchema = objectType({
|
|
41117
|
-
ssn: lazyType(() =>
|
|
41118
|
-
itin: lazyType(() =>
|
|
41225
|
+
ssn: lazyType(() => GovernmentIDErrorSsn$inboundSchema).optional(),
|
|
41226
|
+
itin: lazyType(() => GovernmentIDErrorItin$inboundSchema).optional()
|
|
41119
41227
|
});
|
|
41120
41228
|
GovernmentIDError$outboundSchema = objectType({
|
|
41121
|
-
ssn: lazyType(() =>
|
|
41122
|
-
itin: lazyType(() =>
|
|
41229
|
+
ssn: lazyType(() => GovernmentIDErrorSsn$outboundSchema).optional(),
|
|
41230
|
+
itin: lazyType(() => GovernmentIDErrorItin$outboundSchema).optional()
|
|
41123
41231
|
});
|
|
41124
41232
|
((GovernmentIDError$) => {
|
|
41125
41233
|
GovernmentIDError$.inboundSchema = GovernmentIDError$inboundSchema;
|
|
@@ -42126,12 +42234,33 @@ var init_onboardinginviterequest = __esm(() => {
|
|
|
42126
42234
|
})(OnboardingInviteRequest$ ||= {});
|
|
42127
42235
|
});
|
|
42128
42236
|
|
|
42237
|
+
// src/models/components/partialscheduleaccount.ts
|
|
42238
|
+
var PartialScheduleAccount$inboundSchema, PartialScheduleAccount$outboundSchema, PartialScheduleAccount$;
|
|
42239
|
+
var init_partialscheduleaccount = __esm(() => {
|
|
42240
|
+
init_lib();
|
|
42241
|
+
PartialScheduleAccount$inboundSchema = objectType({
|
|
42242
|
+
accountID: stringType(),
|
|
42243
|
+
displayName: stringType(),
|
|
42244
|
+
email: stringType().optional()
|
|
42245
|
+
});
|
|
42246
|
+
PartialScheduleAccount$outboundSchema = objectType({
|
|
42247
|
+
accountID: stringType(),
|
|
42248
|
+
displayName: stringType(),
|
|
42249
|
+
email: stringType().optional()
|
|
42250
|
+
});
|
|
42251
|
+
((PartialScheduleAccount$) => {
|
|
42252
|
+
PartialScheduleAccount$.inboundSchema = PartialScheduleAccount$inboundSchema;
|
|
42253
|
+
PartialScheduleAccount$.outboundSchema = PartialScheduleAccount$outboundSchema;
|
|
42254
|
+
})(PartialScheduleAccount$ ||= {});
|
|
42255
|
+
});
|
|
42256
|
+
|
|
42129
42257
|
// src/models/components/partnerpricing.ts
|
|
42130
42258
|
var PartnerPricing$inboundSchema, PartnerPricing$outboundSchema, PartnerPricing$;
|
|
42131
42259
|
var init_partnerpricing = __esm(() => {
|
|
42132
42260
|
init_lib();
|
|
42133
42261
|
init_billablefee();
|
|
42134
42262
|
init_cardacquiringmodel();
|
|
42263
|
+
init_minimumcommitment();
|
|
42135
42264
|
PartnerPricing$inboundSchema = objectType({
|
|
42136
42265
|
planID: stringType(),
|
|
42137
42266
|
name: stringType(),
|
|
@@ -42139,6 +42268,7 @@ var init_partnerpricing = __esm(() => {
|
|
|
42139
42268
|
revenueShare: numberType().int(),
|
|
42140
42269
|
cardAcquiringModel: CardAcquiringModel$inboundSchema,
|
|
42141
42270
|
billableFees: arrayType(BillableFee$inboundSchema),
|
|
42271
|
+
minimumCommitment: MinimumCommitment$inboundSchema,
|
|
42142
42272
|
createdAt: stringType().datetime({ offset: true }).transform((v2) => new Date(v2))
|
|
42143
42273
|
});
|
|
42144
42274
|
PartnerPricing$outboundSchema = objectType({
|
|
@@ -42148,6 +42278,7 @@ var init_partnerpricing = __esm(() => {
|
|
|
42148
42278
|
revenueShare: numberType().int(),
|
|
42149
42279
|
cardAcquiringModel: CardAcquiringModel$outboundSchema,
|
|
42150
42280
|
billableFees: arrayType(BillableFee$outboundSchema),
|
|
42281
|
+
minimumCommitment: MinimumCommitment$outboundSchema,
|
|
42151
42282
|
createdAt: dateType().transform((v2) => v2.toISOString())
|
|
42152
42283
|
});
|
|
42153
42284
|
((PartnerPricing$) => {
|
|
@@ -42163,6 +42294,7 @@ var init_partnerpricingagreement = __esm(() => {
|
|
|
42163
42294
|
init_billablefee();
|
|
42164
42295
|
init_cardacquiringmodel();
|
|
42165
42296
|
init_feeplanagreementstatus();
|
|
42297
|
+
init_minimumcommitment();
|
|
42166
42298
|
PartnerPricingAgreement$inboundSchema = objectType({
|
|
42167
42299
|
agreementID: stringType(),
|
|
42168
42300
|
planID: stringType(),
|
|
@@ -42173,6 +42305,7 @@ var init_partnerpricingagreement = __esm(() => {
|
|
|
42173
42305
|
status: FeePlanAgreementStatus$inboundSchema,
|
|
42174
42306
|
cardAcquiringModel: CardAcquiringModel$inboundSchema,
|
|
42175
42307
|
billableFees: arrayType(BillableFee$inboundSchema),
|
|
42308
|
+
minimumCommitment: MinimumCommitment$inboundSchema,
|
|
42176
42309
|
revenueShare: numberType().int()
|
|
42177
42310
|
});
|
|
42178
42311
|
PartnerPricingAgreement$outboundSchema = objectType({
|
|
@@ -42185,6 +42318,7 @@ var init_partnerpricingagreement = __esm(() => {
|
|
|
42185
42318
|
status: FeePlanAgreementStatus$outboundSchema,
|
|
42186
42319
|
cardAcquiringModel: CardAcquiringModel$outboundSchema,
|
|
42187
42320
|
billableFees: arrayType(BillableFee$outboundSchema),
|
|
42321
|
+
minimumCommitment: MinimumCommitment$outboundSchema,
|
|
42188
42322
|
revenueShare: numberType().int()
|
|
42189
42323
|
});
|
|
42190
42324
|
((PartnerPricingAgreement$) => {
|
|
@@ -42194,24 +42328,24 @@ var init_partnerpricingagreement = __esm(() => {
|
|
|
42194
42328
|
});
|
|
42195
42329
|
|
|
42196
42330
|
// src/models/components/taxidupdate.ts
|
|
42197
|
-
var
|
|
42331
|
+
var TaxIDUpdateEin$inboundSchema, TaxIDUpdateEin$outboundSchema, TaxIDUpdateEin$, TaxIDUpdate$inboundSchema, TaxIDUpdate$outboundSchema, TaxIDUpdate$;
|
|
42198
42332
|
var init_taxidupdate = __esm(() => {
|
|
42199
42333
|
init_lib();
|
|
42200
|
-
|
|
42334
|
+
TaxIDUpdateEin$inboundSchema = objectType({
|
|
42201
42335
|
number: stringType().optional()
|
|
42202
42336
|
});
|
|
42203
|
-
|
|
42337
|
+
TaxIDUpdateEin$outboundSchema = objectType({
|
|
42204
42338
|
number: stringType().optional()
|
|
42205
42339
|
});
|
|
42206
|
-
((
|
|
42207
|
-
|
|
42208
|
-
|
|
42209
|
-
})(
|
|
42340
|
+
((TaxIDUpdateEin$) => {
|
|
42341
|
+
TaxIDUpdateEin$.inboundSchema = TaxIDUpdateEin$inboundSchema;
|
|
42342
|
+
TaxIDUpdateEin$.outboundSchema = TaxIDUpdateEin$outboundSchema;
|
|
42343
|
+
})(TaxIDUpdateEin$ ||= {});
|
|
42210
42344
|
TaxIDUpdate$inboundSchema = objectType({
|
|
42211
|
-
ein: lazyType(() =>
|
|
42345
|
+
ein: lazyType(() => TaxIDUpdateEin$inboundSchema).optional()
|
|
42212
42346
|
});
|
|
42213
42347
|
TaxIDUpdate$outboundSchema = objectType({
|
|
42214
|
-
ein: lazyType(() =>
|
|
42348
|
+
ein: lazyType(() => TaxIDUpdateEin$outboundSchema).optional()
|
|
42215
42349
|
});
|
|
42216
42350
|
((TaxIDUpdate$) => {
|
|
42217
42351
|
TaxIDUpdate$.inboundSchema = TaxIDUpdate$inboundSchema;
|
|
@@ -42791,6 +42925,7 @@ var init_paymentmethod = __esm(() => {
|
|
|
42791
42925
|
init_achdebitfundpaymentmethod();
|
|
42792
42926
|
init_applepaypaymentmethod();
|
|
42793
42927
|
init_cardpaymentpaymentmethod();
|
|
42928
|
+
init_cardpresentpaymentpaymentmethod();
|
|
42794
42929
|
init_moovwalletpaymentmethod();
|
|
42795
42930
|
init_pullfromcardpaymentmethod();
|
|
42796
42931
|
init_pushtocardpaymentmethod();
|
|
@@ -42809,7 +42944,8 @@ var init_paymentmethod = __esm(() => {
|
|
|
42809
42944
|
PullFromCardPaymentMethod$inboundSchema.and(objectType({ paymentMethodType: literalType("pull-from-card") }).transform((v2) => ({ paymentMethodType: v2.paymentMethodType }))),
|
|
42810
42945
|
ApplePayPaymentMethod$inboundSchema.and(objectType({ paymentMethodType: literalType("apple-pay") }).transform((v2) => ({
|
|
42811
42946
|
paymentMethodType: v2.paymentMethodType
|
|
42812
|
-
})))
|
|
42947
|
+
}))),
|
|
42948
|
+
CardPresentPaymentPaymentMethod$inboundSchema.and(objectType({ paymentMethodType: literalType("card-present-payment") }).transform((v2) => ({ paymentMethodType: v2.paymentMethodType })))
|
|
42813
42949
|
]);
|
|
42814
42950
|
PaymentMethod$outboundSchema = unionType([
|
|
42815
42951
|
MoovWalletPaymentMethod$outboundSchema.and(objectType({ paymentMethodType: literalType("moov-wallet") }).transform((v2) => ({ paymentMethodType: v2.paymentMethodType }))),
|
|
@@ -42825,7 +42961,8 @@ var init_paymentmethod = __esm(() => {
|
|
|
42825
42961
|
PullFromCardPaymentMethod$outboundSchema.and(objectType({ paymentMethodType: literalType("pull-from-card") }).transform((v2) => ({ paymentMethodType: v2.paymentMethodType }))),
|
|
42826
42962
|
ApplePayPaymentMethod$outboundSchema.and(objectType({ paymentMethodType: literalType("apple-pay") }).transform((v2) => ({
|
|
42827
42963
|
paymentMethodType: v2.paymentMethodType
|
|
42828
|
-
})))
|
|
42964
|
+
}))),
|
|
42965
|
+
CardPresentPaymentPaymentMethod$outboundSchema.and(objectType({ paymentMethodType: literalType("card-present-payment") }).transform((v2) => ({ paymentMethodType: v2.paymentMethodType })))
|
|
42829
42966
|
]);
|
|
42830
42967
|
((PaymentMethod$) => {
|
|
42831
42968
|
PaymentMethod$.inboundSchema = PaymentMethod$inboundSchema;
|
|
@@ -43246,6 +43383,54 @@ var init_rtptransactiondetails = __esm(() => {
|
|
|
43246
43383
|
})(RTPTransactionDetails$ ||= {});
|
|
43247
43384
|
});
|
|
43248
43385
|
|
|
43386
|
+
// src/models/components/schedulelistresponse.ts
|
|
43387
|
+
var ScheduleListResponse$inboundSchema, ScheduleListResponse$outboundSchema, ScheduleListResponse$;
|
|
43388
|
+
var init_schedulelistresponse = __esm(() => {
|
|
43389
|
+
init_lib();
|
|
43390
|
+
init_mode();
|
|
43391
|
+
init_occurrencesresponse();
|
|
43392
|
+
init_partialscheduleaccount();
|
|
43393
|
+
init_recur();
|
|
43394
|
+
ScheduleListResponse$inboundSchema = objectType({
|
|
43395
|
+
description: stringType().optional(),
|
|
43396
|
+
destinationAccountID: stringType(),
|
|
43397
|
+
mode: Mode$inboundSchema,
|
|
43398
|
+
occurrences: arrayType(OccurrencesResponse$inboundSchema).optional(),
|
|
43399
|
+
ownerAccountID: stringType(),
|
|
43400
|
+
partnerAccountID: stringType(),
|
|
43401
|
+
recur: Recur$inboundSchema.optional(),
|
|
43402
|
+
scheduleID: stringType(),
|
|
43403
|
+
sourceAccountID: stringType(),
|
|
43404
|
+
createdOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)),
|
|
43405
|
+
updatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)),
|
|
43406
|
+
disabledOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
43407
|
+
sourceAccount: PartialScheduleAccount$inboundSchema.optional(),
|
|
43408
|
+
destinationAccount: PartialScheduleAccount$inboundSchema.optional(),
|
|
43409
|
+
partnerAccount: PartialScheduleAccount$inboundSchema.optional()
|
|
43410
|
+
});
|
|
43411
|
+
ScheduleListResponse$outboundSchema = objectType({
|
|
43412
|
+
description: stringType().optional(),
|
|
43413
|
+
destinationAccountID: stringType(),
|
|
43414
|
+
mode: Mode$outboundSchema,
|
|
43415
|
+
occurrences: arrayType(OccurrencesResponse$outboundSchema).optional(),
|
|
43416
|
+
ownerAccountID: stringType(),
|
|
43417
|
+
partnerAccountID: stringType(),
|
|
43418
|
+
recur: Recur$outboundSchema.optional(),
|
|
43419
|
+
scheduleID: stringType(),
|
|
43420
|
+
sourceAccountID: stringType(),
|
|
43421
|
+
createdOn: dateType().transform((v2) => v2.toISOString()),
|
|
43422
|
+
updatedOn: dateType().transform((v2) => v2.toISOString()),
|
|
43423
|
+
disabledOn: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
43424
|
+
sourceAccount: PartialScheduleAccount$outboundSchema.optional(),
|
|
43425
|
+
destinationAccount: PartialScheduleAccount$outboundSchema.optional(),
|
|
43426
|
+
partnerAccount: PartialScheduleAccount$outboundSchema.optional()
|
|
43427
|
+
});
|
|
43428
|
+
((ScheduleListResponse$) => {
|
|
43429
|
+
ScheduleListResponse$.inboundSchema = ScheduleListResponse$inboundSchema;
|
|
43430
|
+
ScheduleListResponse$.outboundSchema = ScheduleListResponse$outboundSchema;
|
|
43431
|
+
})(ScheduleListResponse$ ||= {});
|
|
43432
|
+
});
|
|
43433
|
+
|
|
43249
43434
|
// src/models/components/scheduleresponse.ts
|
|
43250
43435
|
var ScheduleResponse$inboundSchema, ScheduleResponse$outboundSchema, ScheduleResponse$;
|
|
43251
43436
|
var init_scheduleresponse = __esm(() => {
|
|
@@ -44489,6 +44674,7 @@ var init_components = __esm(() => {
|
|
|
44489
44674
|
init_cardpaymentdetailserror();
|
|
44490
44675
|
init_cardpaymentpaymentmethod();
|
|
44491
44676
|
init_cardpaymentsettings();
|
|
44677
|
+
init_cardpresentpaymentpaymentmethod();
|
|
44492
44678
|
init_cardtransactiondetails();
|
|
44493
44679
|
init_cardtransactionfailurecode();
|
|
44494
44680
|
init_cardtransactionstatus();
|
|
@@ -44558,6 +44744,7 @@ var init_components = __esm(() => {
|
|
|
44558
44744
|
init_enrichedindustries();
|
|
44559
44745
|
init_enrichedindustry();
|
|
44560
44746
|
init_enrichedindustrycodes();
|
|
44747
|
+
init_entrymode();
|
|
44561
44748
|
init_evidencetextresponse();
|
|
44562
44749
|
init_evidencetype();
|
|
44563
44750
|
init_evidenceuploadresponse();
|
|
@@ -44619,6 +44806,7 @@ var init_components = __esm(() => {
|
|
|
44619
44806
|
init_manualtermsofservice();
|
|
44620
44807
|
init_manualtermsofserviceupdate();
|
|
44621
44808
|
init_microdepositstatus();
|
|
44809
|
+
init_minimumcommitment();
|
|
44622
44810
|
init_mode();
|
|
44623
44811
|
init_moovfeedetails();
|
|
44624
44812
|
init_moovwalletpaymentmethod();
|
|
@@ -44630,6 +44818,7 @@ var init_components = __esm(() => {
|
|
|
44630
44818
|
init_onboardinginvite();
|
|
44631
44819
|
init_onboardinginviterequest();
|
|
44632
44820
|
init_onboardingpartneraccount();
|
|
44821
|
+
init_partialscheduleaccount();
|
|
44633
44822
|
init_partnerpricing();
|
|
44634
44823
|
init_partnerpricingagreement();
|
|
44635
44824
|
init_patchaccount();
|
|
@@ -44695,6 +44884,7 @@ var init_components = __esm(() => {
|
|
|
44695
44884
|
init_rtptransactiondetails();
|
|
44696
44885
|
init_rtptransactionstatus();
|
|
44697
44886
|
init_runtransfer();
|
|
44887
|
+
init_schedulelistresponse();
|
|
44698
44888
|
init_schedulepaymentmethod();
|
|
44699
44889
|
init_scheduleresponse();
|
|
44700
44890
|
init_seccode();
|
|
@@ -44712,6 +44902,7 @@ var init_components = __esm(() => {
|
|
|
44712
44902
|
init_terminalapplication();
|
|
44713
44903
|
init_terminalapplicationplatform();
|
|
44714
44904
|
init_terminalapplicationstatus();
|
|
44905
|
+
init_terminalcard();
|
|
44715
44906
|
init_termsofservice();
|
|
44716
44907
|
init_termsofserviceerror();
|
|
44717
44908
|
init_termsofservicetoken();
|
|
@@ -52603,11 +52794,14 @@ var init_listrepresentatives = __esm(() => {
|
|
|
52603
52794
|
});
|
|
52604
52795
|
|
|
52605
52796
|
// src/models/operations/listschedules.ts
|
|
52606
|
-
var ListSchedulesGlobals$inboundSchema, ListSchedulesGlobals$outboundSchema, ListSchedulesGlobals$, ListSchedulesRequest$inboundSchema, ListSchedulesRequest$outboundSchema, ListSchedulesRequest$, ListSchedulesResponse$inboundSchema, ListSchedulesResponse$outboundSchema, ListSchedulesResponse$;
|
|
52797
|
+
var Hydrate, ListSchedulesGlobals$inboundSchema, ListSchedulesGlobals$outboundSchema, ListSchedulesGlobals$, Hydrate$inboundSchema, Hydrate$outboundSchema, Hydrate$, ListSchedulesRequest$inboundSchema, ListSchedulesRequest$outboundSchema, ListSchedulesRequest$, ListSchedulesResponse$inboundSchema, ListSchedulesResponse$outboundSchema, ListSchedulesResponse$;
|
|
52607
52798
|
var init_listschedules = __esm(() => {
|
|
52608
52799
|
init_lib();
|
|
52609
52800
|
init_primitives();
|
|
52610
52801
|
init_components();
|
|
52802
|
+
Hydrate = {
|
|
52803
|
+
Accounts: "accounts"
|
|
52804
|
+
};
|
|
52611
52805
|
ListSchedulesGlobals$inboundSchema = objectType({
|
|
52612
52806
|
"x-moov-version": stringType().default("v2024.01.00")
|
|
52613
52807
|
}).transform((v2) => {
|
|
@@ -52626,14 +52820,22 @@ var init_listschedules = __esm(() => {
|
|
|
52626
52820
|
ListSchedulesGlobals$.inboundSchema = ListSchedulesGlobals$inboundSchema;
|
|
52627
52821
|
ListSchedulesGlobals$.outboundSchema = ListSchedulesGlobals$outboundSchema;
|
|
52628
52822
|
})(ListSchedulesGlobals$ ||= {});
|
|
52823
|
+
Hydrate$inboundSchema = nativeEnumType(Hydrate);
|
|
52824
|
+
Hydrate$outboundSchema = Hydrate$inboundSchema;
|
|
52825
|
+
((Hydrate$) => {
|
|
52826
|
+
Hydrate$.inboundSchema = Hydrate$inboundSchema;
|
|
52827
|
+
Hydrate$.outboundSchema = Hydrate$outboundSchema;
|
|
52828
|
+
})(Hydrate$ ||= {});
|
|
52629
52829
|
ListSchedulesRequest$inboundSchema = objectType({
|
|
52630
52830
|
skip: numberType().int().optional(),
|
|
52631
52831
|
count: numberType().int().optional(),
|
|
52832
|
+
hydrate: Hydrate$inboundSchema.optional(),
|
|
52632
52833
|
accountID: stringType()
|
|
52633
52834
|
});
|
|
52634
52835
|
ListSchedulesRequest$outboundSchema = objectType({
|
|
52635
52836
|
skip: numberType().int().optional(),
|
|
52636
52837
|
count: numberType().int().optional(),
|
|
52838
|
+
hydrate: Hydrate$outboundSchema.optional(),
|
|
52637
52839
|
accountID: stringType()
|
|
52638
52840
|
});
|
|
52639
52841
|
((ListSchedulesRequest$) => {
|
|
@@ -52642,7 +52844,7 @@ var init_listschedules = __esm(() => {
|
|
|
52642
52844
|
})(ListSchedulesRequest$ ||= {});
|
|
52643
52845
|
ListSchedulesResponse$inboundSchema = objectType({
|
|
52644
52846
|
Headers: recordType(arrayType(stringType())),
|
|
52645
|
-
Result: arrayType(
|
|
52847
|
+
Result: arrayType(ScheduleListResponse$inboundSchema)
|
|
52646
52848
|
}).transform((v2) => {
|
|
52647
52849
|
return remap(v2, {
|
|
52648
52850
|
Headers: "headers",
|
|
@@ -52651,7 +52853,7 @@ var init_listschedules = __esm(() => {
|
|
|
52651
52853
|
});
|
|
52652
52854
|
ListSchedulesResponse$outboundSchema = objectType({
|
|
52653
52855
|
headers: recordType(arrayType(stringType())),
|
|
52654
|
-
result: arrayType(
|
|
52856
|
+
result: arrayType(ScheduleListResponse$outboundSchema)
|
|
52655
52857
|
}).transform((v2) => {
|
|
52656
52858
|
return remap(v2, {
|
|
52657
52859
|
headers: "Headers",
|
|
@@ -54950,7 +55152,7 @@ var init_accountsAssignCountries2 = __esm(() => {
|
|
|
54950
55152
|
request: AssignAccountCountriesRequest$inboundSchema
|
|
54951
55153
|
};
|
|
54952
55154
|
tool$accountsAssignCountries = {
|
|
54953
|
-
name: "
|
|
55155
|
+
name: "accounts-assign-countries",
|
|
54954
55156
|
description: `Assign the countries of operation for an account.
|
|
54955
55157
|
|
|
54956
55158
|
This endpoint will always overwrite the previously assigned values.
|
|
@@ -55072,7 +55274,7 @@ var init_accountsCreate2 = __esm(() => {
|
|
|
55072
55274
|
request: CreateAccount$inboundSchema
|
|
55073
55275
|
};
|
|
55074
55276
|
tool$accountsCreate = {
|
|
55075
|
-
name: "
|
|
55277
|
+
name: "accounts-create",
|
|
55076
55278
|
description: `You can create **business** or **individual** accounts for your users (i.e., customers, merchants) by passing the required
|
|
55077
55279
|
information to Moov. Requirements differ per account type and requested [capabilities](https://docs.moov.io/guides/accounts/capabilities/requirements/).
|
|
55078
55280
|
|
|
@@ -55203,7 +55405,7 @@ var init_accountsDisconnect2 = __esm(() => {
|
|
|
55203
55405
|
request: DisconnectAccountRequest$inboundSchema
|
|
55204
55406
|
};
|
|
55205
55407
|
tool$accountsDisconnect = {
|
|
55206
|
-
name: "
|
|
55408
|
+
name: "accounts-disconnect",
|
|
55207
55409
|
description: `This will sever the connection between you and the account specified and it will no longer be listed as
|
|
55208
55410
|
active in the list of accounts. This also means you'll only have read-only access to the account going
|
|
55209
55411
|
forward for reporting purposes.
|
|
@@ -55313,7 +55515,7 @@ var init_accountsGet2 = __esm(() => {
|
|
|
55313
55515
|
request: GetAccountRequest$inboundSchema
|
|
55314
55516
|
};
|
|
55315
55517
|
tool$accountsGet = {
|
|
55316
|
-
name: "
|
|
55518
|
+
name: "accounts-get",
|
|
55317
55519
|
description: `Retrieves details for the account with the specified ID.
|
|
55318
55520
|
|
|
55319
55521
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
@@ -55422,7 +55624,7 @@ var init_accountsGetCountries2 = __esm(() => {
|
|
|
55422
55624
|
request: GetAccountCountriesRequest$inboundSchema
|
|
55423
55625
|
};
|
|
55424
55626
|
tool$accountsGetCountries = {
|
|
55425
|
-
name: "
|
|
55627
|
+
name: "accounts-get-countries",
|
|
55426
55628
|
description: `Retrieve the specified countries of operation for an account.
|
|
55427
55629
|
|
|
55428
55630
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -55528,7 +55730,7 @@ var init_accountsGetMerchantProcessingAgreement2 = __esm(() => {
|
|
|
55528
55730
|
request: GetMerchantProcessingAgreementRequest$inboundSchema
|
|
55529
55731
|
};
|
|
55530
55732
|
tool$accountsGetMerchantProcessingAgreement = {
|
|
55531
|
-
name: "
|
|
55733
|
+
name: "accounts-get-merchant-processing-agreement",
|
|
55532
55734
|
description: `Retrieve a merchant account's processing agreement.
|
|
55533
55735
|
|
|
55534
55736
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -55639,7 +55841,7 @@ var init_accountsGetTermsOfServiceToken2 = __esm(() => {
|
|
|
55639
55841
|
request: GetTermsOfServiceTokenRequest$inboundSchema
|
|
55640
55842
|
};
|
|
55641
55843
|
tool$accountsGetTermsOfServiceToken = {
|
|
55642
|
-
name: "
|
|
55844
|
+
name: "accounts-get-terms-of-service-token",
|
|
55643
55845
|
description: `Generates a non-expiring token that can then be used to accept Moov's terms of service.
|
|
55644
55846
|
|
|
55645
55847
|
This token can only be generated via API. Any Moov account requesting the collect funds, send funds, wallet,
|
|
@@ -55755,7 +55957,7 @@ var init_accountsList2 = __esm(() => {
|
|
|
55755
55957
|
request: ListAccountsRequest$inboundSchema
|
|
55756
55958
|
};
|
|
55757
55959
|
tool$accountsList = {
|
|
55758
|
-
name: "
|
|
55960
|
+
name: "accounts-list",
|
|
55759
55961
|
description: `List or search accounts to which the caller is connected.
|
|
55760
55962
|
|
|
55761
55963
|
All supported query parameters are optional. If none are provided the response will include all connected accounts.
|
|
@@ -55884,7 +56086,7 @@ var init_accountsUpdate2 = __esm(() => {
|
|
|
55884
56086
|
request: UpdateAccountRequest$inboundSchema
|
|
55885
56087
|
};
|
|
55886
56088
|
tool$accountsUpdate = {
|
|
55887
|
-
name: "
|
|
56089
|
+
name: "accounts-update",
|
|
55888
56090
|
description: `When **can** profile data be updated:
|
|
55889
56091
|
+ For unverified accounts, all profile data can be edited.
|
|
55890
56092
|
+ During the verification process, missing or incomplete profile data can be edited.
|
|
@@ -56005,7 +56207,7 @@ var init_adjustmentsGet2 = __esm(() => {
|
|
|
56005
56207
|
request: GetAdjustmentRequest$inboundSchema
|
|
56006
56208
|
};
|
|
56007
56209
|
tool$adjustmentsGet = {
|
|
56008
|
-
name: "
|
|
56210
|
+
name: "adjustments-get",
|
|
56009
56211
|
description: `Retrieve a specific adjustment associated with a Moov account.
|
|
56010
56212
|
|
|
56011
56213
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -56118,7 +56320,7 @@ var init_adjustmentsList2 = __esm(() => {
|
|
|
56118
56320
|
request: ListAdjustmentsRequest$inboundSchema
|
|
56119
56321
|
};
|
|
56120
56322
|
tool$adjustmentsList = {
|
|
56121
|
-
name: "
|
|
56323
|
+
name: "adjustments-list",
|
|
56122
56324
|
description: `List adjustments associated with a Moov account.
|
|
56123
56325
|
|
|
56124
56326
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -56245,7 +56447,7 @@ var init_applePayCreateSession2 = __esm(() => {
|
|
|
56245
56447
|
request: CreateApplePaySessionRequest$inboundSchema
|
|
56246
56448
|
};
|
|
56247
56449
|
tool$applePayCreateSession = {
|
|
56248
|
-
name: "apple-
|
|
56450
|
+
name: "apple-pay-create-session",
|
|
56249
56451
|
description: `Create a session with Apple Pay to facilitate a payment.
|
|
56250
56452
|
|
|
56251
56453
|
Read our [Apple Pay tutorial](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains) to learn more.
|
|
@@ -56357,7 +56559,7 @@ var init_applePayGetMerchantDomains2 = __esm(() => {
|
|
|
56357
56559
|
request: GetApplePayMerchantDomainsRequest$inboundSchema
|
|
56358
56560
|
};
|
|
56359
56561
|
tool$applePayGetMerchantDomains = {
|
|
56360
|
-
name: "apple-
|
|
56562
|
+
name: "apple-pay-get-merchant-domains",
|
|
56361
56563
|
description: `Get domains registered with Apple Pay.
|
|
56362
56564
|
|
|
56363
56565
|
Read our [Apple Pay tutorial](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains) to learn more.
|
|
@@ -56482,7 +56684,7 @@ var init_applePayLinkToken2 = __esm(() => {
|
|
|
56482
56684
|
request: LinkApplePayTokenRequest$inboundSchema
|
|
56483
56685
|
};
|
|
56484
56686
|
tool$applePayLinkToken = {
|
|
56485
|
-
name: "apple-
|
|
56687
|
+
name: "apple-pay-link-token",
|
|
56486
56688
|
description: `Connect an Apple Pay token to the specified account.
|
|
56487
56689
|
|
|
56488
56690
|
Read our [Apple Pay tutorial](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains) to learn more.
|
|
@@ -56606,7 +56808,7 @@ var init_applePayRegisterMerchantDomains2 = __esm(() => {
|
|
|
56606
56808
|
request: RegisterApplePayMerchantDomainsRequest$inboundSchema
|
|
56607
56809
|
};
|
|
56608
56810
|
tool$applePayRegisterMerchantDomains = {
|
|
56609
|
-
name: "apple-
|
|
56811
|
+
name: "apple-pay-register-merchant-domains",
|
|
56610
56812
|
description: `Add domains to be registered with Apple Pay.
|
|
56611
56813
|
|
|
56612
56814
|
Any domains that will be used to accept payments must first be [verified](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains)
|
|
@@ -56731,7 +56933,7 @@ var init_applePayUpdateMerchantDomains2 = __esm(() => {
|
|
|
56731
56933
|
request: UpdateApplePayMerchantDomainsRequest$inboundSchema
|
|
56732
56934
|
};
|
|
56733
56935
|
tool$applePayUpdateMerchantDomains = {
|
|
56734
|
-
name: "apple-
|
|
56936
|
+
name: "apple-pay-update-merchant-domains",
|
|
56735
56937
|
description: `Add or remove domains to be registered with Apple Pay.
|
|
56736
56938
|
|
|
56737
56939
|
Any domains that will be used to accept payments must first be [verified](https://docs.moov.io/guides/sources/cards/apple-pay/#register-your-domains)
|
|
@@ -56839,7 +57041,7 @@ var init_authenticationCreateAccessToken2 = __esm(() => {
|
|
|
56839
57041
|
request: AuthTokenRequest$inboundSchema
|
|
56840
57042
|
};
|
|
56841
57043
|
tool$authenticationCreateAccessToken = {
|
|
56842
|
-
name: "
|
|
57044
|
+
name: "authentication-create-access-token",
|
|
56843
57045
|
description: `Create or refresh an access token.`,
|
|
56844
57046
|
args: args17,
|
|
56845
57047
|
tool: async (client, args18, ctx) => {
|
|
@@ -56943,7 +57145,7 @@ var init_authenticationRevokeAccessToken2 = __esm(() => {
|
|
|
56943
57145
|
request: RevokeTokenRequest$inboundSchema
|
|
56944
57146
|
};
|
|
56945
57147
|
tool$authenticationRevokeAccessToken = {
|
|
56946
|
-
name: "
|
|
57148
|
+
name: "authentication-revoke-access-token",
|
|
56947
57149
|
description: `Revoke an auth token.
|
|
56948
57150
|
|
|
56949
57151
|
Allows clients to notify the authorization server that a previously obtained refresh or access token is no longer needed.`,
|
|
@@ -57051,7 +57253,7 @@ var init_avatarsGet2 = __esm(() => {
|
|
|
57051
57253
|
request: GetAvatarRequest$inboundSchema
|
|
57052
57254
|
};
|
|
57053
57255
|
tool$avatarsGet = {
|
|
57054
|
-
name: "
|
|
57256
|
+
name: "avatars-get",
|
|
57055
57257
|
description: `Get avatar image for an account using a unique ID.
|
|
57056
57258
|
|
|
57057
57259
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -57182,7 +57384,7 @@ var init_bankAccountsCompleteMicroDeposits2 = __esm(() => {
|
|
|
57182
57384
|
request: CompleteMicroDepositsRequest$inboundSchema
|
|
57183
57385
|
};
|
|
57184
57386
|
tool$bankAccountsCompleteMicroDeposits = {
|
|
57185
|
-
name: "bank-
|
|
57387
|
+
name: "bank-accounts-complete-micro-deposits",
|
|
57186
57388
|
description: `Complete the micro-deposit validation process by passing the amounts of the two transfers within three tries.
|
|
57187
57389
|
|
|
57188
57390
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -57310,7 +57512,7 @@ var init_bankAccountsCompleteVerification2 = __esm(() => {
|
|
|
57310
57512
|
request: CompleteBankAccountVerificationRequest$inboundSchema
|
|
57311
57513
|
};
|
|
57312
57514
|
tool$bankAccountsCompleteVerification = {
|
|
57313
|
-
name: "bank-
|
|
57515
|
+
name: "bank-accounts-complete-verification",
|
|
57314
57516
|
description: `Finalize the instant micro-deposit verification by submitting the verification code displayed in the user's bank account.
|
|
57315
57517
|
|
|
57316
57518
|
Upon successful verification, the bank account status will be updated to \`verified\` and eligible for ACH debit transactions.
|
|
@@ -57441,7 +57643,7 @@ var init_bankAccountsDisable2 = __esm(() => {
|
|
|
57441
57643
|
request: DisableBankAccountRequest$inboundSchema
|
|
57442
57644
|
};
|
|
57443
57645
|
tool$bankAccountsDisable = {
|
|
57444
|
-
name: "bank-
|
|
57646
|
+
name: "bank-accounts-disable",
|
|
57445
57647
|
description: `Discontinue using a specified bank account linked to a Moov account.
|
|
57446
57648
|
|
|
57447
57649
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -57553,7 +57755,7 @@ var init_bankAccountsGet2 = __esm(() => {
|
|
|
57553
57755
|
request: GetBankAccountRequest$inboundSchema
|
|
57554
57756
|
};
|
|
57555
57757
|
tool$bankAccountsGet = {
|
|
57556
|
-
name: "bank-
|
|
57758
|
+
name: "bank-accounts-get",
|
|
57557
57759
|
description: `Retrieve bank account details (i.e. routing number or account type) associated with a specific Moov account.
|
|
57558
57760
|
|
|
57559
57761
|
Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more.
|
|
@@ -57668,7 +57870,7 @@ var init_bankAccountsGetVerification2 = __esm(() => {
|
|
|
57668
57870
|
request: GetBankAccountVerificationRequest$inboundSchema
|
|
57669
57871
|
};
|
|
57670
57872
|
tool$bankAccountsGetVerification = {
|
|
57671
|
-
name: "bank-
|
|
57873
|
+
name: "bank-accounts-get-verification",
|
|
57672
57874
|
description: `Retrieve the current status and details of an instant verification, including whether the verification method was instant or same-day
|
|
57673
57875
|
ACH. This helps track the verification process in real-time and provides details in case of exceptions.
|
|
57674
57876
|
|
|
@@ -57799,7 +58001,7 @@ var init_bankAccountsInitiateMicroDeposits2 = __esm(() => {
|
|
|
57799
58001
|
request: InitiateMicroDepositsRequest$inboundSchema
|
|
57800
58002
|
};
|
|
57801
58003
|
tool$bankAccountsInitiateMicroDeposits = {
|
|
57802
|
-
name: "bank-
|
|
58004
|
+
name: "bank-accounts-initiate-micro-deposits",
|
|
57803
58005
|
description: `Micro-deposits help confirm bank account ownership, helping reduce fraud and the risk of unauthorized activity.
|
|
57804
58006
|
Use this method to initiate the micro-deposit verification, sending two small credit transfers to the bank account
|
|
57805
58007
|
you want to confirm.
|
|
@@ -57935,7 +58137,7 @@ var init_bankAccountsInitiateVerification2 = __esm(() => {
|
|
|
57935
58137
|
request: InitiateBankAccountVerificationRequest$inboundSchema
|
|
57936
58138
|
};
|
|
57937
58139
|
tool$bankAccountsInitiateVerification = {
|
|
57938
|
-
name: "bank-
|
|
58140
|
+
name: "bank-accounts-initiate-verification",
|
|
57939
58141
|
description: `Instant micro-deposit verification offers a quick and efficient way to verify bank account ownership.
|
|
57940
58142
|
|
|
57941
58143
|
Send a $0.01 credit with a unique verification code via RTP or same-day ACH, depending on the receiving bank's capabilities. This
|
|
@@ -58079,7 +58281,7 @@ var init_bankAccountsLink2 = __esm(() => {
|
|
|
58079
58281
|
request: LinkBankAccountRequest$inboundSchema
|
|
58080
58282
|
};
|
|
58081
58283
|
tool$bankAccountsLink = {
|
|
58082
|
-
name: "bank-
|
|
58284
|
+
name: "bank-accounts-link",
|
|
58083
58285
|
description: `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.
|
|
58084
58286
|
|
|
58085
58287
|
It is strongly recommended that callers include the \`X-Wait-For\` header, set to \`payment-method\`, if the newly linked
|
|
@@ -58193,7 +58395,7 @@ var init_bankAccountsList2 = __esm(() => {
|
|
|
58193
58395
|
request: ListBankAccountsRequest$inboundSchema
|
|
58194
58396
|
};
|
|
58195
58397
|
tool$bankAccountsList = {
|
|
58196
|
-
name: "bank-
|
|
58398
|
+
name: "bank-accounts-list",
|
|
58197
58399
|
description: `List all the bank accounts associated with a particular Moov account.
|
|
58198
58400
|
|
|
58199
58401
|
Read our [bank accounts guide](https://docs.moov.io/guides/sources/bank-accounts/) to learn more.
|
|
@@ -58318,7 +58520,7 @@ var init_brandingCreate2 = __esm(() => {
|
|
|
58318
58520
|
request: CreateBrandRequest$inboundSchema
|
|
58319
58521
|
};
|
|
58320
58522
|
tool$brandingCreate = {
|
|
58321
|
-
name: "
|
|
58523
|
+
name: "branding-create",
|
|
58322
58524
|
description: `Create brand properties for the specified account.
|
|
58323
58525
|
|
|
58324
58526
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -58427,7 +58629,7 @@ var init_brandingGet2 = __esm(() => {
|
|
|
58427
58629
|
request: GetBrandRequest$inboundSchema
|
|
58428
58630
|
};
|
|
58429
58631
|
tool$brandingGet = {
|
|
58430
|
-
name: "
|
|
58632
|
+
name: "branding-get",
|
|
58431
58633
|
description: `Get brand properties for the specified account.
|
|
58432
58634
|
|
|
58433
58635
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -58550,7 +58752,7 @@ var init_brandingUpdate2 = __esm(() => {
|
|
|
58550
58752
|
request: UpdateBrandRequest$inboundSchema
|
|
58551
58753
|
};
|
|
58552
58754
|
tool$brandingUpdate = {
|
|
58553
|
-
name: "
|
|
58755
|
+
name: "branding-update",
|
|
58554
58756
|
description: `Updates the brand properties for the specified account.
|
|
58555
58757
|
|
|
58556
58758
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -58673,7 +58875,7 @@ var init_brandingUpsert2 = __esm(() => {
|
|
|
58673
58875
|
request: UpsertBrandRequest$inboundSchema
|
|
58674
58876
|
};
|
|
58675
58877
|
tool$brandingUpsert = {
|
|
58676
|
-
name: "
|
|
58878
|
+
name: "branding-upsert",
|
|
58677
58879
|
description: `Create or replace brand properties for the specified account.
|
|
58678
58880
|
|
|
58679
58881
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -58797,7 +58999,7 @@ var init_capabilitiesDisable2 = __esm(() => {
|
|
|
58797
58999
|
request: DisableCapabilityRequest$inboundSchema
|
|
58798
59000
|
};
|
|
58799
59001
|
tool$capabilitiesDisable = {
|
|
58800
|
-
name: "
|
|
59002
|
+
name: "capabilities-disable",
|
|
58801
59003
|
description: `Disable a specific capability that an account has requested. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
|
|
58802
59004
|
|
|
58803
59005
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -58909,7 +59111,7 @@ var init_capabilitiesGet2 = __esm(() => {
|
|
|
58909
59111
|
request: GetCapabilityRequest$inboundSchema
|
|
58910
59112
|
};
|
|
58911
59113
|
tool$capabilitiesGet = {
|
|
58912
|
-
name: "
|
|
59114
|
+
name: "capabilities-get",
|
|
58913
59115
|
description: `Retrieve a specific capability that an account has requested. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
|
|
58914
59116
|
|
|
58915
59117
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -59018,7 +59220,7 @@ var init_capabilitiesList2 = __esm(() => {
|
|
|
59018
59220
|
request: ListCapabilitiesRequest$inboundSchema
|
|
59019
59221
|
};
|
|
59020
59222
|
tool$capabilitiesList = {
|
|
59021
|
-
name: "
|
|
59223
|
+
name: "capabilities-list",
|
|
59022
59224
|
description: `Retrieve all the capabilities an account has requested.
|
|
59023
59225
|
|
|
59024
59226
|
Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
|
|
@@ -59143,7 +59345,7 @@ var init_capabilitiesRequest2 = __esm(() => {
|
|
|
59143
59345
|
request: RequestCapabilitiesRequest$inboundSchema
|
|
59144
59346
|
};
|
|
59145
59347
|
tool$capabilitiesRequest = {
|
|
59146
|
-
name: "
|
|
59348
|
+
name: "capabilities-request",
|
|
59147
59349
|
description: `Request capabilities for a specific account. Read our [capabilities guide](https://docs.moov.io/guides/accounts/capabilities/) to learn more.
|
|
59148
59350
|
|
|
59149
59351
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -59256,7 +59458,7 @@ var init_cardIssuingGet2 = __esm(() => {
|
|
|
59256
59458
|
request: GetIssuedCardRequest$inboundSchema
|
|
59257
59459
|
};
|
|
59258
59460
|
tool$cardIssuingGet = {
|
|
59259
|
-
name: "card-
|
|
59461
|
+
name: "card-issuing-get",
|
|
59260
59462
|
description: `Retrieve a single issued card associated with a Moov account.
|
|
59261
59463
|
|
|
59262
59464
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -59369,7 +59571,7 @@ var init_cardIssuingGetFull2 = __esm(() => {
|
|
|
59369
59571
|
request: GetFullIssuedCardRequest$inboundSchema
|
|
59370
59572
|
};
|
|
59371
59573
|
tool$cardIssuingGetFull = {
|
|
59372
|
-
name: "card-
|
|
59574
|
+
name: "card-issuing-get-full",
|
|
59373
59575
|
description: `Get issued card with PAN, CVV, and expiration.
|
|
59374
59576
|
|
|
59375
59577
|
Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
|
|
@@ -59486,7 +59688,7 @@ var init_cardIssuingList2 = __esm(() => {
|
|
|
59486
59688
|
request: ListIssuedCardsRequest$inboundSchema
|
|
59487
59689
|
};
|
|
59488
59690
|
tool$cardIssuingList = {
|
|
59489
|
-
name: "card-
|
|
59691
|
+
name: "card-issuing-list",
|
|
59490
59692
|
description: `List Moov issued cards existing for the account.
|
|
59491
59693
|
|
|
59492
59694
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -59608,7 +59810,7 @@ var init_cardIssuingRequest2 = __esm(() => {
|
|
|
59608
59810
|
request: RequestCardRequest$inboundSchema
|
|
59609
59811
|
};
|
|
59610
59812
|
tool$cardIssuingRequest = {
|
|
59611
|
-
name: "card-
|
|
59813
|
+
name: "card-issuing-request",
|
|
59612
59814
|
description: `Request a virtual card be issued.
|
|
59613
59815
|
|
|
59614
59816
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -59734,7 +59936,7 @@ var init_cardIssuingUpdate2 = __esm(() => {
|
|
|
59734
59936
|
request: UpdateIssuedCardRequest$inboundSchema
|
|
59735
59937
|
};
|
|
59736
59938
|
tool$cardIssuingUpdate = {
|
|
59737
|
-
name: "card-
|
|
59939
|
+
name: "card-issuing-update",
|
|
59738
59940
|
description: `Update a Moov issued card.
|
|
59739
59941
|
|
|
59740
59942
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -59857,7 +60059,7 @@ var init_cardsDisable2 = __esm(() => {
|
|
|
59857
60059
|
request: DisableCardRequest$inboundSchema
|
|
59858
60060
|
};
|
|
59859
60061
|
tool$cardsDisable = {
|
|
59860
|
-
name: "
|
|
60062
|
+
name: "cards-disable",
|
|
59861
60063
|
description: `Disables a card associated with a Moov account.
|
|
59862
60064
|
|
|
59863
60065
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -59969,7 +60171,7 @@ var init_cardsGet2 = __esm(() => {
|
|
|
59969
60171
|
request: GetCardRequest$inboundSchema
|
|
59970
60172
|
};
|
|
59971
60173
|
tool$cardsGet = {
|
|
59972
|
-
name: "
|
|
60174
|
+
name: "cards-get",
|
|
59973
60175
|
description: `Fetch a specific card associated with a Moov account.
|
|
59974
60176
|
|
|
59975
60177
|
Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/) to learn more.
|
|
@@ -60098,7 +60300,7 @@ var init_cardsLink2 = __esm(() => {
|
|
|
60098
60300
|
request: LinkCardRequest$inboundSchema
|
|
60099
60301
|
};
|
|
60100
60302
|
tool$cardsLink = {
|
|
60101
|
-
name: "
|
|
60303
|
+
name: "cards-link",
|
|
60102
60304
|
description: `Link a card to an existing Moov account.
|
|
60103
60305
|
|
|
60104
60306
|
Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/#link-a-card) to learn more.
|
|
@@ -60221,7 +60423,7 @@ var init_cardsList2 = __esm(() => {
|
|
|
60221
60423
|
request: ListCardsRequest$inboundSchema
|
|
60222
60424
|
};
|
|
60223
60425
|
tool$cardsList = {
|
|
60224
|
-
name: "
|
|
60426
|
+
name: "cards-list",
|
|
60225
60427
|
description: `List all the active cards associated with a Moov account.
|
|
60226
60428
|
|
|
60227
60429
|
Read our [accept card payments guide](https://docs.moov.io/guides/sources/cards/accept-card-payments/) to learn more.
|
|
@@ -60350,7 +60552,7 @@ var init_cardsUpdate2 = __esm(() => {
|
|
|
60350
60552
|
request: UpdateCardRequest$inboundSchema
|
|
60351
60553
|
};
|
|
60352
60554
|
tool$cardsUpdate = {
|
|
60353
|
-
name: "
|
|
60555
|
+
name: "cards-update",
|
|
60354
60556
|
description: `Update a linked card and/or resubmit it for verification.
|
|
60355
60557
|
|
|
60356
60558
|
If a value is provided for CVV, a new verification ($0 authorization) will be submitted for the card. Updating the expiration
|
|
@@ -60484,7 +60686,7 @@ var init_disputesAccept2 = __esm(() => {
|
|
|
60484
60686
|
request: AcceptDisputeRequest$inboundSchema
|
|
60485
60687
|
};
|
|
60486
60688
|
tool$disputesAccept = {
|
|
60487
|
-
name: "
|
|
60689
|
+
name: "disputes-accept",
|
|
60488
60690
|
description: `Accepts liability for a dispute.
|
|
60489
60691
|
|
|
60490
60692
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
@@ -60601,7 +60803,7 @@ var init_disputesDeleteEvidence2 = __esm(() => {
|
|
|
60601
60803
|
request: DeleteDisputeEvidenceFileRequest$inboundSchema
|
|
60602
60804
|
};
|
|
60603
60805
|
tool$disputesDeleteEvidence = {
|
|
60604
|
-
name: "
|
|
60806
|
+
name: "disputes-delete-evidence",
|
|
60605
60807
|
description: `Deletes dispute evidence by ID.
|
|
60606
60808
|
|
|
60607
60809
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
@@ -60715,7 +60917,7 @@ var init_disputesGet2 = __esm(() => {
|
|
|
60715
60917
|
request: GetDisputeRequest$inboundSchema
|
|
60716
60918
|
};
|
|
60717
60919
|
tool$disputesGet = {
|
|
60718
|
-
name: "
|
|
60920
|
+
name: "disputes-get",
|
|
60719
60921
|
description: `Get a dispute by ID.
|
|
60720
60922
|
|
|
60721
60923
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
@@ -60834,7 +61036,7 @@ var init_disputesGetEvidence2 = __esm(() => {
|
|
|
60834
61036
|
request: GetDisputeEvidenceRequest$inboundSchema
|
|
60835
61037
|
};
|
|
60836
61038
|
tool$disputesGetEvidence = {
|
|
60837
|
-
name: "
|
|
61039
|
+
name: "disputes-get-evidence",
|
|
60838
61040
|
description: `Get dispute evidence by ID.
|
|
60839
61041
|
|
|
60840
61042
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
@@ -60962,7 +61164,7 @@ var init_disputesGetEvidenceData2 = __esm(() => {
|
|
|
60962
61164
|
request: GetDisputeEvidenceDataRequest$inboundSchema
|
|
60963
61165
|
};
|
|
60964
61166
|
tool$disputesGetEvidenceData = {
|
|
60965
|
-
name: "
|
|
61167
|
+
name: "disputes-get-evidence-data",
|
|
60966
61168
|
description: `Downloads dispute evidence data by ID.
|
|
60967
61169
|
|
|
60968
61170
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
@@ -61089,7 +61291,7 @@ var init_disputesList2 = __esm(() => {
|
|
|
61089
61291
|
request: ListDisputesRequest$inboundSchema
|
|
61090
61292
|
};
|
|
61091
61293
|
tool$disputesList = {
|
|
61092
|
-
name: "
|
|
61294
|
+
name: "disputes-list",
|
|
61093
61295
|
description: `Returns the list of disputes.
|
|
61094
61296
|
|
|
61095
61297
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
@@ -61204,7 +61406,7 @@ var init_disputesListEvidence2 = __esm(() => {
|
|
|
61204
61406
|
request: ListDisputeEvidenceRequest$inboundSchema
|
|
61205
61407
|
};
|
|
61206
61408
|
tool$disputesListEvidence = {
|
|
61207
|
-
name: "
|
|
61409
|
+
name: "disputes-list-evidence",
|
|
61208
61410
|
description: `Returns a dispute's public evidence by its ID.
|
|
61209
61411
|
|
|
61210
61412
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
@@ -61331,7 +61533,7 @@ var init_disputesSubmitEvidence2 = __esm(() => {
|
|
|
61331
61533
|
request: SubmitDisputeEvidenceRequest$inboundSchema
|
|
61332
61534
|
};
|
|
61333
61535
|
tool$disputesSubmitEvidence = {
|
|
61334
|
-
name: "
|
|
61536
|
+
name: "disputes-submit-evidence",
|
|
61335
61537
|
description: `Submit the evidence associated with a dispute.
|
|
61336
61538
|
|
|
61337
61539
|
Evidence items must be uploaded using the appropriate endpoint(s) prior to calling this endpoint to submit it. **Evidence can only
|
|
@@ -61455,7 +61657,7 @@ var init_disputesUpdateEvidence2 = __esm(() => {
|
|
|
61455
61657
|
request: UpdateDisputeEvidenceRequest$inboundSchema
|
|
61456
61658
|
};
|
|
61457
61659
|
tool$disputesUpdateEvidence = {
|
|
61458
|
-
name: "
|
|
61660
|
+
name: "disputes-update-evidence",
|
|
61459
61661
|
description: `Updates dispute evidence by ID.
|
|
61460
61662
|
|
|
61461
61663
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
@@ -61631,7 +61833,7 @@ var init_disputesUploadEvidenceFile2 = __esm(() => {
|
|
|
61631
61833
|
request: UploadDisputeEvidenceFileRequest$inboundSchema
|
|
61632
61834
|
};
|
|
61633
61835
|
tool$disputesUploadEvidenceFile = {
|
|
61634
|
-
name: "
|
|
61836
|
+
name: "disputes-upload-evidence-file",
|
|
61635
61837
|
description: `Uploads a file as evidence for a dispute.
|
|
61636
61838
|
|
|
61637
61839
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
@@ -61761,7 +61963,7 @@ var init_disputesUploadEvidenceText2 = __esm(() => {
|
|
|
61761
61963
|
request: UploadDisputeEvidenceTextRequest$inboundSchema
|
|
61762
61964
|
};
|
|
61763
61965
|
tool$disputesUploadEvidenceText = {
|
|
61764
|
-
name: "
|
|
61966
|
+
name: "disputes-upload-evidence-text",
|
|
61765
61967
|
description: `Uploads text as evidence for a dispute.
|
|
61766
61968
|
|
|
61767
61969
|
Read our [disputes guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/disputes/) to learn more.
|
|
@@ -61858,7 +62060,7 @@ var init_endToEndEncryptionGenerateKey2 = __esm(() => {
|
|
|
61858
62060
|
request: GenerateEndToEndKeyRequest$inboundSchema
|
|
61859
62061
|
};
|
|
61860
62062
|
tool$endToEndEncryptionGenerateKey = {
|
|
61861
|
-
name: "end-to-end-
|
|
62063
|
+
name: "end-to-end-encryption-generate-key",
|
|
61862
62064
|
description: `Generates a public key used to create a JWE token for passing secure authentication data through non-PCI compliant intermediaries.`,
|
|
61863
62065
|
args: args58,
|
|
61864
62066
|
tool: async (client, args59, ctx) => {
|
|
@@ -61960,7 +62162,7 @@ var init_endToEndEncryptionTestEncryptedToken2 = __esm(() => {
|
|
|
61960
62162
|
request: E2EEToken$inboundSchema
|
|
61961
62163
|
};
|
|
61962
62164
|
tool$endToEndEncryptionTestEncryptedToken = {
|
|
61963
|
-
name: "end-to-end-
|
|
62165
|
+
name: "end-to-end-encryption-test-encrypted-token",
|
|
61964
62166
|
description: `Allows for testing a JWE token to ensure it's acceptable by Moov.
|
|
61965
62167
|
|
|
61966
62168
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -62078,7 +62280,7 @@ var init_enrichedAddressGet2 = __esm(() => {
|
|
|
62078
62280
|
request: GetEnrichmentAddressRequest$inboundSchema
|
|
62079
62281
|
};
|
|
62080
62282
|
tool$enrichedAddressGet = {
|
|
62081
|
-
name: "enriched-
|
|
62283
|
+
name: "enriched-address-get",
|
|
62082
62284
|
description: `Fetch enriched address suggestions. Requires a partial address.
|
|
62083
62285
|
|
|
62084
62286
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -62185,7 +62387,7 @@ var init_enrichedProfileGet2 = __esm(() => {
|
|
|
62185
62387
|
request: GetEnrichmentProfileRequest$inboundSchema
|
|
62186
62388
|
};
|
|
62187
62389
|
tool$enrichedProfileGet = {
|
|
62188
|
-
name: "enriched-
|
|
62390
|
+
name: "enriched-profile-get",
|
|
62189
62391
|
description: `Fetch enriched profile data. Requires a valid email address. This service is offered in collaboration with Clearbit.
|
|
62190
62392
|
|
|
62191
62393
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -62310,7 +62512,7 @@ var init_feePlansCreateFeePlanAgreements2 = __esm(() => {
|
|
|
62310
62512
|
request: CreateFeePlanAgreementsRequest$inboundSchema
|
|
62311
62513
|
};
|
|
62312
62514
|
tool$feePlansCreateFeePlanAgreements = {
|
|
62313
|
-
name: "fee-
|
|
62515
|
+
name: "fee-plans-create-fee-plan-agreements",
|
|
62314
62516
|
description: `Creates the subscription of a fee plan to a merchant account. Merchants are required to accept the fee plan terms prior to activation.
|
|
62315
62517
|
|
|
62316
62518
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -62426,7 +62628,7 @@ var init_feePlansListFeePlanAgreements2 = __esm(() => {
|
|
|
62426
62628
|
request: ListFeePlanAgreementsRequest$inboundSchema
|
|
62427
62629
|
};
|
|
62428
62630
|
tool$feePlansListFeePlanAgreements = {
|
|
62429
|
-
name: "fee-
|
|
62631
|
+
name: "fee-plans-list-fee-plan-agreements",
|
|
62430
62632
|
description: `List all fee plan agreements associated with an account.
|
|
62431
62633
|
|
|
62432
62634
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -62539,7 +62741,7 @@ var init_feePlansListFeePlans2 = __esm(() => {
|
|
|
62539
62741
|
request: ListFeePlansRequest$inboundSchema
|
|
62540
62742
|
};
|
|
62541
62743
|
tool$feePlansListFeePlans = {
|
|
62542
|
-
name: "fee-
|
|
62744
|
+
name: "fee-plans-list-fee-plans",
|
|
62543
62745
|
description: `List all fee plans available for use by an account. This is intended to be used by an account when
|
|
62544
62746
|
selecting a fee plan to apply to a connected account.
|
|
62545
62747
|
|
|
@@ -62652,7 +62854,7 @@ var init_feePlansListFeesFetch2 = __esm(() => {
|
|
|
62652
62854
|
request: ListFeesFetchRequest$inboundSchema2
|
|
62653
62855
|
};
|
|
62654
62856
|
tool$feePlansListFeesFetch = {
|
|
62655
|
-
name: "fee-
|
|
62857
|
+
name: "fee-plans-list-fees-fetch",
|
|
62656
62858
|
description: `List fees associated with an account.
|
|
62657
62859
|
|
|
62658
62860
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -62765,7 +62967,7 @@ var init_feePlansListPartnerPricing2 = __esm(() => {
|
|
|
62765
62967
|
request: ListPartnerPricingRequest$inboundSchema
|
|
62766
62968
|
};
|
|
62767
62969
|
tool$feePlansListPartnerPricing = {
|
|
62768
|
-
name: "fee-
|
|
62970
|
+
name: "fee-plans-list-partner-pricing",
|
|
62769
62971
|
description: `List all partner pricing plans available for use by an account.
|
|
62770
62972
|
|
|
62771
62973
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -62881,7 +63083,7 @@ var init_feePlansListPartnerPricingAgreements2 = __esm(() => {
|
|
|
62881
63083
|
request: ListPartnerPricingAgreementsRequest$inboundSchema
|
|
62882
63084
|
};
|
|
62883
63085
|
tool$feePlansListPartnerPricingAgreements = {
|
|
62884
|
-
name: "fee-
|
|
63086
|
+
name: "fee-plans-list-partner-pricing-agreements",
|
|
62885
63087
|
description: `List all partner pricing agreements associated with an account.
|
|
62886
63088
|
|
|
62887
63089
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -62999,7 +63201,7 @@ var init_feePlansRetrieveFees2 = __esm(() => {
|
|
|
62999
63201
|
request: RetrieveFeesRequest$inboundSchema
|
|
63000
63202
|
};
|
|
63001
63203
|
tool$feePlansRetrieveFees = {
|
|
63002
|
-
name: "fee-
|
|
63204
|
+
name: "fee-plans-retrieve-fees",
|
|
63003
63205
|
description: `Retrieve fees associated with an account.
|
|
63004
63206
|
|
|
63005
63207
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -63112,7 +63314,7 @@ var init_filesGet2 = __esm(() => {
|
|
|
63112
63314
|
request: GetFileDetailsRequest$inboundSchema
|
|
63113
63315
|
};
|
|
63114
63316
|
tool$filesGet = {
|
|
63115
|
-
name: "
|
|
63317
|
+
name: "files-get",
|
|
63116
63318
|
description: `Retrieve file details associated with a specific Moov account.
|
|
63117
63319
|
|
|
63118
63320
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -63221,7 +63423,7 @@ var init_filesList2 = __esm(() => {
|
|
|
63221
63423
|
request: ListFilesRequest$inboundSchema
|
|
63222
63424
|
};
|
|
63223
63425
|
tool$filesList = {
|
|
63224
|
-
name: "
|
|
63426
|
+
name: "files-list",
|
|
63225
63427
|
description: `List all the files associated with a particular Moov account.
|
|
63226
63428
|
|
|
63227
63429
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -63359,7 +63561,7 @@ var init_filesUpload2 = __esm(() => {
|
|
|
63359
63561
|
request: UploadFileRequest$inboundSchema
|
|
63360
63562
|
};
|
|
63361
63563
|
tool$filesUpload = {
|
|
63362
|
-
name: "
|
|
63564
|
+
name: "files-upload",
|
|
63363
63565
|
description: `Upload a file and link it to the specified Moov account.
|
|
63364
63566
|
|
|
63365
63567
|
The maximum file size is 10MB. Each account is allowed a maximum of 50 files. Acceptable file types include csv, jpg, pdf,
|
|
@@ -63457,7 +63659,7 @@ var init_industriesList2 = __esm(() => {
|
|
|
63457
63659
|
request: ListIndustriesRequest$inboundSchema
|
|
63458
63660
|
};
|
|
63459
63661
|
tool$industriesList = {
|
|
63460
|
-
name: "
|
|
63662
|
+
name: "industries-list",
|
|
63461
63663
|
description: `Returns a list of all industry titles and their corresponding MCC/SIC/NAICS codes. Results are ordered by title.
|
|
63462
63664
|
|
|
63463
63665
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -63568,7 +63770,7 @@ var init_institutionsSearch2 = __esm(() => {
|
|
|
63568
63770
|
request: ListInstitutionsRequest$inboundSchema
|
|
63569
63771
|
};
|
|
63570
63772
|
tool$institutionsSearch = {
|
|
63571
|
-
name: "
|
|
63773
|
+
name: "institutions-search",
|
|
63572
63774
|
description: `Search for institutions by either their name or routing number.
|
|
63573
63775
|
|
|
63574
63776
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -63678,7 +63880,7 @@ var init_issuingTransactionsGet2 = __esm(() => {
|
|
|
63678
63880
|
request: GetIssuedCardTransactionRequest$inboundSchema
|
|
63679
63881
|
};
|
|
63680
63882
|
tool$issuingTransactionsGet = {
|
|
63681
|
-
name: "issuing-
|
|
63883
|
+
name: "issuing-transactions-get",
|
|
63682
63884
|
description: `Retrieves details of an issued card transaction associated with a specific Moov account.
|
|
63683
63885
|
|
|
63684
63886
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -63791,7 +63993,7 @@ var init_issuingTransactionsGetAuthorization2 = __esm(() => {
|
|
|
63791
63993
|
request: GetIssuedCardAuthorizationRequest$inboundSchema
|
|
63792
63994
|
};
|
|
63793
63995
|
tool$issuingTransactionsGetAuthorization = {
|
|
63794
|
-
name: "issuing-
|
|
63996
|
+
name: "issuing-transactions-get-authorization",
|
|
63795
63997
|
description: `Retrieves details of an authorization associated with a specific Moov account.
|
|
63796
63998
|
|
|
63797
63999
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -63908,7 +64110,7 @@ var init_issuingTransactionsList2 = __esm(() => {
|
|
|
63908
64110
|
request: ListIssuedCardTransactionsRequest$inboundSchema
|
|
63909
64111
|
};
|
|
63910
64112
|
tool$issuingTransactionsList = {
|
|
63911
|
-
name: "issuing-
|
|
64113
|
+
name: "issuing-transactions-list",
|
|
63912
64114
|
description: `List issued card transactions associated with a Moov account.
|
|
63913
64115
|
|
|
63914
64116
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -64023,7 +64225,7 @@ var init_issuingTransactionsListAuthorizationEvents2 = __esm(() => {
|
|
|
64023
64225
|
request: ListIssuedCardAuthorizationEventsRequest$inboundSchema
|
|
64024
64226
|
};
|
|
64025
64227
|
tool$issuingTransactionsListAuthorizationEvents = {
|
|
64026
|
-
name: "issuing-
|
|
64228
|
+
name: "issuing-transactions-list-authorization-events",
|
|
64027
64229
|
description: `List card network and Moov platform events that affect the authorization and its hold on a wallet balance.
|
|
64028
64230
|
|
|
64029
64231
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -64141,7 +64343,7 @@ var init_issuingTransactionsListAuthorizations2 = __esm(() => {
|
|
|
64141
64343
|
request: ListIssuedCardAuthorizationsRequest$inboundSchema
|
|
64142
64344
|
};
|
|
64143
64345
|
tool$issuingTransactionsListAuthorizations = {
|
|
64144
|
-
name: "issuing-
|
|
64346
|
+
name: "issuing-transactions-list-authorizations",
|
|
64145
64347
|
description: `List issued card authorizations associated with a Moov account.
|
|
64146
64348
|
|
|
64147
64349
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -64259,7 +64461,7 @@ var init_onboardingCreateInvite2 = __esm(() => {
|
|
|
64259
64461
|
request: OnboardingInviteRequest$inboundSchema
|
|
64260
64462
|
};
|
|
64261
64463
|
tool$onboardingCreateInvite = {
|
|
64262
|
-
name: "
|
|
64464
|
+
name: "onboarding-create-invite",
|
|
64263
64465
|
description: `Create an invitation containing a unique link that allows the recipient to onboard their organization with Moov.
|
|
64264
64466
|
|
|
64265
64467
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -64368,7 +64570,7 @@ var init_onboardingGetInvite2 = __esm(() => {
|
|
|
64368
64570
|
request: GetOnboardingInviteRequest$inboundSchema
|
|
64369
64571
|
};
|
|
64370
64572
|
tool$onboardingGetInvite = {
|
|
64371
|
-
name: "
|
|
64573
|
+
name: "onboarding-get-invite",
|
|
64372
64574
|
description: `Retrieve details about an onboarding invite.
|
|
64373
64575
|
|
|
64374
64576
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -64463,7 +64665,7 @@ var init_onboardingListInvites2 = __esm(() => {
|
|
|
64463
64665
|
request: ListOnboardingInvitesRequest$inboundSchema
|
|
64464
64666
|
};
|
|
64465
64667
|
tool$onboardingListInvites = {
|
|
64466
|
-
name: "
|
|
64668
|
+
name: "onboarding-list-invites",
|
|
64467
64669
|
description: `List all the onboarding invites created by the caller's account.
|
|
64468
64670
|
|
|
64469
64671
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -64569,7 +64771,7 @@ var init_onboardingRevokeInvite2 = __esm(() => {
|
|
|
64569
64771
|
request: RevokeOnboardingInviteRequest$inboundSchema
|
|
64570
64772
|
};
|
|
64571
64773
|
tool$onboardingRevokeInvite = {
|
|
64572
|
-
name: "
|
|
64774
|
+
name: "onboarding-revoke-invite",
|
|
64573
64775
|
description: `Revoke an onboarding invite, rendering the invitation link unusable.
|
|
64574
64776
|
|
|
64575
64777
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -64691,7 +64893,7 @@ var init_paymentLinksCreate2 = __esm(() => {
|
|
|
64691
64893
|
request: CreatePaymentLinkRequest$inboundSchema
|
|
64692
64894
|
};
|
|
64693
64895
|
tool$paymentLinksCreate = {
|
|
64694
|
-
name: "payment-
|
|
64896
|
+
name: "payment-links-create",
|
|
64695
64897
|
description: `Create a payment link that allows an end user to make a payment on Moov's hosted payment link page.
|
|
64696
64898
|
|
|
64697
64899
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -64803,7 +65005,7 @@ var init_paymentLinksDisable2 = __esm(() => {
|
|
|
64803
65005
|
request: DisablePaymentLinkRequest$inboundSchema
|
|
64804
65006
|
};
|
|
64805
65007
|
tool$paymentLinksDisable = {
|
|
64806
|
-
name: "payment-
|
|
65008
|
+
name: "payment-links-disable",
|
|
64807
65009
|
description: `Disable a payment link.
|
|
64808
65010
|
|
|
64809
65011
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -64915,7 +65117,7 @@ var init_paymentLinksGet2 = __esm(() => {
|
|
|
64915
65117
|
request: GetPaymentLinkRequest$inboundSchema
|
|
64916
65118
|
};
|
|
64917
65119
|
tool$paymentLinksGet = {
|
|
64918
|
-
name: "payment-
|
|
65120
|
+
name: "payment-links-get",
|
|
64919
65121
|
description: `Retrieve a payment link by code.
|
|
64920
65122
|
|
|
64921
65123
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -65032,7 +65234,7 @@ var init_paymentLinksGetQRCode2 = __esm(() => {
|
|
|
65032
65234
|
request: GetPaymentLinkQRCodeRequest$inboundSchema
|
|
65033
65235
|
};
|
|
65034
65236
|
tool$paymentLinksGetQRCode = {
|
|
65035
|
-
name: "payment-
|
|
65237
|
+
name: "payment-links-get-QR-code",
|
|
65036
65238
|
description: `Retrieve the payment link encoded in a QR code.
|
|
65037
65239
|
|
|
65038
65240
|
Use the \`Accept\` header to specify the format of the response. Supported formats are \`application/json\` and \`image/png\`.
|
|
@@ -65143,7 +65345,7 @@ var init_paymentLinksList2 = __esm(() => {
|
|
|
65143
65345
|
request: ListPaymentLinksRequest$inboundSchema
|
|
65144
65346
|
};
|
|
65145
65347
|
tool$paymentLinksList = {
|
|
65146
|
-
name: "payment-
|
|
65348
|
+
name: "payment-links-list",
|
|
65147
65349
|
description: `List all the payment links created under a Moov account.
|
|
65148
65350
|
|
|
65149
65351
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -65270,7 +65472,7 @@ var init_paymentLinksUpdate2 = __esm(() => {
|
|
|
65270
65472
|
request: UpdatePaymentLinkRequest$inboundSchema
|
|
65271
65473
|
};
|
|
65272
65474
|
tool$paymentLinksUpdate = {
|
|
65273
|
-
name: "payment-
|
|
65475
|
+
name: "payment-links-update",
|
|
65274
65476
|
description: `Update a payment link.
|
|
65275
65477
|
|
|
65276
65478
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -65383,7 +65585,7 @@ var init_paymentMethodsGet2 = __esm(() => {
|
|
|
65383
65585
|
request: GetPaymentMethodRequest$inboundSchema
|
|
65384
65586
|
};
|
|
65385
65587
|
tool$paymentMethodsGet = {
|
|
65386
|
-
name: "payment-
|
|
65588
|
+
name: "payment-methods-get",
|
|
65387
65589
|
description: `Get the specified payment method associated with a Moov account. Read our [payment methods guide](https://docs.moov.io/guides/money-movement/payment-methods/) to learn more.
|
|
65388
65590
|
|
|
65389
65591
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -65497,7 +65699,7 @@ var init_paymentMethodsList2 = __esm(() => {
|
|
|
65497
65699
|
request: ListPaymentMethodsRequest$inboundSchema
|
|
65498
65700
|
};
|
|
65499
65701
|
tool$paymentMethodsList = {
|
|
65500
|
-
name: "payment-
|
|
65702
|
+
name: "payment-methods-list",
|
|
65501
65703
|
description: `Retrieve a list of payment methods associated with a Moov account. Read our [payment methods
|
|
65502
65704
|
guide](https://docs.moov.io/guides/money-movement/payment-methods/) to learn more.
|
|
65503
65705
|
|
|
@@ -65592,7 +65794,7 @@ var init_pingPing2 = __esm(() => {
|
|
|
65592
65794
|
request: PingRequest$inboundSchema
|
|
65593
65795
|
};
|
|
65594
65796
|
tool$pingPing = {
|
|
65595
|
-
name: "
|
|
65797
|
+
name: "ping-ping",
|
|
65596
65798
|
description: `A simple endpoint to check auth.
|
|
65597
65799
|
|
|
65598
65800
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -65677,7 +65879,7 @@ async function $do92(client, request, options) {
|
|
|
65677
65879
|
const responseFields = {
|
|
65678
65880
|
HttpMeta: { Response: response, Request: req }
|
|
65679
65881
|
};
|
|
65680
|
-
const [result] = await match(json(
|
|
65882
|
+
const [result] = await match(json(201, CreateReceiptsResponse$inboundSchema, {
|
|
65681
65883
|
hdrs: true,
|
|
65682
65884
|
key: "Result"
|
|
65683
65885
|
}), jsonErr([400, 409], GenericError$inboundSchema, { hdrs: true }), jsonErr(422, ReceiptValidationError$inboundSchema, { hdrs: true }), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, { extraFields: responseFields });
|
|
@@ -65711,7 +65913,7 @@ var init_receiptsCreate2 = __esm(() => {
|
|
|
65711
65913
|
request: arrayType(ReceiptRequest$inboundSchema)
|
|
65712
65914
|
};
|
|
65713
65915
|
tool$receiptsCreate = {
|
|
65714
|
-
name: "
|
|
65916
|
+
name: "receipts-create",
|
|
65715
65917
|
description: ` Create receipts for transfers and scheduled transfers.
|
|
65716
65918
|
|
|
65717
65919
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -65818,7 +66020,7 @@ var init_receiptsList2 = __esm(() => {
|
|
|
65818
66020
|
request: ListReceiptsRequest$inboundSchema
|
|
65819
66021
|
};
|
|
65820
66022
|
tool$receiptsList = {
|
|
65821
|
-
name: "
|
|
66023
|
+
name: "receipts-list",
|
|
65822
66024
|
description: `List receipts by trasnferID, scheduleID, or occurrenceID.
|
|
65823
66025
|
|
|
65824
66026
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -65945,7 +66147,7 @@ var init_representativesCreate2 = __esm(() => {
|
|
|
65945
66147
|
request: CreateRepresentativeRequest$inboundSchema
|
|
65946
66148
|
};
|
|
65947
66149
|
tool$representativesCreate = {
|
|
65948
|
-
name: "
|
|
66150
|
+
name: "representatives-create",
|
|
65949
66151
|
description: `Moov accounts associated with businesses require information regarding individuals who represent the business.
|
|
65950
66152
|
You can provide this information by creating a representative. Each account is allowed a maximum of 7 representatives.
|
|
65951
66153
|
Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
|
|
@@ -66066,7 +66268,7 @@ var init_representativesDelete2 = __esm(() => {
|
|
|
66066
66268
|
request: DeleteRepresentativeRequest$inboundSchema
|
|
66067
66269
|
};
|
|
66068
66270
|
tool$representativesDelete = {
|
|
66069
|
-
name: "
|
|
66271
|
+
name: "representatives-delete",
|
|
66070
66272
|
description: `Deletes a business representative associated with a Moov account. Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
|
|
66071
66273
|
|
|
66072
66274
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -66175,7 +66377,7 @@ var init_representativesGet2 = __esm(() => {
|
|
|
66175
66377
|
request: GetRepresentativeRequest$inboundSchema
|
|
66176
66378
|
};
|
|
66177
66379
|
tool$representativesGet = {
|
|
66178
|
-
name: "
|
|
66380
|
+
name: "representatives-get",
|
|
66179
66381
|
description: `Retrieve a specific representative associated with a given Moov account. Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
|
|
66180
66382
|
|
|
66181
66383
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -66284,7 +66486,7 @@ var init_representativesList2 = __esm(() => {
|
|
|
66284
66486
|
request: ListRepresentativesRequest$inboundSchema
|
|
66285
66487
|
};
|
|
66286
66488
|
tool$representativesList = {
|
|
66287
|
-
name: "
|
|
66489
|
+
name: "representatives-list",
|
|
66288
66490
|
description: `A Moov account may have multiple representatives depending on the associated business's ownership and management structure.
|
|
66289
66491
|
You can use this method to list all the representatives for a given Moov account.
|
|
66290
66492
|
Note that Moov accounts associated with an individual do not have representatives.
|
|
@@ -66412,7 +66614,7 @@ var init_representativesUpdate2 = __esm(() => {
|
|
|
66412
66614
|
request: UpdateRepresentativeRequest$inboundSchema
|
|
66413
66615
|
};
|
|
66414
66616
|
tool$representativesUpdate = {
|
|
66415
|
-
name: "
|
|
66617
|
+
name: "representatives-update",
|
|
66416
66618
|
description: `If a representative's information has changed you can patch the information associated with a specific representative ID.
|
|
66417
66619
|
Read our [business representatives guide](https://docs.moov.io/guides/accounts/requirements/business-representatives/) to learn more.
|
|
66418
66620
|
|
|
@@ -66549,7 +66751,7 @@ var init_schedulingCancel2 = __esm(() => {
|
|
|
66549
66751
|
request: CancelScheduleRequest$inboundSchema
|
|
66550
66752
|
};
|
|
66551
66753
|
tool$schedulingCancel = {
|
|
66552
|
-
name: "
|
|
66754
|
+
name: "scheduling-cancel",
|
|
66553
66755
|
description: `Describes the schedule to cancel.
|
|
66554
66756
|
|
|
66555
66757
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -66673,7 +66875,7 @@ var init_schedulingCreate2 = __esm(() => {
|
|
|
66673
66875
|
request: CreateScheduleRequest$inboundSchema
|
|
66674
66876
|
};
|
|
66675
66877
|
tool$schedulingCreate = {
|
|
66676
|
-
name: "
|
|
66878
|
+
name: "scheduling-create",
|
|
66677
66879
|
description: `Describes the schedule to create or modify.
|
|
66678
66880
|
|
|
66679
66881
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -66786,7 +66988,7 @@ var init_schedulingGet2 = __esm(() => {
|
|
|
66786
66988
|
request: GetSchedulesRequest$inboundSchema
|
|
66787
66989
|
};
|
|
66788
66990
|
tool$schedulingGet = {
|
|
66789
|
-
name: "
|
|
66991
|
+
name: "scheduling-get",
|
|
66790
66992
|
description: `Describes a schedule associated with an account. Requires at least 1 occurrence or recurTransfer to be specified.
|
|
66791
66993
|
|
|
66792
66994
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -66900,7 +67102,7 @@ var init_schedulingGetOccurrance2 = __esm(() => {
|
|
|
66900
67102
|
request: GetScheduledOccurrenceRequest$inboundSchema
|
|
66901
67103
|
};
|
|
66902
67104
|
tool$schedulingGetOccurrance = {
|
|
66903
|
-
name: "
|
|
67105
|
+
name: "scheduling-get-occurrance",
|
|
66904
67106
|
description: `Gets a specific occurrence.
|
|
66905
67107
|
|
|
66906
67108
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -66940,6 +67142,7 @@ async function $do103(client, request, options) {
|
|
|
66940
67142
|
const path = pathToFunc("/accounts/{accountID}/schedules")(pathParams);
|
|
66941
67143
|
const query = encodeFormQuery({
|
|
66942
67144
|
count: payload.count,
|
|
67145
|
+
hydrate: payload.hydrate,
|
|
66943
67146
|
skip: payload.skip
|
|
66944
67147
|
}, { explode: false });
|
|
66945
67148
|
const headers = new Headers(compactMap({
|
|
@@ -67014,8 +67217,8 @@ var init_schedulingList2 = __esm(() => {
|
|
|
67014
67217
|
request: ListSchedulesRequest$inboundSchema
|
|
67015
67218
|
};
|
|
67016
67219
|
tool$schedulingList = {
|
|
67017
|
-
name: "
|
|
67018
|
-
description: `Describes a list of schedules associated with an account.
|
|
67220
|
+
name: "scheduling-list",
|
|
67221
|
+
description: `Describes a list of schedules associated with an account. Append the \`hydrate=accounts\` query parameter to include partial account details in the response.
|
|
67019
67222
|
|
|
67020
67223
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
67021
67224
|
you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
|
|
@@ -67143,7 +67346,7 @@ var init_schedulingUpdate2 = __esm(() => {
|
|
|
67143
67346
|
request: UpdateScheduleRequest$inboundSchema
|
|
67144
67347
|
};
|
|
67145
67348
|
tool$schedulingUpdate = {
|
|
67146
|
-
name: "
|
|
67349
|
+
name: "scheduling-update",
|
|
67147
67350
|
description: `Describes the schedule to modify.
|
|
67148
67351
|
|
|
67149
67352
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -67266,7 +67469,7 @@ var init_sweepsCreateConfig2 = __esm(() => {
|
|
|
67266
67469
|
request: CreateSweepConfigRequest$inboundSchema
|
|
67267
67470
|
};
|
|
67268
67471
|
tool$sweepsCreateConfig = {
|
|
67269
|
-
name: "
|
|
67472
|
+
name: "sweeps-create-config",
|
|
67270
67473
|
description: `Create a sweep config for a wallet.
|
|
67271
67474
|
|
|
67272
67475
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -67383,7 +67586,7 @@ var init_sweepsGet2 = __esm(() => {
|
|
|
67383
67586
|
request: GetSweepRequest$inboundSchema
|
|
67384
67587
|
};
|
|
67385
67588
|
tool$sweepsGet = {
|
|
67386
|
-
name: "
|
|
67589
|
+
name: "sweeps-get",
|
|
67387
67590
|
description: `Get details on a specific sweep.
|
|
67388
67591
|
|
|
67389
67592
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -67496,7 +67699,7 @@ var init_sweepsGetConfig2 = __esm(() => {
|
|
|
67496
67699
|
request: GetSweepConfigRequest$inboundSchema
|
|
67497
67700
|
};
|
|
67498
67701
|
tool$sweepsGetConfig = {
|
|
67499
|
-
name: "
|
|
67702
|
+
name: "sweeps-get-config",
|
|
67500
67703
|
description: `Get a sweep config associated with a wallet.
|
|
67501
67704
|
|
|
67502
67705
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -67616,7 +67819,7 @@ var init_sweepsList2 = __esm(() => {
|
|
|
67616
67819
|
request: ListSweepsRequest$inboundSchema
|
|
67617
67820
|
};
|
|
67618
67821
|
tool$sweepsList = {
|
|
67619
|
-
name: "
|
|
67822
|
+
name: "sweeps-list",
|
|
67620
67823
|
description: `List sweeps associated with a wallet.
|
|
67621
67824
|
|
|
67622
67825
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -67725,7 +67928,7 @@ var init_sweepsListConfigs2 = __esm(() => {
|
|
|
67725
67928
|
request: ListSweepConfigsRequest$inboundSchema
|
|
67726
67929
|
};
|
|
67727
67930
|
tool$sweepsListConfigs = {
|
|
67728
|
-
name: "
|
|
67931
|
+
name: "sweeps-list-configs",
|
|
67729
67932
|
description: `List sweep configs associated with an account.
|
|
67730
67933
|
|
|
67731
67934
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -67852,7 +68055,7 @@ var init_sweepsUpdateConfig2 = __esm(() => {
|
|
|
67852
68055
|
request: UpdateSweepConfigRequest$inboundSchema
|
|
67853
68056
|
};
|
|
67854
68057
|
tool$sweepsUpdateConfig = {
|
|
67855
|
-
name: "
|
|
68058
|
+
name: "sweeps-update-config",
|
|
67856
68059
|
description: `Update settings on a sweep config.
|
|
67857
68060
|
|
|
67858
68061
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -67972,7 +68175,7 @@ var init_terminalApplicationsCreate2 = __esm(() => {
|
|
|
67972
68175
|
request: CreateTerminalApplication$inboundSchema
|
|
67973
68176
|
};
|
|
67974
68177
|
tool$terminalApplicationsCreate = {
|
|
67975
|
-
name: "terminal-
|
|
68178
|
+
name: "terminal-applications-create",
|
|
67976
68179
|
description: `Create a new terminal application.
|
|
67977
68180
|
|
|
67978
68181
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -68087,7 +68290,7 @@ var init_terminalApplicationsDelete2 = __esm(() => {
|
|
|
68087
68290
|
request: DeleteTerminalApplicationRequest$inboundSchema
|
|
68088
68291
|
};
|
|
68089
68292
|
tool$terminalApplicationsDelete = {
|
|
68090
|
-
name: "terminal-
|
|
68293
|
+
name: "terminal-applications-delete",
|
|
68091
68294
|
description: `Delete a specific terminal application.
|
|
68092
68295
|
|
|
68093
68296
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -68192,7 +68395,7 @@ var init_terminalApplicationsGet2 = __esm(() => {
|
|
|
68192
68395
|
request: GetTerminalApplicationRequest$inboundSchema
|
|
68193
68396
|
};
|
|
68194
68397
|
tool$terminalApplicationsGet = {
|
|
68195
|
-
name: "terminal-
|
|
68398
|
+
name: "terminal-applications-get",
|
|
68196
68399
|
description: `Fetch a specific terminal application.
|
|
68197
68400
|
|
|
68198
68401
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -68287,7 +68490,7 @@ var init_terminalApplicationsList2 = __esm(() => {
|
|
|
68287
68490
|
request: ListTerminalApplicationsRequest$inboundSchema
|
|
68288
68491
|
};
|
|
68289
68492
|
tool$terminalApplicationsList = {
|
|
68290
|
-
name: "terminal-
|
|
68493
|
+
name: "terminal-applications-list",
|
|
68291
68494
|
description: `List all the terminal applications for a Moov Account.
|
|
68292
68495
|
|
|
68293
68496
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -68411,7 +68614,7 @@ var init_transfersCreate2 = __esm(() => {
|
|
|
68411
68614
|
request: CreateTransferRequest$inboundSchema
|
|
68412
68615
|
};
|
|
68413
68616
|
tool$transfersCreate = {
|
|
68414
|
-
name: "
|
|
68617
|
+
name: "transfers-create",
|
|
68415
68618
|
description: `Move money by providing the source, destination, and amount in the request body.
|
|
68416
68619
|
|
|
68417
68620
|
Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
|
|
@@ -68527,7 +68730,7 @@ var init_transfersCreateCancellation2 = __esm(() => {
|
|
|
68527
68730
|
request: CreateCancellationRequest$inboundSchema
|
|
68528
68731
|
};
|
|
68529
68732
|
tool$transfersCreateCancellation = {
|
|
68530
|
-
name: "
|
|
68733
|
+
name: "transfers-create-cancellation",
|
|
68531
68734
|
description: ` Initiate a cancellation for a card, ACH, or queued transfer.
|
|
68532
68735
|
|
|
68533
68736
|
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
@@ -68657,7 +68860,7 @@ var init_transfersCreateReversal2 = __esm(() => {
|
|
|
68657
68860
|
request: CreateReversalRequest$inboundSchema
|
|
68658
68861
|
};
|
|
68659
68862
|
tool$transfersCreateReversal = {
|
|
68660
|
-
name: "
|
|
68863
|
+
name: "transfers-create-reversal",
|
|
68661
68864
|
description: `Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
|
|
68662
68865
|
Read our [reversals guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/)
|
|
68663
68866
|
to learn more.
|
|
@@ -68767,7 +68970,7 @@ var init_transfersGenerateOptions2 = __esm(() => {
|
|
|
68767
68970
|
request: CreateTransferOptions$inboundSchema
|
|
68768
68971
|
};
|
|
68769
68972
|
tool$transfersGenerateOptions = {
|
|
68770
|
-
name: "
|
|
68973
|
+
name: "transfers-generate-options",
|
|
68771
68974
|
description: `Generate available payment method options for one or multiple transfer participants depending on the accountID or paymentMethodID you
|
|
68772
68975
|
supply in the request.
|
|
68773
68976
|
|
|
@@ -68883,7 +69086,7 @@ var init_transfersGet2 = __esm(() => {
|
|
|
68883
69086
|
request: GetTransferRequest$inboundSchema
|
|
68884
69087
|
};
|
|
68885
69088
|
tool$transfersGet = {
|
|
68886
|
-
name: "
|
|
69089
|
+
name: "transfers-get",
|
|
68887
69090
|
description: `Retrieve full transfer details for an individual transfer of a particular Moov account.
|
|
68888
69091
|
|
|
68889
69092
|
Payment rail-specific details are included in the source and destination. Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/)
|
|
@@ -69003,7 +69206,7 @@ var init_transfersGetCancellation2 = __esm(() => {
|
|
|
69003
69206
|
request: GetCancellationRequest$inboundSchema
|
|
69004
69207
|
};
|
|
69005
69208
|
tool$transfersGetCancellation = {
|
|
69006
|
-
name: "
|
|
69209
|
+
name: "transfers-get-cancellation",
|
|
69007
69210
|
description: ` Get details of a cancellation for a transfer.
|
|
69008
69211
|
|
|
69009
69212
|
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
@@ -69120,7 +69323,7 @@ var init_transfersGetRefund2 = __esm(() => {
|
|
|
69120
69323
|
request: GetRefundRequest$inboundSchema
|
|
69121
69324
|
};
|
|
69122
69325
|
tool$transfersGetRefund = {
|
|
69123
|
-
name: "
|
|
69326
|
+
name: "transfers-get-refund",
|
|
69124
69327
|
description: `Get details of a refund for a card transfer.
|
|
69125
69328
|
|
|
69126
69329
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -69243,7 +69446,7 @@ var init_transfersInitiateRefund2 = __esm(() => {
|
|
|
69243
69446
|
request: InitiateRefundRequest$inboundSchema
|
|
69244
69447
|
};
|
|
69245
69448
|
tool$transfersInitiateRefund = {
|
|
69246
|
-
name: "
|
|
69449
|
+
name: "transfers-initiate-refund",
|
|
69247
69450
|
description: `Initiate a refund for a card transfer.
|
|
69248
69451
|
|
|
69249
69452
|
**Use the [Cancel or refund a card transfer](https://docs.moov.io/api/money-movement/refunds/cancel/) endpoint for more comprehensive cancel and refund options.**
|
|
@@ -69367,7 +69570,7 @@ var init_transfersList2 = __esm(() => {
|
|
|
69367
69570
|
request: ListTransfersRequest$inboundSchema
|
|
69368
69571
|
};
|
|
69369
69572
|
tool$transfersList = {
|
|
69370
|
-
name: "
|
|
69573
|
+
name: "transfers-list",
|
|
69371
69574
|
description: `List all the transfers associated with a particular Moov account.
|
|
69372
69575
|
|
|
69373
69576
|
Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
|
|
@@ -69487,7 +69690,7 @@ var init_transfersListRefunds2 = __esm(() => {
|
|
|
69487
69690
|
request: ListRefundsRequest$inboundSchema
|
|
69488
69691
|
};
|
|
69489
69692
|
tool$transfersListRefunds = {
|
|
69490
|
-
name: "
|
|
69693
|
+
name: "transfers-list-refunds",
|
|
69491
69694
|
description: `Get a list of refunds for a card transfer.
|
|
69492
69695
|
|
|
69493
69696
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -69601,7 +69804,7 @@ var init_transfersUpdate2 = __esm(() => {
|
|
|
69601
69804
|
request: UpdateTransferRequest$inboundSchema
|
|
69602
69805
|
};
|
|
69603
69806
|
tool$transfersUpdate = {
|
|
69604
|
-
name: "
|
|
69807
|
+
name: "transfers-update",
|
|
69605
69808
|
description: `Update the metadata contained on a transfer.
|
|
69606
69809
|
|
|
69607
69810
|
Read our [transfers overview guide](https://docs.moov.io/guides/money-movement/overview/) to learn more.
|
|
@@ -69712,7 +69915,7 @@ var init_underwritingGet2 = __esm(() => {
|
|
|
69712
69915
|
request: GetUnderwritingRequest$inboundSchema
|
|
69713
69916
|
};
|
|
69714
69917
|
tool$underwritingGet = {
|
|
69715
|
-
name: "
|
|
69918
|
+
name: "underwriting-get",
|
|
69716
69919
|
description: `Retrieve underwriting associated with a given Moov account.
|
|
69717
69920
|
|
|
69718
69921
|
Read our [underwriting guide](https://docs.moov.io/guides/accounts/requirements/underwriting/) to learn more.
|
|
@@ -69841,7 +70044,7 @@ var init_underwritingUpsert2 = __esm(() => {
|
|
|
69841
70044
|
request: UpsertUnderwritingRequest$inboundSchema
|
|
69842
70045
|
};
|
|
69843
70046
|
tool$underwritingUpsert = {
|
|
69844
|
-
name: "
|
|
70047
|
+
name: "underwriting-upsert",
|
|
69845
70048
|
description: `Create or update the account's underwriting.
|
|
69846
70049
|
|
|
69847
70050
|
Read our [underwriting guide](https://docs.moov.io/guides/accounts/requirements/underwriting/) to learn more.
|
|
@@ -69956,7 +70159,7 @@ var init_walletsGet2 = __esm(() => {
|
|
|
69956
70159
|
request: GetWalletRequest$inboundSchema
|
|
69957
70160
|
};
|
|
69958
70161
|
tool$walletsGet = {
|
|
69959
|
-
name: "
|
|
70162
|
+
name: "wallets-get",
|
|
69960
70163
|
description: `Get information on a specific wallet (e.g., the available balance).
|
|
69961
70164
|
|
|
69962
70165
|
Read our [Moov wallets guide](https://docs.moov.io/guides/sources/wallets/) to learn more.
|
|
@@ -70067,7 +70270,7 @@ var init_walletsList2 = __esm(() => {
|
|
|
70067
70270
|
request: ListWalletsRequest$inboundSchema
|
|
70068
70271
|
};
|
|
70069
70272
|
tool$walletsList = {
|
|
70070
|
-
name: "
|
|
70273
|
+
name: "wallets-list",
|
|
70071
70274
|
description: `List the wallets associated with a Moov account.
|
|
70072
70275
|
|
|
70073
70276
|
Read our [Moov wallets guide](https://docs.moov.io/guides/sources/wallets/) to learn more.
|
|
@@ -70186,7 +70389,7 @@ var init_walletTransactionsGet2 = __esm(() => {
|
|
|
70186
70389
|
request: GetWalletTransactionRequest$inboundSchema
|
|
70187
70390
|
};
|
|
70188
70391
|
tool$walletTransactionsGet = {
|
|
70189
|
-
name: "wallet-
|
|
70392
|
+
name: "wallet-transactions-get",
|
|
70190
70393
|
description: `Get details on a specific wallet transaction.
|
|
70191
70394
|
|
|
70192
70395
|
Read our [wallet transactions guide](https://docs.moov.io/guides/sources/wallets/transactions/) to learn more.
|
|
@@ -70316,7 +70519,7 @@ var init_walletTransactionsList2 = __esm(() => {
|
|
|
70316
70519
|
request: ListWalletTransactionsRequest$inboundSchema
|
|
70317
70520
|
};
|
|
70318
70521
|
tool$walletTransactionsList = {
|
|
70319
|
-
name: "wallet-
|
|
70522
|
+
name: "wallet-transactions-list",
|
|
70320
70523
|
description: `List all the transactions associated with a particular Moov wallet.
|
|
70321
70524
|
|
|
70322
70525
|
Read our [wallet transactions guide](https://docs.moov.io/guides/sources/wallets/transactions/) to learn more.
|
|
@@ -70342,7 +70545,7 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
|
|
|
70342
70545
|
function createMCPServer(deps) {
|
|
70343
70546
|
const server = new McpServer({
|
|
70344
70547
|
name: "Moov",
|
|
70345
|
-
version: "0.
|
|
70548
|
+
version: "0.8.1"
|
|
70346
70549
|
});
|
|
70347
70550
|
const client = new MoovCore({
|
|
70348
70551
|
security: deps.security,
|
|
@@ -71840,7 +72043,7 @@ var routes = rn({
|
|
|
71840
72043
|
var app = Ve(routes, {
|
|
71841
72044
|
name: "mcp",
|
|
71842
72045
|
versionInfo: {
|
|
71843
|
-
currentVersion: "0.
|
|
72046
|
+
currentVersion: "0.8.1"
|
|
71844
72047
|
}
|
|
71845
72048
|
});
|
|
71846
72049
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -71848,5 +72051,5 @@ export {
|
|
|
71848
72051
|
app
|
|
71849
72052
|
};
|
|
71850
72053
|
|
|
71851
|
-
//# debugId=
|
|
72054
|
+
//# debugId=0DD85FD32CD63D4C64756E2164756E21
|
|
71852
72055
|
//# sourceMappingURL=mcp-server.js.map
|