@moovio/sdk 26.5.6 → 26.5.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 +166 -45
- package/bin/mcp-server.js.map +88 -85
- 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 +3 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +3 -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/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/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 +4 -6
- package/models/components/paymentlinkpayoutdetails.d.ts.map +1 -1
- package/models/components/paymentlinkpayoutdetails.js.map +1 -1
- package/models/components/paymentlinkpayoutdetailsupdate.d.ts +4 -6
- 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/pushoptions.d.ts +4 -6
- package/models/components/pushoptions.d.ts.map +1 -1
- package/models/components/pushoptions.js.map +1 -1
- package/models/components/pushoptionsupdate.d.ts +4 -6
- package/models/components/pushoptionsupdate.d.ts.map +1 -1
- package/models/components/pushoptionsupdate.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/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/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/listinvoices.d.ts +3 -0
- package/models/operations/listinvoices.d.ts.map +1 -1
- package/models/operations/listinvoices.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 +3 -0
- package/src/models/components/issuedcard.ts +4 -0
- package/src/models/components/issuedcardstate.ts +3 -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 +4 -6
- package/src/models/components/paymentlinkpayoutdetailsupdate.ts +4 -6
- package/src/models/components/paymentmethodswallet.ts +1 -0
- package/src/models/components/pushoptions.ts +4 -6
- package/src/models/components/pushoptionsupdate.ts +4 -6
- 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/webhookdatatransferstatus.ts +3 -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/listinvoices.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: "v2026.04.00",
|
|
52977
|
-
sdkVersion: "26.5.
|
|
52978
|
-
genVersion: "2.
|
|
52979
|
-
userAgent: "speakeasy-sdk/typescript 26.5.
|
|
52977
|
+
sdkVersion: "26.5.8",
|
|
52978
|
+
genVersion: "2.935.1",
|
|
52979
|
+
userAgent: "speakeasy-sdk/typescript 26.5.8 2.935.1 v2026.04.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(() => {
|
|
@@ -56413,7 +56460,7 @@ var init_applicationscope = __esm(() => {
|
|
|
56413
56460
|
FilesWrite: "files.write",
|
|
56414
56461
|
IssuedCardsRead: "issued-cards.read",
|
|
56415
56462
|
IssuedCardsWrite: "issued-cards.write",
|
|
56416
|
-
|
|
56463
|
+
IssuedCardsReadPrivate: "issued-cards.read-private",
|
|
56417
56464
|
PaymentMethodsRead: "payment-methods.read",
|
|
56418
56465
|
PingRead: "ping.read",
|
|
56419
56466
|
ProfileEnrichmentRead: "profile-enrichment.read",
|
|
@@ -59348,7 +59395,7 @@ var init_partnerfees = __esm(() => {
|
|
|
59348
59395
|
});
|
|
59349
59396
|
|
|
59350
59397
|
// src/models/components/billingsummary.ts
|
|
59351
|
-
var BillingSummaryVolumeAmount$inboundSchema, BillingSummaryVolumeAmount$outboundSchema, CardAcquiring$inboundSchema, CardAcquiring$outboundSchema, BillingSummaryPlatformFees$inboundSchema, BillingSummaryPlatformFees$outboundSchema,
|
|
59398
|
+
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;
|
|
59352
59399
|
var init_billingsummary = __esm(() => {
|
|
59353
59400
|
init_esm();
|
|
59354
59401
|
init_amountdecimal();
|
|
@@ -59389,11 +59436,11 @@ var init_billingsummary = __esm(() => {
|
|
|
59389
59436
|
currency: stringType(),
|
|
59390
59437
|
valueDecimal: stringType()
|
|
59391
59438
|
});
|
|
59392
|
-
|
|
59439
|
+
BillingSummaryAdjustmentFees$inboundSchema = objectType({
|
|
59393
59440
|
currency: stringType(),
|
|
59394
59441
|
valueDecimal: stringType()
|
|
59395
59442
|
});
|
|
59396
|
-
|
|
59443
|
+
BillingSummaryAdjustmentFees$outboundSchema = objectType({
|
|
59397
59444
|
currency: stringType(),
|
|
59398
59445
|
valueDecimal: stringType()
|
|
59399
59446
|
});
|
|
@@ -59411,7 +59458,7 @@ var init_billingsummary = __esm(() => {
|
|
|
59411
59458
|
instantPayments: BillingSummaryDetails$inboundSchema.optional(),
|
|
59412
59459
|
platformFees: lazyType(() => BillingSummaryPlatformFees$inboundSchema).optional(),
|
|
59413
59460
|
accountFees: BillingSummaryDetails$inboundSchema.optional(),
|
|
59414
|
-
adjustmentFees: lazyType(() =>
|
|
59461
|
+
adjustmentFees: lazyType(() => BillingSummaryAdjustmentFees$inboundSchema).optional(),
|
|
59415
59462
|
otherFees: lazyType(() => OtherFees$inboundSchema).optional(),
|
|
59416
59463
|
otherCardFees: BillingSummaryDetails$inboundSchema.optional(),
|
|
59417
59464
|
total: AmountDecimal$inboundSchema.optional(),
|
|
@@ -59419,7 +59466,8 @@ var init_billingsummary = __esm(() => {
|
|
|
59419
59466
|
revenueShare: stringType().optional(),
|
|
59420
59467
|
residualSubtotal: AmountDecimal$inboundSchema.optional(),
|
|
59421
59468
|
monthlyPartnerCosts: PartnerFees$inboundSchema.optional(),
|
|
59422
|
-
netPartnerPayment: AmountDecimal$inboundSchema.optional()
|
|
59469
|
+
netPartnerPayment: AmountDecimal$inboundSchema.optional(),
|
|
59470
|
+
totalNetPartnerPayment: AmountDecimal$inboundSchema.optional()
|
|
59423
59471
|
});
|
|
59424
59472
|
BillingSummary$outboundSchema = objectType({
|
|
59425
59473
|
cardAcquiring: lazyType(() => CardAcquiring$outboundSchema).optional(),
|
|
@@ -59427,7 +59475,7 @@ var init_billingsummary = __esm(() => {
|
|
|
59427
59475
|
instantPayments: BillingSummaryDetails$outboundSchema.optional(),
|
|
59428
59476
|
platformFees: lazyType(() => BillingSummaryPlatformFees$outboundSchema).optional(),
|
|
59429
59477
|
accountFees: BillingSummaryDetails$outboundSchema.optional(),
|
|
59430
|
-
adjustmentFees: lazyType(() =>
|
|
59478
|
+
adjustmentFees: lazyType(() => BillingSummaryAdjustmentFees$outboundSchema).optional(),
|
|
59431
59479
|
otherFees: lazyType(() => OtherFees$outboundSchema).optional(),
|
|
59432
59480
|
otherCardFees: BillingSummaryDetails$outboundSchema.optional(),
|
|
59433
59481
|
total: AmountDecimal$outboundSchema.optional(),
|
|
@@ -59435,7 +59483,8 @@ var init_billingsummary = __esm(() => {
|
|
|
59435
59483
|
revenueShare: stringType().optional(),
|
|
59436
59484
|
residualSubtotal: AmountDecimal$outboundSchema.optional(),
|
|
59437
59485
|
monthlyPartnerCosts: PartnerFees$outboundSchema.optional(),
|
|
59438
|
-
netPartnerPayment: AmountDecimal$outboundSchema.optional()
|
|
59486
|
+
netPartnerPayment: AmountDecimal$outboundSchema.optional(),
|
|
59487
|
+
totalNetPartnerPayment: AmountDecimal$outboundSchema.optional()
|
|
59439
59488
|
});
|
|
59440
59489
|
});
|
|
59441
59490
|
|
|
@@ -59745,6 +59794,13 @@ var init_requirementid = __esm(() => {
|
|
|
59745
59794
|
UnderwritingSendFundsPushToCardEstimatedActivityMonthlyVolumeRange: "underwriting.sendFunds.pushToCard.estimatedActivity.monthlyVolumeRange",
|
|
59746
59795
|
UnderwritingSendFundsPushToCardFulfillment: "underwriting.sendFunds.pushToCard.fulfillment",
|
|
59747
59796
|
UnderwritingSendFundsPushToCardRefundPolicy: "underwriting.sendFunds.pushToCard.refundPolicy",
|
|
59797
|
+
UnderwritingSendFundsInstantBankCardAcceptanceMethods: "underwriting.sendFunds.instantBank.cardAcceptanceMethods",
|
|
59798
|
+
UnderwritingSendFundsInstantBankCurrentlyAcceptsCards: "underwriting.sendFunds.instantBank.currentlyAcceptsCards",
|
|
59799
|
+
UnderwritingSendFundsInstantBankEstimatedActivityAverageTransactionAmount: "underwriting.sendFunds.instantBank.estimatedActivity.averageTransactionAmount",
|
|
59800
|
+
UnderwritingSendFundsInstantBankEstimatedActivityMaximumTransactionAmount: "underwriting.sendFunds.instantBank.estimatedActivity.maximumTransactionAmount",
|
|
59801
|
+
UnderwritingSendFundsInstantBankEstimatedActivityMonthlyVolumeRange: "underwriting.sendFunds.instantBank.estimatedActivity.monthlyVolumeRange",
|
|
59802
|
+
UnderwritingSendFundsInstantBankFulfillment: "underwriting.sendFunds.instantBank.fulfillment",
|
|
59803
|
+
UnderwritingSendFundsInstantBankRefundPolicy: "underwriting.sendFunds.instantBank.refundPolicy",
|
|
59748
59804
|
UnderwritingMoneyTransferPullFromCardCardAcceptanceMethods: "underwriting.moneyTransfer.pullFromCard.cardAcceptanceMethods",
|
|
59749
59805
|
UnderwritingMoneyTransferPullFromCardCurrentlyAcceptsCards: "underwriting.moneyTransfer.pullFromCard.currentlyAcceptsCards",
|
|
59750
59806
|
UnderwritingMoneyTransferPullFromCardEstimatedActivityAverageTransactionAmount: "underwriting.moneyTransfer.pullFromCard.estimatedActivity.averageTransactionAmount",
|
|
@@ -61366,6 +61422,20 @@ var init_transferamountdetails = __esm(() => {
|
|
|
61366
61422
|
});
|
|
61367
61423
|
});
|
|
61368
61424
|
|
|
61425
|
+
// src/models/components/transfercapture.ts
|
|
61426
|
+
var TransferCapture$inboundSchema, TransferCapture$outboundSchema;
|
|
61427
|
+
var init_transfercapture = __esm(() => {
|
|
61428
|
+
init_esm();
|
|
61429
|
+
TransferCapture$inboundSchema = objectType({
|
|
61430
|
+
authorizationID: stringType(),
|
|
61431
|
+
captureID: stringType()
|
|
61432
|
+
});
|
|
61433
|
+
TransferCapture$outboundSchema = objectType({
|
|
61434
|
+
authorizationID: stringType(),
|
|
61435
|
+
captureID: stringType()
|
|
61436
|
+
});
|
|
61437
|
+
});
|
|
61438
|
+
|
|
61369
61439
|
// src/models/components/googlepayresponse.ts
|
|
61370
61440
|
var AuthMethod, AuthMethod$inboundSchema, AuthMethod$outboundSchema, GooglePayResponse$inboundSchema, GooglePayResponse$outboundSchema;
|
|
61371
61441
|
var init_googlepayresponse = __esm(() => {
|
|
@@ -61563,7 +61633,8 @@ var init_wallettype = __esm(() => {
|
|
|
61563
61633
|
init_esm();
|
|
61564
61634
|
WalletType = {
|
|
61565
61635
|
Default: "default",
|
|
61566
|
-
General: "general"
|
|
61636
|
+
General: "general",
|
|
61637
|
+
CardIssuing: "card-issuing"
|
|
61567
61638
|
};
|
|
61568
61639
|
WalletType$inboundSchema = nativeEnumType(WalletType);
|
|
61569
61640
|
WalletType$outboundSchema = WalletType$inboundSchema;
|
|
@@ -61823,6 +61894,7 @@ var init_createdtransfer = __esm(() => {
|
|
|
61823
61894
|
init_facilitatorfee();
|
|
61824
61895
|
init_moovfeedetails();
|
|
61825
61896
|
init_transferamountdetails();
|
|
61897
|
+
init_transfercapture();
|
|
61826
61898
|
init_transferdestination();
|
|
61827
61899
|
init_transferfailurereason();
|
|
61828
61900
|
init_transferlineitems();
|
|
@@ -61856,7 +61928,8 @@ var init_createdtransfer = __esm(() => {
|
|
|
61856
61928
|
salesTaxAmount: Amount$inboundSchema.optional(),
|
|
61857
61929
|
foreignID: stringType().optional(),
|
|
61858
61930
|
lineItems: TransferLineItems$inboundSchema.optional(),
|
|
61859
|
-
amountDetails: TransferAmountDetails$inboundSchema.optional()
|
|
61931
|
+
amountDetails: TransferAmountDetails$inboundSchema.optional(),
|
|
61932
|
+
capture: TransferCapture$inboundSchema.optional()
|
|
61860
61933
|
});
|
|
61861
61934
|
CreatedTransfer$outboundSchema = objectType({
|
|
61862
61935
|
transferID: stringType(),
|
|
@@ -61886,7 +61959,8 @@ var init_createdtransfer = __esm(() => {
|
|
|
61886
61959
|
salesTaxAmount: Amount$outboundSchema.optional(),
|
|
61887
61960
|
foreignID: stringType().optional(),
|
|
61888
61961
|
lineItems: TransferLineItems$outboundSchema.optional(),
|
|
61889
|
-
amountDetails: TransferAmountDetails$outboundSchema.optional()
|
|
61962
|
+
amountDetails: TransferAmountDetails$outboundSchema.optional(),
|
|
61963
|
+
capture: TransferCapture$outboundSchema.optional()
|
|
61890
61964
|
});
|
|
61891
61965
|
});
|
|
61892
61966
|
|
|
@@ -61988,10 +62062,12 @@ var CreateFeePlanAgreement$inboundSchema, CreateFeePlanAgreement$outboundSchema;
|
|
|
61988
62062
|
var init_createfeeplanagreement = __esm(() => {
|
|
61989
62063
|
init_esm();
|
|
61990
62064
|
CreateFeePlanAgreement$inboundSchema = objectType({
|
|
61991
|
-
planID: stringType()
|
|
62065
|
+
planID: stringType(),
|
|
62066
|
+
priorAgreementID: stringType().optional()
|
|
61992
62067
|
});
|
|
61993
62068
|
CreateFeePlanAgreement$outboundSchema = objectType({
|
|
61994
|
-
planID: stringType()
|
|
62069
|
+
planID: stringType(),
|
|
62070
|
+
priorAgreementID: stringType().optional()
|
|
61995
62071
|
});
|
|
61996
62072
|
});
|
|
61997
62073
|
|
|
@@ -63852,7 +63928,9 @@ var init_feeplanagreement = __esm(() => {
|
|
|
63852
63928
|
cardAcquiringModel: CardAcquiringModel$inboundSchema,
|
|
63853
63929
|
billableFees: arrayType(BillableFee$inboundSchema),
|
|
63854
63930
|
minimumCommitment: MinimumCommitment$inboundSchema,
|
|
63855
|
-
monthlyPlatformFee: MonthlyPlatformFee$inboundSchema
|
|
63931
|
+
monthlyPlatformFee: MonthlyPlatformFee$inboundSchema,
|
|
63932
|
+
priorAgreementID: stringType().optional(),
|
|
63933
|
+
priorAgreementTerminatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional()
|
|
63856
63934
|
});
|
|
63857
63935
|
FeePlanAgreement$outboundSchema = objectType({
|
|
63858
63936
|
agreementID: stringType(),
|
|
@@ -63865,7 +63943,9 @@ var init_feeplanagreement = __esm(() => {
|
|
|
63865
63943
|
cardAcquiringModel: CardAcquiringModel$outboundSchema,
|
|
63866
63944
|
billableFees: arrayType(BillableFee$outboundSchema),
|
|
63867
63945
|
minimumCommitment: MinimumCommitment$outboundSchema,
|
|
63868
|
-
monthlyPlatformFee: MonthlyPlatformFee$outboundSchema
|
|
63946
|
+
monthlyPlatformFee: MonthlyPlatformFee$outboundSchema,
|
|
63947
|
+
priorAgreementID: stringType().optional(),
|
|
63948
|
+
priorAgreementTerminatedOn: dateType().transform((v2) => v2.toISOString()).optional()
|
|
63869
63949
|
});
|
|
63870
63950
|
});
|
|
63871
63951
|
|
|
@@ -64067,6 +64147,7 @@ var init_issuedcardstate = __esm(() => {
|
|
|
64067
64147
|
init_esm();
|
|
64068
64148
|
IssuedCardState = {
|
|
64069
64149
|
Active: "active",
|
|
64150
|
+
Frozen: "frozen",
|
|
64070
64151
|
Closed: "closed"
|
|
64071
64152
|
};
|
|
64072
64153
|
IssuedCardState$inboundSchema = nativeEnumType(IssuedCardState);
|
|
@@ -66019,6 +66100,8 @@ var init_partnerpricingagreement = __esm(() => {
|
|
|
66019
66100
|
billableFees: arrayType(BillableFee$inboundSchema),
|
|
66020
66101
|
minimumCommitment: MinimumCommitment$inboundSchema,
|
|
66021
66102
|
monthlyPlatformFee: MonthlyPlatformFee$inboundSchema,
|
|
66103
|
+
priorAgreementID: stringType().optional(),
|
|
66104
|
+
priorAgreementTerminatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
66022
66105
|
revenueShare: stringType()
|
|
66023
66106
|
});
|
|
66024
66107
|
PartnerPricingAgreement$outboundSchema = objectType({
|
|
@@ -66033,6 +66116,8 @@ var init_partnerpricingagreement = __esm(() => {
|
|
|
66033
66116
|
billableFees: arrayType(BillableFee$outboundSchema),
|
|
66034
66117
|
minimumCommitment: MinimumCommitment$outboundSchema,
|
|
66035
66118
|
monthlyPlatformFee: MonthlyPlatformFee$outboundSchema,
|
|
66119
|
+
priorAgreementID: stringType().optional(),
|
|
66120
|
+
priorAgreementTerminatedOn: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
66036
66121
|
revenueShare: stringType()
|
|
66037
66122
|
});
|
|
66038
66123
|
});
|
|
@@ -67759,6 +67844,7 @@ var init_statement = __esm(() => {
|
|
|
67759
67844
|
init_esm();
|
|
67760
67845
|
init_accountfees();
|
|
67761
67846
|
init_achfees();
|
|
67847
|
+
init_adjustmentfees();
|
|
67762
67848
|
init_billingsummary();
|
|
67763
67849
|
init_cardacquiringfees();
|
|
67764
67850
|
init_instantpaymentfees();
|
|
@@ -67781,6 +67867,7 @@ var init_statement = __esm(() => {
|
|
|
67781
67867
|
accountFees: AccountFees$inboundSchema.optional(),
|
|
67782
67868
|
otherCardFees: OtherCardFees$inboundSchema.optional(),
|
|
67783
67869
|
partnerFees: PartnerFees$inboundSchema.optional(),
|
|
67870
|
+
adjustments: AdjustmentFees$inboundSchema.optional(),
|
|
67784
67871
|
createdOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)),
|
|
67785
67872
|
updatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2))
|
|
67786
67873
|
});
|
|
@@ -67800,6 +67887,7 @@ var init_statement = __esm(() => {
|
|
|
67800
67887
|
accountFees: AccountFees$outboundSchema.optional(),
|
|
67801
67888
|
otherCardFees: OtherCardFees$outboundSchema.optional(),
|
|
67802
67889
|
partnerFees: PartnerFees$outboundSchema.optional(),
|
|
67890
|
+
adjustments: AdjustmentFees$outboundSchema.optional(),
|
|
67803
67891
|
createdOn: dateType().transform((v2) => v2.toISOString()),
|
|
67804
67892
|
updatedOn: dateType().transform((v2) => v2.toISOString())
|
|
67805
67893
|
});
|
|
@@ -68167,6 +68255,7 @@ var init_transfer = __esm(() => {
|
|
|
68167
68255
|
init_moovfee();
|
|
68168
68256
|
init_moovfeedetails();
|
|
68169
68257
|
init_transferamountdetails();
|
|
68258
|
+
init_transfercapture();
|
|
68170
68259
|
init_transferdestination();
|
|
68171
68260
|
init_transferfailurereason();
|
|
68172
68261
|
init_transferlineitems();
|
|
@@ -68202,7 +68291,8 @@ var init_transfer = __esm(() => {
|
|
|
68202
68291
|
foreignID: stringType().optional(),
|
|
68203
68292
|
lineItems: TransferLineItems$inboundSchema.optional(),
|
|
68204
68293
|
invoiceID: stringType().optional(),
|
|
68205
|
-
amountDetails: TransferAmountDetails$inboundSchema.optional()
|
|
68294
|
+
amountDetails: TransferAmountDetails$inboundSchema.optional(),
|
|
68295
|
+
capture: TransferCapture$inboundSchema.optional()
|
|
68206
68296
|
});
|
|
68207
68297
|
Transfer$outboundSchema = objectType({
|
|
68208
68298
|
transferID: stringType(),
|
|
@@ -68234,7 +68324,8 @@ var init_transfer = __esm(() => {
|
|
|
68234
68324
|
foreignID: stringType().optional(),
|
|
68235
68325
|
lineItems: TransferLineItems$outboundSchema.optional(),
|
|
68236
68326
|
invoiceID: stringType().optional(),
|
|
68237
|
-
amountDetails: TransferAmountDetails$outboundSchema.optional()
|
|
68327
|
+
amountDetails: TransferAmountDetails$outboundSchema.optional(),
|
|
68328
|
+
capture: TransferCapture$outboundSchema.optional()
|
|
68238
68329
|
});
|
|
68239
68330
|
});
|
|
68240
68331
|
|
|
@@ -68579,6 +68670,8 @@ var UpdateIssuedCardState, UpdateIssuedCardState$inboundSchema, UpdateIssuedCard
|
|
|
68579
68670
|
var init_updateissuedcardstate = __esm(() => {
|
|
68580
68671
|
init_esm();
|
|
68581
68672
|
UpdateIssuedCardState = {
|
|
68673
|
+
Active: "active",
|
|
68674
|
+
Frozen: "frozen",
|
|
68582
68675
|
Closed: "closed"
|
|
68583
68676
|
};
|
|
68584
68677
|
UpdateIssuedCardState$inboundSchema = nativeEnumType(UpdateIssuedCardState);
|
|
@@ -69620,8 +69713,11 @@ var init_webhookdatatransferstatus = __esm(() => {
|
|
|
69620
69713
|
DestinationReturned: "destination.returned",
|
|
69621
69714
|
DestinationOriginated: "destination.originated",
|
|
69622
69715
|
DestinationConfirmed: "destination.confirmed",
|
|
69716
|
+
DestinationSettled: "destination.settled",
|
|
69623
69717
|
DestinationFailed: "destination.failed",
|
|
69624
|
-
|
|
69718
|
+
DestinationCanceled: "destination.canceled",
|
|
69719
|
+
DestinationAcceptedWithoutPosting: "destination.accepted-without-posting",
|
|
69720
|
+
DestinationDeferred: "destination.deferred"
|
|
69625
69721
|
};
|
|
69626
69722
|
WebhookDataTransferStatus$inboundSchema = nativeEnumType(WebhookDataTransferStatus);
|
|
69627
69723
|
WebhookDataTransferStatus$outboundSchema = WebhookDataTransferStatus$inboundSchema;
|
|
@@ -69928,6 +70024,7 @@ var init_components = __esm(() => {
|
|
|
69928
70024
|
init_addresssuggestion();
|
|
69929
70025
|
init_addressupdate();
|
|
69930
70026
|
init_adjustment();
|
|
70027
|
+
init_adjustmentfees();
|
|
69931
70028
|
init_amount();
|
|
69932
70029
|
init_amountdecimal();
|
|
69933
70030
|
init_amountdecimalupdate();
|
|
@@ -69963,6 +70060,7 @@ var init_components = __esm(() => {
|
|
|
69963
70060
|
init_basicpaymentmethod();
|
|
69964
70061
|
init_batchgettransfersrequest();
|
|
69965
70062
|
init_billablefee();
|
|
70063
|
+
init_billingadjustment();
|
|
69966
70064
|
init_billingcountandamount();
|
|
69967
70065
|
init_billinginterchangeprogramfee();
|
|
69968
70066
|
init_billingsummary();
|
|
@@ -70409,6 +70507,7 @@ var init_components = __esm(() => {
|
|
|
70409
70507
|
init_transferaccount();
|
|
70410
70508
|
init_transferachaddendarecord();
|
|
70411
70509
|
init_transferamountdetails();
|
|
70510
|
+
init_transfercapture();
|
|
70412
70511
|
init_transferconfig();
|
|
70413
70512
|
init_transfercontrols();
|
|
70414
70513
|
init_transferdestination();
|
|
@@ -72644,6 +72743,7 @@ var init_transfer2 = __esm(() => {
|
|
|
72644
72743
|
lineItems;
|
|
72645
72744
|
invoiceID;
|
|
72646
72745
|
amountDetails;
|
|
72746
|
+
capture;
|
|
72647
72747
|
data$;
|
|
72648
72748
|
constructor(err, httpMeta) {
|
|
72649
72749
|
const message = "message" in err && typeof err.message === "string" ? err.message : `API error occurred: ${JSON.stringify(err)}`;
|
|
@@ -72703,6 +72803,8 @@ var init_transfer2 = __esm(() => {
|
|
|
72703
72803
|
this.invoiceID = err.invoiceID;
|
|
72704
72804
|
if (err.amountDetails != null)
|
|
72705
72805
|
this.amountDetails = err.amountDetails;
|
|
72806
|
+
if (err.capture != null)
|
|
72807
|
+
this.capture = err.capture;
|
|
72706
72808
|
this.name = "Transfer";
|
|
72707
72809
|
}
|
|
72708
72810
|
};
|
|
@@ -72737,6 +72839,7 @@ var init_transfer2 = __esm(() => {
|
|
|
72737
72839
|
lineItems: TransferLineItems$inboundSchema.optional(),
|
|
72738
72840
|
invoiceID: stringType().optional(),
|
|
72739
72841
|
amountDetails: TransferAmountDetails$inboundSchema.optional(),
|
|
72842
|
+
capture: TransferCapture$inboundSchema.optional(),
|
|
72740
72843
|
request$: instanceOfType(Request),
|
|
72741
72844
|
response$: instanceOfType(Response),
|
|
72742
72845
|
body$: stringType()
|
|
@@ -72777,7 +72880,8 @@ var init_transfer2 = __esm(() => {
|
|
|
72777
72880
|
foreignID: stringType().optional(),
|
|
72778
72881
|
lineItems: TransferLineItems$outboundSchema.optional(),
|
|
72779
72882
|
invoiceID: stringType().optional(),
|
|
72780
|
-
amountDetails: TransferAmountDetails$outboundSchema.optional()
|
|
72883
|
+
amountDetails: TransferAmountDetails$outboundSchema.optional(),
|
|
72884
|
+
capture: TransferCapture$outboundSchema.optional()
|
|
72781
72885
|
}));
|
|
72782
72886
|
});
|
|
72783
72887
|
|
|
@@ -78283,6 +78387,7 @@ var init_listissuedcardtransactions = __esm(() => {
|
|
|
78283
78387
|
skip: numberType().int().optional(),
|
|
78284
78388
|
count: numberType().int().optional(),
|
|
78285
78389
|
issuedCardID: stringType().optional(),
|
|
78390
|
+
merchantName: stringType().optional(),
|
|
78286
78391
|
startDateTime: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
78287
78392
|
endDateTime: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional()
|
|
78288
78393
|
});
|
|
@@ -78291,6 +78396,7 @@ var init_listissuedcardtransactions = __esm(() => {
|
|
|
78291
78396
|
skip: numberType().int().optional(),
|
|
78292
78397
|
count: numberType().int().optional(),
|
|
78293
78398
|
issuedCardID: stringType().optional(),
|
|
78399
|
+
merchantName: stringType().optional(),
|
|
78294
78400
|
startDateTime: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
78295
78401
|
endDateTime: dateType().transform((v2) => v2.toISOString()).optional()
|
|
78296
78402
|
});
|
|
@@ -78986,6 +79092,8 @@ var init_listtransfers = __esm(() => {
|
|
|
78986
79092
|
refunded: booleanType().optional(),
|
|
78987
79093
|
disputed: booleanType().optional(),
|
|
78988
79094
|
foreignID: stringType().optional(),
|
|
79095
|
+
authorizationIDs: arrayType(stringType()).optional(),
|
|
79096
|
+
captureIDs: arrayType(stringType()).optional(),
|
|
78989
79097
|
skip: numberType().int().optional(),
|
|
78990
79098
|
count: numberType().int().optional(),
|
|
78991
79099
|
accountID: stringType()
|
|
@@ -79001,6 +79109,8 @@ var init_listtransfers = __esm(() => {
|
|
|
79001
79109
|
refunded: booleanType().optional(),
|
|
79002
79110
|
disputed: booleanType().optional(),
|
|
79003
79111
|
foreignID: stringType().optional(),
|
|
79112
|
+
authorizationIDs: arrayType(stringType()).optional(),
|
|
79113
|
+
captureIDs: arrayType(stringType()).optional(),
|
|
79004
79114
|
skip: numberType().int().optional(),
|
|
79005
79115
|
count: numberType().int().optional(),
|
|
79006
79116
|
accountID: stringType()
|
|
@@ -83637,7 +83747,7 @@ var init_avatarsGet2 = __esm(() => {
|
|
|
83637
83747
|
name: "avatars-get",
|
|
83638
83748
|
description: `Get avatar image for an account using a unique ID.
|
|
83639
83749
|
|
|
83640
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
83750
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
83641
83751
|
you'll need to specify the \`/profile-enrichment.read\` scope.`,
|
|
83642
83752
|
args: args25,
|
|
83643
83753
|
tool: async (client, args26, ctx) => {
|
|
@@ -85755,7 +85865,7 @@ var init_cardIssuingGetFull2 = __esm(() => {
|
|
|
85755
85865
|
Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
|
|
85756
85866
|
|
|
85757
85867
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
85758
|
-
you'll need to specify the \`/accounts/{accountID}/issued-cards.read-
|
|
85868
|
+
you'll need to specify the \`/accounts/{accountID}/issued-cards.read-private\` scope.`,
|
|
85759
85869
|
args: args43,
|
|
85760
85870
|
tool: async (client, args44, ctx) => {
|
|
85761
85871
|
const [result, apiCall] = await cardIssuingGetFull(client, args44.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -88442,7 +88552,7 @@ var init_enrichedAddressGet2 = __esm(() => {
|
|
|
88442
88552
|
name: "enriched-address-get",
|
|
88443
88553
|
description: `Fetch enriched address suggestions. Requires a partial address.
|
|
88444
88554
|
|
|
88445
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
88555
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
88446
88556
|
you'll need to specify the \`/profile-enrichment.read\` scope.`,
|
|
88447
88557
|
args: args64,
|
|
88448
88558
|
tool: async (client, args65, ctx) => {
|
|
@@ -88551,7 +88661,7 @@ var init_enrichedProfileGet2 = __esm(() => {
|
|
|
88551
88661
|
name: "enriched-profile-get",
|
|
88552
88662
|
description: `Fetch enriched profile data. Requires a valid email address. This service is offered in collaboration with Clearbit.
|
|
88553
88663
|
|
|
88554
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
88664
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
88555
88665
|
you'll need to specify the \`/profile-enrichment.read\` scope.`,
|
|
88556
88666
|
args: args65,
|
|
88557
88667
|
tool: async (client, args66, ctx) => {
|
|
@@ -91056,7 +91166,7 @@ var init_imagesUpload2 = __esm(() => {
|
|
|
91056
91166
|
tool$imagesUpload = {
|
|
91057
91167
|
name: "images-upload",
|
|
91058
91168
|
description: ` Upload a new PNG, JPEG, or WebP image with optional metadata.
|
|
91059
|
-
Duplicate images
|
|
91169
|
+
Duplicate images return the existing image's metadata with a 409 status. Requests larger than 16MB will be rejected.`,
|
|
91060
91170
|
args: args86,
|
|
91061
91171
|
tool: async (client, args87, ctx) => {
|
|
91062
91172
|
const [result, apiCall] = await imagesUpload(client, args87.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -91257,11 +91367,11 @@ var init_institutionsSearch2 = __esm(() => {
|
|
|
91257
91367
|
};
|
|
91258
91368
|
tool$institutionsSearch = {
|
|
91259
91369
|
name: "institutions-search",
|
|
91260
|
-
description: `This endpoint has been deprecated and will be removed in a future release. Use [/institutions](https://docs.moov.io/api/enrichment/
|
|
91370
|
+
description: `This endpoint has been deprecated and will be removed in a future release. Use [/institutions](https://docs.moov.io/api/enrichment/institutions/get/).
|
|
91261
91371
|
|
|
91262
91372
|
Search for institutions by either their name or routing number.
|
|
91263
91373
|
|
|
91264
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
91374
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
91265
91375
|
you'll need to specify the \`/fed.read\` scope.`,
|
|
91266
91376
|
args: args87,
|
|
91267
91377
|
tool: async (client, args88, ctx) => {
|
|
@@ -92469,6 +92579,7 @@ async function $do100(client, request, options) {
|
|
|
92469
92579
|
count: payload.count,
|
|
92470
92580
|
endDateTime: payload.endDateTime,
|
|
92471
92581
|
issuedCardID: payload.issuedCardID,
|
|
92582
|
+
merchantName: payload.merchantName,
|
|
92472
92583
|
skip: payload.skip,
|
|
92473
92584
|
startDateTime: payload.startDateTime
|
|
92474
92585
|
}, { explode: false });
|
|
@@ -99455,7 +99566,9 @@ async function $do161(client, request, options) {
|
|
|
99455
99566
|
const [result] = await match(json([200, 202], CreateCancellationResponse$inboundSchema, {
|
|
99456
99567
|
hdrs: true,
|
|
99457
99568
|
key: "Result"
|
|
99458
|
-
}), jsonErr(400,
|
|
99569
|
+
}), jsonErr([400, 409, 422], GenericError$inboundSchema, {
|
|
99570
|
+
hdrs: true
|
|
99571
|
+
}), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
99459
99572
|
if (!result.ok) {
|
|
99460
99573
|
return [result, { status: "complete", request: req, response }];
|
|
99461
99574
|
}
|
|
@@ -99487,6 +99600,9 @@ var init_transfersCreateCancellation2 = __esm(() => {
|
|
|
99487
99600
|
name: "transfers-create-cancellation",
|
|
99488
99601
|
description: ` Initiate a cancellation for a card, ACH, or queued transfer.
|
|
99489
99602
|
|
|
99603
|
+
In v2026.10 and later, an auth-capture \`card-payment\` transfer can be canceled before any captures exist.
|
|
99604
|
+
For these transfers, a successful cancellation reduces \`capturableAmount\` without changing \`authorizedAmount\`.
|
|
99605
|
+
For these transfers, a partial cancellation leaves the remaining \`capturableAmount\` available for capture.
|
|
99490
99606
|
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
99491
99607
|
to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
|
|
99492
99608
|
args: args156,
|
|
@@ -99605,7 +99721,10 @@ var init_transfersCreateReversal2 = __esm(() => {
|
|
|
99605
99721
|
};
|
|
99606
99722
|
tool$transfersCreateReversal = {
|
|
99607
99723
|
name: "transfers-create-reversal",
|
|
99608
|
-
description: `Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
|
|
99724
|
+
description: `Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
|
|
99725
|
+
In v2026.10 and later, reversing an auth-capture \`card-payment\` transfer with no captures cancels the entire \`capturableAmount\`.
|
|
99726
|
+
In those API versions, an auth-capture \`card-payment\` transfer with one final capture is canceled or refunded depending on its processing state.
|
|
99727
|
+
Auth-capture \`card-payment\` transfers with a non-final capture or multiple captures are not supported in those API versions.
|
|
99609
99728
|
Read our [reversals guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/)
|
|
99610
99729
|
to learn more.
|
|
99611
99730
|
|
|
@@ -100252,6 +100371,8 @@ async function $do168(client, request, options) {
|
|
|
100252
100371
|
const path = pathToFunc("/accounts/{accountID}/transfers")(pathParams);
|
|
100253
100372
|
const query = encodeFormQuery({
|
|
100254
100373
|
accountIDs: payload.accountIDs,
|
|
100374
|
+
authorizationIDs: payload.authorizationIDs,
|
|
100375
|
+
captureIDs: payload.captureIDs,
|
|
100255
100376
|
count: payload.count,
|
|
100256
100377
|
disputed: payload.disputed,
|
|
100257
100378
|
endDateTime: payload.endDateTime,
|
|
@@ -100435,7 +100556,7 @@ async function $do169(client, request, options) {
|
|
|
100435
100556
|
const [result] = await match(json(200, ListCancellationsResponse$inboundSchema, {
|
|
100436
100557
|
hdrs: true,
|
|
100437
100558
|
key: "Result"
|
|
100438
|
-
}), fail([401, 403, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
100559
|
+
}), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
100439
100560
|
if (!result.ok) {
|
|
100440
100561
|
return [result, { status: "complete", request: req, response }];
|
|
100441
100562
|
}
|
|
@@ -100465,7 +100586,7 @@ var init_transfersListCancellations2 = __esm(() => {
|
|
|
100465
100586
|
tool$transfersListCancellations = {
|
|
100466
100587
|
name: "transfers-list-cancellations",
|
|
100467
100588
|
description: ` Get a list of cancellations for a transfer.
|
|
100468
|
-
|
|
100589
|
+
|
|
100469
100590
|
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
100470
100591
|
to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
|
|
100471
100592
|
args: args164,
|
|
@@ -100550,7 +100671,7 @@ async function $do170(client, request, options) {
|
|
|
100550
100671
|
const [result] = await match(json(200, ListRefundsResponse$inboundSchema, {
|
|
100551
100672
|
hdrs: true,
|
|
100552
100673
|
key: "Result"
|
|
100553
|
-
}), fail([401, 403, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
100674
|
+
}), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
100554
100675
|
if (!result.ok) {
|
|
100555
100676
|
return [result, { status: "complete", request: req, response }];
|
|
100556
100677
|
}
|
|
@@ -102634,7 +102755,7 @@ var init_webhooksUpdate2 = __esm(() => {
|
|
|
102634
102755
|
function createMCPServer(deps) {
|
|
102635
102756
|
const server = new McpServer({
|
|
102636
102757
|
name: "Moov",
|
|
102637
|
-
version: "26.5.
|
|
102758
|
+
version: "26.5.8"
|
|
102638
102759
|
});
|
|
102639
102760
|
const client = new MoovCore({
|
|
102640
102761
|
security: deps.security,
|
|
@@ -104234,7 +104355,7 @@ var routes = rn({
|
|
|
104234
104355
|
var app = Ve(routes, {
|
|
104235
104356
|
name: "mcp",
|
|
104236
104357
|
versionInfo: {
|
|
104237
|
-
currentVersion: "26.5.
|
|
104358
|
+
currentVersion: "26.5.8"
|
|
104238
104359
|
}
|
|
104239
104360
|
});
|
|
104240
104361
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -104242,5 +104363,5 @@ export {
|
|
|
104242
104363
|
app
|
|
104243
104364
|
};
|
|
104244
104365
|
|
|
104245
|
-
//# debugId=
|
|
104366
|
+
//# debugId=2B0BC2801BBEC54364756E2164756E21
|
|
104246
104367
|
//# sourceMappingURL=mcp-server.js.map
|