@moovio/sdk 26.5.7 → 26.5.9
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 +22 -10
- package/bin/mcp-server.js +143 -37
- 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/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/cardIssuingGetFull.js +1 -1
- package/mcp-server/tools/cardIssuingGetFull.js.map +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 +1 -1
- 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 +8 -0
- package/models/components/createdtransfer.d.ts.map +1 -1
- 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 +1 -1
- 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/issuedcardauthorization.d.ts +5 -0
- package/models/components/issuedcardauthorization.d.ts.map +1 -1
- package/models/components/issuedcardauthorization.js +2 -0
- package/models/components/issuedcardauthorization.js.map +1 -1
- package/models/components/issuedcardstate.d.ts +3 -0
- package/models/components/issuedcardstate.d.ts.map +1 -1
- package/models/components/issuedcardstate.js +2 -0
- package/models/components/issuedcardstate.js.map +1 -1
- package/models/components/issuedcardtransaction.d.ts +5 -0
- package/models/components/issuedcardtransaction.d.ts.map +1 -1
- package/models/components/issuedcardtransaction.js +2 -0
- package/models/components/issuedcardtransaction.js.map +1 -1
- package/models/components/issuingcontrols.d.ts +3 -0
- package/models/components/issuingcontrols.d.ts.map +1 -1
- package/models/components/issuingcontrols.js.map +1 -1
- package/models/components/partnerpricingagreement.d.ts +12 -2
- package/models/components/partnerpricingagreement.d.ts.map +1 -1
- package/models/components/partnerpricingagreement.js +5 -0
- package/models/components/partnerpricingagreement.js.map +1 -1
- package/models/components/paymentlink.d.ts +3 -0
- package/models/components/paymentlink.d.ts.map +1 -1
- package/models/components/paymentlink.js.map +1 -1
- package/models/components/paymentlinkpayoutdetails.d.ts +4 -6
- package/models/components/paymentlinkpayoutdetails.d.ts.map +1 -1
- package/models/components/paymentlinkpayoutdetails.js.map +1 -1
- package/models/components/paymentlinkpayoutdetailsupdate.d.ts +4 -6
- package/models/components/paymentlinkpayoutdetailsupdate.d.ts.map +1 -1
- package/models/components/paymentlinkpayoutdetailsupdate.js.map +1 -1
- package/models/components/pushoptions.d.ts +4 -6
- package/models/components/pushoptions.d.ts.map +1 -1
- package/models/components/pushoptions.js.map +1 -1
- package/models/components/pushoptionsupdate.d.ts +4 -6
- package/models/components/pushoptionsupdate.d.ts.map +1 -1
- package/models/components/pushoptionsupdate.js.map +1 -1
- package/models/components/requestcard.d.ts +3 -0
- package/models/components/requestcard.d.ts.map +1 -1
- package/models/components/requestcard.js.map +1 -1
- package/models/components/requirementid.d.ts +7 -0
- package/models/components/requirementid.d.ts.map +1 -1
- package/models/components/requirementid.js +7 -0
- package/models/components/requirementid.js.map +1 -1
- package/models/components/reversedwithcancellation.d.ts +3 -0
- package/models/components/reversedwithcancellation.d.ts.map +1 -1
- package/models/components/reversedwithcancellation.js.map +1 -1
- package/models/components/statement.d.ts +6 -0
- package/models/components/statement.d.ts.map +1 -1
- package/models/components/statement.js +3 -0
- package/models/components/statement.js.map +1 -1
- package/models/components/sweepconfig.d.ts +2 -2
- package/models/components/sweepconfigpaymentmethod.d.ts +1 -1
- package/models/components/transfer.d.ts +8 -0
- package/models/components/transfer.d.ts.map +1 -1
- package/models/components/transfer.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/webhookdata.d.ts +3 -2
- package/models/components/webhookdata.d.ts.map +1 -1
- package/models/components/webhookdata.js +3 -0
- package/models/components/webhookdata.js.map +1 -1
- package/models/components/webhookdataeventtest.d.ts +20 -0
- package/models/components/webhookdataeventtest.d.ts.map +1 -0
- package/models/components/webhookdataeventtest.js +58 -0
- package/models/components/webhookdataeventtest.js.map +1 -0
- package/models/components/webhookeventtype.d.ts +1 -0
- package/models/components/webhookeventtype.d.ts.map +1 -1
- package/models/components/webhookeventtype.js +1 -0
- package/models/components/webhookeventtype.js.map +1 -1
- package/models/errors/transfer.d.ts +16 -0
- package/models/errors/transfer.d.ts.map +1 -1
- package/models/errors/transfer.js.map +1 -1
- package/models/operations/listaccounts.d.ts +3 -0
- package/models/operations/listaccounts.d.ts.map +1 -1
- package/models/operations/listaccounts.js.map +1 -1
- package/models/operations/listconnectedaccountsforaccount.d.ts +3 -0
- package/models/operations/listconnectedaccountsforaccount.d.ts.map +1 -1
- package/models/operations/listconnectedaccountsforaccount.js.map +1 -1
- package/models/operations/listdisputes.d.ts +3 -0
- package/models/operations/listdisputes.d.ts.map +1 -1
- package/models/operations/listdisputes.js.map +1 -1
- package/models/operations/listfeeplanagreements.d.ts +3 -0
- package/models/operations/listfeeplanagreements.d.ts.map +1 -1
- package/models/operations/listfeeplanagreements.js.map +1 -1
- package/models/operations/listfeerevenue.d.ts +3 -0
- package/models/operations/listfeerevenue.d.ts.map +1 -1
- package/models/operations/listfeerevenue.js.map +1 -1
- package/models/operations/listinvoices.d.ts +3 -0
- package/models/operations/listinvoices.d.ts.map +1 -1
- package/models/operations/listinvoices.js.map +1 -1
- package/models/operations/listissuedcardauthorizationevents.d.ts +3 -0
- package/models/operations/listissuedcardauthorizationevents.d.ts.map +1 -1
- package/models/operations/listissuedcardauthorizationevents.js.map +1 -1
- package/models/operations/listissuedcardauthorizations.d.ts +3 -0
- package/models/operations/listissuedcardauthorizations.d.ts.map +1 -1
- package/models/operations/listissuedcardauthorizations.js.map +1 -1
- package/models/operations/listissuedcards.d.ts +3 -0
- package/models/operations/listissuedcards.d.ts.map +1 -1
- package/models/operations/listissuedcards.js.map +1 -1
- package/models/operations/listissuedcardtransactions.d.ts +8 -0
- package/models/operations/listissuedcardtransactions.d.ts.map +1 -1
- package/models/operations/listissuedcardtransactions.js +2 -0
- package/models/operations/listissuedcardtransactions.js.map +1 -1
- package/models/operations/listpartnerpricingagreements.d.ts +3 -0
- package/models/operations/listpartnerpricingagreements.d.ts.map +1 -1
- package/models/operations/listpartnerpricingagreements.js.map +1 -1
- package/models/operations/listpaymentlinks.d.ts +3 -0
- package/models/operations/listpaymentlinks.d.ts.map +1 -1
- package/models/operations/listpaymentlinks.js.map +1 -1
- package/models/operations/listproducts.d.ts +3 -0
- package/models/operations/listproducts.d.ts.map +1 -1
- package/models/operations/listproducts.js.map +1 -1
- package/models/operations/listresidualfees.d.ts +3 -0
- package/models/operations/listresidualfees.d.ts.map +1 -1
- package/models/operations/listresidualfees.js.map +1 -1
- package/models/operations/listresiduals.d.ts +3 -0
- package/models/operations/listresiduals.d.ts.map +1 -1
- package/models/operations/listresiduals.js.map +1 -1
- package/models/operations/listschedules.d.ts +3 -0
- package/models/operations/listschedules.d.ts.map +1 -1
- package/models/operations/listschedules.js.map +1 -1
- package/models/operations/liststatements.d.ts +3 -0
- package/models/operations/liststatements.d.ts.map +1 -1
- package/models/operations/liststatements.js.map +1 -1
- package/models/operations/listsweeps.d.ts +3 -0
- package/models/operations/listsweeps.d.ts.map +1 -1
- package/models/operations/listsweeps.js.map +1 -1
- package/models/operations/listtickets.d.ts +3 -0
- package/models/operations/listtickets.d.ts.map +1 -1
- package/models/operations/listtickets.js.map +1 -1
- package/models/operations/listtransfers.d.ts +4 -1
- package/models/operations/listtransfers.d.ts.map +1 -1
- 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/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/cardIssuingGetFull.ts +1 -1
- package/src/mcp-server/tools/imagesUpload.ts +1 -1
- package/src/mcp-server/tools/institutionsSearch.ts +1 -1
- 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 +8 -0
- package/src/models/components/createfeeplanagreement.ts +18 -1
- package/src/models/components/createpaymentlink.ts +3 -0
- package/src/models/components/createrefund.ts +1 -1
- 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/issuedcardauthorization.ts +7 -0
- package/src/models/components/issuedcardstate.ts +3 -0
- package/src/models/components/issuedcardtransaction.ts +7 -0
- package/src/models/components/issuingcontrols.ts +3 -0
- package/src/models/components/partnerpricingagreement.ts +19 -2
- package/src/models/components/paymentlink.ts +3 -0
- package/src/models/components/paymentlinkpayoutdetails.ts +4 -6
- package/src/models/components/paymentlinkpayoutdetailsupdate.ts +4 -6
- package/src/models/components/pushoptions.ts +4 -6
- package/src/models/components/pushoptionsupdate.ts +4 -6
- package/src/models/components/requestcard.ts +3 -0
- package/src/models/components/requirementid.ts +14 -0
- package/src/models/components/reversedwithcancellation.ts +3 -0
- package/src/models/components/statement.ts +13 -0
- package/src/models/components/sweepconfig.ts +2 -2
- package/src/models/components/sweepconfigpaymentmethod.ts +1 -1
- package/src/models/components/transfer.ts +8 -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/webhookdata.ts +12 -2
- package/src/models/components/webhookdataeventtest.ts +54 -0
- package/src/models/components/webhookeventtype.ts +1 -0
- package/src/models/errors/transfer.ts +16 -0
- package/src/models/operations/listaccounts.ts +3 -0
- package/src/models/operations/listconnectedaccountsforaccount.ts +3 -0
- package/src/models/operations/listdisputes.ts +3 -0
- package/src/models/operations/listfeeplanagreements.ts +3 -0
- package/src/models/operations/listfeerevenue.ts +3 -0
- package/src/models/operations/listinvoices.ts +3 -0
- package/src/models/operations/listissuedcardauthorizationevents.ts +3 -0
- package/src/models/operations/listissuedcardauthorizations.ts +3 -0
- package/src/models/operations/listissuedcards.ts +3 -0
- package/src/models/operations/listissuedcardtransactions.ts +10 -0
- package/src/models/operations/listpartnerpricingagreements.ts +3 -0
- package/src/models/operations/listpaymentlinks.ts +3 -0
- package/src/models/operations/listproducts.ts +3 -0
- package/src/models/operations/listresidualfees.ts +3 -0
- package/src/models/operations/listresiduals.ts +3 -0
- package/src/models/operations/listschedules.ts +3 -0
- package/src/models/operations/liststatements.ts +3 -0
- package/src/models/operations/listsweeps.ts +3 -0
- package/src/models/operations/listtickets.ts +3 -0
- package/src/models/operations/listtransfers.ts +4 -1
- package/src/models/operations/listwallets.ts +3 -0
- package/src/models/operations/listwallettransactions.ts +3 -0
- package/src/models/operations/retrievefees.ts +3 -0
- package/src/sdk/cardissuing.ts +1 -1
- package/src/sdk/images.ts +1 -1
- package/src/sdk/institutions.ts +1 -1
- package/src/sdk/transfers.ts +6 -0
package/bin/mcp-server.js
CHANGED
|
@@ -52974,9 +52974,9 @@ var init_config = __esm(() => {
|
|
|
52974
52974
|
SDK_METADATA = {
|
|
52975
52975
|
language: "typescript",
|
|
52976
52976
|
openapiDocVersion: "v2026.04.00",
|
|
52977
|
-
sdkVersion: "26.5.
|
|
52978
|
-
genVersion: "2.
|
|
52979
|
-
userAgent: "speakeasy-sdk/typescript 26.5.
|
|
52977
|
+
sdkVersion: "26.5.9",
|
|
52978
|
+
genVersion: "2.935.1",
|
|
52979
|
+
userAgent: "speakeasy-sdk/typescript 26.5.9 2.935.1 v2026.04.00 @moovio/sdk"
|
|
52980
52980
|
};
|
|
52981
52981
|
});
|
|
52982
52982
|
|
|
@@ -53150,6 +53150,19 @@ var init_base64 = __esm(() => {
|
|
|
53150
53150
|
});
|
|
53151
53151
|
|
|
53152
53152
|
// src/lib/encodings.ts
|
|
53153
|
+
function encodeKeyChars(v2, charEncoding) {
|
|
53154
|
+
return encodeChars(v2, charEncoding === "percentExceptReserved" ? "percent" : charEncoding);
|
|
53155
|
+
}
|
|
53156
|
+
function encodeChars(v2, charEncoding) {
|
|
53157
|
+
switch (charEncoding) {
|
|
53158
|
+
case "percent":
|
|
53159
|
+
return encodeURIComponent(v2);
|
|
53160
|
+
case "percentExceptReserved":
|
|
53161
|
+
return encodeURIComponent(v2).replace(reservedEscapes, (m) => decodeURIComponent(m));
|
|
53162
|
+
default:
|
|
53163
|
+
return v2;
|
|
53164
|
+
}
|
|
53165
|
+
}
|
|
53153
53166
|
function formEncoder(sep) {
|
|
53154
53167
|
return (key, value, options) => {
|
|
53155
53168
|
let out = "";
|
|
@@ -53158,7 +53171,7 @@ function formEncoder(sep) {
|
|
|
53158
53171
|
return;
|
|
53159
53172
|
}
|
|
53160
53173
|
const encodeString = (v2) => {
|
|
53161
|
-
return options?.charEncoding
|
|
53174
|
+
return encodeChars(v2, options?.charEncoding);
|
|
53162
53175
|
};
|
|
53163
53176
|
const encodeValue = (v2) => encodeString(serializeValue(v2));
|
|
53164
53177
|
const encodedSep = encodeString(sep);
|
|
@@ -53179,7 +53192,7 @@ function formEncoder(sep) {
|
|
|
53179
53192
|
if (encValue == null) {
|
|
53180
53193
|
return;
|
|
53181
53194
|
}
|
|
53182
|
-
tmp = `${
|
|
53195
|
+
tmp = `${encodeKeyChars(pk, options?.charEncoding)}=${encValue}`;
|
|
53183
53196
|
if (!tmp || tmp === "=") {
|
|
53184
53197
|
return;
|
|
53185
53198
|
}
|
|
@@ -53203,7 +53216,7 @@ function encodeDeepObjectObject(key, value, options) {
|
|
|
53203
53216
|
}
|
|
53204
53217
|
let out = "";
|
|
53205
53218
|
const encodeString = (v2) => {
|
|
53206
|
-
return options?.charEncoding
|
|
53219
|
+
return encodeChars(v2, options?.charEncoding);
|
|
53207
53220
|
};
|
|
53208
53221
|
if (!isPlainObject2(value)) {
|
|
53209
53222
|
throw new EncodingError(`Expected parameter '${key}' to be an object.`);
|
|
@@ -53220,7 +53233,7 @@ function encodeDeepObjectObject(key, value, options) {
|
|
|
53220
53233
|
}
|
|
53221
53234
|
const pairs = Array.isArray(cv) ? cv : [cv];
|
|
53222
53235
|
const encoded = mapDefined(pairs, (v2) => {
|
|
53223
|
-
return `${
|
|
53236
|
+
return `${encodeKeyChars(pk, options?.charEncoding)}=${encodeString(serializeValue(v2))}`;
|
|
53224
53237
|
})?.join("&");
|
|
53225
53238
|
out += encoded == null ? "" : `&${encoded}`;
|
|
53226
53239
|
});
|
|
@@ -53231,10 +53244,10 @@ function encodeJSON(key, value, options) {
|
|
|
53231
53244
|
return;
|
|
53232
53245
|
}
|
|
53233
53246
|
const encodeString = (v2) => {
|
|
53234
|
-
return options?.charEncoding
|
|
53247
|
+
return encodeChars(v2, options?.charEncoding);
|
|
53235
53248
|
};
|
|
53236
53249
|
const encVal = encodeString(JSON.stringify(value, jsonReplacer));
|
|
53237
|
-
return options?.explode ? encVal : `${
|
|
53250
|
+
return options?.explode ? encVal : `${encodeKeyChars(key, options?.charEncoding)}=${encVal}`;
|
|
53238
53251
|
}
|
|
53239
53252
|
function explode(key, value) {
|
|
53240
53253
|
if (Array.isArray(value)) {
|
|
@@ -53348,14 +53361,14 @@ async function normalizeBlob(value) {
|
|
|
53348
53361
|
}
|
|
53349
53362
|
return new Blob([await value.arrayBuffer()], { type: value.type });
|
|
53350
53363
|
}
|
|
53351
|
-
var EncodingError, encodeForm, encodeSpaceDelimited, encodePipeDelimited, encodeSimple = (key, value, options) => {
|
|
53364
|
+
var EncodingError, reservedEscapes, encodeForm, encodeSpaceDelimited, encodePipeDelimited, encodeSimple = (key, value, options) => {
|
|
53352
53365
|
let out = "";
|
|
53353
53366
|
const pairs = options?.explode ? explode(key, value) : [[key, value]];
|
|
53354
53367
|
if (pairs.every(([_2, v2]) => v2 == null)) {
|
|
53355
53368
|
return;
|
|
53356
53369
|
}
|
|
53357
53370
|
const encodeString = (v2) => {
|
|
53358
|
-
return options?.charEncoding
|
|
53371
|
+
return encodeChars(v2, options?.charEncoding);
|
|
53359
53372
|
};
|
|
53360
53373
|
const encodeValue = (v2) => encodeString(serializeValue(v2));
|
|
53361
53374
|
pairs.forEach(([pk, pv]) => {
|
|
@@ -53386,6 +53399,7 @@ var init_encodings = __esm(() => {
|
|
|
53386
53399
|
this.name = "EncodingError";
|
|
53387
53400
|
}
|
|
53388
53401
|
};
|
|
53402
|
+
reservedEscapes = /%(2[346bcf]|3[abdf]|40|5[bd])/gi;
|
|
53389
53403
|
encodeForm = formEncoder(",");
|
|
53390
53404
|
encodeSpaceDelimited = formEncoder(" ");
|
|
53391
53405
|
encodePipeDelimited = formEncoder("|");
|
|
@@ -56158,6 +56172,39 @@ var init_adjustment = __esm(() => {
|
|
|
56158
56172
|
});
|
|
56159
56173
|
});
|
|
56160
56174
|
|
|
56175
|
+
// src/models/components/billingadjustment.ts
|
|
56176
|
+
var BillingAdjustment$inboundSchema, BillingAdjustment$outboundSchema;
|
|
56177
|
+
var init_billingadjustment = __esm(() => {
|
|
56178
|
+
init_esm();
|
|
56179
|
+
init_amountdecimal();
|
|
56180
|
+
BillingAdjustment$inboundSchema = objectType({
|
|
56181
|
+
feeName: stringType(),
|
|
56182
|
+
count: numberType().int(),
|
|
56183
|
+
amount: AmountDecimal$inboundSchema
|
|
56184
|
+
});
|
|
56185
|
+
BillingAdjustment$outboundSchema = objectType({
|
|
56186
|
+
feeName: stringType(),
|
|
56187
|
+
count: numberType().int(),
|
|
56188
|
+
amount: AmountDecimal$outboundSchema
|
|
56189
|
+
});
|
|
56190
|
+
});
|
|
56191
|
+
|
|
56192
|
+
// src/models/components/adjustmentfees.ts
|
|
56193
|
+
var AdjustmentFees$inboundSchema, AdjustmentFees$outboundSchema;
|
|
56194
|
+
var init_adjustmentfees = __esm(() => {
|
|
56195
|
+
init_esm();
|
|
56196
|
+
init_billingadjustment();
|
|
56197
|
+
init_billingcountandamount();
|
|
56198
|
+
AdjustmentFees$inboundSchema = objectType({
|
|
56199
|
+
items: arrayType(BillingAdjustment$inboundSchema),
|
|
56200
|
+
total: BillingCountAndAmount$inboundSchema
|
|
56201
|
+
});
|
|
56202
|
+
AdjustmentFees$outboundSchema = objectType({
|
|
56203
|
+
items: arrayType(BillingAdjustment$outboundSchema),
|
|
56204
|
+
total: BillingCountAndAmount$outboundSchema
|
|
56205
|
+
});
|
|
56206
|
+
});
|
|
56207
|
+
|
|
56161
56208
|
// src/models/components/amount.ts
|
|
56162
56209
|
var Amount$inboundSchema, Amount$outboundSchema;
|
|
56163
56210
|
var init_amount = __esm(() => {
|
|
@@ -56413,7 +56460,7 @@ var init_applicationscope = __esm(() => {
|
|
|
56413
56460
|
FilesWrite: "files.write",
|
|
56414
56461
|
IssuedCardsRead: "issued-cards.read",
|
|
56415
56462
|
IssuedCardsWrite: "issued-cards.write",
|
|
56416
|
-
|
|
56463
|
+
IssuedCardsReadPrivate: "issued-cards.read-private",
|
|
56417
56464
|
PaymentMethodsRead: "payment-methods.read",
|
|
56418
56465
|
PingRead: "ping.read",
|
|
56419
56466
|
ProfileEnrichmentRead: "profile-enrichment.read",
|
|
@@ -59348,7 +59395,7 @@ var init_partnerfees = __esm(() => {
|
|
|
59348
59395
|
});
|
|
59349
59396
|
|
|
59350
59397
|
// src/models/components/billingsummary.ts
|
|
59351
|
-
var BillingSummaryVolumeAmount$inboundSchema, BillingSummaryVolumeAmount$outboundSchema, CardAcquiring$inboundSchema, CardAcquiring$outboundSchema, BillingSummaryPlatformFees$inboundSchema, BillingSummaryPlatformFees$outboundSchema,
|
|
59398
|
+
var BillingSummaryVolumeAmount$inboundSchema, BillingSummaryVolumeAmount$outboundSchema, CardAcquiring$inboundSchema, CardAcquiring$outboundSchema, BillingSummaryPlatformFees$inboundSchema, BillingSummaryPlatformFees$outboundSchema, BillingSummaryAdjustmentFees$inboundSchema, BillingSummaryAdjustmentFees$outboundSchema, OtherFees$inboundSchema, OtherFees$outboundSchema, BillingSummary$inboundSchema, BillingSummary$outboundSchema;
|
|
59352
59399
|
var init_billingsummary = __esm(() => {
|
|
59353
59400
|
init_esm();
|
|
59354
59401
|
init_amountdecimal();
|
|
@@ -59389,11 +59436,11 @@ var init_billingsummary = __esm(() => {
|
|
|
59389
59436
|
currency: stringType(),
|
|
59390
59437
|
valueDecimal: stringType()
|
|
59391
59438
|
});
|
|
59392
|
-
|
|
59439
|
+
BillingSummaryAdjustmentFees$inboundSchema = objectType({
|
|
59393
59440
|
currency: stringType(),
|
|
59394
59441
|
valueDecimal: stringType()
|
|
59395
59442
|
});
|
|
59396
|
-
|
|
59443
|
+
BillingSummaryAdjustmentFees$outboundSchema = objectType({
|
|
59397
59444
|
currency: stringType(),
|
|
59398
59445
|
valueDecimal: stringType()
|
|
59399
59446
|
});
|
|
@@ -59411,7 +59458,7 @@ var init_billingsummary = __esm(() => {
|
|
|
59411
59458
|
instantPayments: BillingSummaryDetails$inboundSchema.optional(),
|
|
59412
59459
|
platformFees: lazyType(() => BillingSummaryPlatformFees$inboundSchema).optional(),
|
|
59413
59460
|
accountFees: BillingSummaryDetails$inboundSchema.optional(),
|
|
59414
|
-
adjustmentFees: lazyType(() =>
|
|
59461
|
+
adjustmentFees: lazyType(() => BillingSummaryAdjustmentFees$inboundSchema).optional(),
|
|
59415
59462
|
otherFees: lazyType(() => OtherFees$inboundSchema).optional(),
|
|
59416
59463
|
otherCardFees: BillingSummaryDetails$inboundSchema.optional(),
|
|
59417
59464
|
total: AmountDecimal$inboundSchema.optional(),
|
|
@@ -59419,7 +59466,8 @@ var init_billingsummary = __esm(() => {
|
|
|
59419
59466
|
revenueShare: stringType().optional(),
|
|
59420
59467
|
residualSubtotal: AmountDecimal$inboundSchema.optional(),
|
|
59421
59468
|
monthlyPartnerCosts: PartnerFees$inboundSchema.optional(),
|
|
59422
|
-
netPartnerPayment: AmountDecimal$inboundSchema.optional()
|
|
59469
|
+
netPartnerPayment: AmountDecimal$inboundSchema.optional(),
|
|
59470
|
+
totalNetPartnerPayment: AmountDecimal$inboundSchema.optional()
|
|
59423
59471
|
});
|
|
59424
59472
|
BillingSummary$outboundSchema = objectType({
|
|
59425
59473
|
cardAcquiring: lazyType(() => CardAcquiring$outboundSchema).optional(),
|
|
@@ -59427,7 +59475,7 @@ var init_billingsummary = __esm(() => {
|
|
|
59427
59475
|
instantPayments: BillingSummaryDetails$outboundSchema.optional(),
|
|
59428
59476
|
platformFees: lazyType(() => BillingSummaryPlatformFees$outboundSchema).optional(),
|
|
59429
59477
|
accountFees: BillingSummaryDetails$outboundSchema.optional(),
|
|
59430
|
-
adjustmentFees: lazyType(() =>
|
|
59478
|
+
adjustmentFees: lazyType(() => BillingSummaryAdjustmentFees$outboundSchema).optional(),
|
|
59431
59479
|
otherFees: lazyType(() => OtherFees$outboundSchema).optional(),
|
|
59432
59480
|
otherCardFees: BillingSummaryDetails$outboundSchema.optional(),
|
|
59433
59481
|
total: AmountDecimal$outboundSchema.optional(),
|
|
@@ -59435,7 +59483,8 @@ var init_billingsummary = __esm(() => {
|
|
|
59435
59483
|
revenueShare: stringType().optional(),
|
|
59436
59484
|
residualSubtotal: AmountDecimal$outboundSchema.optional(),
|
|
59437
59485
|
monthlyPartnerCosts: PartnerFees$outboundSchema.optional(),
|
|
59438
|
-
netPartnerPayment: AmountDecimal$outboundSchema.optional()
|
|
59486
|
+
netPartnerPayment: AmountDecimal$outboundSchema.optional(),
|
|
59487
|
+
totalNetPartnerPayment: AmountDecimal$outboundSchema.optional()
|
|
59439
59488
|
});
|
|
59440
59489
|
});
|
|
59441
59490
|
|
|
@@ -59745,6 +59794,13 @@ var init_requirementid = __esm(() => {
|
|
|
59745
59794
|
UnderwritingSendFundsPushToCardEstimatedActivityMonthlyVolumeRange: "underwriting.sendFunds.pushToCard.estimatedActivity.monthlyVolumeRange",
|
|
59746
59795
|
UnderwritingSendFundsPushToCardFulfillment: "underwriting.sendFunds.pushToCard.fulfillment",
|
|
59747
59796
|
UnderwritingSendFundsPushToCardRefundPolicy: "underwriting.sendFunds.pushToCard.refundPolicy",
|
|
59797
|
+
UnderwritingSendFundsInstantBankCardAcceptanceMethods: "underwriting.sendFunds.instantBank.cardAcceptanceMethods",
|
|
59798
|
+
UnderwritingSendFundsInstantBankCurrentlyAcceptsCards: "underwriting.sendFunds.instantBank.currentlyAcceptsCards",
|
|
59799
|
+
UnderwritingSendFundsInstantBankEstimatedActivityAverageTransactionAmount: "underwriting.sendFunds.instantBank.estimatedActivity.averageTransactionAmount",
|
|
59800
|
+
UnderwritingSendFundsInstantBankEstimatedActivityMaximumTransactionAmount: "underwriting.sendFunds.instantBank.estimatedActivity.maximumTransactionAmount",
|
|
59801
|
+
UnderwritingSendFundsInstantBankEstimatedActivityMonthlyVolumeRange: "underwriting.sendFunds.instantBank.estimatedActivity.monthlyVolumeRange",
|
|
59802
|
+
UnderwritingSendFundsInstantBankFulfillment: "underwriting.sendFunds.instantBank.fulfillment",
|
|
59803
|
+
UnderwritingSendFundsInstantBankRefundPolicy: "underwriting.sendFunds.instantBank.refundPolicy",
|
|
59748
59804
|
UnderwritingMoneyTransferPullFromCardCardAcceptanceMethods: "underwriting.moneyTransfer.pullFromCard.cardAcceptanceMethods",
|
|
59749
59805
|
UnderwritingMoneyTransferPullFromCardCurrentlyAcceptsCards: "underwriting.moneyTransfer.pullFromCard.currentlyAcceptsCards",
|
|
59750
59806
|
UnderwritingMoneyTransferPullFromCardEstimatedActivityAverageTransactionAmount: "underwriting.moneyTransfer.pullFromCard.estimatedActivity.averageTransactionAmount",
|
|
@@ -62006,10 +62062,12 @@ var CreateFeePlanAgreement$inboundSchema, CreateFeePlanAgreement$outboundSchema;
|
|
|
62006
62062
|
var init_createfeeplanagreement = __esm(() => {
|
|
62007
62063
|
init_esm();
|
|
62008
62064
|
CreateFeePlanAgreement$inboundSchema = objectType({
|
|
62009
|
-
planID: stringType()
|
|
62065
|
+
planID: stringType(),
|
|
62066
|
+
priorAgreementID: stringType().optional()
|
|
62010
62067
|
});
|
|
62011
62068
|
CreateFeePlanAgreement$outboundSchema = objectType({
|
|
62012
|
-
planID: stringType()
|
|
62069
|
+
planID: stringType(),
|
|
62070
|
+
priorAgreementID: stringType().optional()
|
|
62013
62071
|
});
|
|
62014
62072
|
});
|
|
62015
62073
|
|
|
@@ -63366,7 +63424,8 @@ var init_webhookeventtype = __esm(() => {
|
|
|
63366
63424
|
WalletUpdated: "wallet.updated",
|
|
63367
63425
|
WalletTransactionUpdated: "walletTransaction.updated",
|
|
63368
63426
|
BillingStatementCreated: "billingStatement.created",
|
|
63369
|
-
AuthorizationExpiring: "authorization.expiring"
|
|
63427
|
+
AuthorizationExpiring: "authorization.expiring",
|
|
63428
|
+
EventTest: "event.test"
|
|
63370
63429
|
};
|
|
63371
63430
|
WebhookEventType$inboundSchema = nativeEnumType(WebhookEventType);
|
|
63372
63431
|
WebhookEventType$outboundSchema = WebhookEventType$inboundSchema;
|
|
@@ -63870,7 +63929,9 @@ var init_feeplanagreement = __esm(() => {
|
|
|
63870
63929
|
cardAcquiringModel: CardAcquiringModel$inboundSchema,
|
|
63871
63930
|
billableFees: arrayType(BillableFee$inboundSchema),
|
|
63872
63931
|
minimumCommitment: MinimumCommitment$inboundSchema,
|
|
63873
|
-
monthlyPlatformFee: MonthlyPlatformFee$inboundSchema
|
|
63932
|
+
monthlyPlatformFee: MonthlyPlatformFee$inboundSchema,
|
|
63933
|
+
priorAgreementID: stringType().optional(),
|
|
63934
|
+
priorAgreementTerminatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional()
|
|
63874
63935
|
});
|
|
63875
63936
|
FeePlanAgreement$outboundSchema = objectType({
|
|
63876
63937
|
agreementID: stringType(),
|
|
@@ -63883,7 +63944,9 @@ var init_feeplanagreement = __esm(() => {
|
|
|
63883
63944
|
cardAcquiringModel: CardAcquiringModel$outboundSchema,
|
|
63884
63945
|
billableFees: arrayType(BillableFee$outboundSchema),
|
|
63885
63946
|
minimumCommitment: MinimumCommitment$outboundSchema,
|
|
63886
|
-
monthlyPlatformFee: MonthlyPlatformFee$outboundSchema
|
|
63947
|
+
monthlyPlatformFee: MonthlyPlatformFee$outboundSchema,
|
|
63948
|
+
priorAgreementID: stringType().optional(),
|
|
63949
|
+
priorAgreementTerminatedOn: dateType().transform((v2) => v2.toISOString()).optional()
|
|
63887
63950
|
});
|
|
63888
63951
|
});
|
|
63889
63952
|
|
|
@@ -64085,6 +64148,7 @@ var init_issuedcardstate = __esm(() => {
|
|
|
64085
64148
|
init_esm();
|
|
64086
64149
|
IssuedCardState = {
|
|
64087
64150
|
Active: "active",
|
|
64151
|
+
Frozen: "frozen",
|
|
64088
64152
|
Closed: "closed"
|
|
64089
64153
|
};
|
|
64090
64154
|
IssuedCardState$inboundSchema = nativeEnumType(IssuedCardState);
|
|
@@ -65061,6 +65125,7 @@ var init_issuedcardauthorization = __esm(() => {
|
|
|
65061
65125
|
IssuedCardAuthorization$inboundSchema = objectType({
|
|
65062
65126
|
authorizationID: stringType(),
|
|
65063
65127
|
issuedCardID: stringType(),
|
|
65128
|
+
lastFourCardNumber: stringType().optional(),
|
|
65064
65129
|
fundingWalletID: stringType(),
|
|
65065
65130
|
network: CardIssuingNetwork$inboundSchema,
|
|
65066
65131
|
authorizedAmount: stringType(),
|
|
@@ -65072,6 +65137,7 @@ var init_issuedcardauthorization = __esm(() => {
|
|
|
65072
65137
|
IssuedCardAuthorization$outboundSchema = objectType({
|
|
65073
65138
|
authorizationID: stringType(),
|
|
65074
65139
|
issuedCardID: stringType(),
|
|
65140
|
+
lastFourCardNumber: stringType().optional(),
|
|
65075
65141
|
fundingWalletID: stringType(),
|
|
65076
65142
|
network: CardIssuingNetwork$outboundSchema,
|
|
65077
65143
|
authorizedAmount: stringType(),
|
|
@@ -65141,6 +65207,7 @@ var init_issuedcardtransaction = __esm(() => {
|
|
|
65141
65207
|
IssuedCardTransaction$inboundSchema = objectType({
|
|
65142
65208
|
cardTransactionID: stringType(),
|
|
65143
65209
|
issuedCardID: stringType(),
|
|
65210
|
+
lastFourCardNumber: stringType().optional(),
|
|
65144
65211
|
fundingWalletID: stringType(),
|
|
65145
65212
|
amount: stringType(),
|
|
65146
65213
|
authorizationID: stringType().optional(),
|
|
@@ -65151,6 +65218,7 @@ var init_issuedcardtransaction = __esm(() => {
|
|
|
65151
65218
|
IssuedCardTransaction$outboundSchema = objectType({
|
|
65152
65219
|
cardTransactionID: stringType(),
|
|
65153
65220
|
issuedCardID: stringType(),
|
|
65221
|
+
lastFourCardNumber: stringType().optional(),
|
|
65154
65222
|
fundingWalletID: stringType(),
|
|
65155
65223
|
amount: stringType(),
|
|
65156
65224
|
authorizationID: stringType().optional(),
|
|
@@ -66037,6 +66105,8 @@ var init_partnerpricingagreement = __esm(() => {
|
|
|
66037
66105
|
billableFees: arrayType(BillableFee$inboundSchema),
|
|
66038
66106
|
minimumCommitment: MinimumCommitment$inboundSchema,
|
|
66039
66107
|
monthlyPlatformFee: MonthlyPlatformFee$inboundSchema,
|
|
66108
|
+
priorAgreementID: stringType().optional(),
|
|
66109
|
+
priorAgreementTerminatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
66040
66110
|
revenueShare: stringType()
|
|
66041
66111
|
});
|
|
66042
66112
|
PartnerPricingAgreement$outboundSchema = objectType({
|
|
@@ -66051,6 +66121,8 @@ var init_partnerpricingagreement = __esm(() => {
|
|
|
66051
66121
|
billableFees: arrayType(BillableFee$outboundSchema),
|
|
66052
66122
|
minimumCommitment: MinimumCommitment$outboundSchema,
|
|
66053
66123
|
monthlyPlatformFee: MonthlyPlatformFee$outboundSchema,
|
|
66124
|
+
priorAgreementID: stringType().optional(),
|
|
66125
|
+
priorAgreementTerminatedOn: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
66054
66126
|
revenueShare: stringType()
|
|
66055
66127
|
});
|
|
66056
66128
|
});
|
|
@@ -67777,6 +67849,7 @@ var init_statement = __esm(() => {
|
|
|
67777
67849
|
init_esm();
|
|
67778
67850
|
init_accountfees();
|
|
67779
67851
|
init_achfees();
|
|
67852
|
+
init_adjustmentfees();
|
|
67780
67853
|
init_billingsummary();
|
|
67781
67854
|
init_cardacquiringfees();
|
|
67782
67855
|
init_instantpaymentfees();
|
|
@@ -67799,6 +67872,7 @@ var init_statement = __esm(() => {
|
|
|
67799
67872
|
accountFees: AccountFees$inboundSchema.optional(),
|
|
67800
67873
|
otherCardFees: OtherCardFees$inboundSchema.optional(),
|
|
67801
67874
|
partnerFees: PartnerFees$inboundSchema.optional(),
|
|
67875
|
+
adjustments: AdjustmentFees$inboundSchema.optional(),
|
|
67802
67876
|
createdOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)),
|
|
67803
67877
|
updatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2))
|
|
67804
67878
|
});
|
|
@@ -67818,6 +67892,7 @@ var init_statement = __esm(() => {
|
|
|
67818
67892
|
accountFees: AccountFees$outboundSchema.optional(),
|
|
67819
67893
|
otherCardFees: OtherCardFees$outboundSchema.optional(),
|
|
67820
67894
|
partnerFees: PartnerFees$outboundSchema.optional(),
|
|
67895
|
+
adjustments: AdjustmentFees$outboundSchema.optional(),
|
|
67821
67896
|
createdOn: dateType().transform((v2) => v2.toISOString()),
|
|
67822
67897
|
updatedOn: dateType().transform((v2) => v2.toISOString())
|
|
67823
67898
|
});
|
|
@@ -68600,6 +68675,8 @@ var UpdateIssuedCardState, UpdateIssuedCardState$inboundSchema, UpdateIssuedCard
|
|
|
68600
68675
|
var init_updateissuedcardstate = __esm(() => {
|
|
68601
68676
|
init_esm();
|
|
68602
68677
|
UpdateIssuedCardState = {
|
|
68678
|
+
Active: "active",
|
|
68679
|
+
Frozen: "frozen",
|
|
68603
68680
|
Closed: "closed"
|
|
68604
68681
|
};
|
|
68605
68682
|
UpdateIssuedCardState$inboundSchema = nativeEnumType(UpdateIssuedCardState);
|
|
@@ -69334,6 +69411,18 @@ var init_webhookdatadisputeupdated = __esm(() => {
|
|
|
69334
69411
|
});
|
|
69335
69412
|
});
|
|
69336
69413
|
|
|
69414
|
+
// src/models/components/webhookdataeventtest.ts
|
|
69415
|
+
var WebhookDataEventTest$inboundSchema, WebhookDataEventTest$outboundSchema;
|
|
69416
|
+
var init_webhookdataeventtest = __esm(() => {
|
|
69417
|
+
init_esm();
|
|
69418
|
+
WebhookDataEventTest$inboundSchema = objectType({
|
|
69419
|
+
ping: booleanType()
|
|
69420
|
+
});
|
|
69421
|
+
WebhookDataEventTest$outboundSchema = objectType({
|
|
69422
|
+
ping: booleanType()
|
|
69423
|
+
});
|
|
69424
|
+
});
|
|
69425
|
+
|
|
69337
69426
|
// src/models/components/webhookdatainvoicecreated.ts
|
|
69338
69427
|
var WebhookDataInvoiceCreated$inboundSchema, WebhookDataInvoiceCreated$outboundSchema;
|
|
69339
69428
|
var init_webhookdatainvoicecreated = __esm(() => {
|
|
@@ -69781,6 +69870,7 @@ var init_webhookdata = __esm(() => {
|
|
|
69781
69870
|
init_webhookdatacardautoupdated();
|
|
69782
69871
|
init_webhookdatadisputecreated();
|
|
69783
69872
|
init_webhookdatadisputeupdated();
|
|
69873
|
+
init_webhookdataeventtest();
|
|
69784
69874
|
init_webhookdatainvoicecreated();
|
|
69785
69875
|
init_webhookdatainvoiceupdated();
|
|
69786
69876
|
init_webhookdatanetworkidupdated();
|
|
@@ -69841,7 +69931,8 @@ var init_webhookdata = __esm(() => {
|
|
|
69841
69931
|
WebhookDataAccountCreated$inboundSchema,
|
|
69842
69932
|
WebhookDataAccountUpdated$inboundSchema,
|
|
69843
69933
|
WebhookDataAccountDisconnected$inboundSchema,
|
|
69844
|
-
WebhookDataNetworkIDUpdated$inboundSchema
|
|
69934
|
+
WebhookDataNetworkIDUpdated$inboundSchema,
|
|
69935
|
+
WebhookDataEventTest$inboundSchema
|
|
69845
69936
|
]);
|
|
69846
69937
|
WebhookData$outboundSchema = unionType([
|
|
69847
69938
|
WebhookDataDisputeCreated$outboundSchema,
|
|
@@ -69881,7 +69972,8 @@ var init_webhookdata = __esm(() => {
|
|
|
69881
69972
|
WebhookDataAccountCreated$outboundSchema,
|
|
69882
69973
|
WebhookDataAccountUpdated$outboundSchema,
|
|
69883
69974
|
WebhookDataAccountDisconnected$outboundSchema,
|
|
69884
|
-
WebhookDataNetworkIDUpdated$outboundSchema
|
|
69975
|
+
WebhookDataNetworkIDUpdated$outboundSchema,
|
|
69976
|
+
WebhookDataEventTest$outboundSchema
|
|
69885
69977
|
]);
|
|
69886
69978
|
});
|
|
69887
69979
|
|
|
@@ -69952,6 +70044,7 @@ var init_components = __esm(() => {
|
|
|
69952
70044
|
init_addresssuggestion();
|
|
69953
70045
|
init_addressupdate();
|
|
69954
70046
|
init_adjustment();
|
|
70047
|
+
init_adjustmentfees();
|
|
69955
70048
|
init_amount();
|
|
69956
70049
|
init_amountdecimal();
|
|
69957
70050
|
init_amountdecimalupdate();
|
|
@@ -69987,6 +70080,7 @@ var init_components = __esm(() => {
|
|
|
69987
70080
|
init_basicpaymentmethod();
|
|
69988
70081
|
init_batchgettransfersrequest();
|
|
69989
70082
|
init_billablefee();
|
|
70083
|
+
init_billingadjustment();
|
|
69990
70084
|
init_billingcountandamount();
|
|
69991
70085
|
init_billinginterchangeprogramfee();
|
|
69992
70086
|
init_billingsummary();
|
|
@@ -70506,6 +70600,7 @@ var init_components = __esm(() => {
|
|
|
70506
70600
|
init_webhookdatacardautoupdated();
|
|
70507
70601
|
init_webhookdatadisputecreated();
|
|
70508
70602
|
init_webhookdatadisputeupdated();
|
|
70603
|
+
init_webhookdataeventtest();
|
|
70509
70604
|
init_webhookdatainvoicecreated();
|
|
70510
70605
|
init_webhookdatainvoiceupdated();
|
|
70511
70606
|
init_webhookdatanetworkidupdated();
|
|
@@ -78313,6 +78408,7 @@ var init_listissuedcardtransactions = __esm(() => {
|
|
|
78313
78408
|
skip: numberType().int().optional(),
|
|
78314
78409
|
count: numberType().int().optional(),
|
|
78315
78410
|
issuedCardID: stringType().optional(),
|
|
78411
|
+
merchantName: stringType().optional(),
|
|
78316
78412
|
startDateTime: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
78317
78413
|
endDateTime: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional()
|
|
78318
78414
|
});
|
|
@@ -78321,6 +78417,7 @@ var init_listissuedcardtransactions = __esm(() => {
|
|
|
78321
78417
|
skip: numberType().int().optional(),
|
|
78322
78418
|
count: numberType().int().optional(),
|
|
78323
78419
|
issuedCardID: stringType().optional(),
|
|
78420
|
+
merchantName: stringType().optional(),
|
|
78324
78421
|
startDateTime: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
78325
78422
|
endDateTime: dateType().transform((v2) => v2.toISOString()).optional()
|
|
78326
78423
|
});
|
|
@@ -85789,7 +85886,7 @@ var init_cardIssuingGetFull2 = __esm(() => {
|
|
|
85789
85886
|
Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
|
|
85790
85887
|
|
|
85791
85888
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
85792
|
-
you'll need to specify the \`/accounts/{accountID}/issued-cards.read-
|
|
85889
|
+
you'll need to specify the \`/accounts/{accountID}/issued-cards.read-private\` scope.`,
|
|
85793
85890
|
args: args43,
|
|
85794
85891
|
tool: async (client, args44, ctx) => {
|
|
85795
85892
|
const [result, apiCall] = await cardIssuingGetFull(client, args44.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -91090,7 +91187,7 @@ var init_imagesUpload2 = __esm(() => {
|
|
|
91090
91187
|
tool$imagesUpload = {
|
|
91091
91188
|
name: "images-upload",
|
|
91092
91189
|
description: ` Upload a new PNG, JPEG, or WebP image with optional metadata.
|
|
91093
|
-
Duplicate images
|
|
91190
|
+
Duplicate images return the existing image's metadata with a 409 status. Requests larger than 16MB will be rejected.`,
|
|
91094
91191
|
args: args86,
|
|
91095
91192
|
tool: async (client, args87, ctx) => {
|
|
91096
91193
|
const [result, apiCall] = await imagesUpload(client, args87.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -91291,7 +91388,7 @@ var init_institutionsSearch2 = __esm(() => {
|
|
|
91291
91388
|
};
|
|
91292
91389
|
tool$institutionsSearch = {
|
|
91293
91390
|
name: "institutions-search",
|
|
91294
|
-
description: `This endpoint has been deprecated and will be removed in a future release. Use [/institutions](https://docs.moov.io/api/enrichment/
|
|
91391
|
+
description: `This endpoint has been deprecated and will be removed in a future release. Use [/institutions](https://docs.moov.io/api/enrichment/institutions/get/).
|
|
91295
91392
|
|
|
91296
91393
|
Search for institutions by either their name or routing number.
|
|
91297
91394
|
|
|
@@ -92503,6 +92600,7 @@ async function $do100(client, request, options) {
|
|
|
92503
92600
|
count: payload.count,
|
|
92504
92601
|
endDateTime: payload.endDateTime,
|
|
92505
92602
|
issuedCardID: payload.issuedCardID,
|
|
92603
|
+
merchantName: payload.merchantName,
|
|
92506
92604
|
skip: payload.skip,
|
|
92507
92605
|
startDateTime: payload.startDateTime
|
|
92508
92606
|
}, { explode: false });
|
|
@@ -99489,7 +99587,9 @@ async function $do161(client, request, options) {
|
|
|
99489
99587
|
const [result] = await match(json([200, 202], CreateCancellationResponse$inboundSchema, {
|
|
99490
99588
|
hdrs: true,
|
|
99491
99589
|
key: "Result"
|
|
99492
|
-
}), jsonErr(400,
|
|
99590
|
+
}), jsonErr([400, 409, 422], GenericError$inboundSchema, {
|
|
99591
|
+
hdrs: true
|
|
99592
|
+
}), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
99493
99593
|
if (!result.ok) {
|
|
99494
99594
|
return [result, { status: "complete", request: req, response }];
|
|
99495
99595
|
}
|
|
@@ -99521,6 +99621,9 @@ var init_transfersCreateCancellation2 = __esm(() => {
|
|
|
99521
99621
|
name: "transfers-create-cancellation",
|
|
99522
99622
|
description: ` Initiate a cancellation for a card, ACH, or queued transfer.
|
|
99523
99623
|
|
|
99624
|
+
In v2026.10 and later, an auth-capture \`card-payment\` transfer can be canceled before any captures exist.
|
|
99625
|
+
For these transfers, a successful cancellation reduces \`capturableAmount\` without changing \`authorizedAmount\`.
|
|
99626
|
+
For these transfers, a partial cancellation leaves the remaining \`capturableAmount\` available for capture.
|
|
99524
99627
|
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
99525
99628
|
to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
|
|
99526
99629
|
args: args156,
|
|
@@ -99639,7 +99742,10 @@ var init_transfersCreateReversal2 = __esm(() => {
|
|
|
99639
99742
|
};
|
|
99640
99743
|
tool$transfersCreateReversal = {
|
|
99641
99744
|
name: "transfers-create-reversal",
|
|
99642
|
-
description: `Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
|
|
99745
|
+
description: `Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
|
|
99746
|
+
In v2026.10 and later, reversing an auth-capture \`card-payment\` transfer with no captures cancels the entire \`capturableAmount\`.
|
|
99747
|
+
In those API versions, an auth-capture \`card-payment\` transfer with one final capture is canceled or refunded depending on its processing state.
|
|
99748
|
+
Auth-capture \`card-payment\` transfers with a non-final capture or multiple captures are not supported in those API versions.
|
|
99643
99749
|
Read our [reversals guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/)
|
|
99644
99750
|
to learn more.
|
|
99645
99751
|
|
|
@@ -100471,7 +100577,7 @@ async function $do169(client, request, options) {
|
|
|
100471
100577
|
const [result] = await match(json(200, ListCancellationsResponse$inboundSchema, {
|
|
100472
100578
|
hdrs: true,
|
|
100473
100579
|
key: "Result"
|
|
100474
|
-
}), fail([401, 403, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
100580
|
+
}), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
100475
100581
|
if (!result.ok) {
|
|
100476
100582
|
return [result, { status: "complete", request: req, response }];
|
|
100477
100583
|
}
|
|
@@ -100501,7 +100607,7 @@ var init_transfersListCancellations2 = __esm(() => {
|
|
|
100501
100607
|
tool$transfersListCancellations = {
|
|
100502
100608
|
name: "transfers-list-cancellations",
|
|
100503
100609
|
description: ` Get a list of cancellations for a transfer.
|
|
100504
|
-
|
|
100610
|
+
|
|
100505
100611
|
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
100506
100612
|
to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
|
|
100507
100613
|
args: args164,
|
|
@@ -100586,7 +100692,7 @@ async function $do170(client, request, options) {
|
|
|
100586
100692
|
const [result] = await match(json(200, ListRefundsResponse$inboundSchema, {
|
|
100587
100693
|
hdrs: true,
|
|
100588
100694
|
key: "Result"
|
|
100589
|
-
}), fail([401, 403, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
100695
|
+
}), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
100590
100696
|
if (!result.ok) {
|
|
100591
100697
|
return [result, { status: "complete", request: req, response }];
|
|
100592
100698
|
}
|
|
@@ -102670,7 +102776,7 @@ var init_webhooksUpdate2 = __esm(() => {
|
|
|
102670
102776
|
function createMCPServer(deps) {
|
|
102671
102777
|
const server = new McpServer({
|
|
102672
102778
|
name: "Moov",
|
|
102673
|
-
version: "26.5.
|
|
102779
|
+
version: "26.5.9"
|
|
102674
102780
|
});
|
|
102675
102781
|
const client = new MoovCore({
|
|
102676
102782
|
security: deps.security,
|
|
@@ -104270,7 +104376,7 @@ var routes = rn({
|
|
|
104270
104376
|
var app = Ve(routes, {
|
|
104271
104377
|
name: "mcp",
|
|
104272
104378
|
versionInfo: {
|
|
104273
|
-
currentVersion: "26.5.
|
|
104379
|
+
currentVersion: "26.5.9"
|
|
104274
104380
|
}
|
|
104275
104381
|
});
|
|
104276
104382
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -104278,5 +104384,5 @@ export {
|
|
|
104278
104384
|
app
|
|
104279
104385
|
};
|
|
104280
104386
|
|
|
104281
|
-
//# debugId=
|
|
104387
|
+
//# debugId=FC2033AA82C3D38864756E2164756E21
|
|
104282
104388
|
//# sourceMappingURL=mcp-server.js.map
|