@moovio/sdk 25.6.5 → 25.6.7
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 +159 -45
- package/bin/mcp-server.js.map +83 -80
- 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 +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/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/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/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 +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/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/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/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.04.00",
|
|
52977
|
-
sdkVersion: "25.6.
|
|
52978
|
-
genVersion: "2.
|
|
52979
|
-
userAgent: "speakeasy-sdk/typescript 25.6.
|
|
52977
|
+
sdkVersion: "25.6.7",
|
|
52978
|
+
genVersion: "2.935.1",
|
|
52979
|
+
userAgent: "speakeasy-sdk/typescript 25.6.7 2.935.1 v2025.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("|");
|
|
@@ -56125,6 +56139,39 @@ var init_adjustment = __esm(() => {
|
|
|
56125
56139
|
});
|
|
56126
56140
|
});
|
|
56127
56141
|
|
|
56142
|
+
// src/models/components/billingadjustment.ts
|
|
56143
|
+
var BillingAdjustment$inboundSchema, BillingAdjustment$outboundSchema;
|
|
56144
|
+
var init_billingadjustment = __esm(() => {
|
|
56145
|
+
init_esm();
|
|
56146
|
+
init_amountdecimal();
|
|
56147
|
+
BillingAdjustment$inboundSchema = objectType({
|
|
56148
|
+
feeName: stringType(),
|
|
56149
|
+
count: numberType().int(),
|
|
56150
|
+
amount: AmountDecimal$inboundSchema
|
|
56151
|
+
});
|
|
56152
|
+
BillingAdjustment$outboundSchema = objectType({
|
|
56153
|
+
feeName: stringType(),
|
|
56154
|
+
count: numberType().int(),
|
|
56155
|
+
amount: AmountDecimal$outboundSchema
|
|
56156
|
+
});
|
|
56157
|
+
});
|
|
56158
|
+
|
|
56159
|
+
// src/models/components/adjustmentfees.ts
|
|
56160
|
+
var AdjustmentFees$inboundSchema, AdjustmentFees$outboundSchema;
|
|
56161
|
+
var init_adjustmentfees = __esm(() => {
|
|
56162
|
+
init_esm();
|
|
56163
|
+
init_billingadjustment();
|
|
56164
|
+
init_billingcountandamount();
|
|
56165
|
+
AdjustmentFees$inboundSchema = objectType({
|
|
56166
|
+
items: arrayType(BillingAdjustment$inboundSchema),
|
|
56167
|
+
total: BillingCountAndAmount$inboundSchema
|
|
56168
|
+
});
|
|
56169
|
+
AdjustmentFees$outboundSchema = objectType({
|
|
56170
|
+
items: arrayType(BillingAdjustment$outboundSchema),
|
|
56171
|
+
total: BillingCountAndAmount$outboundSchema
|
|
56172
|
+
});
|
|
56173
|
+
});
|
|
56174
|
+
|
|
56128
56175
|
// src/models/components/amount.ts
|
|
56129
56176
|
var Amount$inboundSchema, Amount$outboundSchema;
|
|
56130
56177
|
var init_amount = __esm(() => {
|
|
@@ -56366,7 +56413,7 @@ var init_applicationscope = __esm(() => {
|
|
|
56366
56413
|
FilesWrite: "files.write",
|
|
56367
56414
|
IssuedCardsRead: "issued-cards.read",
|
|
56368
56415
|
IssuedCardsWrite: "issued-cards.write",
|
|
56369
|
-
|
|
56416
|
+
IssuedCardsReadPrivate: "issued-cards.read-private",
|
|
56370
56417
|
PaymentMethodsRead: "payment-methods.read",
|
|
56371
56418
|
PingRead: "ping.read",
|
|
56372
56419
|
ProfileEnrichmentRead: "profile-enrichment.read",
|
|
@@ -59294,7 +59341,7 @@ var init_partnerfees = __esm(() => {
|
|
|
59294
59341
|
});
|
|
59295
59342
|
|
|
59296
59343
|
// src/models/components/billingsummary.ts
|
|
59297
|
-
var BillingSummaryVolumeAmount$inboundSchema, BillingSummaryVolumeAmount$outboundSchema, CardAcquiring$inboundSchema, CardAcquiring$outboundSchema, BillingSummaryPlatformFees$inboundSchema, BillingSummaryPlatformFees$outboundSchema,
|
|
59344
|
+
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;
|
|
59298
59345
|
var init_billingsummary = __esm(() => {
|
|
59299
59346
|
init_esm();
|
|
59300
59347
|
init_amountdecimal();
|
|
@@ -59335,11 +59382,11 @@ var init_billingsummary = __esm(() => {
|
|
|
59335
59382
|
currency: stringType(),
|
|
59336
59383
|
valueDecimal: stringType()
|
|
59337
59384
|
});
|
|
59338
|
-
|
|
59385
|
+
BillingSummaryAdjustmentFees$inboundSchema = objectType({
|
|
59339
59386
|
currency: stringType(),
|
|
59340
59387
|
valueDecimal: stringType()
|
|
59341
59388
|
});
|
|
59342
|
-
|
|
59389
|
+
BillingSummaryAdjustmentFees$outboundSchema = objectType({
|
|
59343
59390
|
currency: stringType(),
|
|
59344
59391
|
valueDecimal: stringType()
|
|
59345
59392
|
});
|
|
@@ -59357,7 +59404,7 @@ var init_billingsummary = __esm(() => {
|
|
|
59357
59404
|
instantPayments: BillingSummaryDetails$inboundSchema.optional(),
|
|
59358
59405
|
platformFees: lazyType(() => BillingSummaryPlatformFees$inboundSchema).optional(),
|
|
59359
59406
|
accountFees: BillingSummaryDetails$inboundSchema.optional(),
|
|
59360
|
-
adjustmentFees: lazyType(() =>
|
|
59407
|
+
adjustmentFees: lazyType(() => BillingSummaryAdjustmentFees$inboundSchema).optional(),
|
|
59361
59408
|
otherFees: lazyType(() => OtherFees$inboundSchema).optional(),
|
|
59362
59409
|
otherCardFees: BillingSummaryDetails$inboundSchema.optional(),
|
|
59363
59410
|
total: AmountDecimal$inboundSchema.optional(),
|
|
@@ -59365,7 +59412,8 @@ var init_billingsummary = __esm(() => {
|
|
|
59365
59412
|
revenueShare: stringType().optional(),
|
|
59366
59413
|
residualSubtotal: AmountDecimal$inboundSchema.optional(),
|
|
59367
59414
|
monthlyPartnerCosts: PartnerFees$inboundSchema.optional(),
|
|
59368
|
-
netPartnerPayment: AmountDecimal$inboundSchema.optional()
|
|
59415
|
+
netPartnerPayment: AmountDecimal$inboundSchema.optional(),
|
|
59416
|
+
totalNetPartnerPayment: AmountDecimal$inboundSchema.optional()
|
|
59369
59417
|
});
|
|
59370
59418
|
BillingSummary$outboundSchema = objectType({
|
|
59371
59419
|
cardAcquiring: lazyType(() => CardAcquiring$outboundSchema).optional(),
|
|
@@ -59373,7 +59421,7 @@ var init_billingsummary = __esm(() => {
|
|
|
59373
59421
|
instantPayments: BillingSummaryDetails$outboundSchema.optional(),
|
|
59374
59422
|
platformFees: lazyType(() => BillingSummaryPlatformFees$outboundSchema).optional(),
|
|
59375
59423
|
accountFees: BillingSummaryDetails$outboundSchema.optional(),
|
|
59376
|
-
adjustmentFees: lazyType(() =>
|
|
59424
|
+
adjustmentFees: lazyType(() => BillingSummaryAdjustmentFees$outboundSchema).optional(),
|
|
59377
59425
|
otherFees: lazyType(() => OtherFees$outboundSchema).optional(),
|
|
59378
59426
|
otherCardFees: BillingSummaryDetails$outboundSchema.optional(),
|
|
59379
59427
|
total: AmountDecimal$outboundSchema.optional(),
|
|
@@ -59381,7 +59429,8 @@ var init_billingsummary = __esm(() => {
|
|
|
59381
59429
|
revenueShare: stringType().optional(),
|
|
59382
59430
|
residualSubtotal: AmountDecimal$outboundSchema.optional(),
|
|
59383
59431
|
monthlyPartnerCosts: PartnerFees$outboundSchema.optional(),
|
|
59384
|
-
netPartnerPayment: AmountDecimal$outboundSchema.optional()
|
|
59432
|
+
netPartnerPayment: AmountDecimal$outboundSchema.optional(),
|
|
59433
|
+
totalNetPartnerPayment: AmountDecimal$outboundSchema.optional()
|
|
59385
59434
|
});
|
|
59386
59435
|
});
|
|
59387
59436
|
|
|
@@ -60926,6 +60975,20 @@ var init_moovfeedetails = __esm(() => {
|
|
|
60926
60975
|
});
|
|
60927
60976
|
});
|
|
60928
60977
|
|
|
60978
|
+
// src/models/components/transfercapture.ts
|
|
60979
|
+
var TransferCapture$inboundSchema, TransferCapture$outboundSchema;
|
|
60980
|
+
var init_transfercapture = __esm(() => {
|
|
60981
|
+
init_esm();
|
|
60982
|
+
TransferCapture$inboundSchema = objectType({
|
|
60983
|
+
authorizationID: stringType(),
|
|
60984
|
+
captureID: stringType()
|
|
60985
|
+
});
|
|
60986
|
+
TransferCapture$outboundSchema = objectType({
|
|
60987
|
+
authorizationID: stringType(),
|
|
60988
|
+
captureID: stringType()
|
|
60989
|
+
});
|
|
60990
|
+
});
|
|
60991
|
+
|
|
60929
60992
|
// src/models/components/instantbankfailurecode.ts
|
|
60930
60993
|
var InstantBankFailureCode, InstantBankFailureCode$inboundSchema, InstantBankFailureCode$outboundSchema;
|
|
60931
60994
|
var init_instantbankfailurecode = __esm(() => {
|
|
@@ -61086,7 +61149,8 @@ var init_wallettype = __esm(() => {
|
|
|
61086
61149
|
init_esm();
|
|
61087
61150
|
WalletType = {
|
|
61088
61151
|
Default: "default",
|
|
61089
|
-
General: "general"
|
|
61152
|
+
General: "general",
|
|
61153
|
+
CardIssuing: "card-issuing"
|
|
61090
61154
|
};
|
|
61091
61155
|
WalletType$inboundSchema = nativeEnumType(WalletType);
|
|
61092
61156
|
WalletType$outboundSchema = WalletType$inboundSchema;
|
|
@@ -61333,6 +61397,7 @@ var init_createdtransfer = __esm(() => {
|
|
|
61333
61397
|
init_cardacquiringrefund();
|
|
61334
61398
|
init_facilitatorfee();
|
|
61335
61399
|
init_moovfeedetails();
|
|
61400
|
+
init_transfercapture();
|
|
61336
61401
|
init_transferdestination();
|
|
61337
61402
|
init_transferfailurereason();
|
|
61338
61403
|
init_transferlineitems();
|
|
@@ -61365,7 +61430,8 @@ var init_createdtransfer = __esm(() => {
|
|
|
61365
61430
|
paymentLinkCode: stringType().optional(),
|
|
61366
61431
|
salesTaxAmount: Amount$inboundSchema.optional(),
|
|
61367
61432
|
foreignID: stringType().optional(),
|
|
61368
|
-
lineItems: TransferLineItems$inboundSchema.optional()
|
|
61433
|
+
lineItems: TransferLineItems$inboundSchema.optional(),
|
|
61434
|
+
capture: TransferCapture$inboundSchema.optional()
|
|
61369
61435
|
});
|
|
61370
61436
|
CreatedTransfer$outboundSchema = objectType({
|
|
61371
61437
|
transferID: stringType(),
|
|
@@ -61394,7 +61460,8 @@ var init_createdtransfer = __esm(() => {
|
|
|
61394
61460
|
paymentLinkCode: stringType().optional(),
|
|
61395
61461
|
salesTaxAmount: Amount$outboundSchema.optional(),
|
|
61396
61462
|
foreignID: stringType().optional(),
|
|
61397
|
-
lineItems: TransferLineItems$outboundSchema.optional()
|
|
61463
|
+
lineItems: TransferLineItems$outboundSchema.optional(),
|
|
61464
|
+
capture: TransferCapture$outboundSchema.optional()
|
|
61398
61465
|
});
|
|
61399
61466
|
});
|
|
61400
61467
|
|
|
@@ -61496,10 +61563,12 @@ var CreateFeePlanAgreement$inboundSchema, CreateFeePlanAgreement$outboundSchema;
|
|
|
61496
61563
|
var init_createfeeplanagreement = __esm(() => {
|
|
61497
61564
|
init_esm();
|
|
61498
61565
|
CreateFeePlanAgreement$inboundSchema = objectType({
|
|
61499
|
-
planID: stringType()
|
|
61566
|
+
planID: stringType(),
|
|
61567
|
+
priorAgreementID: stringType().optional()
|
|
61500
61568
|
});
|
|
61501
61569
|
CreateFeePlanAgreement$outboundSchema = objectType({
|
|
61502
|
-
planID: stringType()
|
|
61570
|
+
planID: stringType(),
|
|
61571
|
+
priorAgreementID: stringType().optional()
|
|
61503
61572
|
});
|
|
61504
61573
|
});
|
|
61505
61574
|
|
|
@@ -63009,7 +63078,9 @@ var init_feeplanagreement = __esm(() => {
|
|
|
63009
63078
|
cardAcquiringModel: CardAcquiringModel$inboundSchema,
|
|
63010
63079
|
billableFees: arrayType(BillableFee$inboundSchema),
|
|
63011
63080
|
minimumCommitment: MinimumCommitment$inboundSchema,
|
|
63012
|
-
monthlyPlatformFee: MonthlyPlatformFee$inboundSchema
|
|
63081
|
+
monthlyPlatformFee: MonthlyPlatformFee$inboundSchema,
|
|
63082
|
+
priorAgreementID: stringType().optional(),
|
|
63083
|
+
priorAgreementTerminatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional()
|
|
63013
63084
|
});
|
|
63014
63085
|
FeePlanAgreement$outboundSchema = objectType({
|
|
63015
63086
|
agreementID: stringType(),
|
|
@@ -63022,7 +63093,9 @@ var init_feeplanagreement = __esm(() => {
|
|
|
63022
63093
|
cardAcquiringModel: CardAcquiringModel$outboundSchema,
|
|
63023
63094
|
billableFees: arrayType(BillableFee$outboundSchema),
|
|
63024
63095
|
minimumCommitment: MinimumCommitment$outboundSchema,
|
|
63025
|
-
monthlyPlatformFee: MonthlyPlatformFee$outboundSchema
|
|
63096
|
+
monthlyPlatformFee: MonthlyPlatformFee$outboundSchema,
|
|
63097
|
+
priorAgreementID: stringType().optional(),
|
|
63098
|
+
priorAgreementTerminatedOn: dateType().transform((v2) => v2.toISOString()).optional()
|
|
63026
63099
|
});
|
|
63027
63100
|
});
|
|
63028
63101
|
|
|
@@ -63224,6 +63297,7 @@ var init_issuedcardstate = __esm(() => {
|
|
|
63224
63297
|
init_esm();
|
|
63225
63298
|
IssuedCardState = {
|
|
63226
63299
|
Active: "active",
|
|
63300
|
+
Frozen: "frozen",
|
|
63227
63301
|
Closed: "closed"
|
|
63228
63302
|
};
|
|
63229
63303
|
IssuedCardState$inboundSchema = nativeEnumType(IssuedCardState);
|
|
@@ -64575,6 +64649,8 @@ var init_partnerpricingagreement = __esm(() => {
|
|
|
64575
64649
|
billableFees: arrayType(BillableFee$inboundSchema),
|
|
64576
64650
|
minimumCommitment: MinimumCommitment$inboundSchema,
|
|
64577
64651
|
monthlyPlatformFee: MonthlyPlatformFee$inboundSchema,
|
|
64652
|
+
priorAgreementID: stringType().optional(),
|
|
64653
|
+
priorAgreementTerminatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
64578
64654
|
revenueShare: stringType()
|
|
64579
64655
|
});
|
|
64580
64656
|
PartnerPricingAgreement$outboundSchema = objectType({
|
|
@@ -64589,6 +64665,8 @@ var init_partnerpricingagreement = __esm(() => {
|
|
|
64589
64665
|
billableFees: arrayType(BillableFee$outboundSchema),
|
|
64590
64666
|
minimumCommitment: MinimumCommitment$outboundSchema,
|
|
64591
64667
|
monthlyPlatformFee: MonthlyPlatformFee$outboundSchema,
|
|
64668
|
+
priorAgreementID: stringType().optional(),
|
|
64669
|
+
priorAgreementTerminatedOn: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
64592
64670
|
revenueShare: stringType()
|
|
64593
64671
|
});
|
|
64594
64672
|
});
|
|
@@ -65881,6 +65959,7 @@ var init_statement = __esm(() => {
|
|
|
65881
65959
|
init_esm();
|
|
65882
65960
|
init_accountfees();
|
|
65883
65961
|
init_achfees();
|
|
65962
|
+
init_adjustmentfees();
|
|
65884
65963
|
init_billingsummary();
|
|
65885
65964
|
init_cardacquiringfees();
|
|
65886
65965
|
init_instantpaymentfees();
|
|
@@ -65903,6 +65982,7 @@ var init_statement = __esm(() => {
|
|
|
65903
65982
|
accountFees: AccountFees$inboundSchema.optional(),
|
|
65904
65983
|
otherCardFees: OtherCardFees$inboundSchema.optional(),
|
|
65905
65984
|
partnerFees: PartnerFees$inboundSchema.optional(),
|
|
65985
|
+
adjustments: AdjustmentFees$inboundSchema.optional(),
|
|
65906
65986
|
createdOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)),
|
|
65907
65987
|
updatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2))
|
|
65908
65988
|
});
|
|
@@ -65922,6 +66002,7 @@ var init_statement = __esm(() => {
|
|
|
65922
66002
|
accountFees: AccountFees$outboundSchema.optional(),
|
|
65923
66003
|
otherCardFees: OtherCardFees$outboundSchema.optional(),
|
|
65924
66004
|
partnerFees: PartnerFees$outboundSchema.optional(),
|
|
66005
|
+
adjustments: AdjustmentFees$outboundSchema.optional(),
|
|
65925
66006
|
createdOn: dateType().transform((v2) => v2.toISOString()),
|
|
65926
66007
|
updatedOn: dateType().transform((v2) => v2.toISOString())
|
|
65927
66008
|
});
|
|
@@ -66209,6 +66290,7 @@ var init_transfer = __esm(() => {
|
|
|
66209
66290
|
init_facilitatorfee();
|
|
66210
66291
|
init_moovfee();
|
|
66211
66292
|
init_moovfeedetails();
|
|
66293
|
+
init_transfercapture();
|
|
66212
66294
|
init_transferdestination();
|
|
66213
66295
|
init_transferfailurereason();
|
|
66214
66296
|
init_transferlineitems();
|
|
@@ -66242,7 +66324,8 @@ var init_transfer = __esm(() => {
|
|
|
66242
66324
|
paymentLinkCode: stringType().optional(),
|
|
66243
66325
|
salesTaxAmount: Amount$inboundSchema.optional(),
|
|
66244
66326
|
foreignID: stringType().optional(),
|
|
66245
|
-
lineItems: TransferLineItems$inboundSchema.optional()
|
|
66327
|
+
lineItems: TransferLineItems$inboundSchema.optional(),
|
|
66328
|
+
capture: TransferCapture$inboundSchema.optional()
|
|
66246
66329
|
});
|
|
66247
66330
|
Transfer$outboundSchema = objectType({
|
|
66248
66331
|
transferID: stringType(),
|
|
@@ -66272,7 +66355,8 @@ var init_transfer = __esm(() => {
|
|
|
66272
66355
|
paymentLinkCode: stringType().optional(),
|
|
66273
66356
|
salesTaxAmount: Amount$outboundSchema.optional(),
|
|
66274
66357
|
foreignID: stringType().optional(),
|
|
66275
|
-
lineItems: TransferLineItems$outboundSchema.optional()
|
|
66358
|
+
lineItems: TransferLineItems$outboundSchema.optional(),
|
|
66359
|
+
capture: TransferCapture$outboundSchema.optional()
|
|
66276
66360
|
});
|
|
66277
66361
|
});
|
|
66278
66362
|
|
|
@@ -66501,6 +66585,8 @@ var UpdateIssuedCardState, UpdateIssuedCardState$inboundSchema, UpdateIssuedCard
|
|
|
66501
66585
|
var init_updateissuedcardstate = __esm(() => {
|
|
66502
66586
|
init_esm();
|
|
66503
66587
|
UpdateIssuedCardState = {
|
|
66588
|
+
Active: "active",
|
|
66589
|
+
Frozen: "frozen",
|
|
66504
66590
|
Closed: "closed"
|
|
66505
66591
|
};
|
|
66506
66592
|
UpdateIssuedCardState$inboundSchema = nativeEnumType(UpdateIssuedCardState);
|
|
@@ -67468,8 +67554,11 @@ var init_webhookdatatransferstatus = __esm(() => {
|
|
|
67468
67554
|
DestinationReturned: "destination.returned",
|
|
67469
67555
|
DestinationOriginated: "destination.originated",
|
|
67470
67556
|
DestinationConfirmed: "destination.confirmed",
|
|
67557
|
+
DestinationSettled: "destination.settled",
|
|
67471
67558
|
DestinationFailed: "destination.failed",
|
|
67472
|
-
|
|
67559
|
+
DestinationCanceled: "destination.canceled",
|
|
67560
|
+
DestinationAcceptedWithoutPosting: "destination.accepted-without-posting",
|
|
67561
|
+
DestinationDeferred: "destination.deferred"
|
|
67473
67562
|
};
|
|
67474
67563
|
WebhookDataTransferStatus$inboundSchema = nativeEnumType(WebhookDataTransferStatus);
|
|
67475
67564
|
WebhookDataTransferStatus$outboundSchema = WebhookDataTransferStatus$inboundSchema;
|
|
@@ -67776,6 +67865,7 @@ var init_components = __esm(() => {
|
|
|
67776
67865
|
init_addresssuggestion();
|
|
67777
67866
|
init_addressupdate();
|
|
67778
67867
|
init_adjustment();
|
|
67868
|
+
init_adjustmentfees();
|
|
67779
67869
|
init_amount();
|
|
67780
67870
|
init_amountdecimal();
|
|
67781
67871
|
init_amountdecimalvalidationerror();
|
|
@@ -67810,6 +67900,7 @@ var init_components = __esm(() => {
|
|
|
67810
67900
|
init_basicpaymentmethod();
|
|
67811
67901
|
init_batchgettransfersrequest();
|
|
67812
67902
|
init_billablefee();
|
|
67903
|
+
init_billingadjustment();
|
|
67813
67904
|
init_billingcountandamount();
|
|
67814
67905
|
init_billinginterchangeprogramfee();
|
|
67815
67906
|
init_billingsummary();
|
|
@@ -68153,6 +68244,7 @@ var init_components = __esm(() => {
|
|
|
68153
68244
|
init_transfer();
|
|
68154
68245
|
init_transferaccount();
|
|
68155
68246
|
init_transferachaddendarecord();
|
|
68247
|
+
init_transfercapture();
|
|
68156
68248
|
init_transferdestination();
|
|
68157
68249
|
init_transferentrymode();
|
|
68158
68250
|
init_transferfailurereason();
|
|
@@ -70057,6 +70149,7 @@ var init_transfer2 = __esm(() => {
|
|
|
70057
70149
|
salesTaxAmount;
|
|
70058
70150
|
foreignID;
|
|
70059
70151
|
lineItems;
|
|
70152
|
+
capture;
|
|
70060
70153
|
data$;
|
|
70061
70154
|
constructor(err, httpMeta) {
|
|
70062
70155
|
const message = "message" in err && typeof err.message === "string" ? err.message : `API error occurred: ${JSON.stringify(err)}`;
|
|
@@ -70112,6 +70205,8 @@ var init_transfer2 = __esm(() => {
|
|
|
70112
70205
|
this.foreignID = err.foreignID;
|
|
70113
70206
|
if (err.lineItems != null)
|
|
70114
70207
|
this.lineItems = err.lineItems;
|
|
70208
|
+
if (err.capture != null)
|
|
70209
|
+
this.capture = err.capture;
|
|
70115
70210
|
this.name = "Transfer";
|
|
70116
70211
|
}
|
|
70117
70212
|
};
|
|
@@ -70144,6 +70239,7 @@ var init_transfer2 = __esm(() => {
|
|
|
70144
70239
|
salesTaxAmount: Amount$inboundSchema.optional(),
|
|
70145
70240
|
foreignID: stringType().optional(),
|
|
70146
70241
|
lineItems: TransferLineItems$inboundSchema.optional(),
|
|
70242
|
+
capture: TransferCapture$inboundSchema.optional(),
|
|
70147
70243
|
request$: instanceOfType(Request),
|
|
70148
70244
|
response$: instanceOfType(Response),
|
|
70149
70245
|
body$: stringType()
|
|
@@ -70182,7 +70278,8 @@ var init_transfer2 = __esm(() => {
|
|
|
70182
70278
|
paymentLinkCode: stringType().optional(),
|
|
70183
70279
|
salesTaxAmount: Amount$outboundSchema.optional(),
|
|
70184
70280
|
foreignID: stringType().optional(),
|
|
70185
|
-
lineItems: TransferLineItems$outboundSchema.optional()
|
|
70281
|
+
lineItems: TransferLineItems$outboundSchema.optional(),
|
|
70282
|
+
capture: TransferCapture$outboundSchema.optional()
|
|
70186
70283
|
}));
|
|
70187
70284
|
});
|
|
70188
70285
|
|
|
@@ -74883,6 +74980,7 @@ var init_listissuedcardtransactions = __esm(() => {
|
|
|
74883
74980
|
skip: numberType().int().optional(),
|
|
74884
74981
|
count: numberType().int().optional(),
|
|
74885
74982
|
issuedCardID: stringType().optional(),
|
|
74983
|
+
merchantName: stringType().optional(),
|
|
74886
74984
|
startDateTime: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
74887
74985
|
endDateTime: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional()
|
|
74888
74986
|
});
|
|
@@ -74891,6 +74989,7 @@ var init_listissuedcardtransactions = __esm(() => {
|
|
|
74891
74989
|
skip: numberType().int().optional(),
|
|
74892
74990
|
count: numberType().int().optional(),
|
|
74893
74991
|
issuedCardID: stringType().optional(),
|
|
74992
|
+
merchantName: stringType().optional(),
|
|
74894
74993
|
startDateTime: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
74895
74994
|
endDateTime: dateType().transform((v2) => v2.toISOString()).optional()
|
|
74896
74995
|
});
|
|
@@ -75472,6 +75571,8 @@ var init_listtransfers = __esm(() => {
|
|
|
75472
75571
|
refunded: booleanType().optional(),
|
|
75473
75572
|
disputed: booleanType().optional(),
|
|
75474
75573
|
foreignID: stringType().optional(),
|
|
75574
|
+
authorizationIDs: arrayType(stringType()).optional(),
|
|
75575
|
+
captureIDs: arrayType(stringType()).optional(),
|
|
75475
75576
|
skip: numberType().int().optional(),
|
|
75476
75577
|
count: numberType().int().optional(),
|
|
75477
75578
|
accountID: stringType()
|
|
@@ -75487,6 +75588,8 @@ var init_listtransfers = __esm(() => {
|
|
|
75487
75588
|
refunded: booleanType().optional(),
|
|
75488
75589
|
disputed: booleanType().optional(),
|
|
75489
75590
|
foreignID: stringType().optional(),
|
|
75591
|
+
authorizationIDs: arrayType(stringType()).optional(),
|
|
75592
|
+
captureIDs: arrayType(stringType()).optional(),
|
|
75490
75593
|
skip: numberType().int().optional(),
|
|
75491
75594
|
count: numberType().int().optional(),
|
|
75492
75595
|
accountID: stringType()
|
|
@@ -79930,7 +80033,7 @@ var init_avatarsGet2 = __esm(() => {
|
|
|
79930
80033
|
name: "avatars-get",
|
|
79931
80034
|
description: `Get avatar image for an account using a unique ID.
|
|
79932
80035
|
|
|
79933
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
80036
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
79934
80037
|
you'll need to specify the \`/profile-enrichment.read\` scope.`,
|
|
79935
80038
|
args: args25,
|
|
79936
80039
|
tool: async (client, args26, ctx) => {
|
|
@@ -82048,7 +82151,7 @@ var init_cardIssuingGetFull2 = __esm(() => {
|
|
|
82048
82151
|
Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
|
|
82049
82152
|
|
|
82050
82153
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
82051
|
-
you'll need to specify the \`/accounts/{accountID}/issued-cards.read-
|
|
82154
|
+
you'll need to specify the \`/accounts/{accountID}/issued-cards.read-private\` scope.`,
|
|
82052
82155
|
args: args43,
|
|
82053
82156
|
tool: async (client, args44, ctx) => {
|
|
82054
82157
|
const [result, apiCall] = await cardIssuingGetFull(client, args44.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -84735,7 +84838,7 @@ var init_enrichedAddressGet2 = __esm(() => {
|
|
|
84735
84838
|
name: "enriched-address-get",
|
|
84736
84839
|
description: `Fetch enriched address suggestions. Requires a partial address.
|
|
84737
84840
|
|
|
84738
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
84841
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
84739
84842
|
you'll need to specify the \`/profile-enrichment.read\` scope.`,
|
|
84740
84843
|
args: args64,
|
|
84741
84844
|
tool: async (client, args65, ctx) => {
|
|
@@ -84844,7 +84947,7 @@ var init_enrichedProfileGet2 = __esm(() => {
|
|
|
84844
84947
|
name: "enriched-profile-get",
|
|
84845
84948
|
description: `Fetch enriched profile data. Requires a valid email address. This service is offered in collaboration with Clearbit.
|
|
84846
84949
|
|
|
84847
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
84950
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
84848
84951
|
you'll need to specify the \`/profile-enrichment.read\` scope.`,
|
|
84849
84952
|
args: args65,
|
|
84850
84953
|
tool: async (client, args66, ctx) => {
|
|
@@ -87232,7 +87335,7 @@ var init_imagesUpload2 = __esm(() => {
|
|
|
87232
87335
|
tool$imagesUpload = {
|
|
87233
87336
|
name: "images-upload",
|
|
87234
87337
|
description: ` Upload a new PNG, JPEG, or WebP image with optional metadata.
|
|
87235
|
-
Duplicate images
|
|
87338
|
+
Duplicate images return the existing image's metadata with a 409 status. Requests larger than 16MB will be rejected.`,
|
|
87236
87339
|
args: args85,
|
|
87237
87340
|
tool: async (client, args86, ctx) => {
|
|
87238
87341
|
const [result, apiCall] = await imagesUpload(client, args86.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -87433,11 +87536,11 @@ var init_institutionsSearch2 = __esm(() => {
|
|
|
87433
87536
|
};
|
|
87434
87537
|
tool$institutionsSearch = {
|
|
87435
87538
|
name: "institutions-search",
|
|
87436
|
-
description: `This endpoint has been deprecated and will be removed in a future release. Use [/institutions](https://docs.moov.io/api/enrichment/
|
|
87539
|
+
description: `This endpoint has been deprecated and will be removed in a future release. Use [/institutions](https://docs.moov.io/api/enrichment/institutions/get/).
|
|
87437
87540
|
|
|
87438
87541
|
Search for institutions by either their name or routing number.
|
|
87439
87542
|
|
|
87440
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
87543
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
87441
87544
|
you'll need to specify the \`/fed.read\` scope.`,
|
|
87442
87545
|
args: args86,
|
|
87443
87546
|
tool: async (client, args87, ctx) => {
|
|
@@ -87818,6 +87921,7 @@ async function $do92(client, request, options) {
|
|
|
87818
87921
|
count: payload.count,
|
|
87819
87922
|
endDateTime: payload.endDateTime,
|
|
87820
87923
|
issuedCardID: payload.issuedCardID,
|
|
87924
|
+
merchantName: payload.merchantName,
|
|
87821
87925
|
skip: payload.skip,
|
|
87822
87926
|
startDateTime: payload.startDateTime
|
|
87823
87927
|
}, { explode: false });
|
|
@@ -93426,7 +93530,9 @@ async function $do141(client, request, options) {
|
|
|
93426
93530
|
const [result] = await match(json([200, 202], CreateCancellationResponse$inboundSchema, {
|
|
93427
93531
|
hdrs: true,
|
|
93428
93532
|
key: "Result"
|
|
93429
|
-
}), jsonErr(400,
|
|
93533
|
+
}), jsonErr([400, 409, 422], GenericError$inboundSchema, {
|
|
93534
|
+
hdrs: true
|
|
93535
|
+
}), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
93430
93536
|
if (!result.ok) {
|
|
93431
93537
|
return [result, { status: "complete", request: req, response }];
|
|
93432
93538
|
}
|
|
@@ -93458,6 +93564,9 @@ var init_transfersCreateCancellation2 = __esm(() => {
|
|
|
93458
93564
|
name: "transfers-create-cancellation",
|
|
93459
93565
|
description: ` Initiate a cancellation for a card, ACH, or queued transfer.
|
|
93460
93566
|
|
|
93567
|
+
In v2026.10 and later, an auth-capture \`card-payment\` transfer can be canceled before any captures exist.
|
|
93568
|
+
For these transfers, a successful cancellation reduces \`capturableAmount\` without changing \`authorizedAmount\`.
|
|
93569
|
+
For these transfers, a partial cancellation leaves the remaining \`capturableAmount\` available for capture.
|
|
93461
93570
|
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
93462
93571
|
to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
|
|
93463
93572
|
args: args136,
|
|
@@ -93576,7 +93685,10 @@ var init_transfersCreateReversal2 = __esm(() => {
|
|
|
93576
93685
|
};
|
|
93577
93686
|
tool$transfersCreateReversal = {
|
|
93578
93687
|
name: "transfers-create-reversal",
|
|
93579
|
-
description: `Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
|
|
93688
|
+
description: `Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
|
|
93689
|
+
In v2026.10 and later, reversing an auth-capture \`card-payment\` transfer with no captures cancels the entire \`capturableAmount\`.
|
|
93690
|
+
In those API versions, an auth-capture \`card-payment\` transfer with one final capture is canceled or refunded depending on its processing state.
|
|
93691
|
+
Auth-capture \`card-payment\` transfers with a non-final capture or multiple captures are not supported in those API versions.
|
|
93580
93692
|
Read our [reversals guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/)
|
|
93581
93693
|
to learn more.
|
|
93582
93694
|
|
|
@@ -94223,6 +94335,8 @@ async function $do148(client, request, options) {
|
|
|
94223
94335
|
const path = pathToFunc("/accounts/{accountID}/transfers")(pathParams);
|
|
94224
94336
|
const query = encodeFormQuery({
|
|
94225
94337
|
accountIDs: payload.accountIDs,
|
|
94338
|
+
authorizationIDs: payload.authorizationIDs,
|
|
94339
|
+
captureIDs: payload.captureIDs,
|
|
94226
94340
|
count: payload.count,
|
|
94227
94341
|
disputed: payload.disputed,
|
|
94228
94342
|
endDateTime: payload.endDateTime,
|
|
@@ -94406,7 +94520,7 @@ async function $do149(client, request, options) {
|
|
|
94406
94520
|
const [result] = await match(json(200, ListCancellationsResponse$inboundSchema, {
|
|
94407
94521
|
hdrs: true,
|
|
94408
94522
|
key: "Result"
|
|
94409
|
-
}), fail([401, 403, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
94523
|
+
}), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
94410
94524
|
if (!result.ok) {
|
|
94411
94525
|
return [result, { status: "complete", request: req, response }];
|
|
94412
94526
|
}
|
|
@@ -94436,7 +94550,7 @@ var init_transfersListCancellations2 = __esm(() => {
|
|
|
94436
94550
|
tool$transfersListCancellations = {
|
|
94437
94551
|
name: "transfers-list-cancellations",
|
|
94438
94552
|
description: ` Get a list of cancellations for a transfer.
|
|
94439
|
-
|
|
94553
|
+
|
|
94440
94554
|
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
94441
94555
|
to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
|
|
94442
94556
|
args: args144,
|
|
@@ -94521,7 +94635,7 @@ async function $do150(client, request, options) {
|
|
|
94521
94635
|
const [result] = await match(json(200, ListRefundsResponse$inboundSchema, {
|
|
94522
94636
|
hdrs: true,
|
|
94523
94637
|
key: "Result"
|
|
94524
|
-
}), fail([401, 403, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
94638
|
+
}), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
94525
94639
|
if (!result.ok) {
|
|
94526
94640
|
return [result, { status: "complete", request: req, response }];
|
|
94527
94641
|
}
|
|
@@ -96486,7 +96600,7 @@ var init_webhooksUpdate2 = __esm(() => {
|
|
|
96486
96600
|
function createMCPServer(deps) {
|
|
96487
96601
|
const server = new McpServer({
|
|
96488
96602
|
name: "Moov",
|
|
96489
|
-
version: "25.6.
|
|
96603
|
+
version: "25.6.7"
|
|
96490
96604
|
});
|
|
96491
96605
|
const client = new MoovCore({
|
|
96492
96606
|
security: deps.security,
|
|
@@ -98044,7 +98158,7 @@ var routes = rn({
|
|
|
98044
98158
|
var app = Ve(routes, {
|
|
98045
98159
|
name: "mcp",
|
|
98046
98160
|
versionInfo: {
|
|
98047
|
-
currentVersion: "25.6.
|
|
98161
|
+
currentVersion: "25.6.7"
|
|
98048
98162
|
}
|
|
98049
98163
|
});
|
|
98050
98164
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -98052,5 +98166,5 @@ export {
|
|
|
98052
98166
|
app
|
|
98053
98167
|
};
|
|
98054
98168
|
|
|
98055
|
-
//# debugId=
|
|
98169
|
+
//# debugId=E9608886CEDD84B664756E2164756E21
|
|
98056
98170
|
//# sourceMappingURL=mcp-server.js.map
|