@moovio/sdk 25.12.5 → 25.12.8
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 +30 -18
- package/bin/mcp-server.js +190 -48
- package/bin/mcp-server.js.map +90 -86
- package/funcs/cardIssuingGetFull.d.ts +1 -1
- package/funcs/cardIssuingGetFull.js +1 -1
- package/funcs/imagesUpload.d.ts +1 -1
- package/funcs/imagesUpload.js +1 -1
- package/funcs/institutionsSearch.d.ts +1 -1
- package/funcs/institutionsSearch.js +1 -1
- package/funcs/issuingTransactionsList.js +1 -0
- package/funcs/issuingTransactionsList.js.map +1 -1
- package/funcs/transfersCreateCancellation.d.ts +3 -0
- package/funcs/transfersCreateCancellation.d.ts.map +1 -1
- package/funcs/transfersCreateCancellation.js +6 -1
- package/funcs/transfersCreateCancellation.js.map +1 -1
- package/funcs/transfersCreateReversal.d.ts +3 -0
- package/funcs/transfersCreateReversal.d.ts.map +1 -1
- package/funcs/transfersCreateReversal.js +3 -0
- package/funcs/transfersCreateReversal.js.map +1 -1
- package/funcs/transfersList.js +2 -0
- package/funcs/transfersList.js.map +1 -1
- package/funcs/transfersListCancellations.js +1 -1
- package/funcs/transfersListCancellations.js.map +1 -1
- package/funcs/transfersListRefunds.js +1 -1
- package/funcs/transfersListRefunds.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/encodings.d.ts +10 -9
- package/lib/encodings.d.ts.map +1 -1
- package/lib/encodings.js +29 -13
- package/lib/encodings.js.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/mcp-server/tools/avatarsGet.js +1 -1
- package/mcp-server/tools/cardIssuingGetFull.js +1 -1
- package/mcp-server/tools/cardIssuingGetFull.js.map +1 -1
- package/mcp-server/tools/enrichedAddressGet.js +1 -1
- package/mcp-server/tools/enrichedProfileGet.js +1 -1
- package/mcp-server/tools/imagesUpload.js +1 -1
- package/mcp-server/tools/imagesUpload.js.map +1 -1
- package/mcp-server/tools/institutionsSearch.js +2 -2
- package/mcp-server/tools/transfersCreateCancellation.d.ts.map +1 -1
- package/mcp-server/tools/transfersCreateCancellation.js +3 -0
- package/mcp-server/tools/transfersCreateCancellation.js.map +1 -1
- package/mcp-server/tools/transfersCreateReversal.d.ts.map +1 -1
- package/mcp-server/tools/transfersCreateReversal.js +4 -1
- package/mcp-server/tools/transfersCreateReversal.js.map +1 -1
- package/mcp-server/tools/transfersListCancellations.js +1 -1
- package/models/components/adjustmentfees.d.ts +30 -0
- package/models/components/adjustmentfees.d.ts.map +1 -0
- package/models/components/adjustmentfees.js +62 -0
- package/models/components/adjustmentfees.js.map +1 -0
- package/models/components/applicationscope.d.ts +1 -1
- package/models/components/applicationscope.js +1 -1
- package/models/components/applicationscope.js.map +1 -1
- package/models/components/billingadjustment.d.ts +34 -0
- package/models/components/billingadjustment.d.ts.map +1 -0
- package/models/components/billingadjustment.js +63 -0
- package/models/components/billingadjustment.js.map +1 -0
- package/models/components/billingsummary.d.ts +15 -10
- package/models/components/billingsummary.d.ts.map +1 -1
- package/models/components/billingsummary.js +15 -11
- package/models/components/billingsummary.js.map +1 -1
- package/models/components/cancellation.d.ts +3 -0
- package/models/components/cancellation.d.ts.map +1 -1
- package/models/components/cancellation.js.map +1 -1
- package/models/components/createdtransfer.d.ts +14 -0
- package/models/components/createdtransfer.d.ts.map +1 -1
- package/models/components/createdtransfer.js +3 -0
- package/models/components/createdtransfer.js.map +1 -1
- package/models/components/createfeeplanagreement.d.ts +16 -1
- package/models/components/createfeeplanagreement.d.ts.map +1 -1
- package/models/components/createfeeplanagreement.js +2 -0
- package/models/components/createfeeplanagreement.js.map +1 -1
- package/models/components/createpaymentlink.d.ts +3 -0
- package/models/components/createpaymentlink.d.ts.map +1 -1
- package/models/components/createpaymentlink.js.map +1 -1
- package/models/components/createrefund.d.ts +2 -2
- package/models/components/createreversal.d.ts +6 -1
- package/models/components/createreversal.d.ts.map +1 -1
- package/models/components/createreversal.js.map +1 -1
- package/models/components/facilitatorfee.d.ts +2 -2
- package/models/components/feeplanagreement.d.ts +10 -0
- package/models/components/feeplanagreement.d.ts.map +1 -1
- package/models/components/feeplanagreement.js +5 -0
- package/models/components/feeplanagreement.js.map +1 -1
- package/models/components/fullissuedcard.d.ts +4 -0
- package/models/components/fullissuedcard.d.ts.map +1 -1
- package/models/components/fullissuedcard.js.map +1 -1
- package/models/components/index.d.ts +4 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +4 -0
- package/models/components/index.js.map +1 -1
- package/models/components/issuedcard.d.ts +4 -0
- package/models/components/issuedcard.d.ts.map +1 -1
- package/models/components/issuedcard.js.map +1 -1
- package/models/components/issuedcardauthorization.d.ts +5 -0
- package/models/components/issuedcardauthorization.d.ts.map +1 -1
- package/models/components/issuedcardauthorization.js +2 -0
- package/models/components/issuedcardauthorization.js.map +1 -1
- package/models/components/issuedcardstate.d.ts +3 -0
- package/models/components/issuedcardstate.d.ts.map +1 -1
- package/models/components/issuedcardstate.js +2 -0
- package/models/components/issuedcardstate.js.map +1 -1
- package/models/components/issuedcardtransaction.d.ts +5 -0
- package/models/components/issuedcardtransaction.d.ts.map +1 -1
- package/models/components/issuedcardtransaction.js +2 -0
- package/models/components/issuedcardtransaction.js.map +1 -1
- package/models/components/issuingcontrols.d.ts +3 -0
- package/models/components/issuingcontrols.d.ts.map +1 -1
- package/models/components/issuingcontrols.js.map +1 -1
- package/models/components/partnerpricingagreement.d.ts +12 -2
- package/models/components/partnerpricingagreement.d.ts.map +1 -1
- package/models/components/partnerpricingagreement.js +5 -0
- package/models/components/partnerpricingagreement.js.map +1 -1
- package/models/components/paymentlink.d.ts +3 -0
- package/models/components/paymentlink.d.ts.map +1 -1
- package/models/components/paymentlink.js.map +1 -1
- package/models/components/paymentlinkpayoutdetails.d.ts +3 -0
- package/models/components/paymentlinkpayoutdetails.d.ts.map +1 -1
- package/models/components/paymentlinkpayoutdetails.js.map +1 -1
- package/models/components/paymentlinkpayoutdetailsupdate.d.ts +3 -0
- package/models/components/paymentlinkpayoutdetailsupdate.d.ts.map +1 -1
- package/models/components/paymentlinkpayoutdetailsupdate.js.map +1 -1
- package/models/components/paymentmethodswallet.d.ts +1 -0
- package/models/components/paymentmethodswallet.d.ts.map +1 -1
- package/models/components/paymentmethodswallet.js.map +1 -1
- package/models/components/requestcard.d.ts +3 -0
- package/models/components/requestcard.d.ts.map +1 -1
- package/models/components/requestcard.js.map +1 -1
- package/models/components/requirementid.d.ts +7 -0
- package/models/components/requirementid.d.ts.map +1 -1
- package/models/components/requirementid.js +7 -0
- package/models/components/requirementid.js.map +1 -1
- package/models/components/reversedwithcancellation.d.ts +3 -0
- package/models/components/reversedwithcancellation.d.ts.map +1 -1
- package/models/components/reversedwithcancellation.js.map +1 -1
- package/models/components/statement.d.ts +6 -0
- package/models/components/statement.d.ts.map +1 -1
- package/models/components/statement.js +3 -0
- package/models/components/statement.js.map +1 -1
- package/models/components/sweepconfig.d.ts +2 -2
- package/models/components/sweepconfigpaymentmethod.d.ts +1 -1
- package/models/components/transfer.d.ts +14 -0
- package/models/components/transfer.d.ts.map +1 -1
- package/models/components/transfer.js +3 -0
- package/models/components/transfer.js.map +1 -1
- package/models/components/transfercapture.d.ts +28 -0
- package/models/components/transfercapture.d.ts.map +1 -0
- package/models/components/transfercapture.js +60 -0
- package/models/components/transfercapture.js.map +1 -0
- package/models/components/transferpaymentmethodswallet.d.ts +1 -0
- package/models/components/transferpaymentmethodswallet.d.ts.map +1 -1
- package/models/components/transferpaymentmethodswallet.js.map +1 -1
- package/models/components/updateissuedcard.d.ts +2 -0
- package/models/components/updateissuedcard.d.ts.map +1 -1
- package/models/components/updateissuedcard.js.map +1 -1
- package/models/components/updateissuedcardstate.d.ts +6 -0
- package/models/components/updateissuedcardstate.d.ts.map +1 -1
- package/models/components/updateissuedcardstate.js +4 -0
- package/models/components/updateissuedcardstate.js.map +1 -1
- package/models/components/updatepaymentlink.d.ts +3 -0
- package/models/components/updatepaymentlink.d.ts.map +1 -1
- package/models/components/updatepaymentlink.js.map +1 -1
- package/models/components/wallet.d.ts +1 -0
- package/models/components/wallet.d.ts.map +1 -1
- package/models/components/wallet.js.map +1 -1
- package/models/components/wallettype.d.ts +3 -0
- package/models/components/wallettype.d.ts.map +1 -1
- package/models/components/wallettype.js +2 -0
- package/models/components/wallettype.js.map +1 -1
- package/models/components/webhookdata.d.ts +3 -2
- package/models/components/webhookdata.d.ts.map +1 -1
- package/models/components/webhookdata.js +3 -0
- package/models/components/webhookdata.js.map +1 -1
- package/models/components/webhookdataeventtest.d.ts +20 -0
- package/models/components/webhookdataeventtest.d.ts.map +1 -0
- package/models/components/webhookdataeventtest.js +58 -0
- package/models/components/webhookdataeventtest.js.map +1 -0
- package/models/components/webhookdatatransferstatus.d.ts +3 -0
- package/models/components/webhookdatatransferstatus.d.ts.map +1 -1
- package/models/components/webhookdatatransferstatus.js +3 -0
- package/models/components/webhookdatatransferstatus.js.map +1 -1
- package/models/components/webhookeventtype.d.ts +1 -0
- package/models/components/webhookeventtype.d.ts.map +1 -1
- package/models/components/webhookeventtype.js +1 -0
- package/models/components/webhookeventtype.js.map +1 -1
- package/models/errors/transfer.d.ts +25 -0
- package/models/errors/transfer.d.ts.map +1 -1
- package/models/errors/transfer.js +4 -0
- package/models/errors/transfer.js.map +1 -1
- package/models/operations/listaccounts.d.ts +3 -0
- package/models/operations/listaccounts.d.ts.map +1 -1
- package/models/operations/listaccounts.js.map +1 -1
- package/models/operations/listconnectedaccountsforaccount.d.ts +3 -0
- package/models/operations/listconnectedaccountsforaccount.d.ts.map +1 -1
- package/models/operations/listconnectedaccountsforaccount.js.map +1 -1
- package/models/operations/listdisputes.d.ts +3 -0
- package/models/operations/listdisputes.d.ts.map +1 -1
- package/models/operations/listdisputes.js.map +1 -1
- package/models/operations/listfeeplanagreements.d.ts +3 -0
- package/models/operations/listfeeplanagreements.d.ts.map +1 -1
- package/models/operations/listfeeplanagreements.js.map +1 -1
- package/models/operations/listfeerevenue.d.ts +3 -0
- package/models/operations/listfeerevenue.d.ts.map +1 -1
- package/models/operations/listfeerevenue.js.map +1 -1
- package/models/operations/listissuedcardauthorizationevents.d.ts +3 -0
- package/models/operations/listissuedcardauthorizationevents.d.ts.map +1 -1
- package/models/operations/listissuedcardauthorizationevents.js.map +1 -1
- package/models/operations/listissuedcardauthorizations.d.ts +3 -0
- package/models/operations/listissuedcardauthorizations.d.ts.map +1 -1
- package/models/operations/listissuedcardauthorizations.js.map +1 -1
- package/models/operations/listissuedcards.d.ts +3 -0
- package/models/operations/listissuedcards.d.ts.map +1 -1
- package/models/operations/listissuedcards.js.map +1 -1
- package/models/operations/listissuedcardtransactions.d.ts +8 -0
- package/models/operations/listissuedcardtransactions.d.ts.map +1 -1
- package/models/operations/listissuedcardtransactions.js +2 -0
- package/models/operations/listissuedcardtransactions.js.map +1 -1
- package/models/operations/listpartnerpricingagreements.d.ts +3 -0
- package/models/operations/listpartnerpricingagreements.d.ts.map +1 -1
- package/models/operations/listpartnerpricingagreements.js.map +1 -1
- package/models/operations/listpaymentlinks.d.ts +3 -0
- package/models/operations/listpaymentlinks.d.ts.map +1 -1
- package/models/operations/listpaymentlinks.js.map +1 -1
- package/models/operations/listproducts.d.ts +3 -0
- package/models/operations/listproducts.d.ts.map +1 -1
- package/models/operations/listproducts.js.map +1 -1
- package/models/operations/listresidualfees.d.ts +3 -0
- package/models/operations/listresidualfees.d.ts.map +1 -1
- package/models/operations/listresidualfees.js.map +1 -1
- package/models/operations/listresiduals.d.ts +3 -0
- package/models/operations/listresiduals.d.ts.map +1 -1
- package/models/operations/listresiduals.js.map +1 -1
- package/models/operations/listschedules.d.ts +3 -0
- package/models/operations/listschedules.d.ts.map +1 -1
- package/models/operations/listschedules.js.map +1 -1
- package/models/operations/liststatements.d.ts +3 -0
- package/models/operations/liststatements.d.ts.map +1 -1
- package/models/operations/liststatements.js.map +1 -1
- package/models/operations/listsweeps.d.ts +3 -0
- package/models/operations/listsweeps.d.ts.map +1 -1
- package/models/operations/listsweeps.js.map +1 -1
- package/models/operations/listtickets.d.ts +3 -0
- package/models/operations/listtickets.d.ts.map +1 -1
- package/models/operations/listtickets.js.map +1 -1
- package/models/operations/listtransfers.d.ts +13 -0
- package/models/operations/listtransfers.d.ts.map +1 -1
- package/models/operations/listtransfers.js +4 -0
- package/models/operations/listtransfers.js.map +1 -1
- package/models/operations/listwallets.d.ts +3 -0
- package/models/operations/listwallets.d.ts.map +1 -1
- package/models/operations/listwallets.js.map +1 -1
- package/models/operations/listwallettransactions.d.ts +3 -0
- package/models/operations/listwallettransactions.d.ts.map +1 -1
- package/models/operations/listwallettransactions.js.map +1 -1
- package/models/operations/retrievefees.d.ts +3 -0
- package/models/operations/retrievefees.d.ts.map +1 -1
- package/models/operations/retrievefees.js.map +1 -1
- package/package.json +1 -1
- package/sdk/cardissuing.d.ts +1 -1
- package/sdk/cardissuing.js +1 -1
- package/sdk/images.d.ts +1 -1
- package/sdk/images.js +1 -1
- package/sdk/institutions.d.ts +1 -1
- package/sdk/institutions.js +1 -1
- package/sdk/transfers.d.ts +6 -0
- package/sdk/transfers.d.ts.map +1 -1
- package/sdk/transfers.js +6 -0
- package/sdk/transfers.js.map +1 -1
- package/src/funcs/cardIssuingGetFull.ts +1 -1
- package/src/funcs/imagesUpload.ts +1 -1
- package/src/funcs/institutionsSearch.ts +1 -1
- package/src/funcs/issuingTransactionsList.ts +1 -0
- package/src/funcs/transfersCreateCancellation.ts +6 -1
- package/src/funcs/transfersCreateReversal.ts +3 -0
- package/src/funcs/transfersList.ts +2 -0
- package/src/funcs/transfersListCancellations.ts +1 -1
- package/src/funcs/transfersListRefunds.ts +1 -1
- package/src/lib/config.ts +3 -3
- package/src/lib/encodings.ts +58 -23
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/mcp-server/tools/avatarsGet.ts +1 -1
- package/src/mcp-server/tools/cardIssuingGetFull.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/imagesUpload.ts +1 -1
- package/src/mcp-server/tools/institutionsSearch.ts +2 -2
- package/src/mcp-server/tools/transfersCreateCancellation.ts +3 -0
- package/src/mcp-server/tools/transfersCreateReversal.ts +4 -1
- package/src/mcp-server/tools/transfersListCancellations.ts +1 -1
- package/src/models/components/adjustmentfees.ts +72 -0
- package/src/models/components/applicationscope.ts +1 -1
- package/src/models/components/billingadjustment.ts +77 -0
- package/src/models/components/billingsummary.ts +34 -19
- package/src/models/components/cancellation.ts +3 -0
- package/src/models/components/createdtransfer.ts +21 -0
- package/src/models/components/createfeeplanagreement.ts +18 -1
- package/src/models/components/createpaymentlink.ts +3 -0
- package/src/models/components/createrefund.ts +2 -2
- package/src/models/components/createreversal.ts +6 -1
- package/src/models/components/facilitatorfee.ts +2 -2
- package/src/models/components/feeplanagreement.ts +17 -0
- package/src/models/components/fullissuedcard.ts +4 -0
- package/src/models/components/index.ts +4 -0
- package/src/models/components/issuedcard.ts +4 -0
- package/src/models/components/issuedcardauthorization.ts +7 -0
- package/src/models/components/issuedcardstate.ts +3 -0
- package/src/models/components/issuedcardtransaction.ts +7 -0
- package/src/models/components/issuingcontrols.ts +3 -0
- package/src/models/components/partnerpricingagreement.ts +19 -2
- package/src/models/components/paymentlink.ts +3 -0
- package/src/models/components/paymentlinkpayoutdetails.ts +3 -0
- package/src/models/components/paymentlinkpayoutdetailsupdate.ts +3 -0
- package/src/models/components/paymentmethodswallet.ts +1 -0
- package/src/models/components/requestcard.ts +3 -0
- package/src/models/components/requirementid.ts +14 -0
- package/src/models/components/reversedwithcancellation.ts +3 -0
- package/src/models/components/statement.ts +13 -0
- package/src/models/components/sweepconfig.ts +2 -2
- package/src/models/components/sweepconfigpaymentmethod.ts +1 -1
- package/src/models/components/transfer.ts +21 -0
- package/src/models/components/transfercapture.ts +62 -0
- package/src/models/components/transferpaymentmethodswallet.ts +1 -0
- package/src/models/components/updateissuedcard.ts +2 -0
- package/src/models/components/updateissuedcardstate.ts +6 -0
- package/src/models/components/updatepaymentlink.ts +3 -0
- package/src/models/components/wallet.ts +1 -0
- package/src/models/components/wallettype.ts +3 -0
- package/src/models/components/webhookdata.ts +12 -2
- package/src/models/components/webhookdataeventtest.ts +54 -0
- package/src/models/components/webhookdatatransferstatus.ts +3 -0
- package/src/models/components/webhookeventtype.ts +1 -0
- package/src/models/errors/transfer.ts +28 -0
- package/src/models/operations/listaccounts.ts +3 -0
- package/src/models/operations/listconnectedaccountsforaccount.ts +3 -0
- package/src/models/operations/listdisputes.ts +3 -0
- package/src/models/operations/listfeeplanagreements.ts +3 -0
- package/src/models/operations/listfeerevenue.ts +3 -0
- package/src/models/operations/listissuedcardauthorizationevents.ts +3 -0
- package/src/models/operations/listissuedcardauthorizations.ts +3 -0
- package/src/models/operations/listissuedcards.ts +3 -0
- package/src/models/operations/listissuedcardtransactions.ts +10 -0
- package/src/models/operations/listpartnerpricingagreements.ts +3 -0
- package/src/models/operations/listpaymentlinks.ts +3 -0
- package/src/models/operations/listproducts.ts +3 -0
- package/src/models/operations/listresidualfees.ts +3 -0
- package/src/models/operations/listresiduals.ts +3 -0
- package/src/models/operations/listschedules.ts +3 -0
- package/src/models/operations/liststatements.ts +3 -0
- package/src/models/operations/listsweeps.ts +3 -0
- package/src/models/operations/listtickets.ts +3 -0
- package/src/models/operations/listtransfers.ts +17 -0
- package/src/models/operations/listwallets.ts +3 -0
- package/src/models/operations/listwallettransactions.ts +3 -0
- package/src/models/operations/retrievefees.ts +3 -0
- package/src/sdk/cardissuing.ts +1 -1
- package/src/sdk/images.ts +1 -1
- package/src/sdk/institutions.ts +1 -1
- package/src/sdk/transfers.ts +6 -0
package/bin/mcp-server.js
CHANGED
|
@@ -52974,9 +52974,9 @@ var init_config = __esm(() => {
|
|
|
52974
52974
|
SDK_METADATA = {
|
|
52975
52975
|
language: "typescript",
|
|
52976
52976
|
openapiDocVersion: "v2025.10.00",
|
|
52977
|
-
sdkVersion: "25.12.
|
|
52978
|
-
genVersion: "2.
|
|
52979
|
-
userAgent: "speakeasy-sdk/typescript 25.12.
|
|
52977
|
+
sdkVersion: "25.12.8",
|
|
52978
|
+
genVersion: "2.935.1",
|
|
52979
|
+
userAgent: "speakeasy-sdk/typescript 25.12.8 2.935.1 v2025.10.00 @moovio/sdk"
|
|
52980
52980
|
};
|
|
52981
52981
|
});
|
|
52982
52982
|
|
|
@@ -53150,6 +53150,19 @@ var init_base64 = __esm(() => {
|
|
|
53150
53150
|
});
|
|
53151
53151
|
|
|
53152
53152
|
// src/lib/encodings.ts
|
|
53153
|
+
function encodeKeyChars(v2, charEncoding) {
|
|
53154
|
+
return encodeChars(v2, charEncoding === "percentExceptReserved" ? "percent" : charEncoding);
|
|
53155
|
+
}
|
|
53156
|
+
function encodeChars(v2, charEncoding) {
|
|
53157
|
+
switch (charEncoding) {
|
|
53158
|
+
case "percent":
|
|
53159
|
+
return encodeURIComponent(v2);
|
|
53160
|
+
case "percentExceptReserved":
|
|
53161
|
+
return encodeURIComponent(v2).replace(reservedEscapes, (m) => decodeURIComponent(m));
|
|
53162
|
+
default:
|
|
53163
|
+
return v2;
|
|
53164
|
+
}
|
|
53165
|
+
}
|
|
53153
53166
|
function formEncoder(sep) {
|
|
53154
53167
|
return (key, value, options) => {
|
|
53155
53168
|
let out = "";
|
|
@@ -53158,7 +53171,7 @@ function formEncoder(sep) {
|
|
|
53158
53171
|
return;
|
|
53159
53172
|
}
|
|
53160
53173
|
const encodeString = (v2) => {
|
|
53161
|
-
return options?.charEncoding
|
|
53174
|
+
return encodeChars(v2, options?.charEncoding);
|
|
53162
53175
|
};
|
|
53163
53176
|
const encodeValue = (v2) => encodeString(serializeValue(v2));
|
|
53164
53177
|
const encodedSep = encodeString(sep);
|
|
@@ -53179,7 +53192,7 @@ function formEncoder(sep) {
|
|
|
53179
53192
|
if (encValue == null) {
|
|
53180
53193
|
return;
|
|
53181
53194
|
}
|
|
53182
|
-
tmp = `${
|
|
53195
|
+
tmp = `${encodeKeyChars(pk, options?.charEncoding)}=${encValue}`;
|
|
53183
53196
|
if (!tmp || tmp === "=") {
|
|
53184
53197
|
return;
|
|
53185
53198
|
}
|
|
@@ -53203,7 +53216,7 @@ function encodeDeepObjectObject(key, value, options) {
|
|
|
53203
53216
|
}
|
|
53204
53217
|
let out = "";
|
|
53205
53218
|
const encodeString = (v2) => {
|
|
53206
|
-
return options?.charEncoding
|
|
53219
|
+
return encodeChars(v2, options?.charEncoding);
|
|
53207
53220
|
};
|
|
53208
53221
|
if (!isPlainObject2(value)) {
|
|
53209
53222
|
throw new EncodingError(`Expected parameter '${key}' to be an object.`);
|
|
@@ -53220,7 +53233,7 @@ function encodeDeepObjectObject(key, value, options) {
|
|
|
53220
53233
|
}
|
|
53221
53234
|
const pairs = Array.isArray(cv) ? cv : [cv];
|
|
53222
53235
|
const encoded = mapDefined(pairs, (v2) => {
|
|
53223
|
-
return `${
|
|
53236
|
+
return `${encodeKeyChars(pk, options?.charEncoding)}=${encodeString(serializeValue(v2))}`;
|
|
53224
53237
|
})?.join("&");
|
|
53225
53238
|
out += encoded == null ? "" : `&${encoded}`;
|
|
53226
53239
|
});
|
|
@@ -53231,10 +53244,10 @@ function encodeJSON(key, value, options) {
|
|
|
53231
53244
|
return;
|
|
53232
53245
|
}
|
|
53233
53246
|
const encodeString = (v2) => {
|
|
53234
|
-
return options?.charEncoding
|
|
53247
|
+
return encodeChars(v2, options?.charEncoding);
|
|
53235
53248
|
};
|
|
53236
53249
|
const encVal = encodeString(JSON.stringify(value, jsonReplacer));
|
|
53237
|
-
return options?.explode ? encVal : `${
|
|
53250
|
+
return options?.explode ? encVal : `${encodeKeyChars(key, options?.charEncoding)}=${encVal}`;
|
|
53238
53251
|
}
|
|
53239
53252
|
function explode(key, value) {
|
|
53240
53253
|
if (Array.isArray(value)) {
|
|
@@ -53348,14 +53361,14 @@ async function normalizeBlob(value) {
|
|
|
53348
53361
|
}
|
|
53349
53362
|
return new Blob([await value.arrayBuffer()], { type: value.type });
|
|
53350
53363
|
}
|
|
53351
|
-
var EncodingError, encodeForm, encodeSpaceDelimited, encodePipeDelimited, encodeSimple = (key, value, options) => {
|
|
53364
|
+
var EncodingError, reservedEscapes, encodeForm, encodeSpaceDelimited, encodePipeDelimited, encodeSimple = (key, value, options) => {
|
|
53352
53365
|
let out = "";
|
|
53353
53366
|
const pairs = options?.explode ? explode(key, value) : [[key, value]];
|
|
53354
53367
|
if (pairs.every(([_2, v2]) => v2 == null)) {
|
|
53355
53368
|
return;
|
|
53356
53369
|
}
|
|
53357
53370
|
const encodeString = (v2) => {
|
|
53358
|
-
return options?.charEncoding
|
|
53371
|
+
return encodeChars(v2, options?.charEncoding);
|
|
53359
53372
|
};
|
|
53360
53373
|
const encodeValue = (v2) => encodeString(serializeValue(v2));
|
|
53361
53374
|
pairs.forEach(([pk, pv]) => {
|
|
@@ -53386,6 +53399,7 @@ var init_encodings = __esm(() => {
|
|
|
53386
53399
|
this.name = "EncodingError";
|
|
53387
53400
|
}
|
|
53388
53401
|
};
|
|
53402
|
+
reservedEscapes = /%(2[346bcf]|3[abdf]|40|5[bd])/gi;
|
|
53389
53403
|
encodeForm = formEncoder(",");
|
|
53390
53404
|
encodeSpaceDelimited = formEncoder(" ");
|
|
53391
53405
|
encodePipeDelimited = formEncoder("|");
|
|
@@ -56158,6 +56172,39 @@ var init_adjustment = __esm(() => {
|
|
|
56158
56172
|
});
|
|
56159
56173
|
});
|
|
56160
56174
|
|
|
56175
|
+
// src/models/components/billingadjustment.ts
|
|
56176
|
+
var BillingAdjustment$inboundSchema, BillingAdjustment$outboundSchema;
|
|
56177
|
+
var init_billingadjustment = __esm(() => {
|
|
56178
|
+
init_esm();
|
|
56179
|
+
init_amountdecimal();
|
|
56180
|
+
BillingAdjustment$inboundSchema = objectType({
|
|
56181
|
+
feeName: stringType(),
|
|
56182
|
+
count: numberType().int(),
|
|
56183
|
+
amount: AmountDecimal$inboundSchema
|
|
56184
|
+
});
|
|
56185
|
+
BillingAdjustment$outboundSchema = objectType({
|
|
56186
|
+
feeName: stringType(),
|
|
56187
|
+
count: numberType().int(),
|
|
56188
|
+
amount: AmountDecimal$outboundSchema
|
|
56189
|
+
});
|
|
56190
|
+
});
|
|
56191
|
+
|
|
56192
|
+
// src/models/components/adjustmentfees.ts
|
|
56193
|
+
var AdjustmentFees$inboundSchema, AdjustmentFees$outboundSchema;
|
|
56194
|
+
var init_adjustmentfees = __esm(() => {
|
|
56195
|
+
init_esm();
|
|
56196
|
+
init_billingadjustment();
|
|
56197
|
+
init_billingcountandamount();
|
|
56198
|
+
AdjustmentFees$inboundSchema = objectType({
|
|
56199
|
+
items: arrayType(BillingAdjustment$inboundSchema),
|
|
56200
|
+
total: BillingCountAndAmount$inboundSchema
|
|
56201
|
+
});
|
|
56202
|
+
AdjustmentFees$outboundSchema = objectType({
|
|
56203
|
+
items: arrayType(BillingAdjustment$outboundSchema),
|
|
56204
|
+
total: BillingCountAndAmount$outboundSchema
|
|
56205
|
+
});
|
|
56206
|
+
});
|
|
56207
|
+
|
|
56161
56208
|
// src/models/components/amount.ts
|
|
56162
56209
|
var Amount$inboundSchema, Amount$outboundSchema;
|
|
56163
56210
|
var init_amount = __esm(() => {
|
|
@@ -56399,7 +56446,7 @@ var init_applicationscope = __esm(() => {
|
|
|
56399
56446
|
FilesWrite: "files.write",
|
|
56400
56447
|
IssuedCardsRead: "issued-cards.read",
|
|
56401
56448
|
IssuedCardsWrite: "issued-cards.write",
|
|
56402
|
-
|
|
56449
|
+
IssuedCardsReadPrivate: "issued-cards.read-private",
|
|
56403
56450
|
PaymentMethodsRead: "payment-methods.read",
|
|
56404
56451
|
PingRead: "ping.read",
|
|
56405
56452
|
ProfileEnrichmentRead: "profile-enrichment.read",
|
|
@@ -59327,7 +59374,7 @@ var init_partnerfees = __esm(() => {
|
|
|
59327
59374
|
});
|
|
59328
59375
|
|
|
59329
59376
|
// src/models/components/billingsummary.ts
|
|
59330
|
-
var BillingSummaryVolumeAmount$inboundSchema, BillingSummaryVolumeAmount$outboundSchema, CardAcquiring$inboundSchema, CardAcquiring$outboundSchema, BillingSummaryPlatformFees$inboundSchema, BillingSummaryPlatformFees$outboundSchema,
|
|
59377
|
+
var BillingSummaryVolumeAmount$inboundSchema, BillingSummaryVolumeAmount$outboundSchema, CardAcquiring$inboundSchema, CardAcquiring$outboundSchema, BillingSummaryPlatformFees$inboundSchema, BillingSummaryPlatformFees$outboundSchema, BillingSummaryAdjustmentFees$inboundSchema, BillingSummaryAdjustmentFees$outboundSchema, OtherFees$inboundSchema, OtherFees$outboundSchema, BillingSummary$inboundSchema, BillingSummary$outboundSchema;
|
|
59331
59378
|
var init_billingsummary = __esm(() => {
|
|
59332
59379
|
init_esm();
|
|
59333
59380
|
init_amountdecimal();
|
|
@@ -59368,11 +59415,11 @@ var init_billingsummary = __esm(() => {
|
|
|
59368
59415
|
currency: stringType(),
|
|
59369
59416
|
valueDecimal: stringType()
|
|
59370
59417
|
});
|
|
59371
|
-
|
|
59418
|
+
BillingSummaryAdjustmentFees$inboundSchema = objectType({
|
|
59372
59419
|
currency: stringType(),
|
|
59373
59420
|
valueDecimal: stringType()
|
|
59374
59421
|
});
|
|
59375
|
-
|
|
59422
|
+
BillingSummaryAdjustmentFees$outboundSchema = objectType({
|
|
59376
59423
|
currency: stringType(),
|
|
59377
59424
|
valueDecimal: stringType()
|
|
59378
59425
|
});
|
|
@@ -59390,7 +59437,7 @@ var init_billingsummary = __esm(() => {
|
|
|
59390
59437
|
instantPayments: BillingSummaryDetails$inboundSchema.optional(),
|
|
59391
59438
|
platformFees: lazyType(() => BillingSummaryPlatformFees$inboundSchema).optional(),
|
|
59392
59439
|
accountFees: BillingSummaryDetails$inboundSchema.optional(),
|
|
59393
|
-
adjustmentFees: lazyType(() =>
|
|
59440
|
+
adjustmentFees: lazyType(() => BillingSummaryAdjustmentFees$inboundSchema).optional(),
|
|
59394
59441
|
otherFees: lazyType(() => OtherFees$inboundSchema).optional(),
|
|
59395
59442
|
otherCardFees: BillingSummaryDetails$inboundSchema.optional(),
|
|
59396
59443
|
total: AmountDecimal$inboundSchema.optional(),
|
|
@@ -59398,7 +59445,8 @@ var init_billingsummary = __esm(() => {
|
|
|
59398
59445
|
revenueShare: stringType().optional(),
|
|
59399
59446
|
residualSubtotal: AmountDecimal$inboundSchema.optional(),
|
|
59400
59447
|
monthlyPartnerCosts: PartnerFees$inboundSchema.optional(),
|
|
59401
|
-
netPartnerPayment: AmountDecimal$inboundSchema.optional()
|
|
59448
|
+
netPartnerPayment: AmountDecimal$inboundSchema.optional(),
|
|
59449
|
+
totalNetPartnerPayment: AmountDecimal$inboundSchema.optional()
|
|
59402
59450
|
});
|
|
59403
59451
|
BillingSummary$outboundSchema = objectType({
|
|
59404
59452
|
cardAcquiring: lazyType(() => CardAcquiring$outboundSchema).optional(),
|
|
@@ -59406,7 +59454,7 @@ var init_billingsummary = __esm(() => {
|
|
|
59406
59454
|
instantPayments: BillingSummaryDetails$outboundSchema.optional(),
|
|
59407
59455
|
platformFees: lazyType(() => BillingSummaryPlatformFees$outboundSchema).optional(),
|
|
59408
59456
|
accountFees: BillingSummaryDetails$outboundSchema.optional(),
|
|
59409
|
-
adjustmentFees: lazyType(() =>
|
|
59457
|
+
adjustmentFees: lazyType(() => BillingSummaryAdjustmentFees$outboundSchema).optional(),
|
|
59410
59458
|
otherFees: lazyType(() => OtherFees$outboundSchema).optional(),
|
|
59411
59459
|
otherCardFees: BillingSummaryDetails$outboundSchema.optional(),
|
|
59412
59460
|
total: AmountDecimal$outboundSchema.optional(),
|
|
@@ -59414,7 +59462,8 @@ var init_billingsummary = __esm(() => {
|
|
|
59414
59462
|
revenueShare: stringType().optional(),
|
|
59415
59463
|
residualSubtotal: AmountDecimal$outboundSchema.optional(),
|
|
59416
59464
|
monthlyPartnerCosts: PartnerFees$outboundSchema.optional(),
|
|
59417
|
-
netPartnerPayment: AmountDecimal$outboundSchema.optional()
|
|
59465
|
+
netPartnerPayment: AmountDecimal$outboundSchema.optional(),
|
|
59466
|
+
totalNetPartnerPayment: AmountDecimal$outboundSchema.optional()
|
|
59418
59467
|
});
|
|
59419
59468
|
});
|
|
59420
59469
|
|
|
@@ -59724,6 +59773,13 @@ var init_requirementid = __esm(() => {
|
|
|
59724
59773
|
UnderwritingSendFundsPushToCardEstimatedActivityMonthlyVolumeRange: "underwriting.sendFunds.pushToCard.estimatedActivity.monthlyVolumeRange",
|
|
59725
59774
|
UnderwritingSendFundsPushToCardFulfillment: "underwriting.sendFunds.pushToCard.fulfillment",
|
|
59726
59775
|
UnderwritingSendFundsPushToCardRefundPolicy: "underwriting.sendFunds.pushToCard.refundPolicy",
|
|
59776
|
+
UnderwritingSendFundsInstantBankCardAcceptanceMethods: "underwriting.sendFunds.instantBank.cardAcceptanceMethods",
|
|
59777
|
+
UnderwritingSendFundsInstantBankCurrentlyAcceptsCards: "underwriting.sendFunds.instantBank.currentlyAcceptsCards",
|
|
59778
|
+
UnderwritingSendFundsInstantBankEstimatedActivityAverageTransactionAmount: "underwriting.sendFunds.instantBank.estimatedActivity.averageTransactionAmount",
|
|
59779
|
+
UnderwritingSendFundsInstantBankEstimatedActivityMaximumTransactionAmount: "underwriting.sendFunds.instantBank.estimatedActivity.maximumTransactionAmount",
|
|
59780
|
+
UnderwritingSendFundsInstantBankEstimatedActivityMonthlyVolumeRange: "underwriting.sendFunds.instantBank.estimatedActivity.monthlyVolumeRange",
|
|
59781
|
+
UnderwritingSendFundsInstantBankFulfillment: "underwriting.sendFunds.instantBank.fulfillment",
|
|
59782
|
+
UnderwritingSendFundsInstantBankRefundPolicy: "underwriting.sendFunds.instantBank.refundPolicy",
|
|
59727
59783
|
UnderwritingMoneyTransferPullFromCardCardAcceptanceMethods: "underwriting.moneyTransfer.pullFromCard.cardAcceptanceMethods",
|
|
59728
59784
|
UnderwritingMoneyTransferPullFromCardCurrentlyAcceptsCards: "underwriting.moneyTransfer.pullFromCard.currentlyAcceptsCards",
|
|
59729
59785
|
UnderwritingMoneyTransferPullFromCardEstimatedActivityAverageTransactionAmount: "underwriting.moneyTransfer.pullFromCard.estimatedActivity.averageTransactionAmount",
|
|
@@ -61315,6 +61371,20 @@ var init_moovfeedetails = __esm(() => {
|
|
|
61315
61371
|
});
|
|
61316
61372
|
});
|
|
61317
61373
|
|
|
61374
|
+
// src/models/components/transfercapture.ts
|
|
61375
|
+
var TransferCapture$inboundSchema, TransferCapture$outboundSchema;
|
|
61376
|
+
var init_transfercapture = __esm(() => {
|
|
61377
|
+
init_esm();
|
|
61378
|
+
TransferCapture$inboundSchema = objectType({
|
|
61379
|
+
authorizationID: stringType(),
|
|
61380
|
+
captureID: stringType()
|
|
61381
|
+
});
|
|
61382
|
+
TransferCapture$outboundSchema = objectType({
|
|
61383
|
+
authorizationID: stringType(),
|
|
61384
|
+
captureID: stringType()
|
|
61385
|
+
});
|
|
61386
|
+
});
|
|
61387
|
+
|
|
61318
61388
|
// src/models/components/instantbankfailurecode.ts
|
|
61319
61389
|
var InstantBankFailureCode, InstantBankFailureCode$inboundSchema, InstantBankFailureCode$outboundSchema;
|
|
61320
61390
|
var init_instantbankfailurecode = __esm(() => {
|
|
@@ -61475,7 +61545,8 @@ var init_wallettype = __esm(() => {
|
|
|
61475
61545
|
init_esm();
|
|
61476
61546
|
WalletType = {
|
|
61477
61547
|
Default: "default",
|
|
61478
|
-
General: "general"
|
|
61548
|
+
General: "general",
|
|
61549
|
+
CardIssuing: "card-issuing"
|
|
61479
61550
|
};
|
|
61480
61551
|
WalletType$inboundSchema = nativeEnumType(WalletType);
|
|
61481
61552
|
WalletType$outboundSchema = WalletType$inboundSchema;
|
|
@@ -61722,6 +61793,7 @@ var init_createdtransfer = __esm(() => {
|
|
|
61722
61793
|
init_cardacquiringrefund();
|
|
61723
61794
|
init_facilitatorfee();
|
|
61724
61795
|
init_moovfeedetails();
|
|
61796
|
+
init_transfercapture();
|
|
61725
61797
|
init_transferdestination();
|
|
61726
61798
|
init_transferfailurereason();
|
|
61727
61799
|
init_transferlineitems();
|
|
@@ -61754,7 +61826,8 @@ var init_createdtransfer = __esm(() => {
|
|
|
61754
61826
|
paymentLinkCode: stringType().optional(),
|
|
61755
61827
|
salesTaxAmount: Amount$inboundSchema.optional(),
|
|
61756
61828
|
foreignID: stringType().optional(),
|
|
61757
|
-
lineItems: TransferLineItems$inboundSchema.optional()
|
|
61829
|
+
lineItems: TransferLineItems$inboundSchema.optional(),
|
|
61830
|
+
capture: TransferCapture$inboundSchema.optional()
|
|
61758
61831
|
});
|
|
61759
61832
|
CreatedTransfer$outboundSchema = objectType({
|
|
61760
61833
|
transferID: stringType(),
|
|
@@ -61783,7 +61856,8 @@ var init_createdtransfer = __esm(() => {
|
|
|
61783
61856
|
paymentLinkCode: stringType().optional(),
|
|
61784
61857
|
salesTaxAmount: Amount$outboundSchema.optional(),
|
|
61785
61858
|
foreignID: stringType().optional(),
|
|
61786
|
-
lineItems: TransferLineItems$outboundSchema.optional()
|
|
61859
|
+
lineItems: TransferLineItems$outboundSchema.optional(),
|
|
61860
|
+
capture: TransferCapture$outboundSchema.optional()
|
|
61787
61861
|
});
|
|
61788
61862
|
});
|
|
61789
61863
|
|
|
@@ -61885,10 +61959,12 @@ var CreateFeePlanAgreement$inboundSchema, CreateFeePlanAgreement$outboundSchema;
|
|
|
61885
61959
|
var init_createfeeplanagreement = __esm(() => {
|
|
61886
61960
|
init_esm();
|
|
61887
61961
|
CreateFeePlanAgreement$inboundSchema = objectType({
|
|
61888
|
-
planID: stringType()
|
|
61962
|
+
planID: stringType(),
|
|
61963
|
+
priorAgreementID: stringType().optional()
|
|
61889
61964
|
});
|
|
61890
61965
|
CreateFeePlanAgreement$outboundSchema = objectType({
|
|
61891
|
-
planID: stringType()
|
|
61966
|
+
planID: stringType(),
|
|
61967
|
+
priorAgreementID: stringType().optional()
|
|
61892
61968
|
});
|
|
61893
61969
|
});
|
|
61894
61970
|
|
|
@@ -62945,7 +63021,8 @@ var init_webhookeventtype = __esm(() => {
|
|
|
62945
63021
|
WalletUpdated: "wallet.updated",
|
|
62946
63022
|
WalletTransactionUpdated: "walletTransaction.updated",
|
|
62947
63023
|
BillingStatementCreated: "billingStatement.created",
|
|
62948
|
-
AuthorizationExpiring: "authorization.expiring"
|
|
63024
|
+
AuthorizationExpiring: "authorization.expiring",
|
|
63025
|
+
EventTest: "event.test"
|
|
62949
63026
|
};
|
|
62950
63027
|
WebhookEventType$inboundSchema = nativeEnumType(WebhookEventType);
|
|
62951
63028
|
WebhookEventType$outboundSchema = WebhookEventType$inboundSchema;
|
|
@@ -63449,7 +63526,9 @@ var init_feeplanagreement = __esm(() => {
|
|
|
63449
63526
|
cardAcquiringModel: CardAcquiringModel$inboundSchema,
|
|
63450
63527
|
billableFees: arrayType(BillableFee$inboundSchema),
|
|
63451
63528
|
minimumCommitment: MinimumCommitment$inboundSchema,
|
|
63452
|
-
monthlyPlatformFee: MonthlyPlatformFee$inboundSchema
|
|
63529
|
+
monthlyPlatformFee: MonthlyPlatformFee$inboundSchema,
|
|
63530
|
+
priorAgreementID: stringType().optional(),
|
|
63531
|
+
priorAgreementTerminatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional()
|
|
63453
63532
|
});
|
|
63454
63533
|
FeePlanAgreement$outboundSchema = objectType({
|
|
63455
63534
|
agreementID: stringType(),
|
|
@@ -63462,7 +63541,9 @@ var init_feeplanagreement = __esm(() => {
|
|
|
63462
63541
|
cardAcquiringModel: CardAcquiringModel$outboundSchema,
|
|
63463
63542
|
billableFees: arrayType(BillableFee$outboundSchema),
|
|
63464
63543
|
minimumCommitment: MinimumCommitment$outboundSchema,
|
|
63465
|
-
monthlyPlatformFee: MonthlyPlatformFee$outboundSchema
|
|
63544
|
+
monthlyPlatformFee: MonthlyPlatformFee$outboundSchema,
|
|
63545
|
+
priorAgreementID: stringType().optional(),
|
|
63546
|
+
priorAgreementTerminatedOn: dateType().transform((v2) => v2.toISOString()).optional()
|
|
63466
63547
|
});
|
|
63467
63548
|
});
|
|
63468
63549
|
|
|
@@ -63664,6 +63745,7 @@ var init_issuedcardstate = __esm(() => {
|
|
|
63664
63745
|
init_esm();
|
|
63665
63746
|
IssuedCardState = {
|
|
63666
63747
|
Active: "active",
|
|
63748
|
+
Frozen: "frozen",
|
|
63667
63749
|
Closed: "closed"
|
|
63668
63750
|
};
|
|
63669
63751
|
IssuedCardState$inboundSchema = nativeEnumType(IssuedCardState);
|
|
@@ -64181,6 +64263,7 @@ var init_issuedcardauthorization = __esm(() => {
|
|
|
64181
64263
|
IssuedCardAuthorization$inboundSchema = objectType({
|
|
64182
64264
|
authorizationID: stringType(),
|
|
64183
64265
|
issuedCardID: stringType(),
|
|
64266
|
+
lastFourCardNumber: stringType().optional(),
|
|
64184
64267
|
fundingWalletID: stringType(),
|
|
64185
64268
|
network: CardIssuingNetwork$inboundSchema,
|
|
64186
64269
|
authorizedAmount: stringType(),
|
|
@@ -64192,6 +64275,7 @@ var init_issuedcardauthorization = __esm(() => {
|
|
|
64192
64275
|
IssuedCardAuthorization$outboundSchema = objectType({
|
|
64193
64276
|
authorizationID: stringType(),
|
|
64194
64277
|
issuedCardID: stringType(),
|
|
64278
|
+
lastFourCardNumber: stringType().optional(),
|
|
64195
64279
|
fundingWalletID: stringType(),
|
|
64196
64280
|
network: CardIssuingNetwork$outboundSchema,
|
|
64197
64281
|
authorizedAmount: stringType(),
|
|
@@ -64261,6 +64345,7 @@ var init_issuedcardtransaction = __esm(() => {
|
|
|
64261
64345
|
IssuedCardTransaction$inboundSchema = objectType({
|
|
64262
64346
|
cardTransactionID: stringType(),
|
|
64263
64347
|
issuedCardID: stringType(),
|
|
64348
|
+
lastFourCardNumber: stringType().optional(),
|
|
64264
64349
|
fundingWalletID: stringType(),
|
|
64265
64350
|
amount: stringType(),
|
|
64266
64351
|
authorizationID: stringType().optional(),
|
|
@@ -64271,6 +64356,7 @@ var init_issuedcardtransaction = __esm(() => {
|
|
|
64271
64356
|
IssuedCardTransaction$outboundSchema = objectType({
|
|
64272
64357
|
cardTransactionID: stringType(),
|
|
64273
64358
|
issuedCardID: stringType(),
|
|
64359
|
+
lastFourCardNumber: stringType().optional(),
|
|
64274
64360
|
fundingWalletID: stringType(),
|
|
64275
64361
|
amount: stringType(),
|
|
64276
64362
|
authorizationID: stringType().optional(),
|
|
@@ -65124,6 +65210,8 @@ var init_partnerpricingagreement = __esm(() => {
|
|
|
65124
65210
|
billableFees: arrayType(BillableFee$inboundSchema),
|
|
65125
65211
|
minimumCommitment: MinimumCommitment$inboundSchema,
|
|
65126
65212
|
monthlyPlatformFee: MonthlyPlatformFee$inboundSchema,
|
|
65213
|
+
priorAgreementID: stringType().optional(),
|
|
65214
|
+
priorAgreementTerminatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
65127
65215
|
revenueShare: stringType()
|
|
65128
65216
|
});
|
|
65129
65217
|
PartnerPricingAgreement$outboundSchema = objectType({
|
|
@@ -65138,6 +65226,8 @@ var init_partnerpricingagreement = __esm(() => {
|
|
|
65138
65226
|
billableFees: arrayType(BillableFee$outboundSchema),
|
|
65139
65227
|
minimumCommitment: MinimumCommitment$outboundSchema,
|
|
65140
65228
|
monthlyPlatformFee: MonthlyPlatformFee$outboundSchema,
|
|
65229
|
+
priorAgreementID: stringType().optional(),
|
|
65230
|
+
priorAgreementTerminatedOn: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
65141
65231
|
revenueShare: stringType()
|
|
65142
65232
|
});
|
|
65143
65233
|
});
|
|
@@ -66598,6 +66688,7 @@ var init_statement = __esm(() => {
|
|
|
66598
66688
|
init_esm();
|
|
66599
66689
|
init_accountfees();
|
|
66600
66690
|
init_achfees();
|
|
66691
|
+
init_adjustmentfees();
|
|
66601
66692
|
init_billingsummary();
|
|
66602
66693
|
init_cardacquiringfees();
|
|
66603
66694
|
init_instantpaymentfees();
|
|
@@ -66620,6 +66711,7 @@ var init_statement = __esm(() => {
|
|
|
66620
66711
|
accountFees: AccountFees$inboundSchema.optional(),
|
|
66621
66712
|
otherCardFees: OtherCardFees$inboundSchema.optional(),
|
|
66622
66713
|
partnerFees: PartnerFees$inboundSchema.optional(),
|
|
66714
|
+
adjustments: AdjustmentFees$inboundSchema.optional(),
|
|
66623
66715
|
createdOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)),
|
|
66624
66716
|
updatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2))
|
|
66625
66717
|
});
|
|
@@ -66639,6 +66731,7 @@ var init_statement = __esm(() => {
|
|
|
66639
66731
|
accountFees: AccountFees$outboundSchema.optional(),
|
|
66640
66732
|
otherCardFees: OtherCardFees$outboundSchema.optional(),
|
|
66641
66733
|
partnerFees: PartnerFees$outboundSchema.optional(),
|
|
66734
|
+
adjustments: AdjustmentFees$outboundSchema.optional(),
|
|
66642
66735
|
createdOn: dateType().transform((v2) => v2.toISOString()),
|
|
66643
66736
|
updatedOn: dateType().transform((v2) => v2.toISOString())
|
|
66644
66737
|
});
|
|
@@ -66986,6 +67079,7 @@ var init_transfer = __esm(() => {
|
|
|
66986
67079
|
init_facilitatorfee();
|
|
66987
67080
|
init_moovfee();
|
|
66988
67081
|
init_moovfeedetails();
|
|
67082
|
+
init_transfercapture();
|
|
66989
67083
|
init_transferdestination();
|
|
66990
67084
|
init_transferfailurereason();
|
|
66991
67085
|
init_transferlineitems();
|
|
@@ -67019,7 +67113,8 @@ var init_transfer = __esm(() => {
|
|
|
67019
67113
|
paymentLinkCode: stringType().optional(),
|
|
67020
67114
|
salesTaxAmount: Amount$inboundSchema.optional(),
|
|
67021
67115
|
foreignID: stringType().optional(),
|
|
67022
|
-
lineItems: TransferLineItems$inboundSchema.optional()
|
|
67116
|
+
lineItems: TransferLineItems$inboundSchema.optional(),
|
|
67117
|
+
capture: TransferCapture$inboundSchema.optional()
|
|
67023
67118
|
});
|
|
67024
67119
|
Transfer$outboundSchema = objectType({
|
|
67025
67120
|
transferID: stringType(),
|
|
@@ -67049,7 +67144,8 @@ var init_transfer = __esm(() => {
|
|
|
67049
67144
|
paymentLinkCode: stringType().optional(),
|
|
67050
67145
|
salesTaxAmount: Amount$outboundSchema.optional(),
|
|
67051
67146
|
foreignID: stringType().optional(),
|
|
67052
|
-
lineItems: TransferLineItems$outboundSchema.optional()
|
|
67147
|
+
lineItems: TransferLineItems$outboundSchema.optional(),
|
|
67148
|
+
capture: TransferCapture$outboundSchema.optional()
|
|
67053
67149
|
});
|
|
67054
67150
|
});
|
|
67055
67151
|
|
|
@@ -67315,6 +67411,8 @@ var UpdateIssuedCardState, UpdateIssuedCardState$inboundSchema, UpdateIssuedCard
|
|
|
67315
67411
|
var init_updateissuedcardstate = __esm(() => {
|
|
67316
67412
|
init_esm();
|
|
67317
67413
|
UpdateIssuedCardState = {
|
|
67414
|
+
Active: "active",
|
|
67415
|
+
Frozen: "frozen",
|
|
67318
67416
|
Closed: "closed"
|
|
67319
67417
|
};
|
|
67320
67418
|
UpdateIssuedCardState$inboundSchema = nativeEnumType(UpdateIssuedCardState);
|
|
@@ -68049,6 +68147,18 @@ var init_webhookdatadisputeupdated = __esm(() => {
|
|
|
68049
68147
|
});
|
|
68050
68148
|
});
|
|
68051
68149
|
|
|
68150
|
+
// src/models/components/webhookdataeventtest.ts
|
|
68151
|
+
var WebhookDataEventTest$inboundSchema, WebhookDataEventTest$outboundSchema;
|
|
68152
|
+
var init_webhookdataeventtest = __esm(() => {
|
|
68153
|
+
init_esm();
|
|
68154
|
+
WebhookDataEventTest$inboundSchema = objectType({
|
|
68155
|
+
ping: booleanType()
|
|
68156
|
+
});
|
|
68157
|
+
WebhookDataEventTest$outboundSchema = objectType({
|
|
68158
|
+
ping: booleanType()
|
|
68159
|
+
});
|
|
68160
|
+
});
|
|
68161
|
+
|
|
68052
68162
|
// src/models/components/webhookdatainvoicecreated.ts
|
|
68053
68163
|
var WebhookDataInvoiceCreated$inboundSchema, WebhookDataInvoiceCreated$outboundSchema;
|
|
68054
68164
|
var init_webhookdatainvoicecreated = __esm(() => {
|
|
@@ -68356,8 +68466,11 @@ var init_webhookdatatransferstatus = __esm(() => {
|
|
|
68356
68466
|
DestinationReturned: "destination.returned",
|
|
68357
68467
|
DestinationOriginated: "destination.originated",
|
|
68358
68468
|
DestinationConfirmed: "destination.confirmed",
|
|
68469
|
+
DestinationSettled: "destination.settled",
|
|
68359
68470
|
DestinationFailed: "destination.failed",
|
|
68360
|
-
|
|
68471
|
+
DestinationCanceled: "destination.canceled",
|
|
68472
|
+
DestinationAcceptedWithoutPosting: "destination.accepted-without-posting",
|
|
68473
|
+
DestinationDeferred: "destination.deferred"
|
|
68361
68474
|
};
|
|
68362
68475
|
WebhookDataTransferStatus$inboundSchema = nativeEnumType(WebhookDataTransferStatus);
|
|
68363
68476
|
WebhookDataTransferStatus$outboundSchema = WebhookDataTransferStatus$inboundSchema;
|
|
@@ -68493,6 +68606,7 @@ var init_webhookdata = __esm(() => {
|
|
|
68493
68606
|
init_webhookdatacardautoupdated();
|
|
68494
68607
|
init_webhookdatadisputecreated();
|
|
68495
68608
|
init_webhookdatadisputeupdated();
|
|
68609
|
+
init_webhookdataeventtest();
|
|
68496
68610
|
init_webhookdatainvoicecreated();
|
|
68497
68611
|
init_webhookdatainvoiceupdated();
|
|
68498
68612
|
init_webhookdatanetworkidupdated();
|
|
@@ -68553,7 +68667,8 @@ var init_webhookdata = __esm(() => {
|
|
|
68553
68667
|
WebhookDataAccountCreated$inboundSchema,
|
|
68554
68668
|
WebhookDataAccountUpdated$inboundSchema,
|
|
68555
68669
|
WebhookDataAccountDisconnected$inboundSchema,
|
|
68556
|
-
WebhookDataNetworkIDUpdated$inboundSchema
|
|
68670
|
+
WebhookDataNetworkIDUpdated$inboundSchema,
|
|
68671
|
+
WebhookDataEventTest$inboundSchema
|
|
68557
68672
|
]);
|
|
68558
68673
|
WebhookData$outboundSchema = unionType([
|
|
68559
68674
|
WebhookDataDisputeCreated$outboundSchema,
|
|
@@ -68593,7 +68708,8 @@ var init_webhookdata = __esm(() => {
|
|
|
68593
68708
|
WebhookDataAccountCreated$outboundSchema,
|
|
68594
68709
|
WebhookDataAccountUpdated$outboundSchema,
|
|
68595
68710
|
WebhookDataAccountDisconnected$outboundSchema,
|
|
68596
|
-
WebhookDataNetworkIDUpdated$outboundSchema
|
|
68711
|
+
WebhookDataNetworkIDUpdated$outboundSchema,
|
|
68712
|
+
WebhookDataEventTest$outboundSchema
|
|
68597
68713
|
]);
|
|
68598
68714
|
});
|
|
68599
68715
|
|
|
@@ -68664,6 +68780,7 @@ var init_components = __esm(() => {
|
|
|
68664
68780
|
init_addresssuggestion();
|
|
68665
68781
|
init_addressupdate();
|
|
68666
68782
|
init_adjustment();
|
|
68783
|
+
init_adjustmentfees();
|
|
68667
68784
|
init_amount();
|
|
68668
68785
|
init_amountdecimal();
|
|
68669
68786
|
init_amountdecimalvalidationerror();
|
|
@@ -68698,6 +68815,7 @@ var init_components = __esm(() => {
|
|
|
68698
68815
|
init_basicpaymentmethod();
|
|
68699
68816
|
init_batchgettransfersrequest();
|
|
68700
68817
|
init_billablefee();
|
|
68818
|
+
init_billingadjustment();
|
|
68701
68819
|
init_billingcountandamount();
|
|
68702
68820
|
init_billinginterchangeprogramfee();
|
|
68703
68821
|
init_billingsummary();
|
|
@@ -69085,6 +69203,7 @@ var init_components = __esm(() => {
|
|
|
69085
69203
|
init_transfer();
|
|
69086
69204
|
init_transferaccount();
|
|
69087
69205
|
init_transferachaddendarecord();
|
|
69206
|
+
init_transfercapture();
|
|
69088
69207
|
init_transferdestination();
|
|
69089
69208
|
init_transferentrymode();
|
|
69090
69209
|
init_transferfailurereason();
|
|
@@ -69154,6 +69273,7 @@ var init_components = __esm(() => {
|
|
|
69154
69273
|
init_webhookdatacardautoupdated();
|
|
69155
69274
|
init_webhookdatadisputecreated();
|
|
69156
69275
|
init_webhookdatadisputeupdated();
|
|
69276
|
+
init_webhookdataeventtest();
|
|
69157
69277
|
init_webhookdatainvoicecreated();
|
|
69158
69278
|
init_webhookdatainvoiceupdated();
|
|
69159
69279
|
init_webhookdatanetworkidupdated();
|
|
@@ -71046,6 +71166,7 @@ var init_transfer2 = __esm(() => {
|
|
|
71046
71166
|
salesTaxAmount;
|
|
71047
71167
|
foreignID;
|
|
71048
71168
|
lineItems;
|
|
71169
|
+
capture;
|
|
71049
71170
|
data$;
|
|
71050
71171
|
constructor(err, httpMeta) {
|
|
71051
71172
|
const message = "message" in err && typeof err.message === "string" ? err.message : `API error occurred: ${JSON.stringify(err)}`;
|
|
@@ -71101,6 +71222,8 @@ var init_transfer2 = __esm(() => {
|
|
|
71101
71222
|
this.foreignID = err.foreignID;
|
|
71102
71223
|
if (err.lineItems != null)
|
|
71103
71224
|
this.lineItems = err.lineItems;
|
|
71225
|
+
if (err.capture != null)
|
|
71226
|
+
this.capture = err.capture;
|
|
71104
71227
|
this.name = "Transfer";
|
|
71105
71228
|
}
|
|
71106
71229
|
};
|
|
@@ -71133,6 +71256,7 @@ var init_transfer2 = __esm(() => {
|
|
|
71133
71256
|
salesTaxAmount: Amount$inboundSchema.optional(),
|
|
71134
71257
|
foreignID: stringType().optional(),
|
|
71135
71258
|
lineItems: TransferLineItems$inboundSchema.optional(),
|
|
71259
|
+
capture: TransferCapture$inboundSchema.optional(),
|
|
71136
71260
|
request$: instanceOfType(Request),
|
|
71137
71261
|
response$: instanceOfType(Response),
|
|
71138
71262
|
body$: stringType()
|
|
@@ -71171,7 +71295,8 @@ var init_transfer2 = __esm(() => {
|
|
|
71171
71295
|
paymentLinkCode: stringType().optional(),
|
|
71172
71296
|
salesTaxAmount: Amount$outboundSchema.optional(),
|
|
71173
71297
|
foreignID: stringType().optional(),
|
|
71174
|
-
lineItems: TransferLineItems$outboundSchema.optional()
|
|
71298
|
+
lineItems: TransferLineItems$outboundSchema.optional(),
|
|
71299
|
+
capture: TransferCapture$outboundSchema.optional()
|
|
71175
71300
|
}));
|
|
71176
71301
|
});
|
|
71177
71302
|
|
|
@@ -76093,6 +76218,7 @@ var init_listissuedcardtransactions = __esm(() => {
|
|
|
76093
76218
|
skip: numberType().int().optional(),
|
|
76094
76219
|
count: numberType().int().optional(),
|
|
76095
76220
|
issuedCardID: stringType().optional(),
|
|
76221
|
+
merchantName: stringType().optional(),
|
|
76096
76222
|
startDateTime: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
76097
76223
|
endDateTime: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional()
|
|
76098
76224
|
});
|
|
@@ -76101,6 +76227,7 @@ var init_listissuedcardtransactions = __esm(() => {
|
|
|
76101
76227
|
skip: numberType().int().optional(),
|
|
76102
76228
|
count: numberType().int().optional(),
|
|
76103
76229
|
issuedCardID: stringType().optional(),
|
|
76230
|
+
merchantName: stringType().optional(),
|
|
76104
76231
|
startDateTime: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
76105
76232
|
endDateTime: dateType().transform((v2) => v2.toISOString()).optional()
|
|
76106
76233
|
});
|
|
@@ -76764,6 +76891,8 @@ var init_listtransfers = __esm(() => {
|
|
|
76764
76891
|
refunded: booleanType().optional(),
|
|
76765
76892
|
disputed: booleanType().optional(),
|
|
76766
76893
|
foreignID: stringType().optional(),
|
|
76894
|
+
authorizationIDs: arrayType(stringType()).optional(),
|
|
76895
|
+
captureIDs: arrayType(stringType()).optional(),
|
|
76767
76896
|
skip: numberType().int().optional(),
|
|
76768
76897
|
count: numberType().int().optional(),
|
|
76769
76898
|
accountID: stringType()
|
|
@@ -76779,6 +76908,8 @@ var init_listtransfers = __esm(() => {
|
|
|
76779
76908
|
refunded: booleanType().optional(),
|
|
76780
76909
|
disputed: booleanType().optional(),
|
|
76781
76910
|
foreignID: stringType().optional(),
|
|
76911
|
+
authorizationIDs: arrayType(stringType()).optional(),
|
|
76912
|
+
captureIDs: arrayType(stringType()).optional(),
|
|
76782
76913
|
skip: numberType().int().optional(),
|
|
76783
76914
|
count: numberType().int().optional(),
|
|
76784
76915
|
accountID: stringType()
|
|
@@ -81314,7 +81445,7 @@ var init_avatarsGet2 = __esm(() => {
|
|
|
81314
81445
|
name: "avatars-get",
|
|
81315
81446
|
description: `Get avatar image for an account using a unique ID.
|
|
81316
81447
|
|
|
81317
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
81448
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
81318
81449
|
you'll need to specify the \`/profile-enrichment.read\` scope.`,
|
|
81319
81450
|
args: args25,
|
|
81320
81451
|
tool: async (client, args26, ctx) => {
|
|
@@ -83432,7 +83563,7 @@ var init_cardIssuingGetFull2 = __esm(() => {
|
|
|
83432
83563
|
Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
|
|
83433
83564
|
|
|
83434
83565
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
83435
|
-
you'll need to specify the \`/accounts/{accountID}/issued-cards.read-
|
|
83566
|
+
you'll need to specify the \`/accounts/{accountID}/issued-cards.read-private\` scope.`,
|
|
83436
83567
|
args: args43,
|
|
83437
83568
|
tool: async (client, args44, ctx) => {
|
|
83438
83569
|
const [result, apiCall] = await cardIssuingGetFull(client, args44.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -86119,7 +86250,7 @@ var init_enrichedAddressGet2 = __esm(() => {
|
|
|
86119
86250
|
name: "enriched-address-get",
|
|
86120
86251
|
description: `Fetch enriched address suggestions. Requires a partial address.
|
|
86121
86252
|
|
|
86122
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
86253
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
86123
86254
|
you'll need to specify the \`/profile-enrichment.read\` scope.`,
|
|
86124
86255
|
args: args64,
|
|
86125
86256
|
tool: async (client, args65, ctx) => {
|
|
@@ -86228,7 +86359,7 @@ var init_enrichedProfileGet2 = __esm(() => {
|
|
|
86228
86359
|
name: "enriched-profile-get",
|
|
86229
86360
|
description: `Fetch enriched profile data. Requires a valid email address. This service is offered in collaboration with Clearbit.
|
|
86230
86361
|
|
|
86231
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
86362
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
86232
86363
|
you'll need to specify the \`/profile-enrichment.read\` scope.`,
|
|
86233
86364
|
args: args65,
|
|
86234
86365
|
tool: async (client, args66, ctx) => {
|
|
@@ -88616,7 +88747,7 @@ var init_imagesUpload2 = __esm(() => {
|
|
|
88616
88747
|
tool$imagesUpload = {
|
|
88617
88748
|
name: "images-upload",
|
|
88618
88749
|
description: ` Upload a new PNG, JPEG, or WebP image with optional metadata.
|
|
88619
|
-
Duplicate images
|
|
88750
|
+
Duplicate images return the existing image's metadata with a 409 status. Requests larger than 16MB will be rejected.`,
|
|
88620
88751
|
args: args85,
|
|
88621
88752
|
tool: async (client, args86, ctx) => {
|
|
88622
88753
|
const [result, apiCall] = await imagesUpload(client, args86.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -88817,11 +88948,11 @@ var init_institutionsSearch2 = __esm(() => {
|
|
|
88817
88948
|
};
|
|
88818
88949
|
tool$institutionsSearch = {
|
|
88819
88950
|
name: "institutions-search",
|
|
88820
|
-
description: `This endpoint has been deprecated and will be removed in a future release. Use [/institutions](https://docs.moov.io/api/enrichment/
|
|
88951
|
+
description: `This endpoint has been deprecated and will be removed in a future release. Use [/institutions](https://docs.moov.io/api/enrichment/institutions/get/).
|
|
88821
88952
|
|
|
88822
88953
|
Search for institutions by either their name or routing number.
|
|
88823
88954
|
|
|
88824
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
88955
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
88825
88956
|
you'll need to specify the \`/fed.read\` scope.`,
|
|
88826
88957
|
args: args86,
|
|
88827
88958
|
tool: async (client, args87, ctx) => {
|
|
@@ -89202,6 +89333,7 @@ async function $do92(client, request, options) {
|
|
|
89202
89333
|
count: payload.count,
|
|
89203
89334
|
endDateTime: payload.endDateTime,
|
|
89204
89335
|
issuedCardID: payload.issuedCardID,
|
|
89336
|
+
merchantName: payload.merchantName,
|
|
89205
89337
|
skip: payload.skip,
|
|
89206
89338
|
startDateTime: payload.startDateTime
|
|
89207
89339
|
}, { explode: false });
|
|
@@ -95403,7 +95535,9 @@ async function $do146(client, request, options) {
|
|
|
95403
95535
|
const [result] = await match(json([200, 202], CreateCancellationResponse$inboundSchema, {
|
|
95404
95536
|
hdrs: true,
|
|
95405
95537
|
key: "Result"
|
|
95406
|
-
}), jsonErr(400,
|
|
95538
|
+
}), jsonErr([400, 409, 422], GenericError$inboundSchema, {
|
|
95539
|
+
hdrs: true
|
|
95540
|
+
}), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
95407
95541
|
if (!result.ok) {
|
|
95408
95542
|
return [result, { status: "complete", request: req, response }];
|
|
95409
95543
|
}
|
|
@@ -95435,6 +95569,9 @@ var init_transfersCreateCancellation2 = __esm(() => {
|
|
|
95435
95569
|
name: "transfers-create-cancellation",
|
|
95436
95570
|
description: ` Initiate a cancellation for a card, ACH, or queued transfer.
|
|
95437
95571
|
|
|
95572
|
+
In v2026.10 and later, an auth-capture \`card-payment\` transfer can be canceled before any captures exist.
|
|
95573
|
+
For these transfers, a successful cancellation reduces \`capturableAmount\` without changing \`authorizedAmount\`.
|
|
95574
|
+
For these transfers, a partial cancellation leaves the remaining \`capturableAmount\` available for capture.
|
|
95438
95575
|
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
95439
95576
|
to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
|
|
95440
95577
|
args: args141,
|
|
@@ -95553,7 +95690,10 @@ var init_transfersCreateReversal2 = __esm(() => {
|
|
|
95553
95690
|
};
|
|
95554
95691
|
tool$transfersCreateReversal = {
|
|
95555
95692
|
name: "transfers-create-reversal",
|
|
95556
|
-
description: `Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
|
|
95693
|
+
description: `Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
|
|
95694
|
+
In v2026.10 and later, reversing an auth-capture \`card-payment\` transfer with no captures cancels the entire \`capturableAmount\`.
|
|
95695
|
+
In those API versions, an auth-capture \`card-payment\` transfer with one final capture is canceled or refunded depending on its processing state.
|
|
95696
|
+
Auth-capture \`card-payment\` transfers with a non-final capture or multiple captures are not supported in those API versions.
|
|
95557
95697
|
Read our [reversals guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/)
|
|
95558
95698
|
to learn more.
|
|
95559
95699
|
|
|
@@ -96200,6 +96340,8 @@ async function $do153(client, request, options) {
|
|
|
96200
96340
|
const path = pathToFunc("/accounts/{accountID}/transfers")(pathParams);
|
|
96201
96341
|
const query = encodeFormQuery({
|
|
96202
96342
|
accountIDs: payload.accountIDs,
|
|
96343
|
+
authorizationIDs: payload.authorizationIDs,
|
|
96344
|
+
captureIDs: payload.captureIDs,
|
|
96203
96345
|
count: payload.count,
|
|
96204
96346
|
disputed: payload.disputed,
|
|
96205
96347
|
endDateTime: payload.endDateTime,
|
|
@@ -96383,7 +96525,7 @@ async function $do154(client, request, options) {
|
|
|
96383
96525
|
const [result] = await match(json(200, ListCancellationsResponse$inboundSchema, {
|
|
96384
96526
|
hdrs: true,
|
|
96385
96527
|
key: "Result"
|
|
96386
|
-
}), fail([401, 403, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
96528
|
+
}), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
96387
96529
|
if (!result.ok) {
|
|
96388
96530
|
return [result, { status: "complete", request: req, response }];
|
|
96389
96531
|
}
|
|
@@ -96413,7 +96555,7 @@ var init_transfersListCancellations2 = __esm(() => {
|
|
|
96413
96555
|
tool$transfersListCancellations = {
|
|
96414
96556
|
name: "transfers-list-cancellations",
|
|
96415
96557
|
description: ` Get a list of cancellations for a transfer.
|
|
96416
|
-
|
|
96558
|
+
|
|
96417
96559
|
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
96418
96560
|
to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
|
|
96419
96561
|
args: args149,
|
|
@@ -96498,7 +96640,7 @@ async function $do155(client, request, options) {
|
|
|
96498
96640
|
const [result] = await match(json(200, ListRefundsResponse$inboundSchema, {
|
|
96499
96641
|
hdrs: true,
|
|
96500
96642
|
key: "Result"
|
|
96501
|
-
}), fail([401, 403, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
96643
|
+
}), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
96502
96644
|
if (!result.ok) {
|
|
96503
96645
|
return [result, { status: "complete", request: req, response }];
|
|
96504
96646
|
}
|
|
@@ -98582,7 +98724,7 @@ var init_webhooksUpdate2 = __esm(() => {
|
|
|
98582
98724
|
function createMCPServer(deps) {
|
|
98583
98725
|
const server = new McpServer({
|
|
98584
98726
|
name: "Moov",
|
|
98585
|
-
version: "25.12.
|
|
98727
|
+
version: "25.12.8"
|
|
98586
98728
|
});
|
|
98587
98729
|
const client = new MoovCore({
|
|
98588
98730
|
security: deps.security,
|
|
@@ -100152,7 +100294,7 @@ var routes = rn({
|
|
|
100152
100294
|
var app = Ve(routes, {
|
|
100153
100295
|
name: "mcp",
|
|
100154
100296
|
versionInfo: {
|
|
100155
|
-
currentVersion: "25.12.
|
|
100297
|
+
currentVersion: "25.12.8"
|
|
100156
100298
|
}
|
|
100157
100299
|
});
|
|
100158
100300
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -100160,5 +100302,5 @@ export {
|
|
|
100160
100302
|
app
|
|
100161
100303
|
};
|
|
100162
100304
|
|
|
100163
|
-
//# debugId=
|
|
100305
|
+
//# debugId=57C521E2A825BEEB64756E2164756E21
|
|
100164
100306
|
//# sourceMappingURL=mcp-server.js.map
|