@moovio/sdk 24.3.5 → 24.3.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: "v2024.01.00",
|
|
52977
|
-
sdkVersion: "24.3.
|
|
52978
|
-
genVersion: "2.
|
|
52979
|
-
userAgent: "speakeasy-sdk/typescript 24.3.
|
|
52977
|
+
sdkVersion: "24.3.7",
|
|
52978
|
+
genVersion: "2.935.1",
|
|
52979
|
+
userAgent: "speakeasy-sdk/typescript 24.3.7 2.935.1 v2024.01.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",
|
|
@@ -59293,7 +59340,7 @@ var init_partnerfees = __esm(() => {
|
|
|
59293
59340
|
});
|
|
59294
59341
|
|
|
59295
59342
|
// src/models/components/billingsummary.ts
|
|
59296
|
-
var BillingSummaryVolumeAmount$inboundSchema, BillingSummaryVolumeAmount$outboundSchema, CardAcquiring$inboundSchema, CardAcquiring$outboundSchema, BillingSummaryPlatformFees$inboundSchema, BillingSummaryPlatformFees$outboundSchema,
|
|
59343
|
+
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;
|
|
59297
59344
|
var init_billingsummary = __esm(() => {
|
|
59298
59345
|
init_esm();
|
|
59299
59346
|
init_amountdecimal();
|
|
@@ -59334,11 +59381,11 @@ var init_billingsummary = __esm(() => {
|
|
|
59334
59381
|
currency: stringType(),
|
|
59335
59382
|
valueDecimal: stringType()
|
|
59336
59383
|
});
|
|
59337
|
-
|
|
59384
|
+
BillingSummaryAdjustmentFees$inboundSchema = objectType({
|
|
59338
59385
|
currency: stringType(),
|
|
59339
59386
|
valueDecimal: stringType()
|
|
59340
59387
|
});
|
|
59341
|
-
|
|
59388
|
+
BillingSummaryAdjustmentFees$outboundSchema = objectType({
|
|
59342
59389
|
currency: stringType(),
|
|
59343
59390
|
valueDecimal: stringType()
|
|
59344
59391
|
});
|
|
@@ -59356,7 +59403,7 @@ var init_billingsummary = __esm(() => {
|
|
|
59356
59403
|
instantPayments: BillingSummaryDetails$inboundSchema.optional(),
|
|
59357
59404
|
platformFees: lazyType(() => BillingSummaryPlatformFees$inboundSchema).optional(),
|
|
59358
59405
|
accountFees: BillingSummaryDetails$inboundSchema.optional(),
|
|
59359
|
-
adjustmentFees: lazyType(() =>
|
|
59406
|
+
adjustmentFees: lazyType(() => BillingSummaryAdjustmentFees$inboundSchema).optional(),
|
|
59360
59407
|
otherFees: lazyType(() => OtherFees$inboundSchema).optional(),
|
|
59361
59408
|
otherCardFees: BillingSummaryDetails$inboundSchema.optional(),
|
|
59362
59409
|
total: AmountDecimal$inboundSchema.optional(),
|
|
@@ -59364,7 +59411,8 @@ var init_billingsummary = __esm(() => {
|
|
|
59364
59411
|
revenueShare: stringType().optional(),
|
|
59365
59412
|
residualSubtotal: AmountDecimal$inboundSchema.optional(),
|
|
59366
59413
|
monthlyPartnerCosts: PartnerFees$inboundSchema.optional(),
|
|
59367
|
-
netPartnerPayment: AmountDecimal$inboundSchema.optional()
|
|
59414
|
+
netPartnerPayment: AmountDecimal$inboundSchema.optional(),
|
|
59415
|
+
totalNetPartnerPayment: AmountDecimal$inboundSchema.optional()
|
|
59368
59416
|
});
|
|
59369
59417
|
BillingSummary$outboundSchema = objectType({
|
|
59370
59418
|
cardAcquiring: lazyType(() => CardAcquiring$outboundSchema).optional(),
|
|
@@ -59372,7 +59420,7 @@ var init_billingsummary = __esm(() => {
|
|
|
59372
59420
|
instantPayments: BillingSummaryDetails$outboundSchema.optional(),
|
|
59373
59421
|
platformFees: lazyType(() => BillingSummaryPlatformFees$outboundSchema).optional(),
|
|
59374
59422
|
accountFees: BillingSummaryDetails$outboundSchema.optional(),
|
|
59375
|
-
adjustmentFees: lazyType(() =>
|
|
59423
|
+
adjustmentFees: lazyType(() => BillingSummaryAdjustmentFees$outboundSchema).optional(),
|
|
59376
59424
|
otherFees: lazyType(() => OtherFees$outboundSchema).optional(),
|
|
59377
59425
|
otherCardFees: BillingSummaryDetails$outboundSchema.optional(),
|
|
59378
59426
|
total: AmountDecimal$outboundSchema.optional(),
|
|
@@ -59380,7 +59428,8 @@ var init_billingsummary = __esm(() => {
|
|
|
59380
59428
|
revenueShare: stringType().optional(),
|
|
59381
59429
|
residualSubtotal: AmountDecimal$outboundSchema.optional(),
|
|
59382
59430
|
monthlyPartnerCosts: PartnerFees$outboundSchema.optional(),
|
|
59383
|
-
netPartnerPayment: AmountDecimal$outboundSchema.optional()
|
|
59431
|
+
netPartnerPayment: AmountDecimal$outboundSchema.optional(),
|
|
59432
|
+
totalNetPartnerPayment: AmountDecimal$outboundSchema.optional()
|
|
59384
59433
|
});
|
|
59385
59434
|
});
|
|
59386
59435
|
|
|
@@ -60793,6 +60842,20 @@ var init_moovfeedetails = __esm(() => {
|
|
|
60793
60842
|
});
|
|
60794
60843
|
});
|
|
60795
60844
|
|
|
60845
|
+
// src/models/components/transfercapture.ts
|
|
60846
|
+
var TransferCapture$inboundSchema, TransferCapture$outboundSchema;
|
|
60847
|
+
var init_transfercapture = __esm(() => {
|
|
60848
|
+
init_esm();
|
|
60849
|
+
TransferCapture$inboundSchema = objectType({
|
|
60850
|
+
authorizationID: stringType(),
|
|
60851
|
+
captureID: stringType()
|
|
60852
|
+
});
|
|
60853
|
+
TransferCapture$outboundSchema = objectType({
|
|
60854
|
+
authorizationID: stringType(),
|
|
60855
|
+
captureID: stringType()
|
|
60856
|
+
});
|
|
60857
|
+
});
|
|
60858
|
+
|
|
60796
60859
|
// src/models/components/instantbankfailurecode.ts
|
|
60797
60860
|
var InstantBankFailureCode, InstantBankFailureCode$inboundSchema, InstantBankFailureCode$outboundSchema;
|
|
60798
60861
|
var init_instantbankfailurecode = __esm(() => {
|
|
@@ -60953,7 +61016,8 @@ var init_wallettype = __esm(() => {
|
|
|
60953
61016
|
init_esm();
|
|
60954
61017
|
WalletType = {
|
|
60955
61018
|
Default: "default",
|
|
60956
|
-
General: "general"
|
|
61019
|
+
General: "general",
|
|
61020
|
+
CardIssuing: "card-issuing"
|
|
60957
61021
|
};
|
|
60958
61022
|
WalletType$inboundSchema = nativeEnumType(WalletType);
|
|
60959
61023
|
WalletType$outboundSchema = WalletType$inboundSchema;
|
|
@@ -61196,6 +61260,7 @@ var init_createdtransfer = __esm(() => {
|
|
|
61196
61260
|
init_cardacquiringrefund();
|
|
61197
61261
|
init_facilitatorfee();
|
|
61198
61262
|
init_moovfeedetails();
|
|
61263
|
+
init_transfercapture();
|
|
61199
61264
|
init_transferdestination();
|
|
61200
61265
|
init_transferfailurereason();
|
|
61201
61266
|
init_transferlineitems();
|
|
@@ -61228,7 +61293,8 @@ var init_createdtransfer = __esm(() => {
|
|
|
61228
61293
|
paymentLinkCode: stringType().optional(),
|
|
61229
61294
|
salesTaxAmount: Amount$inboundSchema.optional(),
|
|
61230
61295
|
foreignID: stringType().optional(),
|
|
61231
|
-
lineItems: TransferLineItems$inboundSchema.optional()
|
|
61296
|
+
lineItems: TransferLineItems$inboundSchema.optional(),
|
|
61297
|
+
capture: TransferCapture$inboundSchema.optional()
|
|
61232
61298
|
});
|
|
61233
61299
|
CreatedTransfer$outboundSchema = objectType({
|
|
61234
61300
|
transferID: stringType(),
|
|
@@ -61257,7 +61323,8 @@ var init_createdtransfer = __esm(() => {
|
|
|
61257
61323
|
paymentLinkCode: stringType().optional(),
|
|
61258
61324
|
salesTaxAmount: Amount$outboundSchema.optional(),
|
|
61259
61325
|
foreignID: stringType().optional(),
|
|
61260
|
-
lineItems: TransferLineItems$outboundSchema.optional()
|
|
61326
|
+
lineItems: TransferLineItems$outboundSchema.optional(),
|
|
61327
|
+
capture: TransferCapture$outboundSchema.optional()
|
|
61261
61328
|
});
|
|
61262
61329
|
});
|
|
61263
61330
|
|
|
@@ -61359,10 +61426,12 @@ var CreateFeePlanAgreement$inboundSchema, CreateFeePlanAgreement$outboundSchema;
|
|
|
61359
61426
|
var init_createfeeplanagreement = __esm(() => {
|
|
61360
61427
|
init_esm();
|
|
61361
61428
|
CreateFeePlanAgreement$inboundSchema = objectType({
|
|
61362
|
-
planID: stringType()
|
|
61429
|
+
planID: stringType(),
|
|
61430
|
+
priorAgreementID: stringType().optional()
|
|
61363
61431
|
});
|
|
61364
61432
|
CreateFeePlanAgreement$outboundSchema = objectType({
|
|
61365
|
-
planID: stringType()
|
|
61433
|
+
planID: stringType(),
|
|
61434
|
+
priorAgreementID: stringType().optional()
|
|
61366
61435
|
});
|
|
61367
61436
|
});
|
|
61368
61437
|
|
|
@@ -62872,7 +62941,9 @@ var init_feeplanagreement = __esm(() => {
|
|
|
62872
62941
|
cardAcquiringModel: CardAcquiringModel$inboundSchema,
|
|
62873
62942
|
billableFees: arrayType(BillableFee$inboundSchema),
|
|
62874
62943
|
minimumCommitment: MinimumCommitment$inboundSchema,
|
|
62875
|
-
monthlyPlatformFee: MonthlyPlatformFee$inboundSchema
|
|
62944
|
+
monthlyPlatformFee: MonthlyPlatformFee$inboundSchema,
|
|
62945
|
+
priorAgreementID: stringType().optional(),
|
|
62946
|
+
priorAgreementTerminatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional()
|
|
62876
62947
|
});
|
|
62877
62948
|
FeePlanAgreement$outboundSchema = objectType({
|
|
62878
62949
|
agreementID: stringType(),
|
|
@@ -62885,7 +62956,9 @@ var init_feeplanagreement = __esm(() => {
|
|
|
62885
62956
|
cardAcquiringModel: CardAcquiringModel$outboundSchema,
|
|
62886
62957
|
billableFees: arrayType(BillableFee$outboundSchema),
|
|
62887
62958
|
minimumCommitment: MinimumCommitment$outboundSchema,
|
|
62888
|
-
monthlyPlatformFee: MonthlyPlatformFee$outboundSchema
|
|
62959
|
+
monthlyPlatformFee: MonthlyPlatformFee$outboundSchema,
|
|
62960
|
+
priorAgreementID: stringType().optional(),
|
|
62961
|
+
priorAgreementTerminatedOn: dateType().transform((v2) => v2.toISOString()).optional()
|
|
62889
62962
|
});
|
|
62890
62963
|
});
|
|
62891
62964
|
|
|
@@ -63087,6 +63160,7 @@ var init_issuedcardstate = __esm(() => {
|
|
|
63087
63160
|
init_esm();
|
|
63088
63161
|
IssuedCardState = {
|
|
63089
63162
|
Active: "active",
|
|
63163
|
+
Frozen: "frozen",
|
|
63090
63164
|
Closed: "closed"
|
|
63091
63165
|
};
|
|
63092
63166
|
IssuedCardState$inboundSchema = nativeEnumType(IssuedCardState);
|
|
@@ -64438,6 +64512,8 @@ var init_partnerpricingagreement = __esm(() => {
|
|
|
64438
64512
|
billableFees: arrayType(BillableFee$inboundSchema),
|
|
64439
64513
|
minimumCommitment: MinimumCommitment$inboundSchema,
|
|
64440
64514
|
monthlyPlatformFee: MonthlyPlatformFee$inboundSchema,
|
|
64515
|
+
priorAgreementID: stringType().optional(),
|
|
64516
|
+
priorAgreementTerminatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
64441
64517
|
revenueShare: stringType()
|
|
64442
64518
|
});
|
|
64443
64519
|
PartnerPricingAgreement$outboundSchema = objectType({
|
|
@@ -64452,6 +64528,8 @@ var init_partnerpricingagreement = __esm(() => {
|
|
|
64452
64528
|
billableFees: arrayType(BillableFee$outboundSchema),
|
|
64453
64529
|
minimumCommitment: MinimumCommitment$outboundSchema,
|
|
64454
64530
|
monthlyPlatformFee: MonthlyPlatformFee$outboundSchema,
|
|
64531
|
+
priorAgreementID: stringType().optional(),
|
|
64532
|
+
priorAgreementTerminatedOn: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
64455
64533
|
revenueShare: stringType()
|
|
64456
64534
|
});
|
|
64457
64535
|
});
|
|
@@ -65741,6 +65819,7 @@ var init_statement = __esm(() => {
|
|
|
65741
65819
|
init_esm();
|
|
65742
65820
|
init_accountfees();
|
|
65743
65821
|
init_achfees();
|
|
65822
|
+
init_adjustmentfees();
|
|
65744
65823
|
init_billingsummary();
|
|
65745
65824
|
init_cardacquiringfees();
|
|
65746
65825
|
init_instantpaymentfees();
|
|
@@ -65763,6 +65842,7 @@ var init_statement = __esm(() => {
|
|
|
65763
65842
|
accountFees: AccountFees$inboundSchema.optional(),
|
|
65764
65843
|
otherCardFees: OtherCardFees$inboundSchema.optional(),
|
|
65765
65844
|
partnerFees: PartnerFees$inboundSchema.optional(),
|
|
65845
|
+
adjustments: AdjustmentFees$inboundSchema.optional(),
|
|
65766
65846
|
createdOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)),
|
|
65767
65847
|
updatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2))
|
|
65768
65848
|
});
|
|
@@ -65782,6 +65862,7 @@ var init_statement = __esm(() => {
|
|
|
65782
65862
|
accountFees: AccountFees$outboundSchema.optional(),
|
|
65783
65863
|
otherCardFees: OtherCardFees$outboundSchema.optional(),
|
|
65784
65864
|
partnerFees: PartnerFees$outboundSchema.optional(),
|
|
65865
|
+
adjustments: AdjustmentFees$outboundSchema.optional(),
|
|
65785
65866
|
createdOn: dateType().transform((v2) => v2.toISOString()),
|
|
65786
65867
|
updatedOn: dateType().transform((v2) => v2.toISOString())
|
|
65787
65868
|
});
|
|
@@ -66069,6 +66150,7 @@ var init_transfer = __esm(() => {
|
|
|
66069
66150
|
init_facilitatorfee();
|
|
66070
66151
|
init_moovfee();
|
|
66071
66152
|
init_moovfeedetails();
|
|
66153
|
+
init_transfercapture();
|
|
66072
66154
|
init_transferdestination();
|
|
66073
66155
|
init_transferfailurereason();
|
|
66074
66156
|
init_transferlineitems();
|
|
@@ -66102,7 +66184,8 @@ var init_transfer = __esm(() => {
|
|
|
66102
66184
|
paymentLinkCode: stringType().optional(),
|
|
66103
66185
|
salesTaxAmount: Amount$inboundSchema.optional(),
|
|
66104
66186
|
foreignID: stringType().optional(),
|
|
66105
|
-
lineItems: TransferLineItems$inboundSchema.optional()
|
|
66187
|
+
lineItems: TransferLineItems$inboundSchema.optional(),
|
|
66188
|
+
capture: TransferCapture$inboundSchema.optional()
|
|
66106
66189
|
});
|
|
66107
66190
|
Transfer$outboundSchema = objectType({
|
|
66108
66191
|
transferID: stringType(),
|
|
@@ -66132,7 +66215,8 @@ var init_transfer = __esm(() => {
|
|
|
66132
66215
|
paymentLinkCode: stringType().optional(),
|
|
66133
66216
|
salesTaxAmount: Amount$outboundSchema.optional(),
|
|
66134
66217
|
foreignID: stringType().optional(),
|
|
66135
|
-
lineItems: TransferLineItems$outboundSchema.optional()
|
|
66218
|
+
lineItems: TransferLineItems$outboundSchema.optional(),
|
|
66219
|
+
capture: TransferCapture$outboundSchema.optional()
|
|
66136
66220
|
});
|
|
66137
66221
|
});
|
|
66138
66222
|
|
|
@@ -66358,6 +66442,8 @@ var UpdateIssuedCardState, UpdateIssuedCardState$inboundSchema, UpdateIssuedCard
|
|
|
66358
66442
|
var init_updateissuedcardstate = __esm(() => {
|
|
66359
66443
|
init_esm();
|
|
66360
66444
|
UpdateIssuedCardState = {
|
|
66445
|
+
Active: "active",
|
|
66446
|
+
Frozen: "frozen",
|
|
66361
66447
|
Closed: "closed"
|
|
66362
66448
|
};
|
|
66363
66449
|
UpdateIssuedCardState$inboundSchema = nativeEnumType(UpdateIssuedCardState);
|
|
@@ -67325,8 +67411,11 @@ var init_webhookdatatransferstatus = __esm(() => {
|
|
|
67325
67411
|
DestinationReturned: "destination.returned",
|
|
67326
67412
|
DestinationOriginated: "destination.originated",
|
|
67327
67413
|
DestinationConfirmed: "destination.confirmed",
|
|
67414
|
+
DestinationSettled: "destination.settled",
|
|
67328
67415
|
DestinationFailed: "destination.failed",
|
|
67329
|
-
|
|
67416
|
+
DestinationCanceled: "destination.canceled",
|
|
67417
|
+
DestinationAcceptedWithoutPosting: "destination.accepted-without-posting",
|
|
67418
|
+
DestinationDeferred: "destination.deferred"
|
|
67330
67419
|
};
|
|
67331
67420
|
WebhookDataTransferStatus$inboundSchema = nativeEnumType(WebhookDataTransferStatus);
|
|
67332
67421
|
WebhookDataTransferStatus$outboundSchema = WebhookDataTransferStatus$inboundSchema;
|
|
@@ -67633,6 +67722,7 @@ var init_components = __esm(() => {
|
|
|
67633
67722
|
init_addresssuggestion();
|
|
67634
67723
|
init_addressupdate();
|
|
67635
67724
|
init_adjustment();
|
|
67725
|
+
init_adjustmentfees();
|
|
67636
67726
|
init_amount();
|
|
67637
67727
|
init_amountdecimal();
|
|
67638
67728
|
init_amountdecimalvalidationerror();
|
|
@@ -67667,6 +67757,7 @@ var init_components = __esm(() => {
|
|
|
67667
67757
|
init_basicpaymentmethod();
|
|
67668
67758
|
init_batchgettransfersrequest();
|
|
67669
67759
|
init_billablefee();
|
|
67760
|
+
init_billingadjustment();
|
|
67670
67761
|
init_billingcountandamount();
|
|
67671
67762
|
init_billinginterchangeprogramfee();
|
|
67672
67763
|
init_billingsummary();
|
|
@@ -68006,6 +68097,7 @@ var init_components = __esm(() => {
|
|
|
68006
68097
|
init_transfer();
|
|
68007
68098
|
init_transferaccount();
|
|
68008
68099
|
init_transferachaddendarecord();
|
|
68100
|
+
init_transfercapture();
|
|
68009
68101
|
init_transferdestination();
|
|
68010
68102
|
init_transferfailurereason();
|
|
68011
68103
|
init_transferlineitem();
|
|
@@ -69908,6 +70000,7 @@ var init_transfer2 = __esm(() => {
|
|
|
69908
70000
|
salesTaxAmount;
|
|
69909
70001
|
foreignID;
|
|
69910
70002
|
lineItems;
|
|
70003
|
+
capture;
|
|
69911
70004
|
data$;
|
|
69912
70005
|
constructor(err, httpMeta) {
|
|
69913
70006
|
const message = "message" in err && typeof err.message === "string" ? err.message : `API error occurred: ${JSON.stringify(err)}`;
|
|
@@ -69963,6 +70056,8 @@ var init_transfer2 = __esm(() => {
|
|
|
69963
70056
|
this.foreignID = err.foreignID;
|
|
69964
70057
|
if (err.lineItems != null)
|
|
69965
70058
|
this.lineItems = err.lineItems;
|
|
70059
|
+
if (err.capture != null)
|
|
70060
|
+
this.capture = err.capture;
|
|
69966
70061
|
this.name = "Transfer";
|
|
69967
70062
|
}
|
|
69968
70063
|
};
|
|
@@ -69995,6 +70090,7 @@ var init_transfer2 = __esm(() => {
|
|
|
69995
70090
|
salesTaxAmount: Amount$inboundSchema.optional(),
|
|
69996
70091
|
foreignID: stringType().optional(),
|
|
69997
70092
|
lineItems: TransferLineItems$inboundSchema.optional(),
|
|
70093
|
+
capture: TransferCapture$inboundSchema.optional(),
|
|
69998
70094
|
request$: instanceOfType(Request),
|
|
69999
70095
|
response$: instanceOfType(Response),
|
|
70000
70096
|
body$: stringType()
|
|
@@ -70033,7 +70129,8 @@ var init_transfer2 = __esm(() => {
|
|
|
70033
70129
|
paymentLinkCode: stringType().optional(),
|
|
70034
70130
|
salesTaxAmount: Amount$outboundSchema.optional(),
|
|
70035
70131
|
foreignID: stringType().optional(),
|
|
70036
|
-
lineItems: TransferLineItems$outboundSchema.optional()
|
|
70132
|
+
lineItems: TransferLineItems$outboundSchema.optional(),
|
|
70133
|
+
capture: TransferCapture$outboundSchema.optional()
|
|
70037
70134
|
}));
|
|
70038
70135
|
});
|
|
70039
70136
|
|
|
@@ -74734,6 +74831,7 @@ var init_listissuedcardtransactions = __esm(() => {
|
|
|
74734
74831
|
skip: numberType().int().optional(),
|
|
74735
74832
|
count: numberType().int().optional(),
|
|
74736
74833
|
issuedCardID: stringType().optional(),
|
|
74834
|
+
merchantName: stringType().optional(),
|
|
74737
74835
|
startDateTime: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
74738
74836
|
endDateTime: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional()
|
|
74739
74837
|
});
|
|
@@ -74742,6 +74840,7 @@ var init_listissuedcardtransactions = __esm(() => {
|
|
|
74742
74840
|
skip: numberType().int().optional(),
|
|
74743
74841
|
count: numberType().int().optional(),
|
|
74744
74842
|
issuedCardID: stringType().optional(),
|
|
74843
|
+
merchantName: stringType().optional(),
|
|
74745
74844
|
startDateTime: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
74746
74845
|
endDateTime: dateType().transform((v2) => v2.toISOString()).optional()
|
|
74747
74846
|
});
|
|
@@ -75323,6 +75422,8 @@ var init_listtransfers = __esm(() => {
|
|
|
75323
75422
|
refunded: booleanType().optional(),
|
|
75324
75423
|
disputed: booleanType().optional(),
|
|
75325
75424
|
foreignID: stringType().optional(),
|
|
75425
|
+
authorizationIDs: arrayType(stringType()).optional(),
|
|
75426
|
+
captureIDs: arrayType(stringType()).optional(),
|
|
75326
75427
|
skip: numberType().int().optional(),
|
|
75327
75428
|
count: numberType().int().optional(),
|
|
75328
75429
|
accountID: stringType()
|
|
@@ -75338,6 +75439,8 @@ var init_listtransfers = __esm(() => {
|
|
|
75338
75439
|
refunded: booleanType().optional(),
|
|
75339
75440
|
disputed: booleanType().optional(),
|
|
75340
75441
|
foreignID: stringType().optional(),
|
|
75442
|
+
authorizationIDs: arrayType(stringType()).optional(),
|
|
75443
|
+
captureIDs: arrayType(stringType()).optional(),
|
|
75341
75444
|
skip: numberType().int().optional(),
|
|
75342
75445
|
count: numberType().int().optional(),
|
|
75343
75446
|
accountID: stringType()
|
|
@@ -79781,7 +79884,7 @@ var init_avatarsGet2 = __esm(() => {
|
|
|
79781
79884
|
name: "avatars-get",
|
|
79782
79885
|
description: `Get avatar image for an account using a unique ID.
|
|
79783
79886
|
|
|
79784
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
79887
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
79785
79888
|
you'll need to specify the \`/profile-enrichment.read\` scope.`,
|
|
79786
79889
|
args: args25,
|
|
79787
79890
|
tool: async (client, args26, ctx) => {
|
|
@@ -81899,7 +82002,7 @@ var init_cardIssuingGetFull2 = __esm(() => {
|
|
|
81899
82002
|
Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
|
|
81900
82003
|
|
|
81901
82004
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
81902
|
-
you'll need to specify the \`/accounts/{accountID}/issued-cards.read-
|
|
82005
|
+
you'll need to specify the \`/accounts/{accountID}/issued-cards.read-private\` scope.`,
|
|
81903
82006
|
args: args43,
|
|
81904
82007
|
tool: async (client, args44, ctx) => {
|
|
81905
82008
|
const [result, apiCall] = await cardIssuingGetFull(client, args44.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -84586,7 +84689,7 @@ var init_enrichedAddressGet2 = __esm(() => {
|
|
|
84586
84689
|
name: "enriched-address-get",
|
|
84587
84690
|
description: `Fetch enriched address suggestions. Requires a partial address.
|
|
84588
84691
|
|
|
84589
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
84692
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
84590
84693
|
you'll need to specify the \`/profile-enrichment.read\` scope.`,
|
|
84591
84694
|
args: args64,
|
|
84592
84695
|
tool: async (client, args65, ctx) => {
|
|
@@ -84695,7 +84798,7 @@ var init_enrichedProfileGet2 = __esm(() => {
|
|
|
84695
84798
|
name: "enriched-profile-get",
|
|
84696
84799
|
description: `Fetch enriched profile data. Requires a valid email address. This service is offered in collaboration with Clearbit.
|
|
84697
84800
|
|
|
84698
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
84801
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
84699
84802
|
you'll need to specify the \`/profile-enrichment.read\` scope.`,
|
|
84700
84803
|
args: args65,
|
|
84701
84804
|
tool: async (client, args66, ctx) => {
|
|
@@ -87083,7 +87186,7 @@ var init_imagesUpload2 = __esm(() => {
|
|
|
87083
87186
|
tool$imagesUpload = {
|
|
87084
87187
|
name: "images-upload",
|
|
87085
87188
|
description: ` Upload a new PNG, JPEG, or WebP image with optional metadata.
|
|
87086
|
-
Duplicate images
|
|
87189
|
+
Duplicate images return the existing image's metadata with a 409 status. Requests larger than 16MB will be rejected.`,
|
|
87087
87190
|
args: args85,
|
|
87088
87191
|
tool: async (client, args86, ctx) => {
|
|
87089
87192
|
const [result, apiCall] = await imagesUpload(client, args86.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -87284,11 +87387,11 @@ var init_institutionsSearch2 = __esm(() => {
|
|
|
87284
87387
|
};
|
|
87285
87388
|
tool$institutionsSearch = {
|
|
87286
87389
|
name: "institutions-search",
|
|
87287
|
-
description: `This endpoint has been deprecated and will be removed in a future release. Use [/institutions](https://docs.moov.io/api/enrichment/
|
|
87390
|
+
description: `This endpoint has been deprecated and will be removed in a future release. Use [/institutions](https://docs.moov.io/api/enrichment/institutions/get/).
|
|
87288
87391
|
|
|
87289
87392
|
Search for institutions by either their name or routing number.
|
|
87290
87393
|
|
|
87291
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
87394
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
87292
87395
|
you'll need to specify the \`/fed.read\` scope.`,
|
|
87293
87396
|
args: args86,
|
|
87294
87397
|
tool: async (client, args87, ctx) => {
|
|
@@ -87669,6 +87772,7 @@ async function $do92(client, request, options) {
|
|
|
87669
87772
|
count: payload.count,
|
|
87670
87773
|
endDateTime: payload.endDateTime,
|
|
87671
87774
|
issuedCardID: payload.issuedCardID,
|
|
87775
|
+
merchantName: payload.merchantName,
|
|
87672
87776
|
skip: payload.skip,
|
|
87673
87777
|
startDateTime: payload.startDateTime
|
|
87674
87778
|
}, { explode: false });
|
|
@@ -93277,7 +93381,9 @@ async function $do141(client, request, options) {
|
|
|
93277
93381
|
const [result] = await match(json([200, 202], CreateCancellationResponse$inboundSchema, {
|
|
93278
93382
|
hdrs: true,
|
|
93279
93383
|
key: "Result"
|
|
93280
|
-
}), jsonErr(400,
|
|
93384
|
+
}), jsonErr([400, 409, 422], GenericError$inboundSchema, {
|
|
93385
|
+
hdrs: true
|
|
93386
|
+
}), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
93281
93387
|
if (!result.ok) {
|
|
93282
93388
|
return [result, { status: "complete", request: req, response }];
|
|
93283
93389
|
}
|
|
@@ -93309,6 +93415,9 @@ var init_transfersCreateCancellation2 = __esm(() => {
|
|
|
93309
93415
|
name: "transfers-create-cancellation",
|
|
93310
93416
|
description: ` Initiate a cancellation for a card, ACH, or queued transfer.
|
|
93311
93417
|
|
|
93418
|
+
In v2026.10 and later, an auth-capture \`card-payment\` transfer can be canceled before any captures exist.
|
|
93419
|
+
For these transfers, a successful cancellation reduces \`capturableAmount\` without changing \`authorizedAmount\`.
|
|
93420
|
+
For these transfers, a partial cancellation leaves the remaining \`capturableAmount\` available for capture.
|
|
93312
93421
|
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
93313
93422
|
to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
|
|
93314
93423
|
args: args136,
|
|
@@ -93427,7 +93536,10 @@ var init_transfersCreateReversal2 = __esm(() => {
|
|
|
93427
93536
|
};
|
|
93428
93537
|
tool$transfersCreateReversal = {
|
|
93429
93538
|
name: "transfers-create-reversal",
|
|
93430
|
-
description: `Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
|
|
93539
|
+
description: `Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
|
|
93540
|
+
In v2026.10 and later, reversing an auth-capture \`card-payment\` transfer with no captures cancels the entire \`capturableAmount\`.
|
|
93541
|
+
In those API versions, an auth-capture \`card-payment\` transfer with one final capture is canceled or refunded depending on its processing state.
|
|
93542
|
+
Auth-capture \`card-payment\` transfers with a non-final capture or multiple captures are not supported in those API versions.
|
|
93431
93543
|
Read our [reversals guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/)
|
|
93432
93544
|
to learn more.
|
|
93433
93545
|
|
|
@@ -94074,6 +94186,8 @@ async function $do148(client, request, options) {
|
|
|
94074
94186
|
const path = pathToFunc("/accounts/{accountID}/transfers")(pathParams);
|
|
94075
94187
|
const query = encodeFormQuery({
|
|
94076
94188
|
accountIDs: payload.accountIDs,
|
|
94189
|
+
authorizationIDs: payload.authorizationIDs,
|
|
94190
|
+
captureIDs: payload.captureIDs,
|
|
94077
94191
|
count: payload.count,
|
|
94078
94192
|
disputed: payload.disputed,
|
|
94079
94193
|
endDateTime: payload.endDateTime,
|
|
@@ -94257,7 +94371,7 @@ async function $do149(client, request, options) {
|
|
|
94257
94371
|
const [result] = await match(json(200, ListCancellationsResponse$inboundSchema, {
|
|
94258
94372
|
hdrs: true,
|
|
94259
94373
|
key: "Result"
|
|
94260
|
-
}), fail([401, 403, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
94374
|
+
}), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
94261
94375
|
if (!result.ok) {
|
|
94262
94376
|
return [result, { status: "complete", request: req, response }];
|
|
94263
94377
|
}
|
|
@@ -94287,7 +94401,7 @@ var init_transfersListCancellations2 = __esm(() => {
|
|
|
94287
94401
|
tool$transfersListCancellations = {
|
|
94288
94402
|
name: "transfers-list-cancellations",
|
|
94289
94403
|
description: ` Get a list of cancellations for a transfer.
|
|
94290
|
-
|
|
94404
|
+
|
|
94291
94405
|
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
94292
94406
|
to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
|
|
94293
94407
|
args: args144,
|
|
@@ -94372,7 +94486,7 @@ async function $do150(client, request, options) {
|
|
|
94372
94486
|
const [result] = await match(json(200, ListRefundsResponse$inboundSchema, {
|
|
94373
94487
|
hdrs: true,
|
|
94374
94488
|
key: "Result"
|
|
94375
|
-
}), fail([401, 403, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
94489
|
+
}), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
94376
94490
|
if (!result.ok) {
|
|
94377
94491
|
return [result, { status: "complete", request: req, response }];
|
|
94378
94492
|
}
|
|
@@ -96337,7 +96451,7 @@ var init_webhooksUpdate2 = __esm(() => {
|
|
|
96337
96451
|
function createMCPServer(deps) {
|
|
96338
96452
|
const server = new McpServer({
|
|
96339
96453
|
name: "Moov",
|
|
96340
|
-
version: "24.3.
|
|
96454
|
+
version: "24.3.7"
|
|
96341
96455
|
});
|
|
96342
96456
|
const client = new MoovCore({
|
|
96343
96457
|
security: deps.security,
|
|
@@ -97895,7 +98009,7 @@ var routes = rn({
|
|
|
97895
98009
|
var app = Ve(routes, {
|
|
97896
98010
|
name: "mcp",
|
|
97897
98011
|
versionInfo: {
|
|
97898
|
-
currentVersion: "24.3.
|
|
98012
|
+
currentVersion: "24.3.7"
|
|
97899
98013
|
}
|
|
97900
98014
|
});
|
|
97901
98015
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -97903,5 +98017,5 @@ export {
|
|
|
97903
98017
|
app
|
|
97904
98018
|
};
|
|
97905
98019
|
|
|
97906
|
-
//# debugId=
|
|
98020
|
+
//# debugId=15B24D643B2568B564756E2164756E21
|
|
97907
98021
|
//# sourceMappingURL=mcp-server.js.map
|