@moovio/sdk 26.3.5 → 26.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 +166 -45
- package/bin/mcp-server.js.map +85 -82
- 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/requirementid.d.ts +7 -0
- package/models/components/requirementid.d.ts.map +1 -1
- package/models/components/requirementid.js +7 -0
- package/models/components/requirementid.js.map +1 -1
- package/models/components/reversedwithcancellation.d.ts +3 -0
- package/models/components/reversedwithcancellation.d.ts.map +1 -1
- package/models/components/reversedwithcancellation.js.map +1 -1
- package/models/components/statement.d.ts +6 -0
- package/models/components/statement.d.ts.map +1 -1
- package/models/components/statement.js +3 -0
- package/models/components/statement.js.map +1 -1
- package/models/components/sweepconfig.d.ts +2 -2
- package/models/components/sweepconfigpaymentmethod.d.ts +1 -1
- package/models/components/transfer.d.ts +14 -0
- package/models/components/transfer.d.ts.map +1 -1
- package/models/components/transfer.js +3 -0
- package/models/components/transfer.js.map +1 -1
- package/models/components/transfercapture.d.ts +28 -0
- package/models/components/transfercapture.d.ts.map +1 -0
- package/models/components/transfercapture.js +60 -0
- package/models/components/transfercapture.js.map +1 -0
- package/models/components/transferpaymentmethodswallet.d.ts +1 -0
- package/models/components/transferpaymentmethodswallet.d.ts.map +1 -1
- package/models/components/transferpaymentmethodswallet.js.map +1 -1
- package/models/components/updateissuedcard.d.ts +2 -0
- package/models/components/updateissuedcard.d.ts.map +1 -1
- package/models/components/updateissuedcard.js.map +1 -1
- package/models/components/updateissuedcardstate.d.ts +6 -0
- package/models/components/updateissuedcardstate.d.ts.map +1 -1
- package/models/components/updateissuedcardstate.js +4 -0
- package/models/components/updateissuedcardstate.js.map +1 -1
- package/models/components/updatepaymentlink.d.ts +3 -0
- package/models/components/updatepaymentlink.d.ts.map +1 -1
- package/models/components/updatepaymentlink.js.map +1 -1
- package/models/components/wallet.d.ts +1 -0
- package/models/components/wallet.d.ts.map +1 -1
- package/models/components/wallet.js.map +1 -1
- package/models/components/wallettype.d.ts +3 -0
- package/models/components/wallettype.d.ts.map +1 -1
- package/models/components/wallettype.js +2 -0
- package/models/components/wallettype.js.map +1 -1
- package/models/components/webhookdatatransferstatus.d.ts +3 -0
- package/models/components/webhookdatatransferstatus.d.ts.map +1 -1
- package/models/components/webhookdatatransferstatus.js +3 -0
- package/models/components/webhookdatatransferstatus.js.map +1 -1
- package/models/errors/transfer.d.ts +25 -0
- package/models/errors/transfer.d.ts.map +1 -1
- package/models/errors/transfer.js +4 -0
- package/models/errors/transfer.js.map +1 -1
- package/models/operations/listaccounts.d.ts +3 -0
- package/models/operations/listaccounts.d.ts.map +1 -1
- package/models/operations/listaccounts.js.map +1 -1
- package/models/operations/listconnectedaccountsforaccount.d.ts +3 -0
- package/models/operations/listconnectedaccountsforaccount.d.ts.map +1 -1
- package/models/operations/listconnectedaccountsforaccount.js.map +1 -1
- package/models/operations/listdisputes.d.ts +3 -0
- package/models/operations/listdisputes.d.ts.map +1 -1
- package/models/operations/listdisputes.js.map +1 -1
- package/models/operations/listfeeplanagreements.d.ts +3 -0
- package/models/operations/listfeeplanagreements.d.ts.map +1 -1
- package/models/operations/listfeeplanagreements.js.map +1 -1
- package/models/operations/listfeerevenue.d.ts +3 -0
- package/models/operations/listfeerevenue.d.ts.map +1 -1
- package/models/operations/listfeerevenue.js.map +1 -1
- package/models/operations/listissuedcardauthorizationevents.d.ts +3 -0
- package/models/operations/listissuedcardauthorizationevents.d.ts.map +1 -1
- package/models/operations/listissuedcardauthorizationevents.js.map +1 -1
- package/models/operations/listissuedcardauthorizations.d.ts +3 -0
- package/models/operations/listissuedcardauthorizations.d.ts.map +1 -1
- package/models/operations/listissuedcardauthorizations.js.map +1 -1
- package/models/operations/listissuedcards.d.ts +3 -0
- package/models/operations/listissuedcards.d.ts.map +1 -1
- package/models/operations/listissuedcards.js.map +1 -1
- package/models/operations/listissuedcardtransactions.d.ts +8 -0
- package/models/operations/listissuedcardtransactions.d.ts.map +1 -1
- package/models/operations/listissuedcardtransactions.js +2 -0
- package/models/operations/listissuedcardtransactions.js.map +1 -1
- package/models/operations/listpartnerpricingagreements.d.ts +3 -0
- package/models/operations/listpartnerpricingagreements.d.ts.map +1 -1
- package/models/operations/listpartnerpricingagreements.js.map +1 -1
- package/models/operations/listpaymentlinks.d.ts +3 -0
- package/models/operations/listpaymentlinks.d.ts.map +1 -1
- package/models/operations/listpaymentlinks.js.map +1 -1
- package/models/operations/listproducts.d.ts +3 -0
- package/models/operations/listproducts.d.ts.map +1 -1
- package/models/operations/listproducts.js.map +1 -1
- package/models/operations/listresidualfees.d.ts +3 -0
- package/models/operations/listresidualfees.d.ts.map +1 -1
- package/models/operations/listresidualfees.js.map +1 -1
- package/models/operations/listresiduals.d.ts +3 -0
- package/models/operations/listresiduals.d.ts.map +1 -1
- package/models/operations/listresiduals.js.map +1 -1
- package/models/operations/listschedules.d.ts +3 -0
- package/models/operations/listschedules.d.ts.map +1 -1
- package/models/operations/listschedules.js.map +1 -1
- package/models/operations/liststatements.d.ts +3 -0
- package/models/operations/liststatements.d.ts.map +1 -1
- package/models/operations/liststatements.js.map +1 -1
- package/models/operations/listsweeps.d.ts +3 -0
- package/models/operations/listsweeps.d.ts.map +1 -1
- package/models/operations/listsweeps.js.map +1 -1
- package/models/operations/listtickets.d.ts +3 -0
- package/models/operations/listtickets.d.ts.map +1 -1
- package/models/operations/listtickets.js.map +1 -1
- package/models/operations/listtransfers.d.ts +13 -0
- package/models/operations/listtransfers.d.ts.map +1 -1
- package/models/operations/listtransfers.js +4 -0
- package/models/operations/listtransfers.js.map +1 -1
- package/models/operations/listwallets.d.ts +3 -0
- package/models/operations/listwallets.d.ts.map +1 -1
- package/models/operations/listwallets.js.map +1 -1
- package/models/operations/listwallettransactions.d.ts +3 -0
- package/models/operations/listwallettransactions.d.ts.map +1 -1
- package/models/operations/listwallettransactions.js.map +1 -1
- package/models/operations/retrievefees.d.ts +3 -0
- package/models/operations/retrievefees.d.ts.map +1 -1
- package/models/operations/retrievefees.js.map +1 -1
- package/package.json +1 -1
- package/sdk/cardissuing.d.ts +1 -1
- package/sdk/cardissuing.js +1 -1
- package/sdk/images.d.ts +1 -1
- package/sdk/images.js +1 -1
- package/sdk/institutions.d.ts +1 -1
- package/sdk/institutions.js +1 -1
- package/sdk/transfers.d.ts +6 -0
- package/sdk/transfers.d.ts.map +1 -1
- package/sdk/transfers.js +6 -0
- package/sdk/transfers.js.map +1 -1
- package/src/funcs/cardIssuingGetFull.ts +1 -1
- package/src/funcs/imagesUpload.ts +1 -1
- package/src/funcs/institutionsSearch.ts +1 -1
- package/src/funcs/issuingTransactionsList.ts +1 -0
- package/src/funcs/transfersCreateCancellation.ts +6 -1
- package/src/funcs/transfersCreateReversal.ts +3 -0
- package/src/funcs/transfersList.ts +2 -0
- package/src/funcs/transfersListCancellations.ts +1 -1
- package/src/funcs/transfersListRefunds.ts +1 -1
- package/src/lib/config.ts +3 -3
- package/src/lib/encodings.ts +58 -23
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/mcp-server/tools/avatarsGet.ts +1 -1
- package/src/mcp-server/tools/cardIssuingGetFull.ts +1 -1
- package/src/mcp-server/tools/enrichedAddressGet.ts +1 -1
- package/src/mcp-server/tools/enrichedProfileGet.ts +1 -1
- package/src/mcp-server/tools/imagesUpload.ts +1 -1
- package/src/mcp-server/tools/institutionsSearch.ts +2 -2
- package/src/mcp-server/tools/transfersCreateCancellation.ts +3 -0
- package/src/mcp-server/tools/transfersCreateReversal.ts +4 -1
- package/src/mcp-server/tools/transfersListCancellations.ts +1 -1
- package/src/models/components/adjustmentfees.ts +72 -0
- package/src/models/components/applicationscope.ts +1 -1
- package/src/models/components/billingadjustment.ts +77 -0
- package/src/models/components/billingsummary.ts +34 -19
- package/src/models/components/cancellation.ts +3 -0
- package/src/models/components/createdtransfer.ts +21 -0
- package/src/models/components/createfeeplanagreement.ts +18 -1
- package/src/models/components/createpaymentlink.ts +3 -0
- package/src/models/components/createrefund.ts +2 -2
- package/src/models/components/createreversal.ts +6 -1
- package/src/models/components/facilitatorfee.ts +2 -2
- package/src/models/components/feeplanagreement.ts +17 -0
- package/src/models/components/fullissuedcard.ts +4 -0
- package/src/models/components/index.ts +3 -0
- package/src/models/components/issuedcard.ts +4 -0
- package/src/models/components/issuedcardstate.ts +3 -0
- package/src/models/components/issuingcontrols.ts +3 -0
- package/src/models/components/partnerpricingagreement.ts +19 -2
- package/src/models/components/paymentlink.ts +3 -0
- package/src/models/components/paymentlinkpayoutdetails.ts +3 -0
- package/src/models/components/paymentlinkpayoutdetailsupdate.ts +3 -0
- package/src/models/components/paymentmethodswallet.ts +1 -0
- package/src/models/components/requestcard.ts +3 -0
- package/src/models/components/requirementid.ts +14 -0
- package/src/models/components/reversedwithcancellation.ts +3 -0
- package/src/models/components/statement.ts +13 -0
- package/src/models/components/sweepconfig.ts +2 -2
- package/src/models/components/sweepconfigpaymentmethod.ts +1 -1
- package/src/models/components/transfer.ts +21 -0
- package/src/models/components/transfercapture.ts +62 -0
- package/src/models/components/transferpaymentmethodswallet.ts +1 -0
- package/src/models/components/updateissuedcard.ts +2 -0
- package/src/models/components/updateissuedcardstate.ts +6 -0
- package/src/models/components/updatepaymentlink.ts +3 -0
- package/src/models/components/wallet.ts +1 -0
- package/src/models/components/wallettype.ts +3 -0
- package/src/models/components/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/listtickets.ts +3 -0
- package/src/models/operations/listtransfers.ts +17 -0
- package/src/models/operations/listwallets.ts +3 -0
- package/src/models/operations/listwallettransactions.ts +3 -0
- package/src/models/operations/retrievefees.ts +3 -0
- package/src/sdk/cardissuing.ts +1 -1
- package/src/sdk/images.ts +1 -1
- package/src/sdk/institutions.ts +1 -1
- package/src/sdk/transfers.ts +6 -0
package/bin/mcp-server.js
CHANGED
|
@@ -52974,9 +52974,9 @@ var init_config = __esm(() => {
|
|
|
52974
52974
|
SDK_METADATA = {
|
|
52975
52975
|
language: "typescript",
|
|
52976
52976
|
openapiDocVersion: "v2026.01.00",
|
|
52977
|
-
sdkVersion: "26.3.
|
|
52978
|
-
genVersion: "2.
|
|
52979
|
-
userAgent: "speakeasy-sdk/typescript 26.3.
|
|
52977
|
+
sdkVersion: "26.3.7",
|
|
52978
|
+
genVersion: "2.935.1",
|
|
52979
|
+
userAgent: "speakeasy-sdk/typescript 26.3.7 2.935.1 v2026.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("|");
|
|
@@ -56158,6 +56172,39 @@ var init_adjustment = __esm(() => {
|
|
|
56158
56172
|
});
|
|
56159
56173
|
});
|
|
56160
56174
|
|
|
56175
|
+
// src/models/components/billingadjustment.ts
|
|
56176
|
+
var BillingAdjustment$inboundSchema, BillingAdjustment$outboundSchema;
|
|
56177
|
+
var init_billingadjustment = __esm(() => {
|
|
56178
|
+
init_esm();
|
|
56179
|
+
init_amountdecimal();
|
|
56180
|
+
BillingAdjustment$inboundSchema = objectType({
|
|
56181
|
+
feeName: stringType(),
|
|
56182
|
+
count: numberType().int(),
|
|
56183
|
+
amount: AmountDecimal$inboundSchema
|
|
56184
|
+
});
|
|
56185
|
+
BillingAdjustment$outboundSchema = objectType({
|
|
56186
|
+
feeName: stringType(),
|
|
56187
|
+
count: numberType().int(),
|
|
56188
|
+
amount: AmountDecimal$outboundSchema
|
|
56189
|
+
});
|
|
56190
|
+
});
|
|
56191
|
+
|
|
56192
|
+
// src/models/components/adjustmentfees.ts
|
|
56193
|
+
var AdjustmentFees$inboundSchema, AdjustmentFees$outboundSchema;
|
|
56194
|
+
var init_adjustmentfees = __esm(() => {
|
|
56195
|
+
init_esm();
|
|
56196
|
+
init_billingadjustment();
|
|
56197
|
+
init_billingcountandamount();
|
|
56198
|
+
AdjustmentFees$inboundSchema = objectType({
|
|
56199
|
+
items: arrayType(BillingAdjustment$inboundSchema),
|
|
56200
|
+
total: BillingCountAndAmount$inboundSchema
|
|
56201
|
+
});
|
|
56202
|
+
AdjustmentFees$outboundSchema = objectType({
|
|
56203
|
+
items: arrayType(BillingAdjustment$outboundSchema),
|
|
56204
|
+
total: BillingCountAndAmount$outboundSchema
|
|
56205
|
+
});
|
|
56206
|
+
});
|
|
56207
|
+
|
|
56161
56208
|
// src/models/components/amount.ts
|
|
56162
56209
|
var Amount$inboundSchema, Amount$outboundSchema;
|
|
56163
56210
|
var init_amount = __esm(() => {
|
|
@@ -56399,7 +56446,7 @@ var init_applicationscope = __esm(() => {
|
|
|
56399
56446
|
FilesWrite: "files.write",
|
|
56400
56447
|
IssuedCardsRead: "issued-cards.read",
|
|
56401
56448
|
IssuedCardsWrite: "issued-cards.write",
|
|
56402
|
-
|
|
56449
|
+
IssuedCardsReadPrivate: "issued-cards.read-private",
|
|
56403
56450
|
PaymentMethodsRead: "payment-methods.read",
|
|
56404
56451
|
PingRead: "ping.read",
|
|
56405
56452
|
ProfileEnrichmentRead: "profile-enrichment.read",
|
|
@@ -59328,7 +59375,7 @@ var init_partnerfees = __esm(() => {
|
|
|
59328
59375
|
});
|
|
59329
59376
|
|
|
59330
59377
|
// src/models/components/billingsummary.ts
|
|
59331
|
-
var BillingSummaryVolumeAmount$inboundSchema, BillingSummaryVolumeAmount$outboundSchema, CardAcquiring$inboundSchema, CardAcquiring$outboundSchema, BillingSummaryPlatformFees$inboundSchema, BillingSummaryPlatformFees$outboundSchema,
|
|
59378
|
+
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;
|
|
59332
59379
|
var init_billingsummary = __esm(() => {
|
|
59333
59380
|
init_esm();
|
|
59334
59381
|
init_amountdecimal();
|
|
@@ -59369,11 +59416,11 @@ var init_billingsummary = __esm(() => {
|
|
|
59369
59416
|
currency: stringType(),
|
|
59370
59417
|
valueDecimal: stringType()
|
|
59371
59418
|
});
|
|
59372
|
-
|
|
59419
|
+
BillingSummaryAdjustmentFees$inboundSchema = objectType({
|
|
59373
59420
|
currency: stringType(),
|
|
59374
59421
|
valueDecimal: stringType()
|
|
59375
59422
|
});
|
|
59376
|
-
|
|
59423
|
+
BillingSummaryAdjustmentFees$outboundSchema = objectType({
|
|
59377
59424
|
currency: stringType(),
|
|
59378
59425
|
valueDecimal: stringType()
|
|
59379
59426
|
});
|
|
@@ -59391,7 +59438,7 @@ var init_billingsummary = __esm(() => {
|
|
|
59391
59438
|
instantPayments: BillingSummaryDetails$inboundSchema.optional(),
|
|
59392
59439
|
platformFees: lazyType(() => BillingSummaryPlatformFees$inboundSchema).optional(),
|
|
59393
59440
|
accountFees: BillingSummaryDetails$inboundSchema.optional(),
|
|
59394
|
-
adjustmentFees: lazyType(() =>
|
|
59441
|
+
adjustmentFees: lazyType(() => BillingSummaryAdjustmentFees$inboundSchema).optional(),
|
|
59395
59442
|
otherFees: lazyType(() => OtherFees$inboundSchema).optional(),
|
|
59396
59443
|
otherCardFees: BillingSummaryDetails$inboundSchema.optional(),
|
|
59397
59444
|
total: AmountDecimal$inboundSchema.optional(),
|
|
@@ -59399,7 +59446,8 @@ var init_billingsummary = __esm(() => {
|
|
|
59399
59446
|
revenueShare: stringType().optional(),
|
|
59400
59447
|
residualSubtotal: AmountDecimal$inboundSchema.optional(),
|
|
59401
59448
|
monthlyPartnerCosts: PartnerFees$inboundSchema.optional(),
|
|
59402
|
-
netPartnerPayment: AmountDecimal$inboundSchema.optional()
|
|
59449
|
+
netPartnerPayment: AmountDecimal$inboundSchema.optional(),
|
|
59450
|
+
totalNetPartnerPayment: AmountDecimal$inboundSchema.optional()
|
|
59403
59451
|
});
|
|
59404
59452
|
BillingSummary$outboundSchema = objectType({
|
|
59405
59453
|
cardAcquiring: lazyType(() => CardAcquiring$outboundSchema).optional(),
|
|
@@ -59407,7 +59455,7 @@ var init_billingsummary = __esm(() => {
|
|
|
59407
59455
|
instantPayments: BillingSummaryDetails$outboundSchema.optional(),
|
|
59408
59456
|
platformFees: lazyType(() => BillingSummaryPlatformFees$outboundSchema).optional(),
|
|
59409
59457
|
accountFees: BillingSummaryDetails$outboundSchema.optional(),
|
|
59410
|
-
adjustmentFees: lazyType(() =>
|
|
59458
|
+
adjustmentFees: lazyType(() => BillingSummaryAdjustmentFees$outboundSchema).optional(),
|
|
59411
59459
|
otherFees: lazyType(() => OtherFees$outboundSchema).optional(),
|
|
59412
59460
|
otherCardFees: BillingSummaryDetails$outboundSchema.optional(),
|
|
59413
59461
|
total: AmountDecimal$outboundSchema.optional(),
|
|
@@ -59415,7 +59463,8 @@ var init_billingsummary = __esm(() => {
|
|
|
59415
59463
|
revenueShare: stringType().optional(),
|
|
59416
59464
|
residualSubtotal: AmountDecimal$outboundSchema.optional(),
|
|
59417
59465
|
monthlyPartnerCosts: PartnerFees$outboundSchema.optional(),
|
|
59418
|
-
netPartnerPayment: AmountDecimal$outboundSchema.optional()
|
|
59466
|
+
netPartnerPayment: AmountDecimal$outboundSchema.optional(),
|
|
59467
|
+
totalNetPartnerPayment: AmountDecimal$outboundSchema.optional()
|
|
59419
59468
|
});
|
|
59420
59469
|
});
|
|
59421
59470
|
|
|
@@ -59725,6 +59774,13 @@ var init_requirementid = __esm(() => {
|
|
|
59725
59774
|
UnderwritingSendFundsPushToCardEstimatedActivityMonthlyVolumeRange: "underwriting.sendFunds.pushToCard.estimatedActivity.monthlyVolumeRange",
|
|
59726
59775
|
UnderwritingSendFundsPushToCardFulfillment: "underwriting.sendFunds.pushToCard.fulfillment",
|
|
59727
59776
|
UnderwritingSendFundsPushToCardRefundPolicy: "underwriting.sendFunds.pushToCard.refundPolicy",
|
|
59777
|
+
UnderwritingSendFundsInstantBankCardAcceptanceMethods: "underwriting.sendFunds.instantBank.cardAcceptanceMethods",
|
|
59778
|
+
UnderwritingSendFundsInstantBankCurrentlyAcceptsCards: "underwriting.sendFunds.instantBank.currentlyAcceptsCards",
|
|
59779
|
+
UnderwritingSendFundsInstantBankEstimatedActivityAverageTransactionAmount: "underwriting.sendFunds.instantBank.estimatedActivity.averageTransactionAmount",
|
|
59780
|
+
UnderwritingSendFundsInstantBankEstimatedActivityMaximumTransactionAmount: "underwriting.sendFunds.instantBank.estimatedActivity.maximumTransactionAmount",
|
|
59781
|
+
UnderwritingSendFundsInstantBankEstimatedActivityMonthlyVolumeRange: "underwriting.sendFunds.instantBank.estimatedActivity.monthlyVolumeRange",
|
|
59782
|
+
UnderwritingSendFundsInstantBankFulfillment: "underwriting.sendFunds.instantBank.fulfillment",
|
|
59783
|
+
UnderwritingSendFundsInstantBankRefundPolicy: "underwriting.sendFunds.instantBank.refundPolicy",
|
|
59728
59784
|
UnderwritingMoneyTransferPullFromCardCardAcceptanceMethods: "underwriting.moneyTransfer.pullFromCard.cardAcceptanceMethods",
|
|
59729
59785
|
UnderwritingMoneyTransferPullFromCardCurrentlyAcceptsCards: "underwriting.moneyTransfer.pullFromCard.currentlyAcceptsCards",
|
|
59730
59786
|
UnderwritingMoneyTransferPullFromCardEstimatedActivityAverageTransactionAmount: "underwriting.moneyTransfer.pullFromCard.estimatedActivity.averageTransactionAmount",
|
|
@@ -61316,6 +61372,20 @@ var init_moovfeedetails = __esm(() => {
|
|
|
61316
61372
|
});
|
|
61317
61373
|
});
|
|
61318
61374
|
|
|
61375
|
+
// src/models/components/transfercapture.ts
|
|
61376
|
+
var TransferCapture$inboundSchema, TransferCapture$outboundSchema;
|
|
61377
|
+
var init_transfercapture = __esm(() => {
|
|
61378
|
+
init_esm();
|
|
61379
|
+
TransferCapture$inboundSchema = objectType({
|
|
61380
|
+
authorizationID: stringType(),
|
|
61381
|
+
captureID: stringType()
|
|
61382
|
+
});
|
|
61383
|
+
TransferCapture$outboundSchema = objectType({
|
|
61384
|
+
authorizationID: stringType(),
|
|
61385
|
+
captureID: stringType()
|
|
61386
|
+
});
|
|
61387
|
+
});
|
|
61388
|
+
|
|
61319
61389
|
// src/models/components/instantbankfailurecode.ts
|
|
61320
61390
|
var InstantBankFailureCode, InstantBankFailureCode$inboundSchema, InstantBankFailureCode$outboundSchema;
|
|
61321
61391
|
var init_instantbankfailurecode = __esm(() => {
|
|
@@ -61476,7 +61546,8 @@ var init_wallettype = __esm(() => {
|
|
|
61476
61546
|
init_esm();
|
|
61477
61547
|
WalletType = {
|
|
61478
61548
|
Default: "default",
|
|
61479
|
-
General: "general"
|
|
61549
|
+
General: "general",
|
|
61550
|
+
CardIssuing: "card-issuing"
|
|
61480
61551
|
};
|
|
61481
61552
|
WalletType$inboundSchema = nativeEnumType(WalletType);
|
|
61482
61553
|
WalletType$outboundSchema = WalletType$inboundSchema;
|
|
@@ -61724,6 +61795,7 @@ var init_createdtransfer = __esm(() => {
|
|
|
61724
61795
|
init_cardacquiringrefund();
|
|
61725
61796
|
init_facilitatorfee();
|
|
61726
61797
|
init_moovfeedetails();
|
|
61798
|
+
init_transfercapture();
|
|
61727
61799
|
init_transferdestination();
|
|
61728
61800
|
init_transferfailurereason();
|
|
61729
61801
|
init_transferlineitems();
|
|
@@ -61756,7 +61828,8 @@ var init_createdtransfer = __esm(() => {
|
|
|
61756
61828
|
paymentLinkCode: stringType().optional(),
|
|
61757
61829
|
salesTaxAmount: Amount$inboundSchema.optional(),
|
|
61758
61830
|
foreignID: stringType().optional(),
|
|
61759
|
-
lineItems: TransferLineItems$inboundSchema.optional()
|
|
61831
|
+
lineItems: TransferLineItems$inboundSchema.optional(),
|
|
61832
|
+
capture: TransferCapture$inboundSchema.optional()
|
|
61760
61833
|
});
|
|
61761
61834
|
CreatedTransfer$outboundSchema = objectType({
|
|
61762
61835
|
transferID: stringType(),
|
|
@@ -61785,7 +61858,8 @@ var init_createdtransfer = __esm(() => {
|
|
|
61785
61858
|
paymentLinkCode: stringType().optional(),
|
|
61786
61859
|
salesTaxAmount: Amount$outboundSchema.optional(),
|
|
61787
61860
|
foreignID: stringType().optional(),
|
|
61788
|
-
lineItems: TransferLineItems$outboundSchema.optional()
|
|
61861
|
+
lineItems: TransferLineItems$outboundSchema.optional(),
|
|
61862
|
+
capture: TransferCapture$outboundSchema.optional()
|
|
61789
61863
|
});
|
|
61790
61864
|
});
|
|
61791
61865
|
|
|
@@ -61887,10 +61961,12 @@ var CreateFeePlanAgreement$inboundSchema, CreateFeePlanAgreement$outboundSchema;
|
|
|
61887
61961
|
var init_createfeeplanagreement = __esm(() => {
|
|
61888
61962
|
init_esm();
|
|
61889
61963
|
CreateFeePlanAgreement$inboundSchema = objectType({
|
|
61890
|
-
planID: stringType()
|
|
61964
|
+
planID: stringType(),
|
|
61965
|
+
priorAgreementID: stringType().optional()
|
|
61891
61966
|
});
|
|
61892
61967
|
CreateFeePlanAgreement$outboundSchema = objectType({
|
|
61893
|
-
planID: stringType()
|
|
61968
|
+
planID: stringType(),
|
|
61969
|
+
priorAgreementID: stringType().optional()
|
|
61894
61970
|
});
|
|
61895
61971
|
});
|
|
61896
61972
|
|
|
@@ -63451,7 +63527,9 @@ var init_feeplanagreement = __esm(() => {
|
|
|
63451
63527
|
cardAcquiringModel: CardAcquiringModel$inboundSchema,
|
|
63452
63528
|
billableFees: arrayType(BillableFee$inboundSchema),
|
|
63453
63529
|
minimumCommitment: MinimumCommitment$inboundSchema,
|
|
63454
|
-
monthlyPlatformFee: MonthlyPlatformFee$inboundSchema
|
|
63530
|
+
monthlyPlatformFee: MonthlyPlatformFee$inboundSchema,
|
|
63531
|
+
priorAgreementID: stringType().optional(),
|
|
63532
|
+
priorAgreementTerminatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional()
|
|
63455
63533
|
});
|
|
63456
63534
|
FeePlanAgreement$outboundSchema = objectType({
|
|
63457
63535
|
agreementID: stringType(),
|
|
@@ -63464,7 +63542,9 @@ var init_feeplanagreement = __esm(() => {
|
|
|
63464
63542
|
cardAcquiringModel: CardAcquiringModel$outboundSchema,
|
|
63465
63543
|
billableFees: arrayType(BillableFee$outboundSchema),
|
|
63466
63544
|
minimumCommitment: MinimumCommitment$outboundSchema,
|
|
63467
|
-
monthlyPlatformFee: MonthlyPlatformFee$outboundSchema
|
|
63545
|
+
monthlyPlatformFee: MonthlyPlatformFee$outboundSchema,
|
|
63546
|
+
priorAgreementID: stringType().optional(),
|
|
63547
|
+
priorAgreementTerminatedOn: dateType().transform((v2) => v2.toISOString()).optional()
|
|
63468
63548
|
});
|
|
63469
63549
|
});
|
|
63470
63550
|
|
|
@@ -63666,6 +63746,7 @@ var init_issuedcardstate = __esm(() => {
|
|
|
63666
63746
|
init_esm();
|
|
63667
63747
|
IssuedCardState = {
|
|
63668
63748
|
Active: "active",
|
|
63749
|
+
Frozen: "frozen",
|
|
63669
63750
|
Closed: "closed"
|
|
63670
63751
|
};
|
|
63671
63752
|
IssuedCardState$inboundSchema = nativeEnumType(IssuedCardState);
|
|
@@ -65160,6 +65241,8 @@ var init_partnerpricingagreement = __esm(() => {
|
|
|
65160
65241
|
billableFees: arrayType(BillableFee$inboundSchema),
|
|
65161
65242
|
minimumCommitment: MinimumCommitment$inboundSchema,
|
|
65162
65243
|
monthlyPlatformFee: MonthlyPlatformFee$inboundSchema,
|
|
65244
|
+
priorAgreementID: stringType().optional(),
|
|
65245
|
+
priorAgreementTerminatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
65163
65246
|
revenueShare: stringType()
|
|
65164
65247
|
});
|
|
65165
65248
|
PartnerPricingAgreement$outboundSchema = objectType({
|
|
@@ -65174,6 +65257,8 @@ var init_partnerpricingagreement = __esm(() => {
|
|
|
65174
65257
|
billableFees: arrayType(BillableFee$outboundSchema),
|
|
65175
65258
|
minimumCommitment: MinimumCommitment$outboundSchema,
|
|
65176
65259
|
monthlyPlatformFee: MonthlyPlatformFee$outboundSchema,
|
|
65260
|
+
priorAgreementID: stringType().optional(),
|
|
65261
|
+
priorAgreementTerminatedOn: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
65177
65262
|
revenueShare: stringType()
|
|
65178
65263
|
});
|
|
65179
65264
|
});
|
|
@@ -66637,6 +66722,7 @@ var init_statement = __esm(() => {
|
|
|
66637
66722
|
init_esm();
|
|
66638
66723
|
init_accountfees();
|
|
66639
66724
|
init_achfees();
|
|
66725
|
+
init_adjustmentfees();
|
|
66640
66726
|
init_billingsummary();
|
|
66641
66727
|
init_cardacquiringfees();
|
|
66642
66728
|
init_instantpaymentfees();
|
|
@@ -66659,6 +66745,7 @@ var init_statement = __esm(() => {
|
|
|
66659
66745
|
accountFees: AccountFees$inboundSchema.optional(),
|
|
66660
66746
|
otherCardFees: OtherCardFees$inboundSchema.optional(),
|
|
66661
66747
|
partnerFees: PartnerFees$inboundSchema.optional(),
|
|
66748
|
+
adjustments: AdjustmentFees$inboundSchema.optional(),
|
|
66662
66749
|
createdOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)),
|
|
66663
66750
|
updatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2))
|
|
66664
66751
|
});
|
|
@@ -66678,6 +66765,7 @@ var init_statement = __esm(() => {
|
|
|
66678
66765
|
accountFees: AccountFees$outboundSchema.optional(),
|
|
66679
66766
|
otherCardFees: OtherCardFees$outboundSchema.optional(),
|
|
66680
66767
|
partnerFees: PartnerFees$outboundSchema.optional(),
|
|
66768
|
+
adjustments: AdjustmentFees$outboundSchema.optional(),
|
|
66681
66769
|
createdOn: dateType().transform((v2) => v2.toISOString()),
|
|
66682
66770
|
updatedOn: dateType().transform((v2) => v2.toISOString())
|
|
66683
66771
|
});
|
|
@@ -67025,6 +67113,7 @@ var init_transfer = __esm(() => {
|
|
|
67025
67113
|
init_facilitatorfee();
|
|
67026
67114
|
init_moovfee();
|
|
67027
67115
|
init_moovfeedetails();
|
|
67116
|
+
init_transfercapture();
|
|
67028
67117
|
init_transferdestination();
|
|
67029
67118
|
init_transferfailurereason();
|
|
67030
67119
|
init_transferlineitems();
|
|
@@ -67058,7 +67147,8 @@ var init_transfer = __esm(() => {
|
|
|
67058
67147
|
paymentLinkCode: stringType().optional(),
|
|
67059
67148
|
salesTaxAmount: Amount$inboundSchema.optional(),
|
|
67060
67149
|
foreignID: stringType().optional(),
|
|
67061
|
-
lineItems: TransferLineItems$inboundSchema.optional()
|
|
67150
|
+
lineItems: TransferLineItems$inboundSchema.optional(),
|
|
67151
|
+
capture: TransferCapture$inboundSchema.optional()
|
|
67062
67152
|
});
|
|
67063
67153
|
Transfer$outboundSchema = objectType({
|
|
67064
67154
|
transferID: stringType(),
|
|
@@ -67088,7 +67178,8 @@ var init_transfer = __esm(() => {
|
|
|
67088
67178
|
paymentLinkCode: stringType().optional(),
|
|
67089
67179
|
salesTaxAmount: Amount$outboundSchema.optional(),
|
|
67090
67180
|
foreignID: stringType().optional(),
|
|
67091
|
-
lineItems: TransferLineItems$outboundSchema.optional()
|
|
67181
|
+
lineItems: TransferLineItems$outboundSchema.optional(),
|
|
67182
|
+
capture: TransferCapture$outboundSchema.optional()
|
|
67092
67183
|
});
|
|
67093
67184
|
});
|
|
67094
67185
|
|
|
@@ -67357,6 +67448,8 @@ var UpdateIssuedCardState, UpdateIssuedCardState$inboundSchema, UpdateIssuedCard
|
|
|
67357
67448
|
var init_updateissuedcardstate = __esm(() => {
|
|
67358
67449
|
init_esm();
|
|
67359
67450
|
UpdateIssuedCardState = {
|
|
67451
|
+
Active: "active",
|
|
67452
|
+
Frozen: "frozen",
|
|
67360
67453
|
Closed: "closed"
|
|
67361
67454
|
};
|
|
67362
67455
|
UpdateIssuedCardState$inboundSchema = nativeEnumType(UpdateIssuedCardState);
|
|
@@ -68398,8 +68491,11 @@ var init_webhookdatatransferstatus = __esm(() => {
|
|
|
68398
68491
|
DestinationReturned: "destination.returned",
|
|
68399
68492
|
DestinationOriginated: "destination.originated",
|
|
68400
68493
|
DestinationConfirmed: "destination.confirmed",
|
|
68494
|
+
DestinationSettled: "destination.settled",
|
|
68401
68495
|
DestinationFailed: "destination.failed",
|
|
68402
|
-
|
|
68496
|
+
DestinationCanceled: "destination.canceled",
|
|
68497
|
+
DestinationAcceptedWithoutPosting: "destination.accepted-without-posting",
|
|
68498
|
+
DestinationDeferred: "destination.deferred"
|
|
68403
68499
|
};
|
|
68404
68500
|
WebhookDataTransferStatus$inboundSchema = nativeEnumType(WebhookDataTransferStatus);
|
|
68405
68501
|
WebhookDataTransferStatus$outboundSchema = WebhookDataTransferStatus$inboundSchema;
|
|
@@ -68706,6 +68802,7 @@ var init_components = __esm(() => {
|
|
|
68706
68802
|
init_addresssuggestion();
|
|
68707
68803
|
init_addressupdate();
|
|
68708
68804
|
init_adjustment();
|
|
68805
|
+
init_adjustmentfees();
|
|
68709
68806
|
init_amount();
|
|
68710
68807
|
init_amountdecimal();
|
|
68711
68808
|
init_amountdecimalvalidationerror();
|
|
@@ -68740,6 +68837,7 @@ var init_components = __esm(() => {
|
|
|
68740
68837
|
init_basicpaymentmethod();
|
|
68741
68838
|
init_batchgettransfersrequest();
|
|
68742
68839
|
init_billablefee();
|
|
68840
|
+
init_billingadjustment();
|
|
68743
68841
|
init_billingcountandamount();
|
|
68744
68842
|
init_billinginterchangeprogramfee();
|
|
68745
68843
|
init_billingsummary();
|
|
@@ -69129,6 +69227,7 @@ var init_components = __esm(() => {
|
|
|
69129
69227
|
init_transfer();
|
|
69130
69228
|
init_transferaccount();
|
|
69131
69229
|
init_transferachaddendarecord();
|
|
69230
|
+
init_transfercapture();
|
|
69132
69231
|
init_transferdestination();
|
|
69133
69232
|
init_transferentrymode();
|
|
69134
69233
|
init_transferfailurereason();
|
|
@@ -71090,6 +71189,7 @@ var init_transfer2 = __esm(() => {
|
|
|
71090
71189
|
salesTaxAmount;
|
|
71091
71190
|
foreignID;
|
|
71092
71191
|
lineItems;
|
|
71192
|
+
capture;
|
|
71093
71193
|
data$;
|
|
71094
71194
|
constructor(err, httpMeta) {
|
|
71095
71195
|
const message = "message" in err && typeof err.message === "string" ? err.message : `API error occurred: ${JSON.stringify(err)}`;
|
|
@@ -71145,6 +71245,8 @@ var init_transfer2 = __esm(() => {
|
|
|
71145
71245
|
this.foreignID = err.foreignID;
|
|
71146
71246
|
if (err.lineItems != null)
|
|
71147
71247
|
this.lineItems = err.lineItems;
|
|
71248
|
+
if (err.capture != null)
|
|
71249
|
+
this.capture = err.capture;
|
|
71148
71250
|
this.name = "Transfer";
|
|
71149
71251
|
}
|
|
71150
71252
|
};
|
|
@@ -71177,6 +71279,7 @@ var init_transfer2 = __esm(() => {
|
|
|
71177
71279
|
salesTaxAmount: Amount$inboundSchema.optional(),
|
|
71178
71280
|
foreignID: stringType().optional(),
|
|
71179
71281
|
lineItems: TransferLineItems$inboundSchema.optional(),
|
|
71282
|
+
capture: TransferCapture$inboundSchema.optional(),
|
|
71180
71283
|
request$: instanceOfType(Request),
|
|
71181
71284
|
response$: instanceOfType(Response),
|
|
71182
71285
|
body$: stringType()
|
|
@@ -71215,7 +71318,8 @@ var init_transfer2 = __esm(() => {
|
|
|
71215
71318
|
paymentLinkCode: stringType().optional(),
|
|
71216
71319
|
salesTaxAmount: Amount$outboundSchema.optional(),
|
|
71217
71320
|
foreignID: stringType().optional(),
|
|
71218
|
-
lineItems: TransferLineItems$outboundSchema.optional()
|
|
71321
|
+
lineItems: TransferLineItems$outboundSchema.optional(),
|
|
71322
|
+
capture: TransferCapture$outboundSchema.optional()
|
|
71219
71323
|
}));
|
|
71220
71324
|
});
|
|
71221
71325
|
|
|
@@ -76137,6 +76241,7 @@ var init_listissuedcardtransactions = __esm(() => {
|
|
|
76137
76241
|
skip: numberType().int().optional(),
|
|
76138
76242
|
count: numberType().int().optional(),
|
|
76139
76243
|
issuedCardID: stringType().optional(),
|
|
76244
|
+
merchantName: stringType().optional(),
|
|
76140
76245
|
startDateTime: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
76141
76246
|
endDateTime: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional()
|
|
76142
76247
|
});
|
|
@@ -76145,6 +76250,7 @@ var init_listissuedcardtransactions = __esm(() => {
|
|
|
76145
76250
|
skip: numberType().int().optional(),
|
|
76146
76251
|
count: numberType().int().optional(),
|
|
76147
76252
|
issuedCardID: stringType().optional(),
|
|
76253
|
+
merchantName: stringType().optional(),
|
|
76148
76254
|
startDateTime: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
76149
76255
|
endDateTime: dateType().transform((v2) => v2.toISOString()).optional()
|
|
76150
76256
|
});
|
|
@@ -76808,6 +76914,8 @@ var init_listtransfers = __esm(() => {
|
|
|
76808
76914
|
refunded: booleanType().optional(),
|
|
76809
76915
|
disputed: booleanType().optional(),
|
|
76810
76916
|
foreignID: stringType().optional(),
|
|
76917
|
+
authorizationIDs: arrayType(stringType()).optional(),
|
|
76918
|
+
captureIDs: arrayType(stringType()).optional(),
|
|
76811
76919
|
skip: numberType().int().optional(),
|
|
76812
76920
|
count: numberType().int().optional(),
|
|
76813
76921
|
accountID: stringType()
|
|
@@ -76823,6 +76931,8 @@ var init_listtransfers = __esm(() => {
|
|
|
76823
76931
|
refunded: booleanType().optional(),
|
|
76824
76932
|
disputed: booleanType().optional(),
|
|
76825
76933
|
foreignID: stringType().optional(),
|
|
76934
|
+
authorizationIDs: arrayType(stringType()).optional(),
|
|
76935
|
+
captureIDs: arrayType(stringType()).optional(),
|
|
76826
76936
|
skip: numberType().int().optional(),
|
|
76827
76937
|
count: numberType().int().optional(),
|
|
76828
76938
|
accountID: stringType()
|
|
@@ -81358,7 +81468,7 @@ var init_avatarsGet2 = __esm(() => {
|
|
|
81358
81468
|
name: "avatars-get",
|
|
81359
81469
|
description: `Get avatar image for an account using a unique ID.
|
|
81360
81470
|
|
|
81361
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
81471
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
81362
81472
|
you'll need to specify the \`/profile-enrichment.read\` scope.`,
|
|
81363
81473
|
args: args25,
|
|
81364
81474
|
tool: async (client, args26, ctx) => {
|
|
@@ -83476,7 +83586,7 @@ var init_cardIssuingGetFull2 = __esm(() => {
|
|
|
83476
83586
|
Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
|
|
83477
83587
|
|
|
83478
83588
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
83479
|
-
you'll need to specify the \`/accounts/{accountID}/issued-cards.read-
|
|
83589
|
+
you'll need to specify the \`/accounts/{accountID}/issued-cards.read-private\` scope.`,
|
|
83480
83590
|
args: args43,
|
|
83481
83591
|
tool: async (client, args44, ctx) => {
|
|
83482
83592
|
const [result, apiCall] = await cardIssuingGetFull(client, args44.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -86163,7 +86273,7 @@ var init_enrichedAddressGet2 = __esm(() => {
|
|
|
86163
86273
|
name: "enriched-address-get",
|
|
86164
86274
|
description: `Fetch enriched address suggestions. Requires a partial address.
|
|
86165
86275
|
|
|
86166
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
86276
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
86167
86277
|
you'll need to specify the \`/profile-enrichment.read\` scope.`,
|
|
86168
86278
|
args: args64,
|
|
86169
86279
|
tool: async (client, args65, ctx) => {
|
|
@@ -86272,7 +86382,7 @@ var init_enrichedProfileGet2 = __esm(() => {
|
|
|
86272
86382
|
name: "enriched-profile-get",
|
|
86273
86383
|
description: `Fetch enriched profile data. Requires a valid email address. This service is offered in collaboration with Clearbit.
|
|
86274
86384
|
|
|
86275
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
86385
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
86276
86386
|
you'll need to specify the \`/profile-enrichment.read\` scope.`,
|
|
86277
86387
|
args: args65,
|
|
86278
86388
|
tool: async (client, args66, ctx) => {
|
|
@@ -88660,7 +88770,7 @@ var init_imagesUpload2 = __esm(() => {
|
|
|
88660
88770
|
tool$imagesUpload = {
|
|
88661
88771
|
name: "images-upload",
|
|
88662
88772
|
description: ` Upload a new PNG, JPEG, or WebP image with optional metadata.
|
|
88663
|
-
Duplicate images
|
|
88773
|
+
Duplicate images return the existing image's metadata with a 409 status. Requests larger than 16MB will be rejected.`,
|
|
88664
88774
|
args: args85,
|
|
88665
88775
|
tool: async (client, args86, ctx) => {
|
|
88666
88776
|
const [result, apiCall] = await imagesUpload(client, args86.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -88861,11 +88971,11 @@ var init_institutionsSearch2 = __esm(() => {
|
|
|
88861
88971
|
};
|
|
88862
88972
|
tool$institutionsSearch = {
|
|
88863
88973
|
name: "institutions-search",
|
|
88864
|
-
description: `This endpoint has been deprecated and will be removed in a future release. Use [/institutions](https://docs.moov.io/api/enrichment/
|
|
88974
|
+
description: `This endpoint has been deprecated and will be removed in a future release. Use [/institutions](https://docs.moov.io/api/enrichment/institutions/get/).
|
|
88865
88975
|
|
|
88866
88976
|
Search for institutions by either their name or routing number.
|
|
88867
88977
|
|
|
88868
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
88978
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
88869
88979
|
you'll need to specify the \`/fed.read\` scope.`,
|
|
88870
88980
|
args: args86,
|
|
88871
88981
|
tool: async (client, args87, ctx) => {
|
|
@@ -89246,6 +89356,7 @@ async function $do92(client, request, options) {
|
|
|
89246
89356
|
count: payload.count,
|
|
89247
89357
|
endDateTime: payload.endDateTime,
|
|
89248
89358
|
issuedCardID: payload.issuedCardID,
|
|
89359
|
+
merchantName: payload.merchantName,
|
|
89249
89360
|
skip: payload.skip,
|
|
89250
89361
|
startDateTime: payload.startDateTime
|
|
89251
89362
|
}, { explode: false });
|
|
@@ -95447,7 +95558,9 @@ async function $do146(client, request, options) {
|
|
|
95447
95558
|
const [result] = await match(json([200, 202], CreateCancellationResponse$inboundSchema, {
|
|
95448
95559
|
hdrs: true,
|
|
95449
95560
|
key: "Result"
|
|
95450
|
-
}), jsonErr(400,
|
|
95561
|
+
}), jsonErr([400, 409, 422], GenericError$inboundSchema, {
|
|
95562
|
+
hdrs: true
|
|
95563
|
+
}), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
95451
95564
|
if (!result.ok) {
|
|
95452
95565
|
return [result, { status: "complete", request: req, response }];
|
|
95453
95566
|
}
|
|
@@ -95479,6 +95592,9 @@ var init_transfersCreateCancellation2 = __esm(() => {
|
|
|
95479
95592
|
name: "transfers-create-cancellation",
|
|
95480
95593
|
description: ` Initiate a cancellation for a card, ACH, or queued transfer.
|
|
95481
95594
|
|
|
95595
|
+
In v2026.10 and later, an auth-capture \`card-payment\` transfer can be canceled before any captures exist.
|
|
95596
|
+
For these transfers, a successful cancellation reduces \`capturableAmount\` without changing \`authorizedAmount\`.
|
|
95597
|
+
For these transfers, a partial cancellation leaves the remaining \`capturableAmount\` available for capture.
|
|
95482
95598
|
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
95483
95599
|
to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
|
|
95484
95600
|
args: args141,
|
|
@@ -95597,7 +95713,10 @@ var init_transfersCreateReversal2 = __esm(() => {
|
|
|
95597
95713
|
};
|
|
95598
95714
|
tool$transfersCreateReversal = {
|
|
95599
95715
|
name: "transfers-create-reversal",
|
|
95600
|
-
description: `Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
|
|
95716
|
+
description: `Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
|
|
95717
|
+
In v2026.10 and later, reversing an auth-capture \`card-payment\` transfer with no captures cancels the entire \`capturableAmount\`.
|
|
95718
|
+
In those API versions, an auth-capture \`card-payment\` transfer with one final capture is canceled or refunded depending on its processing state.
|
|
95719
|
+
Auth-capture \`card-payment\` transfers with a non-final capture or multiple captures are not supported in those API versions.
|
|
95601
95720
|
Read our [reversals guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/)
|
|
95602
95721
|
to learn more.
|
|
95603
95722
|
|
|
@@ -96244,6 +96363,8 @@ async function $do153(client, request, options) {
|
|
|
96244
96363
|
const path = pathToFunc("/accounts/{accountID}/transfers")(pathParams);
|
|
96245
96364
|
const query = encodeFormQuery({
|
|
96246
96365
|
accountIDs: payload.accountIDs,
|
|
96366
|
+
authorizationIDs: payload.authorizationIDs,
|
|
96367
|
+
captureIDs: payload.captureIDs,
|
|
96247
96368
|
count: payload.count,
|
|
96248
96369
|
disputed: payload.disputed,
|
|
96249
96370
|
endDateTime: payload.endDateTime,
|
|
@@ -96427,7 +96548,7 @@ async function $do154(client, request, options) {
|
|
|
96427
96548
|
const [result] = await match(json(200, ListCancellationsResponse$inboundSchema, {
|
|
96428
96549
|
hdrs: true,
|
|
96429
96550
|
key: "Result"
|
|
96430
|
-
}), fail([401, 403, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
96551
|
+
}), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
96431
96552
|
if (!result.ok) {
|
|
96432
96553
|
return [result, { status: "complete", request: req, response }];
|
|
96433
96554
|
}
|
|
@@ -96457,7 +96578,7 @@ var init_transfersListCancellations2 = __esm(() => {
|
|
|
96457
96578
|
tool$transfersListCancellations = {
|
|
96458
96579
|
name: "transfers-list-cancellations",
|
|
96459
96580
|
description: ` Get a list of cancellations for a transfer.
|
|
96460
|
-
|
|
96581
|
+
|
|
96461
96582
|
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
96462
96583
|
to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
|
|
96463
96584
|
args: args149,
|
|
@@ -96542,7 +96663,7 @@ async function $do155(client, request, options) {
|
|
|
96542
96663
|
const [result] = await match(json(200, ListRefundsResponse$inboundSchema, {
|
|
96543
96664
|
hdrs: true,
|
|
96544
96665
|
key: "Result"
|
|
96545
|
-
}), fail([401, 403, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
96666
|
+
}), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
96546
96667
|
if (!result.ok) {
|
|
96547
96668
|
return [result, { status: "complete", request: req, response }];
|
|
96548
96669
|
}
|
|
@@ -98626,7 +98747,7 @@ var init_webhooksUpdate2 = __esm(() => {
|
|
|
98626
98747
|
function createMCPServer(deps) {
|
|
98627
98748
|
const server = new McpServer({
|
|
98628
98749
|
name: "Moov",
|
|
98629
|
-
version: "26.3.
|
|
98750
|
+
version: "26.3.7"
|
|
98630
98751
|
});
|
|
98631
98752
|
const client = new MoovCore({
|
|
98632
98753
|
security: deps.security,
|
|
@@ -100196,7 +100317,7 @@ var routes = rn({
|
|
|
100196
100317
|
var app = Ve(routes, {
|
|
100197
100318
|
name: "mcp",
|
|
100198
100319
|
versionInfo: {
|
|
100199
|
-
currentVersion: "26.3.
|
|
100320
|
+
currentVersion: "26.3.7"
|
|
100200
100321
|
}
|
|
100201
100322
|
});
|
|
100202
100323
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -100204,5 +100325,5 @@ export {
|
|
|
100204
100325
|
app
|
|
100205
100326
|
};
|
|
100206
100327
|
|
|
100207
|
-
//# debugId=
|
|
100328
|
+
//# debugId=FF2580ABD5C928C564756E2164756E21
|
|
100208
100329
|
//# sourceMappingURL=mcp-server.js.map
|