@moovio/sdk 26.7.0 → 26.7.2
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 +107 -83
- package/bin/mcp-server.js +1121 -380
- package/bin/mcp-server.js.map +127 -101
- package/funcs/cardIssuingGetFull.d.ts +1 -1
- package/funcs/cardIssuingGetFull.js +1 -1
- package/funcs/cardIssuingListMerchantCategories.d.ts +19 -0
- package/funcs/cardIssuingListMerchantCategories.d.ts.map +1 -0
- package/funcs/cardIssuingListMerchantCategories.js +109 -0
- package/funcs/cardIssuingListMerchantCategories.js.map +1 -0
- 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.d.ts.map +1 -1
- package/mcp-server/server.js +8 -6
- package/mcp-server/server.js.map +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/cardIssuingListMerchantCategories.d.ts +3 -0
- package/mcp-server/tools/cardIssuingListMerchantCategories.d.ts.map +1 -0
- package/mcp-server/tools/cardIssuingListMerchantCategories.js +29 -0
- package/mcp-server/tools/cardIssuingListMerchantCategories.js.map +1 -0
- 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/allowedscheduleerror.d.ts +24 -0
- package/models/components/allowedscheduleerror.d.ts.map +1 -0
- package/models/components/allowedscheduleerror.js +62 -0
- package/models/components/allowedscheduleerror.js.map +1 -0
- package/models/components/amountdecimalrange.d.ts +1 -3
- package/models/components/amountdecimalrange.d.ts.map +1 -1
- package/models/components/amountdecimalrange.js.map +1 -1
- package/models/components/amountdecimalrangeupdate.d.ts +1 -3
- package/models/components/amountdecimalrangeupdate.d.ts.map +1 -1
- package/models/components/amountdecimalrangeupdate.js.map +1 -1
- 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 +64 -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 +14 -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/createtransfer.d.ts +1 -1
- package/models/components/facilitatorfee.d.ts +2 -2
- package/models/components/feepaidby.d.ts +0 -6
- package/models/components/feepaidby.d.ts.map +1 -1
- package/models/components/feepaidby.js +0 -3
- package/models/components/feepaidby.js.map +1 -1
- 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 +7 -3
- package/models/components/fullissuedcard.d.ts.map +1 -1
- package/models/components/fullissuedcard.js +3 -3
- package/models/components/fullissuedcard.js.map +1 -1
- package/models/components/index.d.ts +23 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +23 -0
- package/models/components/index.js.map +1 -1
- package/models/components/issuedcard.d.ts +7 -3
- package/models/components/issuedcard.d.ts.map +1 -1
- package/models/components/issuedcard.js +3 -3
- 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/issuedcontrols.d.ts +73 -0
- package/models/components/issuedcontrols.d.ts.map +1 -0
- package/models/components/issuedcontrols.js +92 -0
- package/models/components/issuedcontrols.js.map +1 -0
- package/models/components/issuedvelocitylimit.d.ts +59 -0
- package/models/components/issuedvelocitylimit.d.ts.map +1 -0
- package/models/components/issuedvelocitylimit.js +74 -0
- package/models/components/issuedvelocitylimit.js.map +1 -0
- package/models/components/issuingcontrols.d.ts +47 -0
- package/models/components/issuingcontrols.d.ts.map +1 -1
- package/models/components/issuingcontrols.js +33 -1
- package/models/components/issuingcontrols.js.map +1 -1
- package/models/components/issuingcontrolserror.d.ts +11 -0
- package/models/components/issuingcontrolserror.d.ts.map +1 -1
- package/models/components/issuingcontrolserror.js +12 -0
- package/models/components/issuingcontrolserror.js.map +1 -1
- package/models/components/issuingcontrolsrestrictionmode.d.ts +18 -0
- package/models/components/issuingcontrolsrestrictionmode.d.ts.map +1 -0
- package/models/components/issuingcontrolsrestrictionmode.js +52 -0
- package/models/components/issuingcontrolsrestrictionmode.js.map +1 -0
- package/models/components/issuingintervallimit.d.ts +7 -4
- package/models/components/issuingintervallimit.d.ts.map +1 -1
- package/models/components/issuingintervallimit.js +6 -3
- package/models/components/issuingintervallimit.js.map +1 -1
- package/models/components/issuingmerchantcategory.d.ts +42 -0
- package/models/components/issuingmerchantcategory.d.ts.map +1 -0
- package/models/components/issuingmerchantcategory.js +76 -0
- package/models/components/issuingmerchantcategory.js.map +1 -0
- package/models/components/issuingscheduleday.d.ts +17 -0
- package/models/components/issuingscheduleday.d.ts.map +1 -0
- package/models/components/issuingscheduleday.js +54 -0
- package/models/components/issuingscheduleday.js.map +1 -0
- package/models/components/issuingvelocitylimit.d.ts +7 -2
- package/models/components/issuingvelocitylimit.d.ts.map +1 -1
- package/models/components/issuingvelocitylimit.js +4 -2
- package/models/components/issuingvelocitylimit.js.map +1 -1
- package/models/components/issuingvelocitylimiterror.d.ts +2 -0
- package/models/components/issuingvelocitylimiterror.d.ts.map +1 -1
- package/models/components/issuingvelocitylimiterror.js +2 -0
- package/models/components/issuingvelocitylimiterror.js.map +1 -1
- package/models/components/merchantcategories.d.ts +21 -0
- package/models/components/merchantcategories.d.ts.map +1 -0
- package/models/components/merchantcategories.js +59 -0
- package/models/components/merchantcategories.js.map +1 -0
- package/models/components/merchantcategory.d.ts +32 -0
- package/models/components/merchantcategory.d.ts.map +1 -0
- package/models/components/merchantcategory.js +62 -0
- package/models/components/merchantcategory.js.map +1 -0
- package/models/components/merchantcategoryrestrictions.d.ts +41 -0
- package/models/components/merchantcategoryrestrictions.d.ts.map +1 -0
- package/models/components/merchantcategoryrestrictions.js +68 -0
- package/models/components/merchantcategoryrestrictions.js.map +1 -0
- package/models/components/merchantcategoryrestrictionserror.d.ts +36 -0
- package/models/components/merchantcategoryrestrictionserror.d.ts.map +1 -0
- package/models/components/merchantcategoryrestrictionserror.js +66 -0
- package/models/components/merchantcategoryrestrictionserror.js.map +1 -0
- package/models/components/merchantentry.d.ts +33 -0
- package/models/components/merchantentry.d.ts.map +1 -0
- package/models/components/merchantentry.js +63 -0
- package/models/components/merchantentry.js.map +1 -0
- package/models/components/merchantentryerror.d.ts +19 -0
- package/models/components/merchantentryerror.d.ts.map +1 -0
- package/models/components/merchantentryerror.js +61 -0
- package/models/components/merchantentryerror.js.map +1 -0
- package/models/components/merchantrestrictions.d.ts +30 -0
- package/models/components/merchantrestrictions.d.ts.map +1 -0
- package/models/components/merchantrestrictions.js +62 -0
- package/models/components/merchantrestrictions.js.map +1 -0
- package/models/components/merchantrestrictionserror.d.ts +24 -0
- package/models/components/merchantrestrictionserror.d.ts.map +1 -0
- package/models/components/merchantrestrictionserror.js +62 -0
- package/models/components/merchantrestrictionserror.js.map +1 -0
- 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 +4 -3
- package/models/components/paymentlink.d.ts.map +1 -1
- package/models/components/paymentlink.js.map +1 -1
- package/models/components/paymentlinkcustomamountpaymentdetails.d.ts +1 -3
- package/models/components/paymentlinkcustomamountpaymentdetails.d.ts.map +1 -1
- package/models/components/paymentlinkcustomamountpaymentdetails.js.map +1 -1
- package/models/components/paymentlinkcustomamountpaymentdetailsupdate.d.ts +1 -3
- package/models/components/paymentlinkcustomamountpaymentdetailsupdate.d.ts.map +1 -1
- package/models/components/paymentlinkcustomamountpaymentdetailsupdate.js.map +1 -1
- package/models/components/paymentlinkpayoutdetails.d.ts +7 -8
- package/models/components/paymentlinkpayoutdetails.d.ts.map +1 -1
- package/models/components/paymentlinkpayoutdetails.js.map +1 -1
- package/models/components/paymentlinkpayoutdetailsupdate.d.ts +7 -8
- package/models/components/paymentlinkpayoutdetailsupdate.d.ts.map +1 -1
- package/models/components/paymentlinkpayoutdetailsupdate.js.map +1 -1
- package/models/components/paymentmethodswallet.d.ts +1 -0
- package/models/components/paymentmethodswallet.d.ts.map +1 -1
- package/models/components/paymentmethodswallet.js.map +1 -1
- package/models/components/pushoptions.d.ts +4 -6
- package/models/components/pushoptions.d.ts.map +1 -1
- package/models/components/pushoptions.js.map +1 -1
- package/models/components/pushoptionsupdate.d.ts +4 -6
- package/models/components/pushoptionsupdate.d.ts.map +1 -1
- package/models/components/pushoptionsupdate.js.map +1 -1
- package/models/components/requestcard.d.ts +3 -0
- package/models/components/requestcard.d.ts.map +1 -1
- package/models/components/requestcard.js.map +1 -1
- package/models/components/requirementid.d.ts +14 -0
- package/models/components/requirementid.d.ts.map +1 -1
- package/models/components/requirementid.js +14 -0
- package/models/components/requirementid.js.map +1 -1
- package/models/components/reversalamountdetails.d.ts +5 -1
- package/models/components/reversalamountdetails.d.ts.map +1 -1
- package/models/components/reversalamountdetails.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/schedulewindow.d.ts +34 -0
- package/models/components/schedulewindow.d.ts.map +1 -0
- package/models/components/schedulewindow.js +64 -0
- package/models/components/schedulewindow.js.map +1 -0
- package/models/components/schedulewindowerror.d.ts +21 -0
- package/models/components/schedulewindowerror.d.ts.map +1 -0
- package/models/components/schedulewindowerror.js +63 -0
- package/models/components/schedulewindowerror.js.map +1 -0
- package/models/components/sendfunds.d.ts +3 -0
- package/models/components/sendfunds.d.ts.map +1 -1
- package/models/components/sendfunds.js +3 -0
- package/models/components/sendfunds.js.map +1 -1
- package/models/components/sendfundserror.d.ts +3 -0
- package/models/components/sendfundserror.d.ts.map +1 -1
- package/models/components/sendfundserror.js +3 -0
- package/models/components/sendfundserror.js.map +1 -1
- package/models/components/sendfundswire.d.ts +18 -0
- package/models/components/sendfundswire.d.ts.map +1 -0
- package/models/components/sendfundswire.js +60 -0
- package/models/components/sendfundswire.js.map +1 -0
- package/models/components/sendfundswireerror.d.ts +18 -0
- package/models/components/sendfundswireerror.d.ts.map +1 -0
- package/models/components/sendfundswireerror.js +60 -0
- package/models/components/sendfundswireerror.js.map +1 -0
- 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 +61 -0
- package/models/components/transfercapture.js.map +1 -0
- package/models/components/transferfeepaidby.d.ts +1 -1
- 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 +8 -0
- package/models/components/updateissuedcard.d.ts.map +1 -1
- package/models/components/updateissuedcard.js +3 -0
- 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/updateissuingcontrols.d.ts +130 -0
- package/models/components/updateissuingcontrols.d.ts.map +1 -0
- package/models/components/updateissuingcontrols.js +130 -0
- package/models/components/updateissuingcontrols.js.map +1 -0
- package/models/components/updateissuingcontrolserror.d.ts +33 -0
- package/models/components/updateissuingcontrolserror.d.ts.map +1 -0
- package/models/components/updateissuingcontrolserror.js +72 -0
- package/models/components/updateissuingcontrolserror.js.map +1 -0
- 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/errors/updateissuedcarderror.d.ts +3 -0
- package/models/errors/updateissuedcarderror.d.ts.map +1 -1
- package/models/errors/updateissuedcarderror.js +4 -0
- package/models/errors/updateissuedcarderror.js.map +1 -1
- package/models/operations/index.d.ts +1 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +1 -0
- package/models/operations/index.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/listissuingmerchantcategories.d.ts +24 -0
- package/models/operations/listissuingmerchantcategories.d.ts.map +1 -0
- package/models/operations/listissuingmerchantcategories.js +72 -0
- package/models/operations/listissuingmerchantcategories.js.map +1 -0
- 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 +10 -1
- package/sdk/cardissuing.d.ts.map +1 -1
- package/sdk/cardissuing.js +13 -1
- package/sdk/cardissuing.js.map +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/sdk.d.ts +2 -2
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +3 -3
- package/sdk/sdk.js.map +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/cardIssuingListMerchantCategories.ts +155 -0
- 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 +8 -6
- package/src/mcp-server/tools/avatarsGet.ts +1 -1
- package/src/mcp-server/tools/cardIssuingGetFull.ts +1 -1
- package/src/mcp-server/tools/cardIssuingListMerchantCategories.ts +34 -0
- 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/allowedscheduleerror.ts +62 -0
- package/src/models/components/amountdecimalrange.ts +1 -3
- package/src/models/components/amountdecimalrangeupdate.ts +1 -3
- package/src/models/components/applicationscope.ts +1 -1
- package/src/models/components/billingadjustment.ts +78 -0
- package/src/models/components/billingsummary.ts +35 -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/createtransfer.ts +1 -1
- package/src/models/components/facilitatorfee.ts +2 -2
- package/src/models/components/feepaidby.ts +0 -6
- package/src/models/components/feeplanagreement.ts +15 -0
- package/src/models/components/fullissuedcard.ts +13 -9
- package/src/models/components/index.ts +23 -0
- package/src/models/components/issuedcard.ts +13 -9
- package/src/models/components/issuedcardstate.ts +3 -0
- package/src/models/components/issuedcontrols.ts +177 -0
- package/src/models/components/issuedvelocitylimit.ts +112 -0
- package/src/models/components/issuingcontrols.ts +107 -0
- package/src/models/components/issuingcontrolserror.ts +39 -0
- package/src/models/components/issuingcontrolsrestrictionmode.ts +34 -0
- package/src/models/components/issuingintervallimit.ts +16 -8
- package/src/models/components/issuingmerchantcategory.ts +56 -0
- package/src/models/components/issuingscheduleday.ts +26 -0
- package/src/models/components/issuingvelocitylimit.ts +11 -4
- package/src/models/components/issuingvelocitylimiterror.ts +4 -0
- package/src/models/components/merchantcategories.ts +60 -0
- package/src/models/components/merchantcategory.ts +73 -0
- package/src/models/components/merchantcategoryrestrictions.ts +97 -0
- package/src/models/components/merchantcategoryrestrictionserror.ts +72 -0
- package/src/models/components/merchantentry.ts +68 -0
- package/src/models/components/merchantentryerror.ts +56 -0
- package/src/models/components/merchantrestrictions.ts +75 -0
- package/src/models/components/merchantrestrictionserror.ts +62 -0
- package/src/models/components/partnerpricingagreement.ts +17 -2
- package/src/models/components/paymentlink.ts +4 -3
- package/src/models/components/paymentlinkcustomamountpaymentdetails.ts +1 -3
- package/src/models/components/paymentlinkcustomamountpaymentdetailsupdate.ts +1 -3
- package/src/models/components/paymentlinkpayoutdetails.ts +7 -8
- package/src/models/components/paymentlinkpayoutdetailsupdate.ts +7 -8
- package/src/models/components/paymentmethodswallet.ts +1 -0
- package/src/models/components/pushoptions.ts +4 -6
- package/src/models/components/pushoptionsupdate.ts +4 -6
- package/src/models/components/requestcard.ts +3 -0
- package/src/models/components/requirementid.ts +28 -0
- package/src/models/components/reversalamountdetails.ts +5 -1
- package/src/models/components/reversedwithcancellation.ts +3 -0
- package/src/models/components/schedulewindow.ts +73 -0
- package/src/models/components/schedulewindowerror.ts +60 -0
- package/src/models/components/sendfunds.ts +10 -0
- package/src/models/components/sendfundserror.ts +10 -0
- package/src/models/components/sendfundswire.ts +54 -0
- package/src/models/components/sendfundswireerror.ts +58 -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 +63 -0
- package/src/models/components/transferfeepaidby.ts +1 -1
- package/src/models/components/transferpaymentmethodswallet.ts +1 -0
- package/src/models/components/updateissuedcard.ts +15 -0
- package/src/models/components/updateissuedcardstate.ts +6 -0
- package/src/models/components/updateissuingcontrols.ts +351 -0
- package/src/models/components/updateissuingcontrolserror.ts +101 -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/errors/updateissuedcarderror.ts +6 -0
- package/src/models/operations/index.ts +1 -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/listissuingmerchantcategories.ts +70 -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 +19 -1
- package/src/sdk/images.ts +1 -1
- package/src/sdk/institutions.ts +1 -1
- package/src/sdk/sdk.ts +5 -5
- package/src/sdk/transfers.ts +6 -0
package/bin/mcp-server.js
CHANGED
|
@@ -53651,9 +53651,9 @@ var init_config = __esm(() => {
|
|
|
53651
53651
|
SDK_METADATA = {
|
|
53652
53652
|
language: "typescript",
|
|
53653
53653
|
openapiDocVersion: "v2026.07.00",
|
|
53654
|
-
sdkVersion: "26.7.
|
|
53655
|
-
genVersion: "2.
|
|
53656
|
-
userAgent: "speakeasy-sdk/typescript 26.7.
|
|
53654
|
+
sdkVersion: "26.7.2",
|
|
53655
|
+
genVersion: "2.935.1",
|
|
53656
|
+
userAgent: "speakeasy-sdk/typescript 26.7.2 2.935.1 v2026.07.00 @moovio/sdk"
|
|
53657
53657
|
};
|
|
53658
53658
|
});
|
|
53659
53659
|
|
|
@@ -53827,6 +53827,19 @@ var init_base64 = __esm(() => {
|
|
|
53827
53827
|
});
|
|
53828
53828
|
|
|
53829
53829
|
// src/lib/encodings.ts
|
|
53830
|
+
function encodeKeyChars(v2, charEncoding) {
|
|
53831
|
+
return encodeChars(v2, charEncoding === "percentExceptReserved" ? "percent" : charEncoding);
|
|
53832
|
+
}
|
|
53833
|
+
function encodeChars(v2, charEncoding) {
|
|
53834
|
+
switch (charEncoding) {
|
|
53835
|
+
case "percent":
|
|
53836
|
+
return encodeURIComponent(v2);
|
|
53837
|
+
case "percentExceptReserved":
|
|
53838
|
+
return encodeURIComponent(v2).replace(reservedEscapes, (m) => decodeURIComponent(m));
|
|
53839
|
+
default:
|
|
53840
|
+
return v2;
|
|
53841
|
+
}
|
|
53842
|
+
}
|
|
53830
53843
|
function formEncoder(sep) {
|
|
53831
53844
|
return (key, value, options) => {
|
|
53832
53845
|
let out = "";
|
|
@@ -53835,7 +53848,7 @@ function formEncoder(sep) {
|
|
|
53835
53848
|
return;
|
|
53836
53849
|
}
|
|
53837
53850
|
const encodeString = (v2) => {
|
|
53838
|
-
return options?.charEncoding
|
|
53851
|
+
return encodeChars(v2, options?.charEncoding);
|
|
53839
53852
|
};
|
|
53840
53853
|
const encodeValue = (v2) => encodeString(serializeValue(v2));
|
|
53841
53854
|
const encodedSep = encodeString(sep);
|
|
@@ -53856,7 +53869,7 @@ function formEncoder(sep) {
|
|
|
53856
53869
|
if (encValue == null) {
|
|
53857
53870
|
return;
|
|
53858
53871
|
}
|
|
53859
|
-
tmp = `${
|
|
53872
|
+
tmp = `${encodeKeyChars(pk, options?.charEncoding)}=${encValue}`;
|
|
53860
53873
|
if (!tmp || tmp === "=") {
|
|
53861
53874
|
return;
|
|
53862
53875
|
}
|
|
@@ -53880,7 +53893,7 @@ function encodeDeepObjectObject(key, value, options) {
|
|
|
53880
53893
|
}
|
|
53881
53894
|
let out = "";
|
|
53882
53895
|
const encodeString = (v2) => {
|
|
53883
|
-
return options?.charEncoding
|
|
53896
|
+
return encodeChars(v2, options?.charEncoding);
|
|
53884
53897
|
};
|
|
53885
53898
|
if (!isPlainObject2(value)) {
|
|
53886
53899
|
throw new EncodingError(`Expected parameter '${key}' to be an object.`);
|
|
@@ -53897,7 +53910,7 @@ function encodeDeepObjectObject(key, value, options) {
|
|
|
53897
53910
|
}
|
|
53898
53911
|
const pairs = Array.isArray(cv) ? cv : [cv];
|
|
53899
53912
|
const encoded = mapDefined(pairs, (v2) => {
|
|
53900
|
-
return `${
|
|
53913
|
+
return `${encodeKeyChars(pk, options?.charEncoding)}=${encodeString(serializeValue(v2))}`;
|
|
53901
53914
|
})?.join("&");
|
|
53902
53915
|
out += encoded == null ? "" : `&${encoded}`;
|
|
53903
53916
|
});
|
|
@@ -53908,10 +53921,10 @@ function encodeJSON(key, value, options) {
|
|
|
53908
53921
|
return;
|
|
53909
53922
|
}
|
|
53910
53923
|
const encodeString = (v2) => {
|
|
53911
|
-
return options?.charEncoding
|
|
53924
|
+
return encodeChars(v2, options?.charEncoding);
|
|
53912
53925
|
};
|
|
53913
53926
|
const encVal = encodeString(JSON.stringify(value, jsonReplacer));
|
|
53914
|
-
return options?.explode ? encVal : `${
|
|
53927
|
+
return options?.explode ? encVal : `${encodeKeyChars(key, options?.charEncoding)}=${encVal}`;
|
|
53915
53928
|
}
|
|
53916
53929
|
function explode(key, value) {
|
|
53917
53930
|
if (Array.isArray(value)) {
|
|
@@ -54025,14 +54038,14 @@ async function normalizeBlob(value) {
|
|
|
54025
54038
|
}
|
|
54026
54039
|
return new Blob([await value.arrayBuffer()], { type: value.type });
|
|
54027
54040
|
}
|
|
54028
|
-
var EncodingError, encodeForm, encodeSpaceDelimited, encodePipeDelimited, encodeSimple = (key, value, options) => {
|
|
54041
|
+
var EncodingError, reservedEscapes, encodeForm, encodeSpaceDelimited, encodePipeDelimited, encodeSimple = (key, value, options) => {
|
|
54029
54042
|
let out = "";
|
|
54030
54043
|
const pairs = options?.explode ? explode(key, value) : [[key, value]];
|
|
54031
54044
|
if (pairs.every(([_2, v2]) => v2 == null)) {
|
|
54032
54045
|
return;
|
|
54033
54046
|
}
|
|
54034
54047
|
const encodeString = (v2) => {
|
|
54035
|
-
return options?.charEncoding
|
|
54048
|
+
return encodeChars(v2, options?.charEncoding);
|
|
54036
54049
|
};
|
|
54037
54050
|
const encodeValue = (v2) => encodeString(serializeValue(v2));
|
|
54038
54051
|
pairs.forEach(([pk, pv]) => {
|
|
@@ -54063,6 +54076,7 @@ var init_encodings = __esm(() => {
|
|
|
54063
54076
|
this.name = "EncodingError";
|
|
54064
54077
|
}
|
|
54065
54078
|
};
|
|
54079
|
+
reservedEscapes = /%(2[346bcf]|3[abdf]|40|5[bd])/gi;
|
|
54066
54080
|
encodeForm = formEncoder(",");
|
|
54067
54081
|
encodeSpaceDelimited = formEncoder(" ");
|
|
54068
54082
|
encodePipeDelimited = formEncoder("|");
|
|
@@ -57047,6 +57061,73 @@ var init_adjustment = __esm(() => {
|
|
|
57047
57061
|
});
|
|
57048
57062
|
});
|
|
57049
57063
|
|
|
57064
|
+
// src/models/components/billingadjustment.ts
|
|
57065
|
+
var BillingAdjustment$inboundSchema, BillingAdjustment$outboundSchema;
|
|
57066
|
+
var init_billingadjustment = __esm(() => {
|
|
57067
|
+
init_v3();
|
|
57068
|
+
init_primitives2();
|
|
57069
|
+
init_amountdecimal();
|
|
57070
|
+
BillingAdjustment$inboundSchema = objectType({
|
|
57071
|
+
feeName: string4(),
|
|
57072
|
+
count: number4(),
|
|
57073
|
+
amount: AmountDecimal$inboundSchema
|
|
57074
|
+
});
|
|
57075
|
+
BillingAdjustment$outboundSchema = objectType({
|
|
57076
|
+
feeName: stringType(),
|
|
57077
|
+
count: numberType().int(),
|
|
57078
|
+
amount: AmountDecimal$outboundSchema
|
|
57079
|
+
});
|
|
57080
|
+
});
|
|
57081
|
+
|
|
57082
|
+
// src/models/components/adjustmentfees.ts
|
|
57083
|
+
var AdjustmentFees$inboundSchema, AdjustmentFees$outboundSchema;
|
|
57084
|
+
var init_adjustmentfees = __esm(() => {
|
|
57085
|
+
init_v3();
|
|
57086
|
+
init_billingadjustment();
|
|
57087
|
+
init_billingcountandamount();
|
|
57088
|
+
AdjustmentFees$inboundSchema = objectType({
|
|
57089
|
+
items: arrayType(BillingAdjustment$inboundSchema),
|
|
57090
|
+
total: BillingCountAndAmount$inboundSchema
|
|
57091
|
+
});
|
|
57092
|
+
AdjustmentFees$outboundSchema = objectType({
|
|
57093
|
+
items: arrayType(BillingAdjustment$outboundSchema),
|
|
57094
|
+
total: BillingCountAndAmount$outboundSchema
|
|
57095
|
+
});
|
|
57096
|
+
});
|
|
57097
|
+
|
|
57098
|
+
// src/models/components/schedulewindowerror.ts
|
|
57099
|
+
var ScheduleWindowError$inboundSchema, ScheduleWindowError$outboundSchema;
|
|
57100
|
+
var init_schedulewindowerror = __esm(() => {
|
|
57101
|
+
init_v3();
|
|
57102
|
+
init_primitives2();
|
|
57103
|
+
ScheduleWindowError$inboundSchema = objectType({
|
|
57104
|
+
days: optional3(string4()),
|
|
57105
|
+
startTime: optional3(string4()),
|
|
57106
|
+
endTime: optional3(string4())
|
|
57107
|
+
});
|
|
57108
|
+
ScheduleWindowError$outboundSchema = objectType({
|
|
57109
|
+
days: stringType().optional(),
|
|
57110
|
+
startTime: stringType().optional(),
|
|
57111
|
+
endTime: stringType().optional()
|
|
57112
|
+
});
|
|
57113
|
+
});
|
|
57114
|
+
|
|
57115
|
+
// src/models/components/allowedscheduleerror.ts
|
|
57116
|
+
var AllowedScheduleError$inboundSchema, AllowedScheduleError$outboundSchema;
|
|
57117
|
+
var init_allowedscheduleerror = __esm(() => {
|
|
57118
|
+
init_v3();
|
|
57119
|
+
init_primitives2();
|
|
57120
|
+
init_schedulewindowerror();
|
|
57121
|
+
AllowedScheduleError$inboundSchema = objectType({
|
|
57122
|
+
timezone: optional3(string4()),
|
|
57123
|
+
windows: optional3(recordType(ScheduleWindowError$inboundSchema))
|
|
57124
|
+
});
|
|
57125
|
+
AllowedScheduleError$outboundSchema = objectType({
|
|
57126
|
+
timezone: stringType().optional(),
|
|
57127
|
+
windows: recordType(ScheduleWindowError$outboundSchema).optional()
|
|
57128
|
+
});
|
|
57129
|
+
});
|
|
57130
|
+
|
|
57050
57131
|
// src/models/components/amount.ts
|
|
57051
57132
|
var Amount$inboundSchema, Amount$outboundSchema;
|
|
57052
57133
|
var init_amount = __esm(() => {
|
|
@@ -57393,7 +57474,7 @@ var init_applicationscope = __esm(() => {
|
|
|
57393
57474
|
FilesWrite: "files.write",
|
|
57394
57475
|
IssuedCardsRead: "issued-cards.read",
|
|
57395
57476
|
IssuedCardsWrite: "issued-cards.write",
|
|
57396
|
-
|
|
57477
|
+
IssuedCardsReadPrivate: "issued-cards.read-private",
|
|
57397
57478
|
PaymentMethodsRead: "payment-methods.read",
|
|
57398
57479
|
PingRead: "ping.read",
|
|
57399
57480
|
ProfileEnrichmentRead: "profile-enrichment.read",
|
|
@@ -60420,7 +60501,7 @@ var init_partnerfees = __esm(() => {
|
|
|
60420
60501
|
});
|
|
60421
60502
|
|
|
60422
60503
|
// src/models/components/billingsummary.ts
|
|
60423
|
-
var BillingSummaryVolumeAmount$inboundSchema, BillingSummaryVolumeAmount$outboundSchema, CardAcquiring$inboundSchema, CardAcquiring$outboundSchema, BillingSummaryPlatformFees$inboundSchema, BillingSummaryPlatformFees$outboundSchema,
|
|
60504
|
+
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;
|
|
60424
60505
|
var init_billingsummary = __esm(() => {
|
|
60425
60506
|
init_v3();
|
|
60426
60507
|
init_primitives2();
|
|
@@ -60462,11 +60543,11 @@ var init_billingsummary = __esm(() => {
|
|
|
60462
60543
|
currency: stringType(),
|
|
60463
60544
|
valueDecimal: stringType()
|
|
60464
60545
|
});
|
|
60465
|
-
|
|
60546
|
+
BillingSummaryAdjustmentFees$inboundSchema = objectType({
|
|
60466
60547
|
currency: string4(),
|
|
60467
60548
|
valueDecimal: string4()
|
|
60468
60549
|
});
|
|
60469
|
-
|
|
60550
|
+
BillingSummaryAdjustmentFees$outboundSchema = objectType({
|
|
60470
60551
|
currency: stringType(),
|
|
60471
60552
|
valueDecimal: stringType()
|
|
60472
60553
|
});
|
|
@@ -60484,7 +60565,7 @@ var init_billingsummary = __esm(() => {
|
|
|
60484
60565
|
instantPayments: optional3(BillingSummaryDetails$inboundSchema),
|
|
60485
60566
|
platformFees: optional3(lazyType(() => BillingSummaryPlatformFees$inboundSchema)),
|
|
60486
60567
|
accountFees: optional3(BillingSummaryDetails$inboundSchema),
|
|
60487
|
-
adjustmentFees: optional3(lazyType(() =>
|
|
60568
|
+
adjustmentFees: optional3(lazyType(() => BillingSummaryAdjustmentFees$inboundSchema)),
|
|
60488
60569
|
otherFees: optional3(lazyType(() => OtherFees$inboundSchema)),
|
|
60489
60570
|
otherCardFees: optional3(BillingSummaryDetails$inboundSchema),
|
|
60490
60571
|
total: optional3(AmountDecimal$inboundSchema),
|
|
@@ -60492,7 +60573,8 @@ var init_billingsummary = __esm(() => {
|
|
|
60492
60573
|
revenueShare: optional3(string4()),
|
|
60493
60574
|
residualSubtotal: optional3(AmountDecimal$inboundSchema),
|
|
60494
60575
|
monthlyPartnerCosts: optional3(PartnerFees$inboundSchema),
|
|
60495
|
-
netPartnerPayment: optional3(AmountDecimal$inboundSchema)
|
|
60576
|
+
netPartnerPayment: optional3(AmountDecimal$inboundSchema),
|
|
60577
|
+
totalNetPartnerPayment: optional3(AmountDecimal$inboundSchema)
|
|
60496
60578
|
});
|
|
60497
60579
|
BillingSummary$outboundSchema = objectType({
|
|
60498
60580
|
cardAcquiring: lazyType(() => CardAcquiring$outboundSchema).optional(),
|
|
@@ -60500,7 +60582,7 @@ var init_billingsummary = __esm(() => {
|
|
|
60500
60582
|
instantPayments: BillingSummaryDetails$outboundSchema.optional(),
|
|
60501
60583
|
platformFees: lazyType(() => BillingSummaryPlatformFees$outboundSchema).optional(),
|
|
60502
60584
|
accountFees: BillingSummaryDetails$outboundSchema.optional(),
|
|
60503
|
-
adjustmentFees: lazyType(() =>
|
|
60585
|
+
adjustmentFees: lazyType(() => BillingSummaryAdjustmentFees$outboundSchema).optional(),
|
|
60504
60586
|
otherFees: lazyType(() => OtherFees$outboundSchema).optional(),
|
|
60505
60587
|
otherCardFees: BillingSummaryDetails$outboundSchema.optional(),
|
|
60506
60588
|
total: AmountDecimal$outboundSchema.optional(),
|
|
@@ -60508,7 +60590,8 @@ var init_billingsummary = __esm(() => {
|
|
|
60508
60590
|
revenueShare: stringType().optional(),
|
|
60509
60591
|
residualSubtotal: AmountDecimal$outboundSchema.optional(),
|
|
60510
60592
|
monthlyPartnerCosts: PartnerFees$outboundSchema.optional(),
|
|
60511
|
-
netPartnerPayment: AmountDecimal$outboundSchema.optional()
|
|
60593
|
+
netPartnerPayment: AmountDecimal$outboundSchema.optional(),
|
|
60594
|
+
totalNetPartnerPayment: AmountDecimal$outboundSchema.optional()
|
|
60512
60595
|
});
|
|
60513
60596
|
});
|
|
60514
60597
|
|
|
@@ -60825,6 +60908,20 @@ var init_requirementid = __esm(() => {
|
|
|
60825
60908
|
UnderwritingSendFundsPushToCardEstimatedActivityMonthlyVolumeRange: "underwriting.sendFunds.pushToCard.estimatedActivity.monthlyVolumeRange",
|
|
60826
60909
|
UnderwritingSendFundsPushToCardFulfillment: "underwriting.sendFunds.pushToCard.fulfillment",
|
|
60827
60910
|
UnderwritingSendFundsPushToCardRefundPolicy: "underwriting.sendFunds.pushToCard.refundPolicy",
|
|
60911
|
+
UnderwritingSendFundsInstantBankCardAcceptanceMethods: "underwriting.sendFunds.instantBank.cardAcceptanceMethods",
|
|
60912
|
+
UnderwritingSendFundsInstantBankCurrentlyAcceptsCards: "underwriting.sendFunds.instantBank.currentlyAcceptsCards",
|
|
60913
|
+
UnderwritingSendFundsInstantBankEstimatedActivityAverageTransactionAmount: "underwriting.sendFunds.instantBank.estimatedActivity.averageTransactionAmount",
|
|
60914
|
+
UnderwritingSendFundsInstantBankEstimatedActivityMaximumTransactionAmount: "underwriting.sendFunds.instantBank.estimatedActivity.maximumTransactionAmount",
|
|
60915
|
+
UnderwritingSendFundsInstantBankEstimatedActivityMonthlyVolumeRange: "underwriting.sendFunds.instantBank.estimatedActivity.monthlyVolumeRange",
|
|
60916
|
+
UnderwritingSendFundsInstantBankFulfillment: "underwriting.sendFunds.instantBank.fulfillment",
|
|
60917
|
+
UnderwritingSendFundsInstantBankRefundPolicy: "underwriting.sendFunds.instantBank.refundPolicy",
|
|
60918
|
+
UnderwritingSendFundsWireCardAcceptanceMethods: "underwriting.sendFunds.wire.cardAcceptanceMethods",
|
|
60919
|
+
UnderwritingSendFundsWireCurrentlyAcceptsCards: "underwriting.sendFunds.wire.currentlyAcceptsCards",
|
|
60920
|
+
UnderwritingSendFundsWireEstimatedActivityAverageTransactionAmount: "underwriting.sendFunds.wire.estimatedActivity.averageTransactionAmount",
|
|
60921
|
+
UnderwritingSendFundsWireEstimatedActivityMaximumTransactionAmount: "underwriting.sendFunds.wire.estimatedActivity.maximumTransactionAmount",
|
|
60922
|
+
UnderwritingSendFundsWireEstimatedActivityMonthlyVolumeRange: "underwriting.sendFunds.wire.estimatedActivity.monthlyVolumeRange",
|
|
60923
|
+
UnderwritingSendFundsWireFulfillment: "underwriting.sendFunds.wire.fulfillment",
|
|
60924
|
+
UnderwritingSendFundsWireRefundPolicy: "underwriting.sendFunds.wire.refundPolicy",
|
|
60828
60925
|
UnderwritingMoneyTransferPullFromCardCardAcceptanceMethods: "underwriting.moneyTransfer.pullFromCard.cardAcceptanceMethods",
|
|
60829
60926
|
UnderwritingMoneyTransferPullFromCardCurrentlyAcceptsCards: "underwriting.moneyTransfer.pullFromCard.currentlyAcceptsCards",
|
|
60830
60927
|
UnderwritingMoneyTransferPullFromCardEstimatedActivityAverageTransactionAmount: "underwriting.moneyTransfer.pullFromCard.estimatedActivity.averageTransactionAmount",
|
|
@@ -62578,6 +62675,21 @@ var init_transferamountdetails = __esm(() => {
|
|
|
62578
62675
|
});
|
|
62579
62676
|
});
|
|
62580
62677
|
|
|
62678
|
+
// src/models/components/transfercapture.ts
|
|
62679
|
+
var TransferCapture$inboundSchema, TransferCapture$outboundSchema;
|
|
62680
|
+
var init_transfercapture = __esm(() => {
|
|
62681
|
+
init_v3();
|
|
62682
|
+
init_primitives2();
|
|
62683
|
+
TransferCapture$inboundSchema = objectType({
|
|
62684
|
+
authorizationID: string4(),
|
|
62685
|
+
captureID: string4()
|
|
62686
|
+
});
|
|
62687
|
+
TransferCapture$outboundSchema = objectType({
|
|
62688
|
+
authorizationID: stringType(),
|
|
62689
|
+
captureID: stringType()
|
|
62690
|
+
});
|
|
62691
|
+
});
|
|
62692
|
+
|
|
62581
62693
|
// src/models/components/googlepayresponse.ts
|
|
62582
62694
|
var AuthMethod, AuthMethod$inboundSchema, AuthMethod$outboundSchema, GooglePayResponse$inboundSchema, GooglePayResponse$outboundSchema;
|
|
62583
62695
|
var init_googlepayresponse = __esm(() => {
|
|
@@ -62719,7 +62831,8 @@ var init_wallettype = __esm(() => {
|
|
|
62719
62831
|
init_enums();
|
|
62720
62832
|
WalletType = {
|
|
62721
62833
|
Default: "default",
|
|
62722
|
-
General: "general"
|
|
62834
|
+
General: "general",
|
|
62835
|
+
CardIssuing: "card-issuing"
|
|
62723
62836
|
};
|
|
62724
62837
|
WalletType$inboundSchema = inboundSchema(WalletType);
|
|
62725
62838
|
WalletType$outboundSchema = outboundSchema(WalletType);
|
|
@@ -62983,6 +63096,7 @@ var init_createdtransfer = __esm(() => {
|
|
|
62983
63096
|
init_facilitatorfee();
|
|
62984
63097
|
init_moovfeedetails();
|
|
62985
63098
|
init_transferamountdetails();
|
|
63099
|
+
init_transfercapture();
|
|
62986
63100
|
init_transferdestination();
|
|
62987
63101
|
init_transferfailurereason();
|
|
62988
63102
|
init_transferlineitems();
|
|
@@ -63015,7 +63129,8 @@ var init_createdtransfer = __esm(() => {
|
|
|
63015
63129
|
paymentLinkCode: optional3(string4()),
|
|
63016
63130
|
foreignID: optional3(string4()),
|
|
63017
63131
|
lineItems: optional3(TransferLineItems$inboundSchema),
|
|
63018
|
-
amountDetails: optional3(TransferAmountDetails$inboundSchema)
|
|
63132
|
+
amountDetails: optional3(TransferAmountDetails$inboundSchema),
|
|
63133
|
+
capture: optional3(TransferCapture$inboundSchema)
|
|
63019
63134
|
});
|
|
63020
63135
|
CreatedTransfer$outboundSchema = objectType({
|
|
63021
63136
|
transferID: stringType(),
|
|
@@ -63044,7 +63159,8 @@ var init_createdtransfer = __esm(() => {
|
|
|
63044
63159
|
paymentLinkCode: stringType().optional(),
|
|
63045
63160
|
foreignID: stringType().optional(),
|
|
63046
63161
|
lineItems: TransferLineItems$outboundSchema.optional(),
|
|
63047
|
-
amountDetails: TransferAmountDetails$outboundSchema.optional()
|
|
63162
|
+
amountDetails: TransferAmountDetails$outboundSchema.optional(),
|
|
63163
|
+
capture: TransferCapture$outboundSchema.optional()
|
|
63048
63164
|
});
|
|
63049
63165
|
});
|
|
63050
63166
|
|
|
@@ -63123,10 +63239,12 @@ var init_createfeeplanagreement = __esm(() => {
|
|
|
63123
63239
|
init_v3();
|
|
63124
63240
|
init_primitives2();
|
|
63125
63241
|
CreateFeePlanAgreement$inboundSchema = objectType({
|
|
63126
|
-
planID: string4()
|
|
63242
|
+
planID: string4(),
|
|
63243
|
+
priorAgreementID: optional3(string4())
|
|
63127
63244
|
});
|
|
63128
63245
|
CreateFeePlanAgreement$outboundSchema = objectType({
|
|
63129
|
-
planID: stringType()
|
|
63246
|
+
planID: stringType(),
|
|
63247
|
+
priorAgreementID: stringType().optional()
|
|
63130
63248
|
});
|
|
63131
63249
|
});
|
|
63132
63250
|
|
|
@@ -65402,7 +65520,9 @@ var init_feeplanagreement = __esm(() => {
|
|
|
65402
65520
|
cardAcquiringModel: CardAcquiringModel$inboundSchema,
|
|
65403
65521
|
billableFees: arrayType(BillableFee$inboundSchema),
|
|
65404
65522
|
minimumCommitment: MinimumCommitment$inboundSchema,
|
|
65405
|
-
monthlyPlatformFee: MonthlyPlatformFee$inboundSchema
|
|
65523
|
+
monthlyPlatformFee: MonthlyPlatformFee$inboundSchema,
|
|
65524
|
+
priorAgreementID: optional3(string4()),
|
|
65525
|
+
priorAgreementTerminatedOn: optional3(date4())
|
|
65406
65526
|
});
|
|
65407
65527
|
FeePlanAgreement$outboundSchema = objectType({
|
|
65408
65528
|
agreementID: stringType(),
|
|
@@ -65415,7 +65535,9 @@ var init_feeplanagreement = __esm(() => {
|
|
|
65415
65535
|
cardAcquiringModel: CardAcquiringModel$outboundSchema,
|
|
65416
65536
|
billableFees: arrayType(BillableFee$outboundSchema),
|
|
65417
65537
|
minimumCommitment: MinimumCommitment$outboundSchema,
|
|
65418
|
-
monthlyPlatformFee: MonthlyPlatformFee$outboundSchema
|
|
65538
|
+
monthlyPlatformFee: MonthlyPlatformFee$outboundSchema,
|
|
65539
|
+
priorAgreementID: stringType().optional(),
|
|
65540
|
+
priorAgreementTerminatedOn: dateType().transform((v2) => v2.toISOString()).optional()
|
|
65419
65541
|
});
|
|
65420
65542
|
});
|
|
65421
65543
|
|
|
@@ -65622,6 +65744,7 @@ var init_issuedcardstate = __esm(() => {
|
|
|
65622
65744
|
init_enums();
|
|
65623
65745
|
IssuedCardState = {
|
|
65624
65746
|
Active: "active",
|
|
65747
|
+
Frozen: "frozen",
|
|
65625
65748
|
Closed: "closed"
|
|
65626
65749
|
};
|
|
65627
65750
|
IssuedCardState$inboundSchema = inboundSchema(IssuedCardState);
|
|
@@ -65631,43 +65754,215 @@ var init_issuedcardstate = __esm(() => {
|
|
|
65631
65754
|
// src/models/components/issuingintervallimit.ts
|
|
65632
65755
|
var IssuingIntervalLimit, IssuingIntervalLimit$inboundSchema, IssuingIntervalLimit$outboundSchema;
|
|
65633
65756
|
var init_issuingintervallimit = __esm(() => {
|
|
65634
|
-
|
|
65757
|
+
init_enums();
|
|
65635
65758
|
IssuingIntervalLimit = {
|
|
65636
|
-
PerTransaction: "per-transaction"
|
|
65759
|
+
PerTransaction: "per-transaction",
|
|
65760
|
+
Daily: "daily",
|
|
65761
|
+
Weekly: "weekly",
|
|
65762
|
+
Monthly: "monthly"
|
|
65637
65763
|
};
|
|
65638
|
-
IssuingIntervalLimit$inboundSchema =
|
|
65639
|
-
IssuingIntervalLimit$outboundSchema = IssuingIntervalLimit
|
|
65764
|
+
IssuingIntervalLimit$inboundSchema = inboundSchema(IssuingIntervalLimit);
|
|
65765
|
+
IssuingIntervalLimit$outboundSchema = outboundSchema(IssuingIntervalLimit);
|
|
65640
65766
|
});
|
|
65641
65767
|
|
|
65642
|
-
// src/models/components/
|
|
65643
|
-
var
|
|
65644
|
-
var
|
|
65768
|
+
// src/models/components/issuedvelocitylimit.ts
|
|
65769
|
+
var IssuedVelocityLimit$inboundSchema, IssuedVelocityLimit$outboundSchema;
|
|
65770
|
+
var init_issuedvelocitylimit = __esm(() => {
|
|
65645
65771
|
init_v3();
|
|
65646
65772
|
init_primitives2();
|
|
65647
65773
|
init_issuingintervallimit();
|
|
65648
|
-
|
|
65649
|
-
amount: number4(),
|
|
65650
|
-
|
|
65774
|
+
IssuedVelocityLimit$inboundSchema = objectType({
|
|
65775
|
+
amount: optional3(number4()),
|
|
65776
|
+
count: optional3(number4()),
|
|
65777
|
+
interval: IssuingIntervalLimit$inboundSchema,
|
|
65778
|
+
amountUsed: optional3(number4()),
|
|
65779
|
+
amountRemaining: optional3(number4()),
|
|
65780
|
+
countUsed: optional3(number4()),
|
|
65781
|
+
countRemaining: optional3(number4()),
|
|
65782
|
+
resetsOn: optional3(date4())
|
|
65783
|
+
});
|
|
65784
|
+
IssuedVelocityLimit$outboundSchema = objectType({
|
|
65785
|
+
amount: numberType().int().optional(),
|
|
65786
|
+
count: numberType().int().optional(),
|
|
65787
|
+
interval: IssuingIntervalLimit$outboundSchema,
|
|
65788
|
+
amountUsed: numberType().int().optional(),
|
|
65789
|
+
amountRemaining: numberType().int().optional(),
|
|
65790
|
+
countUsed: numberType().int().optional(),
|
|
65791
|
+
countRemaining: numberType().int().optional(),
|
|
65792
|
+
resetsOn: dateType().transform((v2) => v2.toISOString()).optional()
|
|
65651
65793
|
});
|
|
65652
|
-
|
|
65653
|
-
|
|
65654
|
-
|
|
65794
|
+
});
|
|
65795
|
+
|
|
65796
|
+
// src/models/components/issuingcontrolsrestrictionmode.ts
|
|
65797
|
+
var IssuingControlsRestrictionMode, IssuingControlsRestrictionMode$inboundSchema, IssuingControlsRestrictionMode$outboundSchema;
|
|
65798
|
+
var init_issuingcontrolsrestrictionmode = __esm(() => {
|
|
65799
|
+
init_enums();
|
|
65800
|
+
IssuingControlsRestrictionMode = {
|
|
65801
|
+
Allow: "allow",
|
|
65802
|
+
Block: "block"
|
|
65803
|
+
};
|
|
65804
|
+
IssuingControlsRestrictionMode$inboundSchema = inboundSchema(IssuingControlsRestrictionMode);
|
|
65805
|
+
IssuingControlsRestrictionMode$outboundSchema = outboundSchema(IssuingControlsRestrictionMode);
|
|
65806
|
+
});
|
|
65807
|
+
|
|
65808
|
+
// src/models/components/issuingmerchantcategory.ts
|
|
65809
|
+
var IssuingMerchantCategory, IssuingMerchantCategory$inboundSchema, IssuingMerchantCategory$outboundSchema;
|
|
65810
|
+
var init_issuingmerchantcategory = __esm(() => {
|
|
65811
|
+
init_enums();
|
|
65812
|
+
IssuingMerchantCategory = {
|
|
65813
|
+
Advertising: "advertising",
|
|
65814
|
+
Airlines: "airlines",
|
|
65815
|
+
AlcoholAndBars: "alcohol-and-bars",
|
|
65816
|
+
CarRental: "car-rental",
|
|
65817
|
+
Education: "education",
|
|
65818
|
+
Electronics: "electronics",
|
|
65819
|
+
FuelAndGas: "fuel-and-gas",
|
|
65820
|
+
Gambling: "gambling",
|
|
65821
|
+
Groceries: "groceries",
|
|
65822
|
+
GroundTransportation: "ground-transportation",
|
|
65823
|
+
HardwareAndHome: "hardware-and-home",
|
|
65824
|
+
Healthcare: "healthcare",
|
|
65825
|
+
LiveEntertainment: "live-entertainment",
|
|
65826
|
+
Lodging: "lodging",
|
|
65827
|
+
Movies: "movies",
|
|
65828
|
+
OfficeSupplies: "office-supplies",
|
|
65829
|
+
Parking: "parking",
|
|
65830
|
+
PersonalCare: "personal-care",
|
|
65831
|
+
ProfessionalServices: "professional-services",
|
|
65832
|
+
RestaurantsAndDining: "restaurants-and-dining",
|
|
65833
|
+
RetailGeneral: "retail-general",
|
|
65834
|
+
RideshareAndTaxis: "rideshare-and-taxis",
|
|
65835
|
+
SoftwareAndSaas: "software-and-saas",
|
|
65836
|
+
SportsAndRecreation: "sports-and-recreation",
|
|
65837
|
+
Subscriptions: "subscriptions",
|
|
65838
|
+
TravelAgencies: "travel-agencies"
|
|
65839
|
+
};
|
|
65840
|
+
IssuingMerchantCategory$inboundSchema = inboundSchema(IssuingMerchantCategory);
|
|
65841
|
+
IssuingMerchantCategory$outboundSchema = outboundSchema(IssuingMerchantCategory);
|
|
65842
|
+
});
|
|
65843
|
+
|
|
65844
|
+
// src/models/components/merchantentry.ts
|
|
65845
|
+
var MerchantEntry$inboundSchema, MerchantEntry$outboundSchema;
|
|
65846
|
+
var init_merchantentry = __esm(() => {
|
|
65847
|
+
init_v3();
|
|
65848
|
+
init_primitives2();
|
|
65849
|
+
MerchantEntry$inboundSchema = objectType({
|
|
65850
|
+
networkID: optional3(string4()),
|
|
65851
|
+
descriptorPattern: optional3(string4()),
|
|
65852
|
+
name: optional3(string4())
|
|
65853
|
+
});
|
|
65854
|
+
MerchantEntry$outboundSchema = objectType({
|
|
65855
|
+
networkID: stringType().optional(),
|
|
65856
|
+
descriptorPattern: stringType().optional(),
|
|
65857
|
+
name: stringType().optional()
|
|
65655
65858
|
});
|
|
65656
65859
|
});
|
|
65657
65860
|
|
|
65658
|
-
// src/models/components/
|
|
65659
|
-
var
|
|
65660
|
-
var
|
|
65861
|
+
// src/models/components/merchantcategoryrestrictions.ts
|
|
65862
|
+
var MerchantCategoryRestrictions$inboundSchema, MerchantCategoryRestrictions$outboundSchema;
|
|
65863
|
+
var init_merchantcategoryrestrictions = __esm(() => {
|
|
65661
65864
|
init_v3();
|
|
65662
65865
|
init_primitives2();
|
|
65663
|
-
|
|
65664
|
-
|
|
65866
|
+
init_issuingcontrolsrestrictionmode();
|
|
65867
|
+
init_issuingmerchantcategory();
|
|
65868
|
+
init_merchantentry();
|
|
65869
|
+
MerchantCategoryRestrictions$inboundSchema = objectType({
|
|
65870
|
+
mode: IssuingControlsRestrictionMode$inboundSchema,
|
|
65871
|
+
categories: optional3(arrayType(IssuingMerchantCategory$inboundSchema)),
|
|
65872
|
+
customMCCs: optional3(arrayType(string4())),
|
|
65873
|
+
exemptMerchants: optional3(arrayType(MerchantEntry$inboundSchema))
|
|
65874
|
+
});
|
|
65875
|
+
MerchantCategoryRestrictions$outboundSchema = objectType({
|
|
65876
|
+
mode: IssuingControlsRestrictionMode$outboundSchema,
|
|
65877
|
+
categories: arrayType(IssuingMerchantCategory$outboundSchema).optional(),
|
|
65878
|
+
customMCCs: arrayType(stringType()).optional(),
|
|
65879
|
+
exemptMerchants: arrayType(MerchantEntry$outboundSchema).optional()
|
|
65880
|
+
});
|
|
65881
|
+
});
|
|
65882
|
+
|
|
65883
|
+
// src/models/components/merchantrestrictions.ts
|
|
65884
|
+
var MerchantRestrictions$inboundSchema, MerchantRestrictions$outboundSchema;
|
|
65885
|
+
var init_merchantrestrictions = __esm(() => {
|
|
65886
|
+
init_v3();
|
|
65887
|
+
init_issuingcontrolsrestrictionmode();
|
|
65888
|
+
init_merchantentry();
|
|
65889
|
+
MerchantRestrictions$inboundSchema = objectType({
|
|
65890
|
+
mode: IssuingControlsRestrictionMode$inboundSchema,
|
|
65891
|
+
merchants: arrayType(MerchantEntry$inboundSchema)
|
|
65892
|
+
});
|
|
65893
|
+
MerchantRestrictions$outboundSchema = objectType({
|
|
65894
|
+
mode: IssuingControlsRestrictionMode$outboundSchema,
|
|
65895
|
+
merchants: arrayType(MerchantEntry$outboundSchema)
|
|
65896
|
+
});
|
|
65897
|
+
});
|
|
65898
|
+
|
|
65899
|
+
// src/models/components/issuingscheduleday.ts
|
|
65900
|
+
var IssuingScheduleDay, IssuingScheduleDay$inboundSchema, IssuingScheduleDay$outboundSchema;
|
|
65901
|
+
var init_issuingscheduleday = __esm(() => {
|
|
65902
|
+
init_v3();
|
|
65903
|
+
IssuingScheduleDay = {
|
|
65904
|
+
Monday: "monday",
|
|
65905
|
+
Tuesday: "tuesday",
|
|
65906
|
+
Wednesday: "wednesday",
|
|
65907
|
+
Thursday: "thursday",
|
|
65908
|
+
Friday: "friday",
|
|
65909
|
+
Saturday: "saturday",
|
|
65910
|
+
Sunday: "sunday"
|
|
65911
|
+
};
|
|
65912
|
+
IssuingScheduleDay$inboundSchema = nativeEnumType(IssuingScheduleDay);
|
|
65913
|
+
IssuingScheduleDay$outboundSchema = IssuingScheduleDay$inboundSchema;
|
|
65914
|
+
});
|
|
65915
|
+
|
|
65916
|
+
// src/models/components/schedulewindow.ts
|
|
65917
|
+
var ScheduleWindow$inboundSchema, ScheduleWindow$outboundSchema;
|
|
65918
|
+
var init_schedulewindow = __esm(() => {
|
|
65919
|
+
init_v3();
|
|
65920
|
+
init_primitives2();
|
|
65921
|
+
init_issuingscheduleday();
|
|
65922
|
+
ScheduleWindow$inboundSchema = objectType({
|
|
65923
|
+
days: arrayType(IssuingScheduleDay$inboundSchema),
|
|
65924
|
+
startTime: string4(),
|
|
65925
|
+
endTime: string4()
|
|
65926
|
+
});
|
|
65927
|
+
ScheduleWindow$outboundSchema = objectType({
|
|
65928
|
+
days: arrayType(IssuingScheduleDay$outboundSchema),
|
|
65929
|
+
startTime: stringType(),
|
|
65930
|
+
endTime: stringType()
|
|
65931
|
+
});
|
|
65932
|
+
});
|
|
65933
|
+
|
|
65934
|
+
// src/models/components/issuedcontrols.ts
|
|
65935
|
+
var IssuedControlsAllowedSchedule$inboundSchema, IssuedControlsAllowedSchedule$outboundSchema, IssuedControls$inboundSchema, IssuedControls$outboundSchema;
|
|
65936
|
+
var init_issuedcontrols = __esm(() => {
|
|
65937
|
+
init_v3();
|
|
65938
|
+
init_primitives2();
|
|
65939
|
+
init_issuedvelocitylimit();
|
|
65940
|
+
init_merchantcategoryrestrictions();
|
|
65941
|
+
init_merchantrestrictions();
|
|
65942
|
+
init_schedulewindow();
|
|
65943
|
+
IssuedControlsAllowedSchedule$inboundSchema = objectType({
|
|
65944
|
+
timezone: string4(),
|
|
65945
|
+
windows: arrayType(ScheduleWindow$inboundSchema)
|
|
65946
|
+
});
|
|
65947
|
+
IssuedControlsAllowedSchedule$outboundSchema = objectType({
|
|
65948
|
+
timezone: stringType(),
|
|
65949
|
+
windows: arrayType(ScheduleWindow$outboundSchema)
|
|
65950
|
+
});
|
|
65951
|
+
IssuedControls$inboundSchema = objectType({
|
|
65665
65952
|
singleUse: optional3(boolean4()),
|
|
65666
|
-
velocityLimits: optional3(arrayType(
|
|
65953
|
+
velocityLimits: optional3(arrayType(IssuedVelocityLimit$inboundSchema)),
|
|
65954
|
+
merchantCategoryRestrictions: optional3(MerchantCategoryRestrictions$inboundSchema),
|
|
65955
|
+
merchantRestrictions: optional3(MerchantRestrictions$inboundSchema),
|
|
65956
|
+
allowedSchedule: nullableType(lazyType(() => IssuedControlsAllowedSchedule$inboundSchema)).optional(),
|
|
65957
|
+
expiresOn: nullableType(date4()).optional()
|
|
65667
65958
|
});
|
|
65668
|
-
|
|
65959
|
+
IssuedControls$outboundSchema = objectType({
|
|
65669
65960
|
singleUse: booleanType().optional(),
|
|
65670
|
-
velocityLimits: arrayType(
|
|
65961
|
+
velocityLimits: arrayType(IssuedVelocityLimit$outboundSchema).optional(),
|
|
65962
|
+
merchantCategoryRestrictions: MerchantCategoryRestrictions$outboundSchema.optional(),
|
|
65963
|
+
merchantRestrictions: MerchantRestrictions$outboundSchema.optional(),
|
|
65964
|
+
allowedSchedule: nullableType(lazyType(() => IssuedControlsAllowedSchedule$outboundSchema)).optional(),
|
|
65965
|
+
expiresOn: nullableType(dateType().transform((v2) => v2.toISOString())).optional()
|
|
65671
65966
|
});
|
|
65672
65967
|
});
|
|
65673
65968
|
|
|
@@ -65681,7 +65976,7 @@ var init_fullissuedcard = __esm(() => {
|
|
|
65681
65976
|
init_cardexpiration();
|
|
65682
65977
|
init_issuedcardformfactor();
|
|
65683
65978
|
init_issuedcardstate();
|
|
65684
|
-
|
|
65979
|
+
init_issuedcontrols();
|
|
65685
65980
|
FullIssuedCard$inboundSchema = objectType({
|
|
65686
65981
|
issuedCardID: string4(),
|
|
65687
65982
|
brand: CardBrand$inboundSchema,
|
|
@@ -65694,7 +65989,7 @@ var init_fullissuedcard = __esm(() => {
|
|
|
65694
65989
|
billingAddress: optional3(Address$inboundSchema),
|
|
65695
65990
|
state: IssuedCardState$inboundSchema,
|
|
65696
65991
|
formFactor: IssuedCardFormFactor$inboundSchema,
|
|
65697
|
-
controls: optional3(
|
|
65992
|
+
controls: optional3(IssuedControls$inboundSchema),
|
|
65698
65993
|
createdOn: date4(),
|
|
65699
65994
|
updatedOn: date4(),
|
|
65700
65995
|
pan: string4(),
|
|
@@ -65712,7 +66007,7 @@ var init_fullissuedcard = __esm(() => {
|
|
|
65712
66007
|
billingAddress: Address$outboundSchema.optional(),
|
|
65713
66008
|
state: IssuedCardState$outboundSchema,
|
|
65714
66009
|
formFactor: IssuedCardFormFactor$outboundSchema,
|
|
65715
|
-
controls:
|
|
66010
|
+
controls: IssuedControls$outboundSchema.optional(),
|
|
65716
66011
|
createdOn: dateType().transform((v2) => v2.toISOString()),
|
|
65717
66012
|
updatedOn: dateType().transform((v2) => v2.toISOString()),
|
|
65718
66013
|
pan: stringType(),
|
|
@@ -66555,7 +66850,7 @@ var init_issuedcard = __esm(() => {
|
|
|
66555
66850
|
init_cardexpiration();
|
|
66556
66851
|
init_issuedcardformfactor();
|
|
66557
66852
|
init_issuedcardstate();
|
|
66558
|
-
|
|
66853
|
+
init_issuedcontrols();
|
|
66559
66854
|
IssuedCard$inboundSchema = objectType({
|
|
66560
66855
|
issuedCardID: string4(),
|
|
66561
66856
|
brand: CardBrand$inboundSchema,
|
|
@@ -66568,7 +66863,7 @@ var init_issuedcard = __esm(() => {
|
|
|
66568
66863
|
billingAddress: optional3(Address$inboundSchema),
|
|
66569
66864
|
state: IssuedCardState$inboundSchema,
|
|
66570
66865
|
formFactor: IssuedCardFormFactor$inboundSchema,
|
|
66571
|
-
controls: optional3(
|
|
66866
|
+
controls: optional3(IssuedControls$inboundSchema),
|
|
66572
66867
|
createdOn: date4(),
|
|
66573
66868
|
updatedOn: date4()
|
|
66574
66869
|
});
|
|
@@ -66584,7 +66879,7 @@ var init_issuedcard = __esm(() => {
|
|
|
66584
66879
|
billingAddress: Address$outboundSchema.optional(),
|
|
66585
66880
|
state: IssuedCardState$outboundSchema,
|
|
66586
66881
|
formFactor: IssuedCardFormFactor$outboundSchema,
|
|
66587
|
-
controls:
|
|
66882
|
+
controls: IssuedControls$outboundSchema.optional(),
|
|
66588
66883
|
createdOn: dateType().transform((v2) => v2.toISOString()),
|
|
66589
66884
|
updatedOn: dateType().transform((v2) => v2.toISOString())
|
|
66590
66885
|
});
|
|
@@ -66742,6 +67037,59 @@ var init_issuedcardtransaction = __esm(() => {
|
|
|
66742
67037
|
});
|
|
66743
67038
|
});
|
|
66744
67039
|
|
|
67040
|
+
// src/models/components/issuingvelocitylimit.ts
|
|
67041
|
+
var IssuingVelocityLimit$inboundSchema, IssuingVelocityLimit$outboundSchema;
|
|
67042
|
+
var init_issuingvelocitylimit = __esm(() => {
|
|
67043
|
+
init_v3();
|
|
67044
|
+
init_primitives2();
|
|
67045
|
+
init_issuingintervallimit();
|
|
67046
|
+
IssuingVelocityLimit$inboundSchema = objectType({
|
|
67047
|
+
amount: optional3(number4()),
|
|
67048
|
+
count: optional3(number4()),
|
|
67049
|
+
interval: IssuingIntervalLimit$inboundSchema
|
|
67050
|
+
});
|
|
67051
|
+
IssuingVelocityLimit$outboundSchema = objectType({
|
|
67052
|
+
amount: numberType().int().optional(),
|
|
67053
|
+
count: numberType().int().optional(),
|
|
67054
|
+
interval: IssuingIntervalLimit$outboundSchema
|
|
67055
|
+
});
|
|
67056
|
+
});
|
|
67057
|
+
|
|
67058
|
+
// src/models/components/issuingcontrols.ts
|
|
67059
|
+
var AllowedSchedule$inboundSchema, AllowedSchedule$outboundSchema, IssuingControls$inboundSchema, IssuingControls$outboundSchema;
|
|
67060
|
+
var init_issuingcontrols = __esm(() => {
|
|
67061
|
+
init_v3();
|
|
67062
|
+
init_primitives2();
|
|
67063
|
+
init_issuingvelocitylimit();
|
|
67064
|
+
init_merchantcategoryrestrictions();
|
|
67065
|
+
init_merchantrestrictions();
|
|
67066
|
+
init_schedulewindow();
|
|
67067
|
+
AllowedSchedule$inboundSchema = objectType({
|
|
67068
|
+
timezone: string4(),
|
|
67069
|
+
windows: arrayType(ScheduleWindow$inboundSchema)
|
|
67070
|
+
});
|
|
67071
|
+
AllowedSchedule$outboundSchema = objectType({
|
|
67072
|
+
timezone: stringType(),
|
|
67073
|
+
windows: arrayType(ScheduleWindow$outboundSchema)
|
|
67074
|
+
});
|
|
67075
|
+
IssuingControls$inboundSchema = objectType({
|
|
67076
|
+
singleUse: optional3(boolean4()),
|
|
67077
|
+
velocityLimits: optional3(arrayType(IssuingVelocityLimit$inboundSchema)),
|
|
67078
|
+
merchantCategoryRestrictions: optional3(MerchantCategoryRestrictions$inboundSchema),
|
|
67079
|
+
merchantRestrictions: optional3(MerchantRestrictions$inboundSchema),
|
|
67080
|
+
allowedSchedule: nullableType(lazyType(() => AllowedSchedule$inboundSchema)).optional(),
|
|
67081
|
+
expiresOn: nullableType(date4()).optional()
|
|
67082
|
+
});
|
|
67083
|
+
IssuingControls$outboundSchema = objectType({
|
|
67084
|
+
singleUse: booleanType().optional(),
|
|
67085
|
+
velocityLimits: arrayType(IssuingVelocityLimit$outboundSchema).optional(),
|
|
67086
|
+
merchantCategoryRestrictions: MerchantCategoryRestrictions$outboundSchema.optional(),
|
|
67087
|
+
merchantRestrictions: MerchantRestrictions$outboundSchema.optional(),
|
|
67088
|
+
allowedSchedule: nullableType(lazyType(() => AllowedSchedule$outboundSchema)).optional(),
|
|
67089
|
+
expiresOn: nullableType(dateType().transform((v2) => v2.toISOString())).optional()
|
|
67090
|
+
});
|
|
67091
|
+
});
|
|
67092
|
+
|
|
66745
67093
|
// src/models/components/issuingvelocitylimiterror.ts
|
|
66746
67094
|
var IssuingVelocityLimitError$inboundSchema, IssuingVelocityLimitError$outboundSchema;
|
|
66747
67095
|
var init_issuingvelocitylimiterror = __esm(() => {
|
|
@@ -66749,25 +67097,89 @@ var init_issuingvelocitylimiterror = __esm(() => {
|
|
|
66749
67097
|
init_primitives2();
|
|
66750
67098
|
IssuingVelocityLimitError$inboundSchema = objectType({
|
|
66751
67099
|
amount: optional3(string4()),
|
|
67100
|
+
count: optional3(string4()),
|
|
66752
67101
|
interval: optional3(string4())
|
|
66753
67102
|
});
|
|
66754
67103
|
IssuingVelocityLimitError$outboundSchema = objectType({
|
|
66755
67104
|
amount: stringType().optional(),
|
|
67105
|
+
count: stringType().optional(),
|
|
66756
67106
|
interval: stringType().optional()
|
|
66757
67107
|
});
|
|
66758
67108
|
});
|
|
66759
67109
|
|
|
67110
|
+
// src/models/components/merchantentryerror.ts
|
|
67111
|
+
var MerchantEntryError$inboundSchema, MerchantEntryError$outboundSchema;
|
|
67112
|
+
var init_merchantentryerror = __esm(() => {
|
|
67113
|
+
init_v3();
|
|
67114
|
+
init_primitives2();
|
|
67115
|
+
MerchantEntryError$inboundSchema = objectType({
|
|
67116
|
+
networkID: optional3(string4()),
|
|
67117
|
+
descriptorPattern: optional3(string4())
|
|
67118
|
+
});
|
|
67119
|
+
MerchantEntryError$outboundSchema = objectType({
|
|
67120
|
+
networkID: stringType().optional(),
|
|
67121
|
+
descriptorPattern: stringType().optional()
|
|
67122
|
+
});
|
|
67123
|
+
});
|
|
67124
|
+
|
|
67125
|
+
// src/models/components/merchantcategoryrestrictionserror.ts
|
|
67126
|
+
var MerchantCategoryRestrictionsError$inboundSchema, MerchantCategoryRestrictionsError$outboundSchema;
|
|
67127
|
+
var init_merchantcategoryrestrictionserror = __esm(() => {
|
|
67128
|
+
init_v3();
|
|
67129
|
+
init_primitives2();
|
|
67130
|
+
init_merchantentryerror();
|
|
67131
|
+
MerchantCategoryRestrictionsError$inboundSchema = objectType({
|
|
67132
|
+
mode: optional3(string4()),
|
|
67133
|
+
categories: optional3(recordType(string4())),
|
|
67134
|
+
customMCCs: optional3(recordType(string4())),
|
|
67135
|
+
exemptMerchants: optional3(recordType(MerchantEntryError$inboundSchema))
|
|
67136
|
+
});
|
|
67137
|
+
MerchantCategoryRestrictionsError$outboundSchema = objectType({
|
|
67138
|
+
mode: stringType().optional(),
|
|
67139
|
+
categories: recordType(stringType()).optional(),
|
|
67140
|
+
customMCCs: recordType(stringType()).optional(),
|
|
67141
|
+
exemptMerchants: recordType(MerchantEntryError$outboundSchema).optional()
|
|
67142
|
+
});
|
|
67143
|
+
});
|
|
67144
|
+
|
|
67145
|
+
// src/models/components/merchantrestrictionserror.ts
|
|
67146
|
+
var MerchantRestrictionsError$inboundSchema, MerchantRestrictionsError$outboundSchema;
|
|
67147
|
+
var init_merchantrestrictionserror = __esm(() => {
|
|
67148
|
+
init_v3();
|
|
67149
|
+
init_primitives2();
|
|
67150
|
+
init_merchantentryerror();
|
|
67151
|
+
MerchantRestrictionsError$inboundSchema = objectType({
|
|
67152
|
+
mode: optional3(string4()),
|
|
67153
|
+
merchants: optional3(recordType(MerchantEntryError$inboundSchema))
|
|
67154
|
+
});
|
|
67155
|
+
MerchantRestrictionsError$outboundSchema = objectType({
|
|
67156
|
+
mode: stringType().optional(),
|
|
67157
|
+
merchants: recordType(MerchantEntryError$outboundSchema).optional()
|
|
67158
|
+
});
|
|
67159
|
+
});
|
|
67160
|
+
|
|
66760
67161
|
// src/models/components/issuingcontrolserror.ts
|
|
66761
67162
|
var IssuingControlsError$inboundSchema, IssuingControlsError$outboundSchema;
|
|
66762
67163
|
var init_issuingcontrolserror = __esm(() => {
|
|
66763
67164
|
init_v3();
|
|
66764
67165
|
init_primitives2();
|
|
67166
|
+
init_allowedscheduleerror();
|
|
66765
67167
|
init_issuingvelocitylimiterror();
|
|
67168
|
+
init_merchantcategoryrestrictionserror();
|
|
67169
|
+
init_merchantrestrictionserror();
|
|
66766
67170
|
IssuingControlsError$inboundSchema = objectType({
|
|
66767
|
-
velocityLimits: optional3(recordType(IssuingVelocityLimitError$inboundSchema))
|
|
67171
|
+
velocityLimits: optional3(recordType(IssuingVelocityLimitError$inboundSchema)),
|
|
67172
|
+
merchantCategoryRestrictions: optional3(MerchantCategoryRestrictionsError$inboundSchema),
|
|
67173
|
+
merchantRestrictions: optional3(MerchantRestrictionsError$inboundSchema),
|
|
67174
|
+
allowedSchedule: optional3(AllowedScheduleError$inboundSchema),
|
|
67175
|
+
expiresOn: optional3(string4())
|
|
66768
67176
|
});
|
|
66769
67177
|
IssuingControlsError$outboundSchema = objectType({
|
|
66770
|
-
velocityLimits: recordType(IssuingVelocityLimitError$outboundSchema).optional()
|
|
67178
|
+
velocityLimits: recordType(IssuingVelocityLimitError$outboundSchema).optional(),
|
|
67179
|
+
merchantCategoryRestrictions: MerchantCategoryRestrictionsError$outboundSchema.optional(),
|
|
67180
|
+
merchantRestrictions: MerchantRestrictionsError$outboundSchema.optional(),
|
|
67181
|
+
allowedSchedule: AllowedScheduleError$outboundSchema.optional(),
|
|
67182
|
+
expiresOn: stringType().optional()
|
|
66771
67183
|
});
|
|
66772
67184
|
});
|
|
66773
67185
|
|
|
@@ -67146,6 +67558,35 @@ var init_manualtermsofserviceupdate = __esm(() => {
|
|
|
67146
67558
|
});
|
|
67147
67559
|
});
|
|
67148
67560
|
|
|
67561
|
+
// src/models/components/merchantcategory.ts
|
|
67562
|
+
var MerchantCategory$inboundSchema, MerchantCategory$outboundSchema;
|
|
67563
|
+
var init_merchantcategory = __esm(() => {
|
|
67564
|
+
init_v3();
|
|
67565
|
+
init_primitives2();
|
|
67566
|
+
init_issuingmerchantcategory();
|
|
67567
|
+
MerchantCategory$inboundSchema = objectType({
|
|
67568
|
+
category: IssuingMerchantCategory$inboundSchema,
|
|
67569
|
+
mccs: arrayType(string4())
|
|
67570
|
+
});
|
|
67571
|
+
MerchantCategory$outboundSchema = objectType({
|
|
67572
|
+
category: IssuingMerchantCategory$outboundSchema,
|
|
67573
|
+
mccs: arrayType(stringType())
|
|
67574
|
+
});
|
|
67575
|
+
});
|
|
67576
|
+
|
|
67577
|
+
// src/models/components/merchantcategories.ts
|
|
67578
|
+
var MerchantCategories$inboundSchema, MerchantCategories$outboundSchema;
|
|
67579
|
+
var init_merchantcategories = __esm(() => {
|
|
67580
|
+
init_v3();
|
|
67581
|
+
init_merchantcategory();
|
|
67582
|
+
MerchantCategories$inboundSchema = objectType({
|
|
67583
|
+
merchantCategories: arrayType(MerchantCategory$inboundSchema)
|
|
67584
|
+
});
|
|
67585
|
+
MerchantCategories$outboundSchema = objectType({
|
|
67586
|
+
merchantCategories: arrayType(MerchantCategory$outboundSchema)
|
|
67587
|
+
});
|
|
67588
|
+
});
|
|
67589
|
+
|
|
67149
67590
|
// src/models/components/moneytransferpullfromcard.ts
|
|
67150
67591
|
var MoneyTransferPullFromCard$inboundSchema, MoneyTransferPullFromCard$outboundSchema;
|
|
67151
67592
|
var init_moneytransferpullfromcard = __esm(() => {
|
|
@@ -67659,6 +68100,8 @@ var init_partnerpricingagreement = __esm(() => {
|
|
|
67659
68100
|
billableFees: arrayType(BillableFee$inboundSchema),
|
|
67660
68101
|
minimumCommitment: MinimumCommitment$inboundSchema,
|
|
67661
68102
|
monthlyPlatformFee: MonthlyPlatformFee$inboundSchema,
|
|
68103
|
+
priorAgreementID: optional3(string4()),
|
|
68104
|
+
priorAgreementTerminatedOn: optional3(date4()),
|
|
67662
68105
|
revenueShare: string4()
|
|
67663
68106
|
});
|
|
67664
68107
|
PartnerPricingAgreement$outboundSchema = objectType({
|
|
@@ -67673,6 +68116,8 @@ var init_partnerpricingagreement = __esm(() => {
|
|
|
67673
68116
|
billableFees: arrayType(BillableFee$outboundSchema),
|
|
67674
68117
|
minimumCommitment: MinimumCommitment$outboundSchema,
|
|
67675
68118
|
monthlyPlatformFee: MonthlyPlatformFee$outboundSchema,
|
|
68119
|
+
priorAgreementID: stringType().optional(),
|
|
68120
|
+
priorAgreementTerminatedOn: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
67676
68121
|
revenueShare: stringType()
|
|
67677
68122
|
});
|
|
67678
68123
|
});
|
|
@@ -69466,6 +69911,20 @@ var init_sendfundsrtp = __esm(() => {
|
|
|
69466
69911
|
});
|
|
69467
69912
|
});
|
|
69468
69913
|
|
|
69914
|
+
// src/models/components/sendfundswire.ts
|
|
69915
|
+
var SendFundsWire$inboundSchema, SendFundsWire$outboundSchema;
|
|
69916
|
+
var init_sendfundswire = __esm(() => {
|
|
69917
|
+
init_v3();
|
|
69918
|
+
init_primitives2();
|
|
69919
|
+
init_estimatedactivity();
|
|
69920
|
+
SendFundsWire$inboundSchema = objectType({
|
|
69921
|
+
estimatedActivity: optional3(EstimatedActivity$inboundSchema)
|
|
69922
|
+
});
|
|
69923
|
+
SendFundsWire$outboundSchema = objectType({
|
|
69924
|
+
estimatedActivity: EstimatedActivity$outboundSchema.optional()
|
|
69925
|
+
});
|
|
69926
|
+
});
|
|
69927
|
+
|
|
69469
69928
|
// src/models/components/sendfunds.ts
|
|
69470
69929
|
var SendFunds$inboundSchema, SendFunds$outboundSchema;
|
|
69471
69930
|
var init_sendfunds = __esm(() => {
|
|
@@ -69475,17 +69934,20 @@ var init_sendfunds = __esm(() => {
|
|
|
69475
69934
|
init_sendfundsinstantbank();
|
|
69476
69935
|
init_sendfundspushtocard();
|
|
69477
69936
|
init_sendfundsrtp();
|
|
69937
|
+
init_sendfundswire();
|
|
69478
69938
|
SendFunds$inboundSchema = objectType({
|
|
69479
69939
|
ach: optional3(SendFundsAch$inboundSchema),
|
|
69480
69940
|
pushToCard: optional3(SendFundsPushToCard$inboundSchema),
|
|
69481
69941
|
rtp: optional3(SendFundsRtp$inboundSchema),
|
|
69482
|
-
instantBank: optional3(SendFundsInstantBank$inboundSchema)
|
|
69942
|
+
instantBank: optional3(SendFundsInstantBank$inboundSchema),
|
|
69943
|
+
wire: optional3(SendFundsWire$inboundSchema)
|
|
69483
69944
|
});
|
|
69484
69945
|
SendFunds$outboundSchema = objectType({
|
|
69485
69946
|
ach: SendFundsAch$outboundSchema.optional(),
|
|
69486
69947
|
pushToCard: SendFundsPushToCard$outboundSchema.optional(),
|
|
69487
69948
|
rtp: SendFundsRtp$outboundSchema.optional(),
|
|
69488
|
-
instantBank: SendFundsInstantBank$outboundSchema.optional()
|
|
69949
|
+
instantBank: SendFundsInstantBank$outboundSchema.optional(),
|
|
69950
|
+
wire: SendFundsWire$outboundSchema.optional()
|
|
69489
69951
|
});
|
|
69490
69952
|
});
|
|
69491
69953
|
|
|
@@ -69545,6 +70007,20 @@ var init_sendfundsrtperror = __esm(() => {
|
|
|
69545
70007
|
});
|
|
69546
70008
|
});
|
|
69547
70009
|
|
|
70010
|
+
// src/models/components/sendfundswireerror.ts
|
|
70011
|
+
var SendFundsWireError$inboundSchema, SendFundsWireError$outboundSchema;
|
|
70012
|
+
var init_sendfundswireerror = __esm(() => {
|
|
70013
|
+
init_v3();
|
|
70014
|
+
init_primitives2();
|
|
70015
|
+
init_estimatedactivityerror();
|
|
70016
|
+
SendFundsWireError$inboundSchema = objectType({
|
|
70017
|
+
estimatedActivity: optional3(EstimatedActivityError$inboundSchema)
|
|
70018
|
+
});
|
|
70019
|
+
SendFundsWireError$outboundSchema = objectType({
|
|
70020
|
+
estimatedActivity: EstimatedActivityError$outboundSchema.optional()
|
|
70021
|
+
});
|
|
70022
|
+
});
|
|
70023
|
+
|
|
69548
70024
|
// src/models/components/sendfundserror.ts
|
|
69549
70025
|
var SendFundsError$inboundSchema, SendFundsError$outboundSchema;
|
|
69550
70026
|
var init_sendfundserror = __esm(() => {
|
|
@@ -69554,17 +70030,20 @@ var init_sendfundserror = __esm(() => {
|
|
|
69554
70030
|
init_sendfundsinstantbankerror();
|
|
69555
70031
|
init_sendfundspushtocarderror();
|
|
69556
70032
|
init_sendfundsrtperror();
|
|
70033
|
+
init_sendfundswireerror();
|
|
69557
70034
|
SendFundsError$inboundSchema = objectType({
|
|
69558
70035
|
ach: optional3(SendFundsAchError$inboundSchema),
|
|
69559
70036
|
pushToCard: optional3(SendFundsPushToCardError$inboundSchema),
|
|
69560
70037
|
rtp: optional3(SendFundsRtpError$inboundSchema),
|
|
69561
|
-
instantBank: optional3(SendFundsInstantBankError$inboundSchema)
|
|
70038
|
+
instantBank: optional3(SendFundsInstantBankError$inboundSchema),
|
|
70039
|
+
wire: optional3(SendFundsWireError$inboundSchema)
|
|
69562
70040
|
});
|
|
69563
70041
|
SendFundsError$outboundSchema = objectType({
|
|
69564
70042
|
ach: SendFundsAchError$outboundSchema.optional(),
|
|
69565
70043
|
pushToCard: SendFundsPushToCardError$outboundSchema.optional(),
|
|
69566
70044
|
rtp: SendFundsRtpError$outboundSchema.optional(),
|
|
69567
|
-
instantBank: SendFundsInstantBankError$outboundSchema.optional()
|
|
70045
|
+
instantBank: SendFundsInstantBankError$outboundSchema.optional(),
|
|
70046
|
+
wire: SendFundsWireError$outboundSchema.optional()
|
|
69568
70047
|
});
|
|
69569
70048
|
});
|
|
69570
70049
|
|
|
@@ -69591,6 +70070,7 @@ var init_statement = __esm(() => {
|
|
|
69591
70070
|
init_primitives2();
|
|
69592
70071
|
init_accountfees();
|
|
69593
70072
|
init_achfees();
|
|
70073
|
+
init_adjustmentfees();
|
|
69594
70074
|
init_billingsummary();
|
|
69595
70075
|
init_cardacquiringfees();
|
|
69596
70076
|
init_instantpaymentfees();
|
|
@@ -69613,6 +70093,7 @@ var init_statement = __esm(() => {
|
|
|
69613
70093
|
accountFees: optional3(AccountFees$inboundSchema),
|
|
69614
70094
|
otherCardFees: optional3(OtherCardFees$inboundSchema),
|
|
69615
70095
|
partnerFees: optional3(PartnerFees$inboundSchema),
|
|
70096
|
+
adjustments: optional3(AdjustmentFees$inboundSchema),
|
|
69616
70097
|
createdOn: date4(),
|
|
69617
70098
|
updatedOn: date4()
|
|
69618
70099
|
});
|
|
@@ -69632,6 +70113,7 @@ var init_statement = __esm(() => {
|
|
|
69632
70113
|
accountFees: AccountFees$outboundSchema.optional(),
|
|
69633
70114
|
otherCardFees: OtherCardFees$outboundSchema.optional(),
|
|
69634
70115
|
partnerFees: PartnerFees$outboundSchema.optional(),
|
|
70116
|
+
adjustments: AdjustmentFees$outboundSchema.optional(),
|
|
69635
70117
|
createdOn: dateType().transform((v2) => v2.toISOString()),
|
|
69636
70118
|
updatedOn: dateType().transform((v2) => v2.toISOString())
|
|
69637
70119
|
});
|
|
@@ -70012,6 +70494,7 @@ var init_transfer = __esm(() => {
|
|
|
70012
70494
|
init_moovfee();
|
|
70013
70495
|
init_moovfeedetails();
|
|
70014
70496
|
init_transferamountdetails();
|
|
70497
|
+
init_transfercapture();
|
|
70015
70498
|
init_transferdestination();
|
|
70016
70499
|
init_transferfailurereason();
|
|
70017
70500
|
init_transferlineitems();
|
|
@@ -70046,7 +70529,8 @@ var init_transfer = __esm(() => {
|
|
|
70046
70529
|
foreignID: optional3(string4()),
|
|
70047
70530
|
lineItems: optional3(TransferLineItems$inboundSchema),
|
|
70048
70531
|
invoiceID: optional3(string4()),
|
|
70049
|
-
amountDetails: optional3(TransferAmountDetails$inboundSchema)
|
|
70532
|
+
amountDetails: optional3(TransferAmountDetails$inboundSchema),
|
|
70533
|
+
capture: optional3(TransferCapture$inboundSchema)
|
|
70050
70534
|
});
|
|
70051
70535
|
Transfer$outboundSchema = objectType({
|
|
70052
70536
|
transferID: stringType(),
|
|
@@ -70077,7 +70561,8 @@ var init_transfer = __esm(() => {
|
|
|
70077
70561
|
foreignID: stringType().optional(),
|
|
70078
70562
|
lineItems: TransferLineItems$outboundSchema.optional(),
|
|
70079
70563
|
invoiceID: stringType().optional(),
|
|
70080
|
-
amountDetails: TransferAmountDetails$outboundSchema.optional()
|
|
70564
|
+
amountDetails: TransferAmountDetails$outboundSchema.optional(),
|
|
70565
|
+
capture: TransferCapture$outboundSchema.optional()
|
|
70081
70566
|
});
|
|
70082
70567
|
});
|
|
70083
70568
|
|
|
@@ -70435,18 +70920,75 @@ var UpdateIssuedCardState, UpdateIssuedCardState$inboundSchema, UpdateIssuedCard
|
|
|
70435
70920
|
var init_updateissuedcardstate = __esm(() => {
|
|
70436
70921
|
init_v3();
|
|
70437
70922
|
UpdateIssuedCardState = {
|
|
70923
|
+
Active: "active",
|
|
70924
|
+
Frozen: "frozen",
|
|
70438
70925
|
Closed: "closed"
|
|
70439
70926
|
};
|
|
70440
70927
|
UpdateIssuedCardState$inboundSchema = nativeEnumType(UpdateIssuedCardState);
|
|
70441
70928
|
UpdateIssuedCardState$outboundSchema = UpdateIssuedCardState$inboundSchema;
|
|
70442
70929
|
});
|
|
70443
70930
|
|
|
70931
|
+
// src/models/components/updateissuingcontrols.ts
|
|
70932
|
+
var UpdateIssuingControlsMerchantCategoryRestrictions$inboundSchema, UpdateIssuingControlsMerchantCategoryRestrictions$outboundSchema, UpdateIssuingControlsMerchantRestrictions$inboundSchema, UpdateIssuingControlsMerchantRestrictions$outboundSchema, UpdateIssuingControlsAllowedSchedule$inboundSchema, UpdateIssuingControlsAllowedSchedule$outboundSchema, UpdateIssuingControls$inboundSchema, UpdateIssuingControls$outboundSchema;
|
|
70933
|
+
var init_updateissuingcontrols = __esm(() => {
|
|
70934
|
+
init_v3();
|
|
70935
|
+
init_primitives2();
|
|
70936
|
+
init_issuingcontrolsrestrictionmode();
|
|
70937
|
+
init_issuingmerchantcategory();
|
|
70938
|
+
init_issuingvelocitylimit();
|
|
70939
|
+
init_merchantentry();
|
|
70940
|
+
init_schedulewindow();
|
|
70941
|
+
UpdateIssuingControlsMerchantCategoryRestrictions$inboundSchema = objectType({
|
|
70942
|
+
mode: optional3(IssuingControlsRestrictionMode$inboundSchema),
|
|
70943
|
+
categories: optional3(arrayType(IssuingMerchantCategory$inboundSchema)),
|
|
70944
|
+
customMCCs: optional3(arrayType(string4())),
|
|
70945
|
+
exemptMerchants: optional3(arrayType(MerchantEntry$inboundSchema))
|
|
70946
|
+
});
|
|
70947
|
+
UpdateIssuingControlsMerchantCategoryRestrictions$outboundSchema = objectType({
|
|
70948
|
+
mode: IssuingControlsRestrictionMode$outboundSchema.optional(),
|
|
70949
|
+
categories: arrayType(IssuingMerchantCategory$outboundSchema).optional(),
|
|
70950
|
+
customMCCs: arrayType(stringType()).optional(),
|
|
70951
|
+
exemptMerchants: arrayType(MerchantEntry$outboundSchema).optional()
|
|
70952
|
+
});
|
|
70953
|
+
UpdateIssuingControlsMerchantRestrictions$inboundSchema = objectType({
|
|
70954
|
+
mode: optional3(IssuingControlsRestrictionMode$inboundSchema),
|
|
70955
|
+
merchants: optional3(arrayType(MerchantEntry$inboundSchema))
|
|
70956
|
+
});
|
|
70957
|
+
UpdateIssuingControlsMerchantRestrictions$outboundSchema = objectType({
|
|
70958
|
+
mode: IssuingControlsRestrictionMode$outboundSchema.optional(),
|
|
70959
|
+
merchants: arrayType(MerchantEntry$outboundSchema).optional()
|
|
70960
|
+
});
|
|
70961
|
+
UpdateIssuingControlsAllowedSchedule$inboundSchema = objectType({
|
|
70962
|
+
timezone: optional3(string4()),
|
|
70963
|
+
windows: optional3(arrayType(ScheduleWindow$inboundSchema))
|
|
70964
|
+
});
|
|
70965
|
+
UpdateIssuingControlsAllowedSchedule$outboundSchema = objectType({
|
|
70966
|
+
timezone: stringType().optional(),
|
|
70967
|
+
windows: arrayType(ScheduleWindow$outboundSchema).optional()
|
|
70968
|
+
});
|
|
70969
|
+
UpdateIssuingControls$inboundSchema = objectType({
|
|
70970
|
+
velocityLimits: optional3(arrayType(IssuingVelocityLimit$inboundSchema)),
|
|
70971
|
+
merchantCategoryRestrictions: nullableType(lazyType(() => UpdateIssuingControlsMerchantCategoryRestrictions$inboundSchema)).optional(),
|
|
70972
|
+
merchantRestrictions: nullableType(lazyType(() => UpdateIssuingControlsMerchantRestrictions$inboundSchema)).optional(),
|
|
70973
|
+
allowedSchedule: nullableType(lazyType(() => UpdateIssuingControlsAllowedSchedule$inboundSchema)).optional(),
|
|
70974
|
+
expiresOn: nullableType(date4()).optional()
|
|
70975
|
+
});
|
|
70976
|
+
UpdateIssuingControls$outboundSchema = objectType({
|
|
70977
|
+
velocityLimits: arrayType(IssuingVelocityLimit$outboundSchema).optional(),
|
|
70978
|
+
merchantCategoryRestrictions: nullableType(lazyType(() => UpdateIssuingControlsMerchantCategoryRestrictions$outboundSchema)).optional(),
|
|
70979
|
+
merchantRestrictions: nullableType(lazyType(() => UpdateIssuingControlsMerchantRestrictions$outboundSchema)).optional(),
|
|
70980
|
+
allowedSchedule: nullableType(lazyType(() => UpdateIssuingControlsAllowedSchedule$outboundSchema)).optional(),
|
|
70981
|
+
expiresOn: nullableType(dateType().transform((v2) => v2.toISOString())).optional()
|
|
70982
|
+
});
|
|
70983
|
+
});
|
|
70984
|
+
|
|
70444
70985
|
// src/models/components/updateissuedcard.ts
|
|
70445
70986
|
var BillingAddress$inboundSchema, BillingAddress$outboundSchema, UpdateIssuedCard$inboundSchema, UpdateIssuedCard$outboundSchema;
|
|
70446
70987
|
var init_updateissuedcard = __esm(() => {
|
|
70447
70988
|
init_v3();
|
|
70448
70989
|
init_primitives2();
|
|
70449
70990
|
init_updateissuedcardstate();
|
|
70991
|
+
init_updateissuingcontrols();
|
|
70450
70992
|
BillingAddress$inboundSchema = objectType({
|
|
70451
70993
|
addressLine1: optional3(string4()),
|
|
70452
70994
|
addressLine2: optional3(string4()),
|
|
@@ -70467,13 +71009,40 @@ var init_updateissuedcard = __esm(() => {
|
|
|
70467
71009
|
state: optional3(UpdateIssuedCardState$inboundSchema),
|
|
70468
71010
|
nickname: nullableType(string4()).optional(),
|
|
70469
71011
|
metadata: nullableType(recordType(string4())).optional(),
|
|
70470
|
-
billingAddress: nullableType(lazyType(() => BillingAddress$inboundSchema)).optional()
|
|
71012
|
+
billingAddress: nullableType(lazyType(() => BillingAddress$inboundSchema)).optional(),
|
|
71013
|
+
controls: optional3(UpdateIssuingControls$inboundSchema)
|
|
70471
71014
|
});
|
|
70472
71015
|
UpdateIssuedCard$outboundSchema = objectType({
|
|
70473
71016
|
state: UpdateIssuedCardState$outboundSchema.optional(),
|
|
70474
71017
|
nickname: nullableType(stringType()).optional(),
|
|
70475
71018
|
metadata: nullableType(recordType(stringType())).optional(),
|
|
70476
|
-
billingAddress: nullableType(lazyType(() => BillingAddress$outboundSchema)).optional()
|
|
71019
|
+
billingAddress: nullableType(lazyType(() => BillingAddress$outboundSchema)).optional(),
|
|
71020
|
+
controls: UpdateIssuingControls$outboundSchema.optional()
|
|
71021
|
+
});
|
|
71022
|
+
});
|
|
71023
|
+
|
|
71024
|
+
// src/models/components/updateissuingcontrolserror.ts
|
|
71025
|
+
var UpdateIssuingControlsError$inboundSchema, UpdateIssuingControlsError$outboundSchema;
|
|
71026
|
+
var init_updateissuingcontrolserror = __esm(() => {
|
|
71027
|
+
init_v3();
|
|
71028
|
+
init_primitives2();
|
|
71029
|
+
init_allowedscheduleerror();
|
|
71030
|
+
init_issuingvelocitylimiterror();
|
|
71031
|
+
init_merchantcategoryrestrictionserror();
|
|
71032
|
+
init_merchantrestrictionserror();
|
|
71033
|
+
UpdateIssuingControlsError$inboundSchema = objectType({
|
|
71034
|
+
velocityLimits: optional3(recordType(IssuingVelocityLimitError$inboundSchema)),
|
|
71035
|
+
merchantCategoryRestrictions: optional3(MerchantCategoryRestrictionsError$inboundSchema),
|
|
71036
|
+
merchantRestrictions: optional3(MerchantRestrictionsError$inboundSchema),
|
|
71037
|
+
allowedSchedule: optional3(AllowedScheduleError$inboundSchema),
|
|
71038
|
+
expiresOn: optional3(string4())
|
|
71039
|
+
});
|
|
71040
|
+
UpdateIssuingControlsError$outboundSchema = objectType({
|
|
71041
|
+
velocityLimits: recordType(IssuingVelocityLimitError$outboundSchema).optional(),
|
|
71042
|
+
merchantCategoryRestrictions: MerchantCategoryRestrictionsError$outboundSchema.optional(),
|
|
71043
|
+
merchantRestrictions: MerchantRestrictionsError$outboundSchema.optional(),
|
|
71044
|
+
allowedSchedule: AllowedScheduleError$outboundSchema.optional(),
|
|
71045
|
+
expiresOn: stringType().optional()
|
|
70477
71046
|
});
|
|
70478
71047
|
});
|
|
70479
71048
|
|
|
@@ -71572,8 +72141,11 @@ var init_webhookdatatransferstatus = __esm(() => {
|
|
|
71572
72141
|
DestinationReturned: "destination.returned",
|
|
71573
72142
|
DestinationOriginated: "destination.originated",
|
|
71574
72143
|
DestinationConfirmed: "destination.confirmed",
|
|
72144
|
+
DestinationSettled: "destination.settled",
|
|
71575
72145
|
DestinationFailed: "destination.failed",
|
|
71576
|
-
|
|
72146
|
+
DestinationCanceled: "destination.canceled",
|
|
72147
|
+
DestinationAcceptedWithoutPosting: "destination.accepted-without-posting",
|
|
72148
|
+
DestinationDeferred: "destination.deferred"
|
|
71577
72149
|
};
|
|
71578
72150
|
WebhookDataTransferStatus$inboundSchema = nativeEnumType(WebhookDataTransferStatus);
|
|
71579
72151
|
WebhookDataTransferStatus$outboundSchema = WebhookDataTransferStatus$inboundSchema;
|
|
@@ -71888,6 +72460,8 @@ var init_components = __esm(() => {
|
|
|
71888
72460
|
init_addresssuggestion();
|
|
71889
72461
|
init_addressupdate();
|
|
71890
72462
|
init_adjustment();
|
|
72463
|
+
init_adjustmentfees();
|
|
72464
|
+
init_allowedscheduleerror();
|
|
71891
72465
|
init_amount();
|
|
71892
72466
|
init_amountdecimal();
|
|
71893
72467
|
init_amountdecimalrange();
|
|
@@ -71929,6 +72503,7 @@ var init_components = __esm(() => {
|
|
|
71929
72503
|
init_basicpaymentmethod();
|
|
71930
72504
|
init_batchgettransfersrequest();
|
|
71931
72505
|
init_billablefee();
|
|
72506
|
+
init_billingadjustment();
|
|
71932
72507
|
init_billingcountandamount();
|
|
71933
72508
|
init_billinginterchangeprogramfee();
|
|
71934
72509
|
init_billingsummary();
|
|
@@ -72174,11 +72749,16 @@ var init_components = __esm(() => {
|
|
|
72174
72749
|
init_issuedcardformfactor();
|
|
72175
72750
|
init_issuedcardstate();
|
|
72176
72751
|
init_issuedcardtransaction();
|
|
72752
|
+
init_issuedcontrols();
|
|
72753
|
+
init_issuedvelocitylimit();
|
|
72177
72754
|
init_issuingauthorizationstatus();
|
|
72178
72755
|
init_issuingcontrols();
|
|
72179
72756
|
init_issuingcontrolserror();
|
|
72757
|
+
init_issuingcontrolsrestrictionmode();
|
|
72180
72758
|
init_issuingintervallimit();
|
|
72759
|
+
init_issuingmerchantcategory();
|
|
72181
72760
|
init_issuingmerchantdata();
|
|
72761
|
+
init_issuingscheduleday();
|
|
72182
72762
|
init_issuingvelocitylimit();
|
|
72183
72763
|
init_issuingvelocitylimiterror();
|
|
72184
72764
|
init_itemlistnextpage();
|
|
@@ -72197,6 +72777,14 @@ var init_components = __esm(() => {
|
|
|
72197
72777
|
init_listfeesfetchrequest();
|
|
72198
72778
|
init_manualtermsofservice();
|
|
72199
72779
|
init_manualtermsofserviceupdate();
|
|
72780
|
+
init_merchantcategories();
|
|
72781
|
+
init_merchantcategory();
|
|
72782
|
+
init_merchantcategoryrestrictions();
|
|
72783
|
+
init_merchantcategoryrestrictionserror();
|
|
72784
|
+
init_merchantentry();
|
|
72785
|
+
init_merchantentryerror();
|
|
72786
|
+
init_merchantrestrictions();
|
|
72787
|
+
init_merchantrestrictionserror();
|
|
72200
72788
|
init_microdepositstatus();
|
|
72201
72789
|
init_minimumcommitment();
|
|
72202
72790
|
init_mode();
|
|
@@ -72339,6 +72927,8 @@ var init_components = __esm(() => {
|
|
|
72339
72927
|
init_schedulelistresponse();
|
|
72340
72928
|
init_schedulepaymentmethod();
|
|
72341
72929
|
init_scheduleresponse();
|
|
72930
|
+
init_schedulewindow();
|
|
72931
|
+
init_schedulewindowerror();
|
|
72342
72932
|
init_seccode();
|
|
72343
72933
|
init_security2();
|
|
72344
72934
|
init_sendfunds();
|
|
@@ -72351,6 +72941,8 @@ var init_components = __esm(() => {
|
|
|
72351
72941
|
init_sendfundspushtocarderror();
|
|
72352
72942
|
init_sendfundsrtp();
|
|
72353
72943
|
init_sendfundsrtperror();
|
|
72944
|
+
init_sendfundswire();
|
|
72945
|
+
init_sendfundswireerror();
|
|
72354
72946
|
init_sentreceipt();
|
|
72355
72947
|
init_settings();
|
|
72356
72948
|
init_sharescopes();
|
|
@@ -72389,6 +72981,7 @@ var init_components = __esm(() => {
|
|
|
72389
72981
|
init_transferaccount();
|
|
72390
72982
|
init_transferachaddendarecord();
|
|
72391
72983
|
init_transferamountdetails();
|
|
72984
|
+
init_transfercapture();
|
|
72392
72985
|
init_transferconfig();
|
|
72393
72986
|
init_transfercontrols();
|
|
72394
72987
|
init_transferdestination();
|
|
@@ -72420,6 +73013,8 @@ var init_components = __esm(() => {
|
|
|
72420
73013
|
init_updateinvoice();
|
|
72421
73014
|
init_updateissuedcard();
|
|
72422
73015
|
init_updateissuedcardstate();
|
|
73016
|
+
init_updateissuingcontrols();
|
|
73017
|
+
init_updateissuingcontrolserror();
|
|
72423
73018
|
init_updatepaymentlink();
|
|
72424
73019
|
init_updatepaymentlinkamountdetails();
|
|
72425
73020
|
init_updatepaymentlinkamountdetailsvalidationerror();
|
|
@@ -74778,6 +75373,7 @@ var init_transfer2 = __esm(() => {
|
|
|
74778
75373
|
lineItems;
|
|
74779
75374
|
invoiceID;
|
|
74780
75375
|
amountDetails;
|
|
75376
|
+
capture;
|
|
74781
75377
|
data$;
|
|
74782
75378
|
constructor(err, httpMeta) {
|
|
74783
75379
|
const message = "message" in err && typeof err.message === "string" ? err.message : `API error occurred: ${JSON.stringify(err)}`;
|
|
@@ -74835,6 +75431,8 @@ var init_transfer2 = __esm(() => {
|
|
|
74835
75431
|
this.invoiceID = err.invoiceID;
|
|
74836
75432
|
if (err.amountDetails != null)
|
|
74837
75433
|
this.amountDetails = err.amountDetails;
|
|
75434
|
+
if (err.capture != null)
|
|
75435
|
+
this.capture = err.capture;
|
|
74838
75436
|
this.name = "Transfer";
|
|
74839
75437
|
}
|
|
74840
75438
|
};
|
|
@@ -74868,6 +75466,7 @@ var init_transfer2 = __esm(() => {
|
|
|
74868
75466
|
lineItems: optional3(TransferLineItems$inboundSchema),
|
|
74869
75467
|
invoiceID: optional3(string4()),
|
|
74870
75468
|
amountDetails: optional3(TransferAmountDetails$inboundSchema),
|
|
75469
|
+
capture: optional3(TransferCapture$inboundSchema),
|
|
74871
75470
|
request$: instanceOfType(Request),
|
|
74872
75471
|
response$: instanceOfType(Response),
|
|
74873
75472
|
body$: stringType()
|
|
@@ -74907,7 +75506,8 @@ var init_transfer2 = __esm(() => {
|
|
|
74907
75506
|
foreignID: stringType().optional(),
|
|
74908
75507
|
lineItems: TransferLineItems$outboundSchema.optional(),
|
|
74909
75508
|
invoiceID: stringType().optional(),
|
|
74910
|
-
amountDetails: TransferAmountDetails$outboundSchema.optional()
|
|
75509
|
+
amountDetails: TransferAmountDetails$outboundSchema.optional(),
|
|
75510
|
+
capture: TransferCapture$outboundSchema.optional()
|
|
74911
75511
|
}));
|
|
74912
75512
|
});
|
|
74913
75513
|
|
|
@@ -75262,6 +75862,7 @@ var init_updateissuedcarderror = __esm(() => {
|
|
|
75262
75862
|
nickname;
|
|
75263
75863
|
metadata;
|
|
75264
75864
|
billingAddress;
|
|
75865
|
+
controls;
|
|
75265
75866
|
data$;
|
|
75266
75867
|
constructor(err, httpMeta) {
|
|
75267
75868
|
const message = "message" in err && typeof err.message === "string" ? err.message : `API error occurred: ${JSON.stringify(err)}`;
|
|
@@ -75275,6 +75876,8 @@ var init_updateissuedcarderror = __esm(() => {
|
|
|
75275
75876
|
this.metadata = err.metadata;
|
|
75276
75877
|
if (err.billingAddress != null)
|
|
75277
75878
|
this.billingAddress = err.billingAddress;
|
|
75879
|
+
if (err.controls != null)
|
|
75880
|
+
this.controls = err.controls;
|
|
75278
75881
|
this.name = "UpdateIssuedCardError";
|
|
75279
75882
|
}
|
|
75280
75883
|
};
|
|
@@ -75283,6 +75886,7 @@ var init_updateissuedcarderror = __esm(() => {
|
|
|
75283
75886
|
nickname: optional3(string4()),
|
|
75284
75887
|
metadata: optional3(string4()),
|
|
75285
75888
|
billingAddress: optional3(AddressError$inboundSchema),
|
|
75889
|
+
controls: optional3(UpdateIssuingControlsError$inboundSchema),
|
|
75286
75890
|
request$: instanceOfType(Request),
|
|
75287
75891
|
response$: instanceOfType(Response),
|
|
75288
75892
|
body$: stringType()
|
|
@@ -75297,7 +75901,8 @@ var init_updateissuedcarderror = __esm(() => {
|
|
|
75297
75901
|
state: stringType().optional(),
|
|
75298
75902
|
nickname: stringType().optional(),
|
|
75299
75903
|
metadata: stringType().optional(),
|
|
75300
|
-
billingAddress: AddressError$outboundSchema.optional()
|
|
75904
|
+
billingAddress: AddressError$outboundSchema.optional(),
|
|
75905
|
+
controls: UpdateIssuingControlsError$outboundSchema.optional()
|
|
75301
75906
|
}));
|
|
75302
75907
|
});
|
|
75303
75908
|
|
|
@@ -80673,6 +81278,7 @@ var init_listissuedcardtransactions = __esm(() => {
|
|
|
80673
81278
|
skip: optional3(number4()),
|
|
80674
81279
|
count: optional3(number4()),
|
|
80675
81280
|
issuedCardID: optional3(string4()),
|
|
81281
|
+
merchantName: optional3(string4()),
|
|
80676
81282
|
startDateTime: optional3(date4()),
|
|
80677
81283
|
endDateTime: optional3(date4())
|
|
80678
81284
|
});
|
|
@@ -80681,6 +81287,7 @@ var init_listissuedcardtransactions = __esm(() => {
|
|
|
80681
81287
|
skip: numberType().int().optional(),
|
|
80682
81288
|
count: numberType().int().optional(),
|
|
80683
81289
|
issuedCardID: stringType().optional(),
|
|
81290
|
+
merchantName: stringType().optional(),
|
|
80684
81291
|
startDateTime: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
80685
81292
|
endDateTime: dateType().transform((v2) => v2.toISOString()).optional()
|
|
80686
81293
|
});
|
|
@@ -80704,6 +81311,32 @@ var init_listissuedcardtransactions = __esm(() => {
|
|
|
80704
81311
|
});
|
|
80705
81312
|
});
|
|
80706
81313
|
|
|
81314
|
+
// src/models/operations/listissuingmerchantcategories.ts
|
|
81315
|
+
var ListIssuingMerchantCategoriesResponse$inboundSchema, ListIssuingMerchantCategoriesResponse$outboundSchema;
|
|
81316
|
+
var init_listissuingmerchantcategories = __esm(() => {
|
|
81317
|
+
init_v3();
|
|
81318
|
+
init_primitives();
|
|
81319
|
+
init_components();
|
|
81320
|
+
ListIssuingMerchantCategoriesResponse$inboundSchema = objectType({
|
|
81321
|
+
Headers: recordType(arrayType(stringType())).default({}),
|
|
81322
|
+
Result: MerchantCategories$inboundSchema
|
|
81323
|
+
}).transform((v2) => {
|
|
81324
|
+
return remap(v2, {
|
|
81325
|
+
Headers: "headers",
|
|
81326
|
+
Result: "result"
|
|
81327
|
+
});
|
|
81328
|
+
});
|
|
81329
|
+
ListIssuingMerchantCategoriesResponse$outboundSchema = objectType({
|
|
81330
|
+
headers: recordType(arrayType(stringType())),
|
|
81331
|
+
result: MerchantCategories$outboundSchema
|
|
81332
|
+
}).transform((v2) => {
|
|
81333
|
+
return remap(v2, {
|
|
81334
|
+
headers: "Headers",
|
|
81335
|
+
result: "Result"
|
|
81336
|
+
});
|
|
81337
|
+
});
|
|
81338
|
+
});
|
|
81339
|
+
|
|
80707
81340
|
// src/models/operations/listonboardinginvites.ts
|
|
80708
81341
|
var ListOnboardingInvitesResponse$inboundSchema, ListOnboardingInvitesResponse$outboundSchema;
|
|
80709
81342
|
var init_listonboardinginvites = __esm(() => {
|
|
@@ -81421,6 +82054,8 @@ var init_listtransfers = __esm(() => {
|
|
|
81421
82054
|
refunded: optional3(boolean4()),
|
|
81422
82055
|
disputed: optional3(boolean4()),
|
|
81423
82056
|
foreignID: optional3(string4()),
|
|
82057
|
+
authorizationIDs: optional3(arrayType(string4())),
|
|
82058
|
+
captureIDs: optional3(arrayType(string4())),
|
|
81424
82059
|
skip: optional3(number4()),
|
|
81425
82060
|
count: optional3(number4()),
|
|
81426
82061
|
accountID: string4()
|
|
@@ -81436,6 +82071,8 @@ var init_listtransfers = __esm(() => {
|
|
|
81436
82071
|
refunded: booleanType().optional(),
|
|
81437
82072
|
disputed: booleanType().optional(),
|
|
81438
82073
|
foreignID: stringType().optional(),
|
|
82074
|
+
authorizationIDs: arrayType(stringType()).optional(),
|
|
82075
|
+
captureIDs: arrayType(stringType()).optional(),
|
|
81439
82076
|
skip: numberType().int().optional(),
|
|
81440
82077
|
count: numberType().int().optional(),
|
|
81441
82078
|
accountID: stringType()
|
|
@@ -83245,6 +83882,7 @@ var init_operations = __esm(() => {
|
|
|
83245
83882
|
init_listissuedcardauthorizations();
|
|
83246
83883
|
init_listissuedcards();
|
|
83247
83884
|
init_listissuedcardtransactions();
|
|
83885
|
+
init_listissuingmerchantcategories();
|
|
83248
83886
|
init_listonboardinginvites();
|
|
83249
83887
|
init_listpartnerpricingagreements();
|
|
83250
83888
|
init_listpaymentlinks();
|
|
@@ -86157,7 +86795,7 @@ var init_avatarsGet2 = __esm(() => {
|
|
|
86157
86795
|
name: "avatars-get",
|
|
86158
86796
|
description: `Get avatar image for an account using a unique ID.
|
|
86159
86797
|
|
|
86160
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
86798
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
86161
86799
|
you'll need to specify the \`/profile-enrichment.read\` scope.`,
|
|
86162
86800
|
args: args25,
|
|
86163
86801
|
tool: async (client, args26, ctx) => {
|
|
@@ -88274,7 +88912,7 @@ var init_cardIssuingGetFull2 = __esm(() => {
|
|
|
88274
88912
|
Only use this endpoint if you have provided Moov with a copy of your PCI attestation of compliance.
|
|
88275
88913
|
|
|
88276
88914
|
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
88277
|
-
you'll need to specify the \`/accounts/{accountID}/issued-cards.read-
|
|
88915
|
+
you'll need to specify the \`/accounts/{accountID}/issued-cards.read-private\` scope.`,
|
|
88278
88916
|
args: args43,
|
|
88279
88917
|
tool: async (client, args44, ctx) => {
|
|
88280
88918
|
const [result, apiCall] = await cardIssuingGetFull(client, args44.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -88407,11 +89045,101 @@ you'll need to specify the \`/accounts/{accountID}/issued-cards.read\` scope.`,
|
|
|
88407
89045
|
};
|
|
88408
89046
|
});
|
|
88409
89047
|
|
|
89048
|
+
// src/funcs/cardIssuingListMerchantCategories.ts
|
|
89049
|
+
function cardIssuingListMerchantCategories(client, options) {
|
|
89050
|
+
return new APIPromise($do45(client, options));
|
|
89051
|
+
}
|
|
89052
|
+
async function $do45(client, options) {
|
|
89053
|
+
const path = pathToFunc("/issuing/merchant-categories")();
|
|
89054
|
+
const headers = new Headers(compactMap({
|
|
89055
|
+
Accept: "application/json"
|
|
89056
|
+
}));
|
|
89057
|
+
const securityInput = await extractSecurity(client._options.security);
|
|
89058
|
+
const requestSecurity = resolveGlobalSecurity(securityInput);
|
|
89059
|
+
const context = {
|
|
89060
|
+
options: client._options,
|
|
89061
|
+
baseURL: options?.serverURL ?? client._baseURL ?? "",
|
|
89062
|
+
operationID: "listIssuingMerchantCategories",
|
|
89063
|
+
oAuth2Scopes: null,
|
|
89064
|
+
resolvedSecurity: requestSecurity,
|
|
89065
|
+
securitySource: client._options.security,
|
|
89066
|
+
retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
|
|
89067
|
+
retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"]
|
|
89068
|
+
};
|
|
89069
|
+
const requestRes = client._createRequest(context, {
|
|
89070
|
+
security: requestSecurity,
|
|
89071
|
+
method: "GET",
|
|
89072
|
+
baseURL: options?.serverURL,
|
|
89073
|
+
path,
|
|
89074
|
+
headers,
|
|
89075
|
+
userAgent: client._options.userAgent,
|
|
89076
|
+
timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1
|
|
89077
|
+
}, options);
|
|
89078
|
+
if (!requestRes.ok) {
|
|
89079
|
+
return [requestRes, { status: "invalid" }];
|
|
89080
|
+
}
|
|
89081
|
+
const req = requestRes.value;
|
|
89082
|
+
const doResult = await client._do(req, {
|
|
89083
|
+
context,
|
|
89084
|
+
isErrorStatusCode: (statusCode) => matchStatusCode({ status: statusCode }, ["4XX", "5XX"]),
|
|
89085
|
+
retryConfig: context.retryConfig,
|
|
89086
|
+
retryCodes: context.retryCodes
|
|
89087
|
+
});
|
|
89088
|
+
if (!doResult.ok) {
|
|
89089
|
+
return [doResult, { status: "request-error", request: req }];
|
|
89090
|
+
}
|
|
89091
|
+
const response = doResult.value;
|
|
89092
|
+
const responseFields = {
|
|
89093
|
+
HttpMeta: { Response: response, Request: req }
|
|
89094
|
+
};
|
|
89095
|
+
const [result] = await match(json(200, ListIssuingMerchantCategoriesResponse$inboundSchema, { hdrs: true, key: "Result" }), fail([401, 403, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
89096
|
+
if (!result.ok) {
|
|
89097
|
+
return [result, { status: "complete", request: req, response }];
|
|
89098
|
+
}
|
|
89099
|
+
return [result, { status: "complete", request: req, response }];
|
|
89100
|
+
}
|
|
89101
|
+
var init_cardIssuingListMerchantCategories = __esm(() => {
|
|
89102
|
+
init_http();
|
|
89103
|
+
init_matchers();
|
|
89104
|
+
init_primitives();
|
|
89105
|
+
init_security();
|
|
89106
|
+
init_url();
|
|
89107
|
+
init_operations();
|
|
89108
|
+
init_async();
|
|
89109
|
+
});
|
|
89110
|
+
|
|
89111
|
+
// src/mcp-server/tools/cardIssuingListMerchantCategories.ts
|
|
89112
|
+
var tool$cardIssuingListMerchantCategories;
|
|
89113
|
+
var init_cardIssuingListMerchantCategories2 = __esm(() => {
|
|
89114
|
+
init_cardIssuingListMerchantCategories();
|
|
89115
|
+
init_tools();
|
|
89116
|
+
tool$cardIssuingListMerchantCategories = {
|
|
89117
|
+
name: "card-issuing-list-merchant-categories",
|
|
89118
|
+
description: `List the predefined merchant category groups available for issued card spend controls, along with
|
|
89119
|
+
the merchant category codes (MCCs) each group covers. Use these category names in an issued card's
|
|
89120
|
+
\`merchantCategoryRestrictions\`.
|
|
89121
|
+
|
|
89122
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/),
|
|
89123
|
+
you'll need to specify the \`/issued-cards.read\` scope.`,
|
|
89124
|
+
tool: async (client, ctx) => {
|
|
89125
|
+
const [result, apiCall] = await cardIssuingListMerchantCategories(client, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
89126
|
+
if (!result.ok) {
|
|
89127
|
+
return {
|
|
89128
|
+
content: [{ type: "text", text: result.error.message }],
|
|
89129
|
+
isError: true
|
|
89130
|
+
};
|
|
89131
|
+
}
|
|
89132
|
+
const value = result.value.result;
|
|
89133
|
+
return formatResult(value, apiCall);
|
|
89134
|
+
}
|
|
89135
|
+
};
|
|
89136
|
+
});
|
|
89137
|
+
|
|
88410
89138
|
// src/funcs/cardIssuingRequest.ts
|
|
88411
89139
|
function cardIssuingRequest(client, request, options) {
|
|
88412
|
-
return new APIPromise($
|
|
89140
|
+
return new APIPromise($do46(client, request, options));
|
|
88413
89141
|
}
|
|
88414
|
-
async function $
|
|
89142
|
+
async function $do46(client, request, options) {
|
|
88415
89143
|
const parsed = safeParse4(request, (value) => RequestCardRequest$outboundSchema.parse(value), "Input validation failed");
|
|
88416
89144
|
if (!parsed.ok) {
|
|
88417
89145
|
return [parsed, { status: "invalid" }];
|
|
@@ -88522,9 +89250,9 @@ you'll need to specify the \`/accounts/{accountID}/issued-cards.write\` scope.`,
|
|
|
88522
89250
|
|
|
88523
89251
|
// src/funcs/cardIssuingUpdate.ts
|
|
88524
89252
|
function cardIssuingUpdate(client, request, options) {
|
|
88525
|
-
return new APIPromise($
|
|
89253
|
+
return new APIPromise($do47(client, request, options));
|
|
88526
89254
|
}
|
|
88527
|
-
async function $
|
|
89255
|
+
async function $do47(client, request, options) {
|
|
88528
89256
|
const parsed = safeParse4(request, (value) => UpdateIssuedCardRequest$outboundSchema.parse(value), "Input validation failed");
|
|
88529
89257
|
if (!parsed.ok) {
|
|
88530
89258
|
return [parsed, { status: "invalid" }];
|
|
@@ -88639,9 +89367,9 @@ you'll need to specify the \`/accounts/{accountID}/issued-cards.write\` scope.`,
|
|
|
88639
89367
|
|
|
88640
89368
|
// src/funcs/cardsDisable.ts
|
|
88641
89369
|
function cardsDisable(client, request, options) {
|
|
88642
|
-
return new APIPromise($
|
|
89370
|
+
return new APIPromise($do48(client, request, options));
|
|
88643
89371
|
}
|
|
88644
|
-
async function $
|
|
89372
|
+
async function $do48(client, request, options) {
|
|
88645
89373
|
const parsed = safeParse4(request, (value) => DisableCardRequest$outboundSchema.parse(value), "Input validation failed");
|
|
88646
89374
|
if (!parsed.ok) {
|
|
88647
89375
|
return [parsed, { status: "invalid" }];
|
|
@@ -88754,9 +89482,9 @@ you'll need to specify the \`/accounts/{accountID}/cards.write\` scope.`,
|
|
|
88754
89482
|
|
|
88755
89483
|
// src/funcs/cardsGet.ts
|
|
88756
89484
|
function cardsGet(client, request, options) {
|
|
88757
|
-
return new APIPromise($
|
|
89485
|
+
return new APIPromise($do49(client, request, options));
|
|
88758
89486
|
}
|
|
88759
|
-
async function $
|
|
89487
|
+
async function $do49(client, request, options) {
|
|
88760
89488
|
const parsed = safeParse4(request, (value) => GetCardRequest$outboundSchema.parse(value), "Input validation failed");
|
|
88761
89489
|
if (!parsed.ok) {
|
|
88762
89490
|
return [parsed, { status: "invalid" }];
|
|
@@ -88871,9 +89599,9 @@ you'll need to specify the \`/accounts/{accountID}/cards.read\` scope.`,
|
|
|
88871
89599
|
|
|
88872
89600
|
// src/funcs/cardsGetMetadata.ts
|
|
88873
89601
|
function cardsGetMetadata(client, request, options) {
|
|
88874
|
-
return new APIPromise($
|
|
89602
|
+
return new APIPromise($do50(client, request, options));
|
|
88875
89603
|
}
|
|
88876
|
-
async function $
|
|
89604
|
+
async function $do50(client, request, options) {
|
|
88877
89605
|
const parsed = safeParse4(request, (value) => CardMetadataRequest$outboundSchema.parse(value), "Input validation failed");
|
|
88878
89606
|
if (!parsed.ok) {
|
|
88879
89607
|
return [parsed, { status: "invalid" }];
|
|
@@ -88983,9 +89711,9 @@ you'll need to specify the \`/card-metadata.read\` scope.`,
|
|
|
88983
89711
|
|
|
88984
89712
|
// src/funcs/cardsLink.ts
|
|
88985
89713
|
function cardsLink(client, request, options) {
|
|
88986
|
-
return new APIPromise($
|
|
89714
|
+
return new APIPromise($do51(client, request, options));
|
|
88987
89715
|
}
|
|
88988
|
-
async function $
|
|
89716
|
+
async function $do51(client, request, options) {
|
|
88989
89717
|
const parsed = safeParse4(request, (value) => LinkCardRequest$outboundSchema.parse(value), "Input validation failed");
|
|
88990
89718
|
if (!parsed.ok) {
|
|
88991
89719
|
return [parsed, { status: "invalid" }];
|
|
@@ -89114,9 +89842,9 @@ you'll need to specify the \`/accounts/{accountID}/cards.write\` scope.`,
|
|
|
89114
89842
|
|
|
89115
89843
|
// src/funcs/cardsList.ts
|
|
89116
89844
|
function cardsList(client, request, options) {
|
|
89117
|
-
return new APIPromise($
|
|
89845
|
+
return new APIPromise($do52(client, request, options));
|
|
89118
89846
|
}
|
|
89119
|
-
async function $
|
|
89847
|
+
async function $do52(client, request, options) {
|
|
89120
89848
|
const parsed = safeParse4(request, (value) => ListCardsRequest$outboundSchema.parse(value), "Input validation failed");
|
|
89121
89849
|
if (!parsed.ok) {
|
|
89122
89850
|
return [parsed, { status: "invalid" }];
|
|
@@ -89227,9 +89955,9 @@ you'll need to specify the \`/accounts/{accountID}/cards.read\` scope.`,
|
|
|
89227
89955
|
|
|
89228
89956
|
// src/funcs/cardsUpdate.ts
|
|
89229
89957
|
function cardsUpdate(client, request, options) {
|
|
89230
|
-
return new APIPromise($
|
|
89958
|
+
return new APIPromise($do53(client, request, options));
|
|
89231
89959
|
}
|
|
89232
|
-
async function $
|
|
89960
|
+
async function $do53(client, request, options) {
|
|
89233
89961
|
const parsed = safeParse4(request, (value) => UpdateCardRequest$outboundSchema.parse(value), "Input validation failed");
|
|
89234
89962
|
if (!parsed.ok) {
|
|
89235
89963
|
return [parsed, { status: "invalid" }];
|
|
@@ -89353,9 +90081,9 @@ you'll need to specify the \`/accounts/{accountID}/cards.write\` scope.`,
|
|
|
89353
90081
|
|
|
89354
90082
|
// src/funcs/depositViewCreate.ts
|
|
89355
90083
|
function depositViewCreate(client, request, options) {
|
|
89356
|
-
return new APIPromise($
|
|
90084
|
+
return new APIPromise($do54(client, request, options));
|
|
89357
90085
|
}
|
|
89358
|
-
async function $
|
|
90086
|
+
async function $do54(client, request, options) {
|
|
89359
90087
|
const parsed = safeParse4(request, (value) => CreateDepositAccountRequest$outboundSchema.parse(value), "Input validation failed");
|
|
89360
90088
|
if (!parsed.ok) {
|
|
89361
90089
|
return [parsed, { status: "invalid" }];
|
|
@@ -89473,9 +90201,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.write\` scope.`,
|
|
|
89473
90201
|
|
|
89474
90202
|
// src/funcs/disputesAccept.ts
|
|
89475
90203
|
function disputesAccept(client, request, options) {
|
|
89476
|
-
return new APIPromise($
|
|
90204
|
+
return new APIPromise($do55(client, request, options));
|
|
89477
90205
|
}
|
|
89478
|
-
async function $
|
|
90206
|
+
async function $do55(client, request, options) {
|
|
89479
90207
|
const parsed = safeParse4(request, (value) => AcceptDisputeRequest$outboundSchema.parse(value), "Input validation failed");
|
|
89480
90208
|
if (!parsed.ok) {
|
|
89481
90209
|
return [parsed, { status: "invalid" }];
|
|
@@ -89591,9 +90319,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
|
|
|
89591
90319
|
|
|
89592
90320
|
// src/funcs/disputesDeleteEvidence.ts
|
|
89593
90321
|
function disputesDeleteEvidence(client, request, options) {
|
|
89594
|
-
return new APIPromise($
|
|
90322
|
+
return new APIPromise($do56(client, request, options));
|
|
89595
90323
|
}
|
|
89596
|
-
async function $
|
|
90324
|
+
async function $do56(client, request, options) {
|
|
89597
90325
|
const parsed = safeParse4(request, (value) => DeleteDisputeEvidenceFileRequest$outboundSchema.parse(value), "Input validation failed");
|
|
89598
90326
|
if (!parsed.ok) {
|
|
89599
90327
|
return [parsed, { status: "invalid" }];
|
|
@@ -89710,9 +90438,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
|
|
|
89710
90438
|
|
|
89711
90439
|
// src/funcs/disputesGet.ts
|
|
89712
90440
|
function disputesGet(client, request, options) {
|
|
89713
|
-
return new APIPromise($
|
|
90441
|
+
return new APIPromise($do57(client, request, options));
|
|
89714
90442
|
}
|
|
89715
|
-
async function $
|
|
90443
|
+
async function $do57(client, request, options) {
|
|
89716
90444
|
const parsed = safeParse4(request, (value) => GetDisputeRequest$outboundSchema.parse(value), "Input validation failed");
|
|
89717
90445
|
if (!parsed.ok) {
|
|
89718
90446
|
return [parsed, { status: "invalid" }];
|
|
@@ -89827,9 +90555,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
|
|
|
89827
90555
|
|
|
89828
90556
|
// src/funcs/disputesGetEvidence.ts
|
|
89829
90557
|
function disputesGetEvidence(client, request, options) {
|
|
89830
|
-
return new APIPromise($
|
|
90558
|
+
return new APIPromise($do58(client, request, options));
|
|
89831
90559
|
}
|
|
89832
|
-
async function $
|
|
90560
|
+
async function $do58(client, request, options) {
|
|
89833
90561
|
const parsed = safeParse4(request, (value) => GetDisputeEvidenceRequest$outboundSchema.parse(value), "Input validation failed");
|
|
89834
90562
|
if (!parsed.ok) {
|
|
89835
90563
|
return [parsed, { status: "invalid" }];
|
|
@@ -89948,9 +90676,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
|
|
|
89948
90676
|
|
|
89949
90677
|
// src/funcs/disputesGetEvidenceData.ts
|
|
89950
90678
|
function disputesGetEvidenceData(client, request, options) {
|
|
89951
|
-
return new APIPromise($
|
|
90679
|
+
return new APIPromise($do59(client, request, options));
|
|
89952
90680
|
}
|
|
89953
|
-
async function $
|
|
90681
|
+
async function $do59(client, request, options) {
|
|
89954
90682
|
const parsed = safeParse4(request, (value) => GetDisputeEvidenceDataRequest$outboundSchema.parse(value), "Input validation failed");
|
|
89955
90683
|
if (!parsed.ok) {
|
|
89956
90684
|
return [parsed, { status: "invalid" }];
|
|
@@ -90078,9 +90806,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
|
|
|
90078
90806
|
|
|
90079
90807
|
// src/funcs/disputesList.ts
|
|
90080
90808
|
function disputesList(client, request, options) {
|
|
90081
|
-
return new APIPromise($
|
|
90809
|
+
return new APIPromise($do60(client, request, options));
|
|
90082
90810
|
}
|
|
90083
|
-
async function $
|
|
90811
|
+
async function $do60(client, request, options) {
|
|
90084
90812
|
const parsed = safeParse4(request, (value) => ListDisputesRequest$outboundSchema.parse(value), "Input validation failed");
|
|
90085
90813
|
if (!parsed.ok) {
|
|
90086
90814
|
return [parsed, { status: "invalid" }];
|
|
@@ -90207,9 +90935,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
|
|
|
90207
90935
|
|
|
90208
90936
|
// src/funcs/disputesListEvidence.ts
|
|
90209
90937
|
function disputesListEvidence(client, request, options) {
|
|
90210
|
-
return new APIPromise($
|
|
90938
|
+
return new APIPromise($do61(client, request, options));
|
|
90211
90939
|
}
|
|
90212
|
-
async function $
|
|
90940
|
+
async function $do61(client, request, options) {
|
|
90213
90941
|
const parsed = safeParse4(request, (value) => ListDisputeEvidenceRequest$outboundSchema.parse(value), "Input validation failed");
|
|
90214
90942
|
if (!parsed.ok) {
|
|
90215
90943
|
return [parsed, { status: "invalid" }];
|
|
@@ -90324,9 +91052,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
|
|
|
90324
91052
|
|
|
90325
91053
|
// src/funcs/disputesSubmitEvidence.ts
|
|
90326
91054
|
function disputesSubmitEvidence(client, request, options) {
|
|
90327
|
-
return new APIPromise($
|
|
91055
|
+
return new APIPromise($do62(client, request, options));
|
|
90328
91056
|
}
|
|
90329
|
-
async function $
|
|
91057
|
+
async function $do62(client, request, options) {
|
|
90330
91058
|
const parsed = safeParse4(request, (value) => SubmitDisputeEvidenceRequest$outboundSchema.parse(value), "Input validation failed");
|
|
90331
91059
|
if (!parsed.ok) {
|
|
90332
91060
|
return [parsed, { status: "invalid" }];
|
|
@@ -90445,9 +91173,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
|
|
|
90445
91173
|
|
|
90446
91174
|
// src/funcs/disputesUpdateEvidence.ts
|
|
90447
91175
|
function disputesUpdateEvidence(client, request, options) {
|
|
90448
|
-
return new APIPromise($
|
|
91176
|
+
return new APIPromise($do63(client, request, options));
|
|
90449
91177
|
}
|
|
90450
|
-
async function $
|
|
91178
|
+
async function $do63(client, request, options) {
|
|
90451
91179
|
const parsed = safeParse4(request, (value) => UpdateDisputeEvidenceRequest$outboundSchema.parse(value), "Input validation failed");
|
|
90452
91180
|
if (!parsed.ok) {
|
|
90453
91181
|
return [parsed, { status: "invalid" }];
|
|
@@ -90643,9 +91371,9 @@ function isReadableStream(val) {
|
|
|
90643
91371
|
|
|
90644
91372
|
// src/funcs/disputesUploadEvidenceFile.ts
|
|
90645
91373
|
function disputesUploadEvidenceFile(client, request, options) {
|
|
90646
|
-
return new APIPromise($
|
|
91374
|
+
return new APIPromise($do64(client, request, options));
|
|
90647
91375
|
}
|
|
90648
|
-
async function $
|
|
91376
|
+
async function $do64(client, request, options) {
|
|
90649
91377
|
const parsed = safeParse4(request, (value) => UploadDisputeEvidenceFileRequest$outboundSchema.parse(value), "Input validation failed");
|
|
90650
91378
|
if (!parsed.ok) {
|
|
90651
91379
|
return [parsed, { status: "invalid" }];
|
|
@@ -90778,9 +91506,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
|
|
|
90778
91506
|
|
|
90779
91507
|
// src/funcs/disputesUploadEvidenceText.ts
|
|
90780
91508
|
function disputesUploadEvidenceText(client, request, options) {
|
|
90781
|
-
return new APIPromise($
|
|
91509
|
+
return new APIPromise($do65(client, request, options));
|
|
90782
91510
|
}
|
|
90783
|
-
async function $
|
|
91511
|
+
async function $do65(client, request, options) {
|
|
90784
91512
|
const parsed = safeParse4(request, (value) => UploadDisputeEvidenceTextRequest$outboundSchema.parse(value), "Input validation failed");
|
|
90785
91513
|
if (!parsed.ok) {
|
|
90786
91514
|
return [parsed, { status: "invalid" }];
|
|
@@ -90899,9 +91627,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
|
|
|
90899
91627
|
|
|
90900
91628
|
// src/funcs/endToEndEncryptionGenerateKey.ts
|
|
90901
91629
|
function endToEndEncryptionGenerateKey(client, options) {
|
|
90902
|
-
return new APIPromise($
|
|
91630
|
+
return new APIPromise($do66(client, options));
|
|
90903
91631
|
}
|
|
90904
|
-
async function $
|
|
91632
|
+
async function $do66(client, options) {
|
|
90905
91633
|
const path = pathToFunc("/end-to-end-keys")();
|
|
90906
91634
|
const headers = new Headers(compactMap({
|
|
90907
91635
|
Accept: "application/json"
|
|
@@ -90987,9 +91715,9 @@ var init_endToEndEncryptionGenerateKey2 = __esm(() => {
|
|
|
90987
91715
|
|
|
90988
91716
|
// src/funcs/endToEndEncryptionTestEncryptedToken.ts
|
|
90989
91717
|
function endToEndEncryptionTestEncryptedToken(client, request, options) {
|
|
90990
|
-
return new APIPromise($
|
|
91718
|
+
return new APIPromise($do67(client, request, options));
|
|
90991
91719
|
}
|
|
90992
|
-
async function $
|
|
91720
|
+
async function $do67(client, request, options) {
|
|
90993
91721
|
const parsed = safeParse4(request, (value) => E2EEToken$outboundSchema.parse(value), "Input validation failed");
|
|
90994
91722
|
if (!parsed.ok) {
|
|
90995
91723
|
return [parsed, { status: "invalid" }];
|
|
@@ -91092,9 +91820,9 @@ you'll need to specify the \`/ping.read\` scope.`,
|
|
|
91092
91820
|
|
|
91093
91821
|
// src/funcs/enrichedAddressGet.ts
|
|
91094
91822
|
function enrichedAddressGet(client, request, options) {
|
|
91095
|
-
return new APIPromise($
|
|
91823
|
+
return new APIPromise($do68(client, request, options));
|
|
91096
91824
|
}
|
|
91097
|
-
async function $
|
|
91825
|
+
async function $do68(client, request, options) {
|
|
91098
91826
|
const parsed = safeParse4(request, (value) => GetEnrichmentAddressRequest$outboundSchema.parse(value), "Input validation failed");
|
|
91099
91827
|
if (!parsed.ok) {
|
|
91100
91828
|
return [parsed, { status: "invalid" }];
|
|
@@ -91194,7 +91922,7 @@ var init_enrichedAddressGet2 = __esm(() => {
|
|
|
91194
91922
|
name: "enriched-address-get",
|
|
91195
91923
|
description: `Fetch enriched address suggestions. Requires a partial address.
|
|
91196
91924
|
|
|
91197
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
91925
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
91198
91926
|
you'll need to specify the \`/profile-enrichment.read\` scope.`,
|
|
91199
91927
|
args: args66,
|
|
91200
91928
|
tool: async (client, args67, ctx) => {
|
|
@@ -91213,9 +91941,9 @@ you'll need to specify the \`/profile-enrichment.read\` scope.`,
|
|
|
91213
91941
|
|
|
91214
91942
|
// src/funcs/enrichedProfileGet.ts
|
|
91215
91943
|
function enrichedProfileGet(client, request, options) {
|
|
91216
|
-
return new APIPromise($
|
|
91944
|
+
return new APIPromise($do69(client, request, options));
|
|
91217
91945
|
}
|
|
91218
|
-
async function $
|
|
91946
|
+
async function $do69(client, request, options) {
|
|
91219
91947
|
const parsed = safeParse4(request, (value) => GetEnrichmentProfileRequest$outboundSchema.parse(value), "Input validation failed");
|
|
91220
91948
|
if (!parsed.ok) {
|
|
91221
91949
|
return [parsed, { status: "invalid" }];
|
|
@@ -91303,7 +92031,7 @@ var init_enrichedProfileGet2 = __esm(() => {
|
|
|
91303
92031
|
name: "enriched-profile-get",
|
|
91304
92032
|
description: `Fetch enriched profile data. Requires a valid email address. This service is offered in collaboration with Clearbit.
|
|
91305
92033
|
|
|
91306
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
92034
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
91307
92035
|
you'll need to specify the \`/profile-enrichment.read\` scope.`,
|
|
91308
92036
|
args: args67,
|
|
91309
92037
|
tool: async (client, args68, ctx) => {
|
|
@@ -91322,9 +92050,9 @@ you'll need to specify the \`/profile-enrichment.read\` scope.`,
|
|
|
91322
92050
|
|
|
91323
92051
|
// src/funcs/feePlansCreateFeePlanAgreements.ts
|
|
91324
92052
|
function feePlansCreateFeePlanAgreements(client, request, options) {
|
|
91325
|
-
return new APIPromise($
|
|
92053
|
+
return new APIPromise($do70(client, request, options));
|
|
91326
92054
|
}
|
|
91327
|
-
async function $
|
|
92055
|
+
async function $do70(client, request, options) {
|
|
91328
92056
|
const parsed = safeParse4(request, (value) => CreateFeePlanAgreementsRequest$outboundSchema.parse(value), "Input validation failed");
|
|
91329
92057
|
if (!parsed.ok) {
|
|
91330
92058
|
return [parsed, { status: "invalid" }];
|
|
@@ -91437,9 +92165,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.write\` scope.`,
|
|
|
91437
92165
|
|
|
91438
92166
|
// src/funcs/feePlansGetResidual.ts
|
|
91439
92167
|
function feePlansGetResidual(client, request, options) {
|
|
91440
|
-
return new APIPromise($
|
|
92168
|
+
return new APIPromise($do71(client, request, options));
|
|
91441
92169
|
}
|
|
91442
|
-
async function $
|
|
92170
|
+
async function $do71(client, request, options) {
|
|
91443
92171
|
const parsed = safeParse4(request, (value) => GetResidualRequest$outboundSchema.parse(value), "Input validation failed");
|
|
91444
92172
|
if (!parsed.ok) {
|
|
91445
92173
|
return [parsed, { status: "invalid" }];
|
|
@@ -91552,9 +92280,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
|
|
|
91552
92280
|
|
|
91553
92281
|
// src/funcs/feePlansListFeePlanAgreements.ts
|
|
91554
92282
|
function feePlansListFeePlanAgreements(client, request, options) {
|
|
91555
|
-
return new APIPromise($
|
|
92283
|
+
return new APIPromise($do72(client, request, options));
|
|
91556
92284
|
}
|
|
91557
|
-
async function $
|
|
92285
|
+
async function $do72(client, request, options) {
|
|
91558
92286
|
const parsed = safeParse4(request, (value) => ListFeePlanAgreementsRequest$outboundSchema.parse(value), "Input validation failed");
|
|
91559
92287
|
if (!parsed.ok) {
|
|
91560
92288
|
return [parsed, { status: "invalid" }];
|
|
@@ -91670,9 +92398,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
|
|
|
91670
92398
|
|
|
91671
92399
|
// src/funcs/feePlansListFeePlans.ts
|
|
91672
92400
|
function feePlansListFeePlans(client, request, options) {
|
|
91673
|
-
return new APIPromise($
|
|
92401
|
+
return new APIPromise($do73(client, request, options));
|
|
91674
92402
|
}
|
|
91675
|
-
async function $
|
|
92403
|
+
async function $do73(client, request, options) {
|
|
91676
92404
|
const parsed = safeParse4(request, (value) => ListFeePlansRequest$outboundSchema.parse(value), "Input validation failed");
|
|
91677
92405
|
if (!parsed.ok) {
|
|
91678
92406
|
return [parsed, { status: "invalid" }];
|
|
@@ -91786,9 +92514,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
|
|
|
91786
92514
|
|
|
91787
92515
|
// src/funcs/feePlansListFeeRevenue.ts
|
|
91788
92516
|
function feePlansListFeeRevenue(client, request, options) {
|
|
91789
|
-
return new APIPromise($
|
|
92517
|
+
return new APIPromise($do74(client, request, options));
|
|
91790
92518
|
}
|
|
91791
|
-
async function $
|
|
92519
|
+
async function $do74(client, request, options) {
|
|
91792
92520
|
const parsed = safeParse4(request, (value) => ListFeeRevenueRequest$outboundSchema.parse(value), "Input validation failed");
|
|
91793
92521
|
if (!parsed.ok) {
|
|
91794
92522
|
return [parsed, { status: "invalid" }];
|
|
@@ -91907,9 +92635,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
|
|
|
91907
92635
|
|
|
91908
92636
|
// src/funcs/feePlansListFeesFetch.ts
|
|
91909
92637
|
function feePlansListFeesFetch(client, request, options) {
|
|
91910
|
-
return new APIPromise($
|
|
92638
|
+
return new APIPromise($do75(client, request, options));
|
|
91911
92639
|
}
|
|
91912
|
-
async function $
|
|
92640
|
+
async function $do75(client, request, options) {
|
|
91913
92641
|
const parsed = safeParse4(request, (value) => ListFeesFetchRequest$outboundSchema2.parse(value), "Input validation failed");
|
|
91914
92642
|
if (!parsed.ok) {
|
|
91915
92643
|
return [parsed, { status: "invalid" }];
|
|
@@ -92021,9 +92749,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
|
|
|
92021
92749
|
|
|
92022
92750
|
// src/funcs/feePlansListPartnerPricingAgreements.ts
|
|
92023
92751
|
function feePlansListPartnerPricingAgreements(client, request, options) {
|
|
92024
|
-
return new APIPromise($
|
|
92752
|
+
return new APIPromise($do76(client, request, options));
|
|
92025
92753
|
}
|
|
92026
|
-
async function $
|
|
92754
|
+
async function $do76(client, request, options) {
|
|
92027
92755
|
const parsed = safeParse4(request, (value) => ListPartnerPricingAgreementsRequest$outboundSchema.parse(value), "Input validation failed");
|
|
92028
92756
|
if (!parsed.ok) {
|
|
92029
92757
|
return [parsed, { status: "invalid" }];
|
|
@@ -92139,9 +92867,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
|
|
|
92139
92867
|
|
|
92140
92868
|
// src/funcs/feePlansListResidualFees.ts
|
|
92141
92869
|
function feePlansListResidualFees(client, request, options) {
|
|
92142
|
-
return new APIPromise($
|
|
92870
|
+
return new APIPromise($do77(client, request, options));
|
|
92143
92871
|
}
|
|
92144
|
-
async function $
|
|
92872
|
+
async function $do77(client, request, options) {
|
|
92145
92873
|
const parsed = safeParse4(request, (value) => ListResidualFeesRequest$outboundSchema.parse(value), "Input validation failed");
|
|
92146
92874
|
if (!parsed.ok) {
|
|
92147
92875
|
return [parsed, { status: "invalid" }];
|
|
@@ -92261,9 +92989,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
|
|
|
92261
92989
|
|
|
92262
92990
|
// src/funcs/feePlansListResiduals.ts
|
|
92263
92991
|
function feePlansListResiduals(client, request, options) {
|
|
92264
|
-
return new APIPromise($
|
|
92992
|
+
return new APIPromise($do78(client, request, options));
|
|
92265
92993
|
}
|
|
92266
|
-
async function $
|
|
92994
|
+
async function $do78(client, request, options) {
|
|
92267
92995
|
const parsed = safeParse4(request, (value) => ListResidualsRequest$outboundSchema.parse(value), "Input validation failed");
|
|
92268
92996
|
if (!parsed.ok) {
|
|
92269
92997
|
return [parsed, { status: "invalid" }];
|
|
@@ -92379,9 +93107,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
|
|
|
92379
93107
|
|
|
92380
93108
|
// src/funcs/feePlansRetrieveFees.ts
|
|
92381
93109
|
function feePlansRetrieveFees(client, request, options) {
|
|
92382
|
-
return new APIPromise($
|
|
93110
|
+
return new APIPromise($do79(client, request, options));
|
|
92383
93111
|
}
|
|
92384
|
-
async function $
|
|
93112
|
+
async function $do79(client, request, options) {
|
|
92385
93113
|
const parsed = safeParse4(request, (value) => RetrieveFeesRequest$outboundSchema.parse(value), "Input validation failed");
|
|
92386
93114
|
if (!parsed.ok) {
|
|
92387
93115
|
return [parsed, { status: "invalid" }];
|
|
@@ -92500,9 +93228,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
|
|
|
92500
93228
|
|
|
92501
93229
|
// src/funcs/filesGet.ts
|
|
92502
93230
|
function filesGet(client, request, options) {
|
|
92503
|
-
return new APIPromise($
|
|
93231
|
+
return new APIPromise($do80(client, request, options));
|
|
92504
93232
|
}
|
|
92505
|
-
async function $
|
|
93233
|
+
async function $do80(client, request, options) {
|
|
92506
93234
|
const parsed = safeParse4(request, (value) => GetFileDetailsRequest$outboundSchema.parse(value), "Input validation failed");
|
|
92507
93235
|
if (!parsed.ok) {
|
|
92508
93236
|
return [parsed, { status: "invalid" }];
|
|
@@ -92615,9 +93343,9 @@ you'll need to specify the \`/accounts/{accountID}/files.read\` scope.`,
|
|
|
92615
93343
|
|
|
92616
93344
|
// src/funcs/filesList.ts
|
|
92617
93345
|
function filesList(client, request, options) {
|
|
92618
|
-
return new APIPromise($
|
|
93346
|
+
return new APIPromise($do81(client, request, options));
|
|
92619
93347
|
}
|
|
92620
|
-
async function $
|
|
93348
|
+
async function $do81(client, request, options) {
|
|
92621
93349
|
const parsed = safeParse4(request, (value) => ListFilesRequest$outboundSchema.parse(value), "Input validation failed");
|
|
92622
93350
|
if (!parsed.ok) {
|
|
92623
93351
|
return [parsed, { status: "invalid" }];
|
|
@@ -92726,9 +93454,9 @@ you'll need to specify the \`/accounts/{accountID}/files.read\` scope.`,
|
|
|
92726
93454
|
|
|
92727
93455
|
// src/funcs/filesUpload.ts
|
|
92728
93456
|
function filesUpload(client, request, options) {
|
|
92729
|
-
return new APIPromise($
|
|
93457
|
+
return new APIPromise($do82(client, request, options));
|
|
92730
93458
|
}
|
|
92731
|
-
async function $
|
|
93459
|
+
async function $do82(client, request, options) {
|
|
92732
93460
|
const parsed = safeParse4(request, (value) => UploadFileRequest$outboundSchema.parse(value), "Input validation failed");
|
|
92733
93461
|
if (!parsed.ok) {
|
|
92734
93462
|
return [parsed, { status: "invalid" }];
|
|
@@ -92861,9 +93589,9 @@ you'll need to specify the \`/accounts/{accountID}/files.write\` scope.`,
|
|
|
92861
93589
|
|
|
92862
93590
|
// src/funcs/googlePayLinkToken.ts
|
|
92863
93591
|
function googlePayLinkToken(client, request, options) {
|
|
92864
|
-
return new APIPromise($
|
|
93592
|
+
return new APIPromise($do83(client, request, options));
|
|
92865
93593
|
}
|
|
92866
|
-
async function $
|
|
93594
|
+
async function $do83(client, request, options) {
|
|
92867
93595
|
const parsed = safeParse4(request, (value) => LinkGooglePayTokenRequest$outboundSchema.parse(value), "Input validation failed");
|
|
92868
93596
|
if (!parsed.ok) {
|
|
92869
93597
|
return [parsed, { status: "invalid" }];
|
|
@@ -92978,9 +93706,9 @@ you'll need to specify the \`/accounts/{accountID}/cards.write\` scope.`,
|
|
|
92978
93706
|
|
|
92979
93707
|
// src/funcs/imagesDelete.ts
|
|
92980
93708
|
function imagesDelete(client, request, options) {
|
|
92981
|
-
return new APIPromise($
|
|
93709
|
+
return new APIPromise($do84(client, request, options));
|
|
92982
93710
|
}
|
|
92983
|
-
async function $
|
|
93711
|
+
async function $do84(client, request, options) {
|
|
92984
93712
|
const parsed = safeParse4(request, (value) => DeleteImageRequest$outboundSchema.parse(value), "Input validation failed");
|
|
92985
93713
|
if (!parsed.ok) {
|
|
92986
93714
|
return [parsed, { status: "invalid" }];
|
|
@@ -93093,9 +93821,9 @@ var init_imagesDelete2 = __esm(() => {
|
|
|
93093
93821
|
|
|
93094
93822
|
// src/funcs/imagesGetMetadata.ts
|
|
93095
93823
|
function imagesGetMetadata(client, request, options) {
|
|
93096
|
-
return new APIPromise($
|
|
93824
|
+
return new APIPromise($do85(client, request, options));
|
|
93097
93825
|
}
|
|
93098
|
-
async function $
|
|
93826
|
+
async function $do85(client, request, options) {
|
|
93099
93827
|
const parsed = safeParse4(request, (value) => GetImageMetadataRequest$outboundSchema.parse(value), "Input validation failed");
|
|
93100
93828
|
if (!parsed.ok) {
|
|
93101
93829
|
return [parsed, { status: "invalid" }];
|
|
@@ -93205,9 +93933,9 @@ var init_imagesGetMetadata2 = __esm(() => {
|
|
|
93205
93933
|
|
|
93206
93934
|
// src/funcs/imagesGetPublic.ts
|
|
93207
93935
|
function imagesGetPublic(client, request, options) {
|
|
93208
|
-
return new APIPromise($
|
|
93936
|
+
return new APIPromise($do86(client, request, options));
|
|
93209
93937
|
}
|
|
93210
|
-
async function $
|
|
93938
|
+
async function $do86(client, request, options) {
|
|
93211
93939
|
const parsed = safeParse4(request, (value) => GetPublicImageRequest$outboundSchema.parse(value), "Input validation failed");
|
|
93212
93940
|
if (!parsed.ok) {
|
|
93213
93941
|
return [parsed, { status: "invalid" }];
|
|
@@ -93315,9 +94043,9 @@ var init_imagesGetPublic2 = __esm(() => {
|
|
|
93315
94043
|
|
|
93316
94044
|
// src/funcs/imagesList.ts
|
|
93317
94045
|
function imagesList(client, request, options) {
|
|
93318
|
-
return new APIPromise($
|
|
94046
|
+
return new APIPromise($do87(client, request, options));
|
|
93319
94047
|
}
|
|
93320
|
-
async function $
|
|
94048
|
+
async function $do87(client, request, options) {
|
|
93321
94049
|
const parsed = safeParse4(request, (value) => ListImageMetadataRequest$outboundSchema.parse(value), "Input validation failed");
|
|
93322
94050
|
if (!parsed.ok) {
|
|
93323
94051
|
return [parsed, { status: "invalid" }];
|
|
@@ -93428,9 +94156,9 @@ var init_imagesList2 = __esm(() => {
|
|
|
93428
94156
|
|
|
93429
94157
|
// src/funcs/imagesUpdate.ts
|
|
93430
94158
|
function imagesUpdate(client, request, options) {
|
|
93431
|
-
return new APIPromise($
|
|
94159
|
+
return new APIPromise($do88(client, request, options));
|
|
93432
94160
|
}
|
|
93433
|
-
async function $
|
|
94161
|
+
async function $do88(client, request, options) {
|
|
93434
94162
|
const parsed = safeParse4(request, (value) => UpdateImageRequest$outboundSchema.parse(value), "Input validation failed");
|
|
93435
94163
|
if (!parsed.ok) {
|
|
93436
94164
|
return [parsed, { status: "invalid" }];
|
|
@@ -93565,9 +94293,9 @@ the metadata form section to keep existing metadata. Duplicate images, and reque
|
|
|
93565
94293
|
|
|
93566
94294
|
// src/funcs/imagesUpdateMetadata.ts
|
|
93567
94295
|
function imagesUpdateMetadata(client, request, options) {
|
|
93568
|
-
return new APIPromise($
|
|
94296
|
+
return new APIPromise($do89(client, request, options));
|
|
93569
94297
|
}
|
|
93570
|
-
async function $
|
|
94298
|
+
async function $do89(client, request, options) {
|
|
93571
94299
|
const parsed = safeParse4(request, (value) => UpdateImageMetadataRequest$outboundSchema.parse(value), "Input validation failed");
|
|
93572
94300
|
if (!parsed.ok) {
|
|
93573
94301
|
return [parsed, { status: "invalid" }];
|
|
@@ -93683,9 +94411,9 @@ var init_imagesUpdateMetadata2 = __esm(() => {
|
|
|
93683
94411
|
|
|
93684
94412
|
// src/funcs/imagesUpload.ts
|
|
93685
94413
|
function imagesUpload(client, request, options) {
|
|
93686
|
-
return new APIPromise($
|
|
94414
|
+
return new APIPromise($do90(client, request, options));
|
|
93687
94415
|
}
|
|
93688
|
-
async function $
|
|
94416
|
+
async function $do90(client, request, options) {
|
|
93689
94417
|
const parsed = safeParse4(request, (value) => UploadImageRequest$outboundSchema.parse(value), "Input validation failed");
|
|
93690
94418
|
if (!parsed.ok) {
|
|
93691
94419
|
return [parsed, { status: "invalid" }];
|
|
@@ -93796,7 +94524,7 @@ var init_imagesUpload2 = __esm(() => {
|
|
|
93796
94524
|
tool$imagesUpload = {
|
|
93797
94525
|
name: "images-upload",
|
|
93798
94526
|
description: ` Upload a new PNG, JPEG, or WebP image with optional metadata.
|
|
93799
|
-
Duplicate images
|
|
94527
|
+
Duplicate images return the existing image's metadata with a 409 status. Requests larger than 16MB will be rejected.`,
|
|
93800
94528
|
args: args88,
|
|
93801
94529
|
tool: async (client, args89, ctx) => {
|
|
93802
94530
|
const [result, apiCall] = await imagesUpload(client, args89.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -93814,9 +94542,9 @@ var init_imagesUpload2 = __esm(() => {
|
|
|
93814
94542
|
|
|
93815
94543
|
// src/funcs/industriesList.ts
|
|
93816
94544
|
function industriesList(client, options) {
|
|
93817
|
-
return new APIPromise($
|
|
94545
|
+
return new APIPromise($do91(client, options));
|
|
93818
94546
|
}
|
|
93819
|
-
async function $
|
|
94547
|
+
async function $do91(client, options) {
|
|
93820
94548
|
const path = pathToFunc("/industries")();
|
|
93821
94549
|
const headers = new Headers(compactMap({
|
|
93822
94550
|
Accept: "application/json"
|
|
@@ -93905,9 +94633,9 @@ you'll need to specify the \`/profile-enrichment.read\` scope.`,
|
|
|
93905
94633
|
|
|
93906
94634
|
// src/funcs/institutionsSearch.ts
|
|
93907
94635
|
function institutionsSearch(client, request, options) {
|
|
93908
|
-
return new APIPromise($
|
|
94636
|
+
return new APIPromise($do92(client, request, options));
|
|
93909
94637
|
}
|
|
93910
|
-
async function $
|
|
94638
|
+
async function $do92(client, request, options) {
|
|
93911
94639
|
const parsed = safeParse4(request, (value) => ListInstitutionsRequest$outboundSchema.parse(value), "Input validation failed");
|
|
93912
94640
|
if (!parsed.ok) {
|
|
93913
94641
|
return [parsed, { status: "invalid" }];
|
|
@@ -93997,11 +94725,11 @@ var init_institutionsSearch2 = __esm(() => {
|
|
|
93997
94725
|
};
|
|
93998
94726
|
tool$institutionsSearch = {
|
|
93999
94727
|
name: "institutions-search",
|
|
94000
|
-
description: `This endpoint has been deprecated and will be removed in a future release. Use [/institutions](https://docs.moov.io/api/enrichment/
|
|
94728
|
+
description: `This endpoint has been deprecated and will be removed in a future release. Use [/institutions](https://docs.moov.io/api/enrichment/institutions/get/).
|
|
94001
94729
|
|
|
94002
94730
|
Search for institutions by either their name or routing number.
|
|
94003
94731
|
|
|
94004
|
-
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
94732
|
+
To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
94005
94733
|
you'll need to specify the \`/fed.read\` scope.`,
|
|
94006
94734
|
args: args89,
|
|
94007
94735
|
tool: async (client, args90, ctx) => {
|
|
@@ -94020,9 +94748,9 @@ you'll need to specify the \`/fed.read\` scope.`,
|
|
|
94020
94748
|
|
|
94021
94749
|
// src/funcs/institutionsSearchInstitutions.ts
|
|
94022
94750
|
function institutionsSearchInstitutions(client, request, options) {
|
|
94023
|
-
return new APIPromise($
|
|
94751
|
+
return new APIPromise($do93(client, request, options));
|
|
94024
94752
|
}
|
|
94025
|
-
async function $
|
|
94753
|
+
async function $do93(client, request, options) {
|
|
94026
94754
|
const parsed = safeParse4(request, (value) => SearchInstitutionsRequest$outboundSchema.parse(value), "Input validation failed");
|
|
94027
94755
|
if (!parsed.ok) {
|
|
94028
94756
|
return [parsed, { status: "invalid" }];
|
|
@@ -94135,9 +94863,9 @@ you'll need to specify the \`/institutions.read\` scope.`,
|
|
|
94135
94863
|
|
|
94136
94864
|
// src/funcs/invoicesCreateInvoice.ts
|
|
94137
94865
|
function invoicesCreateInvoice(client, request, options) {
|
|
94138
|
-
return new APIPromise($
|
|
94866
|
+
return new APIPromise($do94(client, request, options));
|
|
94139
94867
|
}
|
|
94140
|
-
async function $
|
|
94868
|
+
async function $do94(client, request, options) {
|
|
94141
94869
|
const parsed = safeParse4(request, (value) => CreateInvoiceRequest$outboundSchema.parse(value), "Input validation failed");
|
|
94142
94870
|
if (!parsed.ok) {
|
|
94143
94871
|
return [parsed, { status: "invalid" }];
|
|
@@ -94248,9 +94976,9 @@ you'll need to specify the \`/accounts/{accountID}/invoices.write\` scope.`,
|
|
|
94248
94976
|
|
|
94249
94977
|
// src/funcs/invoicesCreateInvoicePayment.ts
|
|
94250
94978
|
function invoicesCreateInvoicePayment(client, request, options) {
|
|
94251
|
-
return new APIPromise($
|
|
94979
|
+
return new APIPromise($do95(client, request, options));
|
|
94252
94980
|
}
|
|
94253
|
-
async function $
|
|
94981
|
+
async function $do95(client, request, options) {
|
|
94254
94982
|
const parsed = safeParse4(request, (value) => CreateInvoicePaymentRequest$outboundSchema.parse(value), "Input validation failed");
|
|
94255
94983
|
if (!parsed.ok) {
|
|
94256
94984
|
return [parsed, { status: "invalid" }];
|
|
@@ -94370,9 +95098,9 @@ you'll need to specify the \`/accounts/{accountID}/invoices.write\` scope.`,
|
|
|
94370
95098
|
|
|
94371
95099
|
// src/funcs/invoicesDelete.ts
|
|
94372
95100
|
function invoicesDelete(client, request, options) {
|
|
94373
|
-
return new APIPromise($
|
|
95101
|
+
return new APIPromise($do96(client, request, options));
|
|
94374
95102
|
}
|
|
94375
|
-
async function $
|
|
95103
|
+
async function $do96(client, request, options) {
|
|
94376
95104
|
const parsed = safeParse4(request, (value) => DeleteInvoiceRequest$outboundSchema.parse(value), "Input validation failed");
|
|
94377
95105
|
if (!parsed.ok) {
|
|
94378
95106
|
return [parsed, { status: "invalid" }];
|
|
@@ -94489,9 +95217,9 @@ you'll need to specify the \`/accounts/{accountID}/invoices.write\` scope.`,
|
|
|
94489
95217
|
|
|
94490
95218
|
// src/funcs/invoicesGetInvoice.ts
|
|
94491
95219
|
function invoicesGetInvoice(client, request, options) {
|
|
94492
|
-
return new APIPromise($
|
|
95220
|
+
return new APIPromise($do97(client, request, options));
|
|
94493
95221
|
}
|
|
94494
|
-
async function $
|
|
95222
|
+
async function $do97(client, request, options) {
|
|
94495
95223
|
const parsed = safeParse4(request, (value) => GetInvoiceRequest$outboundSchema.parse(value), "Input validation failed");
|
|
94496
95224
|
if (!parsed.ok) {
|
|
94497
95225
|
return [parsed, { status: "invalid" }];
|
|
@@ -94604,9 +95332,9 @@ you'll need to specify the \`/accounts/{accountID}/invoices.read\` scope.`,
|
|
|
94604
95332
|
|
|
94605
95333
|
// src/funcs/invoicesListInvoicePayments.ts
|
|
94606
95334
|
function invoicesListInvoicePayments(client, request, options) {
|
|
94607
|
-
return new APIPromise($
|
|
95335
|
+
return new APIPromise($do98(client, request, options));
|
|
94608
95336
|
}
|
|
94609
|
-
async function $
|
|
95337
|
+
async function $do98(client, request, options) {
|
|
94610
95338
|
const parsed = safeParse4(request, (value) => ListInvoicePaymentsRequest$outboundSchema.parse(value), "Input validation failed");
|
|
94611
95339
|
if (!parsed.ok) {
|
|
94612
95340
|
return [parsed, { status: "invalid" }];
|
|
@@ -94719,9 +95447,9 @@ you'll need to specify the \`/accounts/{accountID}/invoices.read\` scope.`,
|
|
|
94719
95447
|
|
|
94720
95448
|
// src/funcs/invoicesListInvoices.ts
|
|
94721
95449
|
function invoicesListInvoices(client, request, options) {
|
|
94722
|
-
return new APIPromise($
|
|
95450
|
+
return new APIPromise($do99(client, request, options));
|
|
94723
95451
|
}
|
|
94724
|
-
async function $
|
|
95452
|
+
async function $do99(client, request, options) {
|
|
94725
95453
|
const parsed = safeParse4(request, (value) => ListInvoicesRequest$outboundSchema.parse(value), "Input validation failed");
|
|
94726
95454
|
if (!parsed.ok) {
|
|
94727
95455
|
return [parsed, { status: "invalid" }];
|
|
@@ -94844,9 +95572,9 @@ you'll need to specify the \`/accounts/{accountID}/invoices.read\` scope.`,
|
|
|
94844
95572
|
|
|
94845
95573
|
// src/funcs/invoicesUpdateInvoice.ts
|
|
94846
95574
|
function invoicesUpdateInvoice(client, request, options) {
|
|
94847
|
-
return new APIPromise($
|
|
95575
|
+
return new APIPromise($do100(client, request, options));
|
|
94848
95576
|
}
|
|
94849
|
-
async function $
|
|
95577
|
+
async function $do100(client, request, options) {
|
|
94850
95578
|
const parsed = safeParse4(request, (value) => UpdateInvoiceRequest$outboundSchema.parse(value), "Input validation failed");
|
|
94851
95579
|
if (!parsed.ok) {
|
|
94852
95580
|
return [parsed, { status: "invalid" }];
|
|
@@ -94961,9 +95689,9 @@ you'll need to specify the \`/accounts/{accountID}/invoices.write\` scope.`,
|
|
|
94961
95689
|
|
|
94962
95690
|
// src/funcs/issuingTransactionsGet.ts
|
|
94963
95691
|
function issuingTransactionsGet(client, request, options) {
|
|
94964
|
-
return new APIPromise($
|
|
95692
|
+
return new APIPromise($do101(client, request, options));
|
|
94965
95693
|
}
|
|
94966
|
-
async function $
|
|
95694
|
+
async function $do101(client, request, options) {
|
|
94967
95695
|
const parsed = safeParse4(request, (value) => GetIssuedCardTransactionRequest$outboundSchema.parse(value), "Input validation failed");
|
|
94968
95696
|
if (!parsed.ok) {
|
|
94969
95697
|
return [parsed, { status: "invalid" }];
|
|
@@ -95073,9 +95801,9 @@ you'll need to specify the \`/accounts/{accountID}/issued-cards.read\` scope.`,
|
|
|
95073
95801
|
|
|
95074
95802
|
// src/funcs/issuingTransactionsGetAuthorization.ts
|
|
95075
95803
|
function issuingTransactionsGetAuthorization(client, request, options) {
|
|
95076
|
-
return new APIPromise($
|
|
95804
|
+
return new APIPromise($do102(client, request, options));
|
|
95077
95805
|
}
|
|
95078
|
-
async function $
|
|
95806
|
+
async function $do102(client, request, options) {
|
|
95079
95807
|
const parsed = safeParse4(request, (value) => GetIssuedCardAuthorizationRequest$outboundSchema.parse(value), "Input validation failed");
|
|
95080
95808
|
if (!parsed.ok) {
|
|
95081
95809
|
return [parsed, { status: "invalid" }];
|
|
@@ -95188,9 +95916,9 @@ you'll need to specify the \`/accounts/{accountID}/issued-cards.read\` scope.`,
|
|
|
95188
95916
|
|
|
95189
95917
|
// src/funcs/issuingTransactionsList.ts
|
|
95190
95918
|
function issuingTransactionsList(client, request, options) {
|
|
95191
|
-
return new APIPromise($
|
|
95919
|
+
return new APIPromise($do103(client, request, options));
|
|
95192
95920
|
}
|
|
95193
|
-
async function $
|
|
95921
|
+
async function $do103(client, request, options) {
|
|
95194
95922
|
const parsed = safeParse4(request, (value) => ListIssuedCardTransactionsRequest$outboundSchema.parse(value), "Input validation failed");
|
|
95195
95923
|
if (!parsed.ok) {
|
|
95196
95924
|
return [parsed, { status: "invalid" }];
|
|
@@ -95208,6 +95936,7 @@ async function $do102(client, request, options) {
|
|
|
95208
95936
|
count: payload.count,
|
|
95209
95937
|
endDateTime: payload.endDateTime,
|
|
95210
95938
|
issuedCardID: payload.issuedCardID,
|
|
95939
|
+
merchantName: payload.merchantName,
|
|
95211
95940
|
skip: payload.skip,
|
|
95212
95941
|
startDateTime: payload.startDateTime
|
|
95213
95942
|
}, { explode: false });
|
|
@@ -95307,9 +96036,9 @@ you'll need to specify the \`/accounts/{accountID}/issued-cards.read\` scope.`,
|
|
|
95307
96036
|
|
|
95308
96037
|
// src/funcs/issuingTransactionsListAuthorizationEvents.ts
|
|
95309
96038
|
function issuingTransactionsListAuthorizationEvents(client, request, options) {
|
|
95310
|
-
return new APIPromise($
|
|
96039
|
+
return new APIPromise($do104(client, request, options));
|
|
95311
96040
|
}
|
|
95312
|
-
async function $
|
|
96041
|
+
async function $do104(client, request, options) {
|
|
95313
96042
|
const parsed = safeParse4(request, (value) => ListIssuedCardAuthorizationEventsRequest$outboundSchema.parse(value), "Input validation failed");
|
|
95314
96043
|
if (!parsed.ok) {
|
|
95315
96044
|
return [parsed, { status: "invalid" }];
|
|
@@ -95424,9 +96153,9 @@ you'll need to specify the \`/accounts/{accountID}/issued-cards.read\` scope.`,
|
|
|
95424
96153
|
|
|
95425
96154
|
// src/funcs/issuingTransactionsListAuthorizations.ts
|
|
95426
96155
|
function issuingTransactionsListAuthorizations(client, request, options) {
|
|
95427
|
-
return new APIPromise($
|
|
96156
|
+
return new APIPromise($do105(client, request, options));
|
|
95428
96157
|
}
|
|
95429
|
-
async function $
|
|
96158
|
+
async function $do105(client, request, options) {
|
|
95430
96159
|
const parsed = safeParse4(request, (value) => ListIssuedCardAuthorizationsRequest$outboundSchema.parse(value), "Input validation failed");
|
|
95431
96160
|
if (!parsed.ok) {
|
|
95432
96161
|
return [parsed, { status: "invalid" }];
|
|
@@ -95544,9 +96273,9 @@ you'll need to specify the \`/accounts/{accountID}/issued-cards.read\` scope.`,
|
|
|
95544
96273
|
|
|
95545
96274
|
// src/funcs/onboardingCreateInvite.ts
|
|
95546
96275
|
function onboardingCreateInvite(client, request, options) {
|
|
95547
|
-
return new APIPromise($
|
|
96276
|
+
return new APIPromise($do106(client, request, options));
|
|
95548
96277
|
}
|
|
95549
|
-
async function $
|
|
96278
|
+
async function $do106(client, request, options) {
|
|
95550
96279
|
const parsed = safeParse4(request, (value) => OnboardingInviteRequest$outboundSchema.parse(value), "Input validation failed");
|
|
95551
96280
|
if (!parsed.ok) {
|
|
95552
96281
|
return [parsed, { status: "invalid" }];
|
|
@@ -95652,9 +96381,9 @@ you'll need to specify the \`/accounts.write\` scope.`,
|
|
|
95652
96381
|
|
|
95653
96382
|
// src/funcs/onboardingGetInvite.ts
|
|
95654
96383
|
function onboardingGetInvite(client, request, options) {
|
|
95655
|
-
return new APIPromise($
|
|
96384
|
+
return new APIPromise($do107(client, request, options));
|
|
95656
96385
|
}
|
|
95657
|
-
async function $
|
|
96386
|
+
async function $do107(client, request, options) {
|
|
95658
96387
|
const parsed = safeParse4(request, (value) => GetOnboardingInviteRequest$outboundSchema.parse(value), "Input validation failed");
|
|
95659
96388
|
if (!parsed.ok) {
|
|
95660
96389
|
return [parsed, { status: "invalid" }];
|
|
@@ -95763,9 +96492,9 @@ you'll need to specify the \`/accounts.read\` scope.`,
|
|
|
95763
96492
|
|
|
95764
96493
|
// src/funcs/onboardingListInvites.ts
|
|
95765
96494
|
function onboardingListInvites(client, options) {
|
|
95766
|
-
return new APIPromise($
|
|
96495
|
+
return new APIPromise($do108(client, options));
|
|
95767
96496
|
}
|
|
95768
|
-
async function $
|
|
96497
|
+
async function $do108(client, options) {
|
|
95769
96498
|
const path = pathToFunc("/onboarding-invites")();
|
|
95770
96499
|
const headers = new Headers(compactMap({
|
|
95771
96500
|
Accept: "application/json"
|
|
@@ -95854,9 +96583,9 @@ you'll need to specify the \`/accounts.read\` scope.`,
|
|
|
95854
96583
|
|
|
95855
96584
|
// src/funcs/onboardingRevokeInvite.ts
|
|
95856
96585
|
function onboardingRevokeInvite(client, request, options) {
|
|
95857
|
-
return new APIPromise($
|
|
96586
|
+
return new APIPromise($do109(client, request, options));
|
|
95858
96587
|
}
|
|
95859
|
-
async function $
|
|
96588
|
+
async function $do109(client, request, options) {
|
|
95860
96589
|
const parsed = safeParse4(request, (value) => RevokeOnboardingInviteRequest$outboundSchema.parse(value), "Input validation failed");
|
|
95861
96590
|
if (!parsed.ok) {
|
|
95862
96591
|
return [parsed, { status: "invalid" }];
|
|
@@ -95962,9 +96691,9 @@ you'll need to specify the \`/accounts.write\` scope.`,
|
|
|
95962
96691
|
|
|
95963
96692
|
// src/funcs/paymentLinksCreate.ts
|
|
95964
96693
|
function paymentLinksCreate(client, request, options) {
|
|
95965
|
-
return new APIPromise($
|
|
96694
|
+
return new APIPromise($do110(client, request, options));
|
|
95966
96695
|
}
|
|
95967
|
-
async function $
|
|
96696
|
+
async function $do110(client, request, options) {
|
|
95968
96697
|
const parsed = safeParse4(request, (value) => CreatePaymentLinkRequest$outboundSchema.parse(value), "Input validation failed");
|
|
95969
96698
|
if (!parsed.ok) {
|
|
95970
96699
|
return [parsed, { status: "invalid" }];
|
|
@@ -96075,9 +96804,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
|
|
|
96075
96804
|
|
|
96076
96805
|
// src/funcs/paymentLinksDisable.ts
|
|
96077
96806
|
function paymentLinksDisable(client, request, options) {
|
|
96078
|
-
return new APIPromise($
|
|
96807
|
+
return new APIPromise($do111(client, request, options));
|
|
96079
96808
|
}
|
|
96080
|
-
async function $
|
|
96809
|
+
async function $do111(client, request, options) {
|
|
96081
96810
|
const parsed = safeParse4(request, (value) => DisablePaymentLinkRequest$outboundSchema.parse(value), "Input validation failed");
|
|
96082
96811
|
if (!parsed.ok) {
|
|
96083
96812
|
return [parsed, { status: "invalid" }];
|
|
@@ -96187,9 +96916,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
|
|
|
96187
96916
|
|
|
96188
96917
|
// src/funcs/paymentLinksGet.ts
|
|
96189
96918
|
function paymentLinksGet(client, request, options) {
|
|
96190
|
-
return new APIPromise($
|
|
96919
|
+
return new APIPromise($do112(client, request, options));
|
|
96191
96920
|
}
|
|
96192
|
-
async function $
|
|
96921
|
+
async function $do112(client, request, options) {
|
|
96193
96922
|
const parsed = safeParse4(request, (value) => GetPaymentLinkRequest$outboundSchema.parse(value), "Input validation failed");
|
|
96194
96923
|
if (!parsed.ok) {
|
|
96195
96924
|
return [parsed, { status: "invalid" }];
|
|
@@ -96302,9 +97031,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
|
|
|
96302
97031
|
|
|
96303
97032
|
// src/funcs/paymentLinksGetQRCode.ts
|
|
96304
97033
|
function paymentLinksGetQRCode(client, request, options) {
|
|
96305
|
-
return new APIPromise($
|
|
97034
|
+
return new APIPromise($do113(client, request, options));
|
|
96306
97035
|
}
|
|
96307
|
-
async function $
|
|
97036
|
+
async function $do113(client, request, options) {
|
|
96308
97037
|
const parsed = safeParse4(request, (value) => GetPaymentLinkQRCodeRequest$outboundSchema.parse(value), "Input validation failed");
|
|
96309
97038
|
if (!parsed.ok) {
|
|
96310
97039
|
return [parsed, { status: "invalid" }];
|
|
@@ -96423,9 +97152,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
|
|
|
96423
97152
|
|
|
96424
97153
|
// src/funcs/paymentLinksList.ts
|
|
96425
97154
|
function paymentLinksList(client, request, options) {
|
|
96426
|
-
return new APIPromise($
|
|
97155
|
+
return new APIPromise($do114(client, request, options));
|
|
96427
97156
|
}
|
|
96428
|
-
async function $
|
|
97157
|
+
async function $do114(client, request, options) {
|
|
96429
97158
|
const parsed = safeParse4(request, (value) => ListPaymentLinksRequest$outboundSchema.parse(value), "Input validation failed");
|
|
96430
97159
|
if (!parsed.ok) {
|
|
96431
97160
|
return [parsed, { status: "invalid" }];
|
|
@@ -96540,9 +97269,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
|
|
|
96540
97269
|
|
|
96541
97270
|
// src/funcs/paymentLinksUpdate.ts
|
|
96542
97271
|
function paymentLinksUpdate(client, request, options) {
|
|
96543
|
-
return new APIPromise($
|
|
97272
|
+
return new APIPromise($do115(client, request, options));
|
|
96544
97273
|
}
|
|
96545
|
-
async function $
|
|
97274
|
+
async function $do115(client, request, options) {
|
|
96546
97275
|
const parsed = safeParse4(request, (value) => UpdatePaymentLinkRequest$outboundSchema.parse(value), "Input validation failed");
|
|
96547
97276
|
if (!parsed.ok) {
|
|
96548
97277
|
return [parsed, { status: "invalid" }];
|
|
@@ -96657,9 +97386,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
|
|
|
96657
97386
|
|
|
96658
97387
|
// src/funcs/paymentMethodsGet.ts
|
|
96659
97388
|
function paymentMethodsGet(client, request, options) {
|
|
96660
|
-
return new APIPromise($
|
|
97389
|
+
return new APIPromise($do116(client, request, options));
|
|
96661
97390
|
}
|
|
96662
|
-
async function $
|
|
97391
|
+
async function $do116(client, request, options) {
|
|
96663
97392
|
const parsed = safeParse4(request, (value) => GetPaymentMethodRequest$outboundSchema.parse(value), "Input validation failed");
|
|
96664
97393
|
if (!parsed.ok) {
|
|
96665
97394
|
return [parsed, { status: "invalid" }];
|
|
@@ -96772,9 +97501,9 @@ you'll need to specify the \`/accounts/{accountID}/payment-methods.read\` scope.
|
|
|
96772
97501
|
|
|
96773
97502
|
// src/funcs/paymentMethodsList.ts
|
|
96774
97503
|
function paymentMethodsList(client, request, options) {
|
|
96775
|
-
return new APIPromise($
|
|
97504
|
+
return new APIPromise($do117(client, request, options));
|
|
96776
97505
|
}
|
|
96777
|
-
async function $
|
|
97506
|
+
async function $do117(client, request, options) {
|
|
96778
97507
|
const parsed = safeParse4(request, (value) => ListPaymentMethodsRequest$outboundSchema.parse(value), "Input validation failed");
|
|
96779
97508
|
if (!parsed.ok) {
|
|
96780
97509
|
return [parsed, { status: "invalid" }];
|
|
@@ -96889,9 +97618,9 @@ you'll need to specify the \`/accounts/{accountID}/payment-methods.read\` scope.
|
|
|
96889
97618
|
|
|
96890
97619
|
// src/funcs/pingPing.ts
|
|
96891
97620
|
function pingPing(client, options) {
|
|
96892
|
-
return new APIPromise($
|
|
97621
|
+
return new APIPromise($do118(client, options));
|
|
96893
97622
|
}
|
|
96894
|
-
async function $
|
|
97623
|
+
async function $do118(client, options) {
|
|
96895
97624
|
const path = pathToFunc("/ping")();
|
|
96896
97625
|
const headers = new Headers(compactMap({
|
|
96897
97626
|
Accept: "*/*"
|
|
@@ -96979,9 +97708,9 @@ you'll need to specify the \`/ping.read\` scope.`,
|
|
|
96979
97708
|
|
|
96980
97709
|
// src/funcs/productsCreate.ts
|
|
96981
97710
|
function productsCreate(client, request, options) {
|
|
96982
|
-
return new APIPromise($
|
|
97711
|
+
return new APIPromise($do119(client, request, options));
|
|
96983
97712
|
}
|
|
96984
|
-
async function $
|
|
97713
|
+
async function $do119(client, request, options) {
|
|
96985
97714
|
const parsed = safeParse4(request, (value) => CreateProductRequest$outboundSchema.parse(value), "Input validation failed");
|
|
96986
97715
|
if (!parsed.ok) {
|
|
96987
97716
|
return [parsed, { status: "invalid" }];
|
|
@@ -97091,9 +97820,9 @@ var init_productsCreate2 = __esm(() => {
|
|
|
97091
97820
|
|
|
97092
97821
|
// src/funcs/productsDisable.ts
|
|
97093
97822
|
function productsDisable(client, request, options) {
|
|
97094
|
-
return new APIPromise($
|
|
97823
|
+
return new APIPromise($do120(client, request, options));
|
|
97095
97824
|
}
|
|
97096
|
-
async function $
|
|
97825
|
+
async function $do120(client, request, options) {
|
|
97097
97826
|
const parsed = safeParse4(request, (value) => DisableProductRequest$outboundSchema.parse(value), "Input validation failed");
|
|
97098
97827
|
if (!parsed.ok) {
|
|
97099
97828
|
return [parsed, { status: "invalid" }];
|
|
@@ -97203,9 +97932,9 @@ The product will no longer be available, but will remain in the system for histo
|
|
|
97203
97932
|
|
|
97204
97933
|
// src/funcs/productsGet.ts
|
|
97205
97934
|
function productsGet(client, request, options) {
|
|
97206
|
-
return new APIPromise($
|
|
97935
|
+
return new APIPromise($do121(client, request, options));
|
|
97207
97936
|
}
|
|
97208
|
-
async function $
|
|
97937
|
+
async function $do121(client, request, options) {
|
|
97209
97938
|
const parsed = safeParse4(request, (value) => GetProductRequest$outboundSchema.parse(value), "Input validation failed");
|
|
97210
97939
|
if (!parsed.ok) {
|
|
97211
97940
|
return [parsed, { status: "invalid" }];
|
|
@@ -97315,9 +98044,9 @@ var init_productsGet2 = __esm(() => {
|
|
|
97315
98044
|
|
|
97316
98045
|
// src/funcs/productsList.ts
|
|
97317
98046
|
function productsList(client, request, options) {
|
|
97318
|
-
return new APIPromise($
|
|
98047
|
+
return new APIPromise($do122(client, request, options));
|
|
97319
98048
|
}
|
|
97320
|
-
async function $
|
|
98049
|
+
async function $do122(client, request, options) {
|
|
97321
98050
|
const parsed = safeParse4(request, (value) => ListProductsRequest$outboundSchema.parse(value), "Input validation failed");
|
|
97322
98051
|
if (!parsed.ok) {
|
|
97323
98052
|
return [parsed, { status: "invalid" }];
|
|
@@ -97430,9 +98159,9 @@ var init_productsList2 = __esm(() => {
|
|
|
97430
98159
|
|
|
97431
98160
|
// src/funcs/productsListCategories.ts
|
|
97432
98161
|
function productsListCategories(client, options) {
|
|
97433
|
-
return new APIPromise($
|
|
98162
|
+
return new APIPromise($do123(client, options));
|
|
97434
98163
|
}
|
|
97435
|
-
async function $
|
|
98164
|
+
async function $do123(client, options) {
|
|
97436
98165
|
const path = pathToFunc("/product-categories")();
|
|
97437
98166
|
const headers = new Headers(compactMap({
|
|
97438
98167
|
Accept: "application/json"
|
|
@@ -97518,9 +98247,9 @@ var init_productsListCategories2 = __esm(() => {
|
|
|
97518
98247
|
|
|
97519
98248
|
// src/funcs/productsUpdate.ts
|
|
97520
98249
|
function productsUpdate(client, request, options) {
|
|
97521
|
-
return new APIPromise($
|
|
98250
|
+
return new APIPromise($do124(client, request, options));
|
|
97522
98251
|
}
|
|
97523
|
-
async function $
|
|
98252
|
+
async function $do124(client, request, options) {
|
|
97524
98253
|
const parsed = safeParse4(request, (value) => UpdateProductRequest$outboundSchema.parse(value), "Input validation failed");
|
|
97525
98254
|
if (!parsed.ok) {
|
|
97526
98255
|
return [parsed, { status: "invalid" }];
|
|
@@ -97634,9 +98363,9 @@ var init_productsUpdate2 = __esm(() => {
|
|
|
97634
98363
|
|
|
97635
98364
|
// src/funcs/receiptsCreate.ts
|
|
97636
98365
|
function receiptsCreate(client, request, options) {
|
|
97637
|
-
return new APIPromise($
|
|
98366
|
+
return new APIPromise($do125(client, request, options));
|
|
97638
98367
|
}
|
|
97639
|
-
async function $
|
|
98368
|
+
async function $do125(client, request, options) {
|
|
97640
98369
|
const parsed = safeParse4(request, (value) => arrayType(ReceiptRequest$outboundSchema).parse(value), "Input validation failed");
|
|
97641
98370
|
if (!parsed.ok) {
|
|
97642
98371
|
return [parsed, { status: "invalid" }];
|
|
@@ -97744,9 +98473,9 @@ var init_receiptsCreate2 = __esm(() => {
|
|
|
97744
98473
|
|
|
97745
98474
|
// src/funcs/receiptsList.ts
|
|
97746
98475
|
function receiptsList(client, request, options) {
|
|
97747
|
-
return new APIPromise($
|
|
98476
|
+
return new APIPromise($do126(client, request, options));
|
|
97748
98477
|
}
|
|
97749
|
-
async function $
|
|
98478
|
+
async function $do126(client, request, options) {
|
|
97750
98479
|
const parsed = safeParse4(request, (value) => ListReceiptsRequest$outboundSchema.parse(value), "Input validation failed");
|
|
97751
98480
|
if (!parsed.ok) {
|
|
97752
98481
|
return [parsed, { status: "invalid" }];
|
|
@@ -97853,9 +98582,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
|
|
|
97853
98582
|
|
|
97854
98583
|
// src/funcs/representativesCreate.ts
|
|
97855
98584
|
function representativesCreate(client, request, options) {
|
|
97856
|
-
return new APIPromise($
|
|
98585
|
+
return new APIPromise($do127(client, request, options));
|
|
97857
98586
|
}
|
|
97858
|
-
async function $
|
|
98587
|
+
async function $do127(client, request, options) {
|
|
97859
98588
|
const parsed = safeParse4(request, (value) => CreateRepresentativeRequest$outboundSchema.parse(value), "Input validation failed");
|
|
97860
98589
|
if (!parsed.ok) {
|
|
97861
98590
|
return [parsed, { status: "invalid" }];
|
|
@@ -97972,9 +98701,9 @@ you'll need to specify the \`/accounts/{accountID}/representatives.write\` scope
|
|
|
97972
98701
|
|
|
97973
98702
|
// src/funcs/representativesDelete.ts
|
|
97974
98703
|
function representativesDelete(client, request, options) {
|
|
97975
|
-
return new APIPromise($
|
|
98704
|
+
return new APIPromise($do128(client, request, options));
|
|
97976
98705
|
}
|
|
97977
|
-
async function $
|
|
98706
|
+
async function $do128(client, request, options) {
|
|
97978
98707
|
const parsed = safeParse4(request, (value) => DeleteRepresentativeRequest$outboundSchema.parse(value), "Input validation failed");
|
|
97979
98708
|
if (!parsed.ok) {
|
|
97980
98709
|
return [parsed, { status: "invalid" }];
|
|
@@ -98082,9 +98811,9 @@ you'll need to specify the \`/accounts/{accountID}/representatives.write\` scope
|
|
|
98082
98811
|
|
|
98083
98812
|
// src/funcs/representativesGet.ts
|
|
98084
98813
|
function representativesGet(client, request, options) {
|
|
98085
|
-
return new APIPromise($
|
|
98814
|
+
return new APIPromise($do129(client, request, options));
|
|
98086
98815
|
}
|
|
98087
|
-
async function $
|
|
98816
|
+
async function $do129(client, request, options) {
|
|
98088
98817
|
const parsed = safeParse4(request, (value) => GetRepresentativeRequest$outboundSchema.parse(value), "Input validation failed");
|
|
98089
98818
|
if (!parsed.ok) {
|
|
98090
98819
|
return [parsed, { status: "invalid" }];
|
|
@@ -98194,9 +98923,9 @@ you'll need to specify the \`/accounts/{accountID}/representatives.read\` scope.
|
|
|
98194
98923
|
|
|
98195
98924
|
// src/funcs/representativesList.ts
|
|
98196
98925
|
function representativesList(client, request, options) {
|
|
98197
|
-
return new APIPromise($
|
|
98926
|
+
return new APIPromise($do130(client, request, options));
|
|
98198
98927
|
}
|
|
98199
|
-
async function $
|
|
98928
|
+
async function $do130(client, request, options) {
|
|
98200
98929
|
const parsed = safeParse4(request, (value) => ListRepresentativesRequest$outboundSchema.parse(value), "Input validation failed");
|
|
98201
98930
|
if (!parsed.ok) {
|
|
98202
98931
|
return [parsed, { status: "invalid" }];
|
|
@@ -98308,9 +99037,9 @@ you'll need to specify the \`/accounts/{accountID}/representatives.read\` scope.
|
|
|
98308
99037
|
|
|
98309
99038
|
// src/funcs/representativesUpdate.ts
|
|
98310
99039
|
function representativesUpdate(client, request, options) {
|
|
98311
|
-
return new APIPromise($
|
|
99040
|
+
return new APIPromise($do131(client, request, options));
|
|
98312
99041
|
}
|
|
98313
|
-
async function $
|
|
99042
|
+
async function $do131(client, request, options) {
|
|
98314
99043
|
const parsed = safeParse4(request, (value) => UpdateRepresentativeRequest$outboundSchema.parse(value), "Input validation failed");
|
|
98315
99044
|
if (!parsed.ok) {
|
|
98316
99045
|
return [parsed, { status: "invalid" }];
|
|
@@ -98437,9 +99166,9 @@ you'll need to specify the \`/accounts/{accountID}/representatives.write\` scope
|
|
|
98437
99166
|
|
|
98438
99167
|
// src/funcs/resolutionLinksCreate.ts
|
|
98439
99168
|
function resolutionLinksCreate(client, request, options) {
|
|
98440
|
-
return new APIPromise($
|
|
99169
|
+
return new APIPromise($do132(client, request, options));
|
|
98441
99170
|
}
|
|
98442
|
-
async function $
|
|
99171
|
+
async function $do132(client, request, options) {
|
|
98443
99172
|
const parsed = safeParse4(request, (value) => CreateResolutionLinkRequest$outboundSchema.parse(value), "Input validation failed");
|
|
98444
99173
|
if (!parsed.ok) {
|
|
98445
99174
|
return [parsed, { status: "invalid" }];
|
|
@@ -98556,9 +99285,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.write\`, \`/accounts/
|
|
|
98556
99285
|
|
|
98557
99286
|
// src/funcs/resolutionLinksDisable.ts
|
|
98558
99287
|
function resolutionLinksDisable(client, request, options) {
|
|
98559
|
-
return new APIPromise($
|
|
99288
|
+
return new APIPromise($do133(client, request, options));
|
|
98560
99289
|
}
|
|
98561
|
-
async function $
|
|
99290
|
+
async function $do133(client, request, options) {
|
|
98562
99291
|
const parsed = safeParse4(request, (value) => DisableResolutionLinkRequest$outboundSchema.parse(value), "Input validation failed");
|
|
98563
99292
|
if (!parsed.ok) {
|
|
98564
99293
|
return [parsed, { status: "invalid" }];
|
|
@@ -98666,9 +99395,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.write\` scope.`,
|
|
|
98666
99395
|
|
|
98667
99396
|
// src/funcs/resolutionLinksGet.ts
|
|
98668
99397
|
function resolutionLinksGet(client, request, options) {
|
|
98669
|
-
return new APIPromise($
|
|
99398
|
+
return new APIPromise($do134(client, request, options));
|
|
98670
99399
|
}
|
|
98671
|
-
async function $
|
|
99400
|
+
async function $do134(client, request, options) {
|
|
98672
99401
|
const parsed = safeParse4(request, (value) => GetResolutionLinkRequest$outboundSchema.parse(value), "Input validation failed");
|
|
98673
99402
|
if (!parsed.ok) {
|
|
98674
99403
|
return [parsed, { status: "invalid" }];
|
|
@@ -98778,9 +99507,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
|
|
|
98778
99507
|
|
|
98779
99508
|
// src/funcs/resolutionLinksList.ts
|
|
98780
99509
|
function resolutionLinksList(client, request, options) {
|
|
98781
|
-
return new APIPromise($
|
|
99510
|
+
return new APIPromise($do135(client, request, options));
|
|
98782
99511
|
}
|
|
98783
|
-
async function $
|
|
99512
|
+
async function $do135(client, request, options) {
|
|
98784
99513
|
const parsed = safeParse4(request, (value) => ListResolutionLinksRequest$outboundSchema.parse(value), "Input validation failed");
|
|
98785
99514
|
if (!parsed.ok) {
|
|
98786
99515
|
return [parsed, { status: "invalid" }];
|
|
@@ -98889,9 +99618,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
|
|
|
98889
99618
|
|
|
98890
99619
|
// src/funcs/schedulingCancel.ts
|
|
98891
99620
|
function schedulingCancel(client, request, options) {
|
|
98892
|
-
return new APIPromise($
|
|
99621
|
+
return new APIPromise($do136(client, request, options));
|
|
98893
99622
|
}
|
|
98894
|
-
async function $
|
|
99623
|
+
async function $do136(client, request, options) {
|
|
98895
99624
|
const parsed = safeParse4(request, (value) => CancelScheduleRequest$outboundSchema.parse(value), "Input validation failed");
|
|
98896
99625
|
if (!parsed.ok) {
|
|
98897
99626
|
return [parsed, { status: "invalid" }];
|
|
@@ -99002,9 +99731,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
|
|
|
99002
99731
|
|
|
99003
99732
|
// src/funcs/schedulingCreate.ts
|
|
99004
99733
|
function schedulingCreate(client, request, options) {
|
|
99005
|
-
return new APIPromise($
|
|
99734
|
+
return new APIPromise($do137(client, request, options));
|
|
99006
99735
|
}
|
|
99007
|
-
async function $
|
|
99736
|
+
async function $do137(client, request, options) {
|
|
99008
99737
|
const parsed = safeParse4(request, (value) => CreateScheduleRequest$outboundSchema.parse(value), "Input validation failed");
|
|
99009
99738
|
if (!parsed.ok) {
|
|
99010
99739
|
return [parsed, { status: "invalid" }];
|
|
@@ -99117,9 +99846,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
|
|
|
99117
99846
|
|
|
99118
99847
|
// src/funcs/schedulingGet.ts
|
|
99119
99848
|
function schedulingGet(client, request, options) {
|
|
99120
|
-
return new APIPromise($
|
|
99849
|
+
return new APIPromise($do138(client, request, options));
|
|
99121
99850
|
}
|
|
99122
|
-
async function $
|
|
99851
|
+
async function $do138(client, request, options) {
|
|
99123
99852
|
const parsed = safeParse4(request, (value) => GetSchedulesRequest$outboundSchema.parse(value), "Input validation failed");
|
|
99124
99853
|
if (!parsed.ok) {
|
|
99125
99854
|
return [parsed, { status: "invalid" }];
|
|
@@ -99232,9 +99961,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
|
|
|
99232
99961
|
|
|
99233
99962
|
// src/funcs/schedulingGetOccurrance.ts
|
|
99234
99963
|
function schedulingGetOccurrance(client, request, options) {
|
|
99235
|
-
return new APIPromise($
|
|
99964
|
+
return new APIPromise($do139(client, request, options));
|
|
99236
99965
|
}
|
|
99237
|
-
async function $
|
|
99966
|
+
async function $do139(client, request, options) {
|
|
99238
99967
|
const parsed = safeParse4(request, (value) => GetScheduledOccurrenceRequest$outboundSchema.parse(value), "Input validation failed");
|
|
99239
99968
|
if (!parsed.ok) {
|
|
99240
99969
|
return [parsed, { status: "invalid" }];
|
|
@@ -99348,9 +100077,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
|
|
|
99348
100077
|
|
|
99349
100078
|
// src/funcs/schedulingList.ts
|
|
99350
100079
|
function schedulingList(client, request, options) {
|
|
99351
|
-
return new APIPromise($
|
|
100080
|
+
return new APIPromise($do140(client, request, options));
|
|
99352
100081
|
}
|
|
99353
|
-
async function $
|
|
100082
|
+
async function $do140(client, request, options) {
|
|
99354
100083
|
const parsed = safeParse4(request, (value) => ListSchedulesRequest$outboundSchema.parse(value), "Input validation failed");
|
|
99355
100084
|
if (!parsed.ok) {
|
|
99356
100085
|
return [parsed, { status: "invalid" }];
|
|
@@ -99465,9 +100194,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
|
|
|
99465
100194
|
|
|
99466
100195
|
// src/funcs/schedulingUpdate.ts
|
|
99467
100196
|
function schedulingUpdate(client, request, options) {
|
|
99468
|
-
return new APIPromise($
|
|
100197
|
+
return new APIPromise($do141(client, request, options));
|
|
99469
100198
|
}
|
|
99470
|
-
async function $
|
|
100199
|
+
async function $do141(client, request, options) {
|
|
99471
100200
|
const parsed = safeParse4(request, (value) => UpdateScheduleRequest$outboundSchema.parse(value), "Input validation failed");
|
|
99472
100201
|
if (!parsed.ok) {
|
|
99473
100202
|
return [parsed, { status: "invalid" }];
|
|
@@ -99584,9 +100313,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
|
|
|
99584
100313
|
|
|
99585
100314
|
// src/funcs/statementsGet.ts
|
|
99586
100315
|
function statementsGet(client, request, options) {
|
|
99587
|
-
return new APIPromise($
|
|
100316
|
+
return new APIPromise($do142(client, request, options));
|
|
99588
100317
|
}
|
|
99589
|
-
async function $
|
|
100318
|
+
async function $do142(client, request, options) {
|
|
99590
100319
|
const parsed = safeParse4(request, (value) => GetStatementRequest$outboundSchema.parse(value), "Input validation failed");
|
|
99591
100320
|
if (!parsed.ok) {
|
|
99592
100321
|
return [parsed, { status: "invalid" }];
|
|
@@ -99705,9 +100434,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
|
|
|
99705
100434
|
|
|
99706
100435
|
// src/funcs/statementsList.ts
|
|
99707
100436
|
function statementsList(client, request, options) {
|
|
99708
|
-
return new APIPromise($
|
|
100437
|
+
return new APIPromise($do143(client, request, options));
|
|
99709
100438
|
}
|
|
99710
|
-
async function $
|
|
100439
|
+
async function $do143(client, request, options) {
|
|
99711
100440
|
const parsed = safeParse4(request, (value) => ListStatementsRequest$outboundSchema.parse(value), "Input validation failed");
|
|
99712
100441
|
if (!parsed.ok) {
|
|
99713
100442
|
return [parsed, { status: "invalid" }];
|
|
@@ -99824,9 +100553,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
|
|
|
99824
100553
|
|
|
99825
100554
|
// src/funcs/supportCreateTicket.ts
|
|
99826
100555
|
function supportCreateTicket(client, request, options) {
|
|
99827
|
-
return new APIPromise($
|
|
100556
|
+
return new APIPromise($do144(client, request, options));
|
|
99828
100557
|
}
|
|
99829
|
-
async function $
|
|
100558
|
+
async function $do144(client, request, options) {
|
|
99830
100559
|
const parsed = safeParse4(request, (value) => CreateTicketRequest$outboundSchema.parse(value), "Input validation failed");
|
|
99831
100560
|
if (!parsed.ok) {
|
|
99832
100561
|
return [parsed, { status: "invalid" }];
|
|
@@ -99940,9 +100669,9 @@ specify the \`/accounts/{partnerAccountID}/tickets.write\` and \`/accounts/{acco
|
|
|
99940
100669
|
|
|
99941
100670
|
// src/funcs/supportGetTicket.ts
|
|
99942
100671
|
function supportGetTicket(client, request, options) {
|
|
99943
|
-
return new APIPromise($
|
|
100672
|
+
return new APIPromise($do145(client, request, options));
|
|
99944
100673
|
}
|
|
99945
|
-
async function $
|
|
100674
|
+
async function $do145(client, request, options) {
|
|
99946
100675
|
const parsed = safeParse4(request, (value) => GetTicketRequest$outboundSchema.parse(value), "Input validation failed");
|
|
99947
100676
|
if (!parsed.ok) {
|
|
99948
100677
|
return [parsed, { status: "invalid" }];
|
|
@@ -100058,9 +100787,9 @@ specify the \`/accounts/{partnerAccountID}/tickets.read\` and \`/accounts/{accou
|
|
|
100058
100787
|
|
|
100059
100788
|
// src/funcs/supportListTicketMessages.ts
|
|
100060
100789
|
function supportListTicketMessages(client, request, options) {
|
|
100061
|
-
return new APIPromise($
|
|
100790
|
+
return new APIPromise($do146(client, request, options));
|
|
100062
100791
|
}
|
|
100063
|
-
async function $
|
|
100792
|
+
async function $do146(client, request, options) {
|
|
100064
100793
|
const parsed = safeParse4(request, (value) => ListTicketMessagesRequest$outboundSchema.parse(value), "Input validation failed");
|
|
100065
100794
|
if (!parsed.ok) {
|
|
100066
100795
|
return [parsed, { status: "invalid" }];
|
|
@@ -100176,9 +100905,9 @@ specify the \`/accounts/{partnerAccountID}/tickets.read\` and \`/accounts/{accou
|
|
|
100176
100905
|
|
|
100177
100906
|
// src/funcs/supportListTickets.ts
|
|
100178
100907
|
function supportListTickets(client, request, options) {
|
|
100179
|
-
return new APIPromise($
|
|
100908
|
+
return new APIPromise($do147(client, request, options));
|
|
100180
100909
|
}
|
|
100181
|
-
async function $
|
|
100910
|
+
async function $do147(client, request, options) {
|
|
100182
100911
|
const parsed = safeParse4(request, (value) => ListTicketsRequest$outboundSchema.parse(value), "Input validation failed");
|
|
100183
100912
|
if (!parsed.ok) {
|
|
100184
100913
|
return [parsed, { status: "invalid" }];
|
|
@@ -100297,9 +101026,9 @@ specify the \`/accounts/{partnerAccountID}/tickets.read\` and \`/accounts/{accou
|
|
|
100297
101026
|
|
|
100298
101027
|
// src/funcs/supportUpdateTicket.ts
|
|
100299
101028
|
function supportUpdateTicket(client, request, options) {
|
|
100300
|
-
return new APIPromise($
|
|
101029
|
+
return new APIPromise($do148(client, request, options));
|
|
100301
101030
|
}
|
|
100302
|
-
async function $
|
|
101031
|
+
async function $do148(client, request, options) {
|
|
100303
101032
|
const parsed = safeParse4(request, (value) => UpdateTicketRequest$outboundSchema.parse(value), "Input validation failed");
|
|
100304
101033
|
if (!parsed.ok) {
|
|
100305
101034
|
return [parsed, { status: "invalid" }];
|
|
@@ -100417,9 +101146,9 @@ specify the \`/accounts/{partnerAccountID}/tickets.write\` and \`/accounts/{acco
|
|
|
100417
101146
|
|
|
100418
101147
|
// src/funcs/sweepsCreateConfig.ts
|
|
100419
101148
|
function sweepsCreateConfig(client, request, options) {
|
|
100420
|
-
return new APIPromise($
|
|
101149
|
+
return new APIPromise($do149(client, request, options));
|
|
100421
101150
|
}
|
|
100422
|
-
async function $
|
|
101151
|
+
async function $do149(client, request, options) {
|
|
100423
101152
|
const parsed = safeParse4(request, (value) => CreateSweepConfigRequest$outboundSchema.parse(value), "Input validation failed");
|
|
100424
101153
|
if (!parsed.ok) {
|
|
100425
101154
|
return [parsed, { status: "invalid" }];
|
|
@@ -100530,9 +101259,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.write\` scope.`,
|
|
|
100530
101259
|
|
|
100531
101260
|
// src/funcs/sweepsGet.ts
|
|
100532
101261
|
function sweepsGet(client, request, options) {
|
|
100533
|
-
return new APIPromise($
|
|
101262
|
+
return new APIPromise($do150(client, request, options));
|
|
100534
101263
|
}
|
|
100535
|
-
async function $
|
|
101264
|
+
async function $do150(client, request, options) {
|
|
100536
101265
|
const parsed = safeParse4(request, (value) => GetSweepRequest$outboundSchema.parse(value), "Input validation failed");
|
|
100537
101266
|
if (!parsed.ok) {
|
|
100538
101267
|
return [parsed, { status: "invalid" }];
|
|
@@ -100649,9 +101378,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
|
|
|
100649
101378
|
|
|
100650
101379
|
// src/funcs/sweepsGetConfig.ts
|
|
100651
101380
|
function sweepsGetConfig(client, request, options) {
|
|
100652
|
-
return new APIPromise($
|
|
101381
|
+
return new APIPromise($do151(client, request, options));
|
|
100653
101382
|
}
|
|
100654
|
-
async function $
|
|
101383
|
+
async function $do151(client, request, options) {
|
|
100655
101384
|
const parsed = safeParse4(request, (value) => GetSweepConfigRequest$outboundSchema.parse(value), "Input validation failed");
|
|
100656
101385
|
if (!parsed.ok) {
|
|
100657
101386
|
return [parsed, { status: "invalid" }];
|
|
@@ -100764,9 +101493,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
|
|
|
100764
101493
|
|
|
100765
101494
|
// src/funcs/sweepsList.ts
|
|
100766
101495
|
function sweepsList(client, request, options) {
|
|
100767
|
-
return new APIPromise($
|
|
101496
|
+
return new APIPromise($do152(client, request, options));
|
|
100768
101497
|
}
|
|
100769
|
-
async function $
|
|
101498
|
+
async function $do152(client, request, options) {
|
|
100770
101499
|
const parsed = safeParse4(request, (value) => ListSweepsRequest$outboundSchema.parse(value), "Input validation failed");
|
|
100771
101500
|
if (!parsed.ok) {
|
|
100772
101501
|
return [parsed, { status: "invalid" }];
|
|
@@ -100886,9 +101615,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
|
|
|
100886
101615
|
|
|
100887
101616
|
// src/funcs/sweepsListConfigs.ts
|
|
100888
101617
|
function sweepsListConfigs(client, request, options) {
|
|
100889
|
-
return new APIPromise($
|
|
101618
|
+
return new APIPromise($do153(client, request, options));
|
|
100890
101619
|
}
|
|
100891
|
-
async function $
|
|
101620
|
+
async function $do153(client, request, options) {
|
|
100892
101621
|
const parsed = safeParse4(request, (value) => ListSweepConfigsRequest$outboundSchema.parse(value), "Input validation failed");
|
|
100893
101622
|
if (!parsed.ok) {
|
|
100894
101623
|
return [parsed, { status: "invalid" }];
|
|
@@ -100997,9 +101726,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
|
|
|
100997
101726
|
|
|
100998
101727
|
// src/funcs/sweepsUpdateConfig.ts
|
|
100999
101728
|
function sweepsUpdateConfig(client, request, options) {
|
|
101000
|
-
return new APIPromise($
|
|
101729
|
+
return new APIPromise($do154(client, request, options));
|
|
101001
101730
|
}
|
|
101002
|
-
async function $
|
|
101731
|
+
async function $do154(client, request, options) {
|
|
101003
101732
|
const parsed = safeParse4(request, (value) => UpdateSweepConfigRequest$outboundSchema.parse(value), "Input validation failed");
|
|
101004
101733
|
if (!parsed.ok) {
|
|
101005
101734
|
return [parsed, { status: "invalid" }];
|
|
@@ -101114,9 +101843,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.write\` scope.`,
|
|
|
101114
101843
|
|
|
101115
101844
|
// src/funcs/terminalApplicationsCreate.ts
|
|
101116
101845
|
function terminalApplicationsCreate(client, request, options) {
|
|
101117
|
-
return new APIPromise($
|
|
101846
|
+
return new APIPromise($do155(client, request, options));
|
|
101118
101847
|
}
|
|
101119
|
-
async function $
|
|
101848
|
+
async function $do155(client, request, options) {
|
|
101120
101849
|
const parsed = safeParse4(request, (value) => CreateTerminalApplication$outboundSchema.parse(value), "Input validation failed");
|
|
101121
101850
|
if (!parsed.ok) {
|
|
101122
101851
|
return [parsed, { status: "invalid" }];
|
|
@@ -101224,9 +101953,9 @@ you'll need to specify the \`/terminal-applications.write\` scope.`,
|
|
|
101224
101953
|
|
|
101225
101954
|
// src/funcs/terminalApplicationsCreateVersion.ts
|
|
101226
101955
|
function terminalApplicationsCreateVersion(client, request, options) {
|
|
101227
|
-
return new APIPromise($
|
|
101956
|
+
return new APIPromise($do156(client, request, options));
|
|
101228
101957
|
}
|
|
101229
|
-
async function $
|
|
101958
|
+
async function $do156(client, request, options) {
|
|
101230
101959
|
const parsed = safeParse4(request, (value) => CreateTerminalApplicationVersionRequest$outboundSchema.parse(value), "Input validation failed");
|
|
101231
101960
|
if (!parsed.ok) {
|
|
101232
101961
|
return [parsed, { status: "invalid" }];
|
|
@@ -101335,9 +102064,9 @@ you'll need to specify the \`/terminal-applications.write\` scope.`,
|
|
|
101335
102064
|
|
|
101336
102065
|
// src/funcs/terminalApplicationsDelete.ts
|
|
101337
102066
|
function terminalApplicationsDelete(client, request, options) {
|
|
101338
|
-
return new APIPromise($
|
|
102067
|
+
return new APIPromise($do157(client, request, options));
|
|
101339
102068
|
}
|
|
101340
|
-
async function $
|
|
102069
|
+
async function $do157(client, request, options) {
|
|
101341
102070
|
const parsed = safeParse4(request, (value) => DeleteTerminalApplicationRequest$outboundSchema.parse(value), "Input validation failed");
|
|
101342
102071
|
if (!parsed.ok) {
|
|
101343
102072
|
return [parsed, { status: "invalid" }];
|
|
@@ -101441,9 +102170,9 @@ you'll need to specify the \`/terminal-applications.write\` scope.`,
|
|
|
101441
102170
|
|
|
101442
102171
|
// src/funcs/terminalApplicationsGet.ts
|
|
101443
102172
|
function terminalApplicationsGet(client, request, options) {
|
|
101444
|
-
return new APIPromise($
|
|
102173
|
+
return new APIPromise($do158(client, request, options));
|
|
101445
102174
|
}
|
|
101446
|
-
async function $
|
|
102175
|
+
async function $do158(client, request, options) {
|
|
101447
102176
|
const parsed = safeParse4(request, (value) => GetTerminalApplicationRequest$outboundSchema.parse(value), "Input validation failed");
|
|
101448
102177
|
if (!parsed.ok) {
|
|
101449
102178
|
return [parsed, { status: "invalid" }];
|
|
@@ -101549,9 +102278,9 @@ you'll need to specify the \`/terminal-applications.read\` scope.`,
|
|
|
101549
102278
|
|
|
101550
102279
|
// src/funcs/terminalApplicationsList.ts
|
|
101551
102280
|
function terminalApplicationsList(client, options) {
|
|
101552
|
-
return new APIPromise($
|
|
102281
|
+
return new APIPromise($do159(client, options));
|
|
101553
102282
|
}
|
|
101554
|
-
async function $
|
|
102283
|
+
async function $do159(client, options) {
|
|
101555
102284
|
const path = pathToFunc("/terminal-applications")();
|
|
101556
102285
|
const headers = new Headers(compactMap({
|
|
101557
102286
|
Accept: "application/json"
|
|
@@ -101640,9 +102369,9 @@ you'll need to specify the \`/terminal-applications.read\` scope.`,
|
|
|
101640
102369
|
|
|
101641
102370
|
// src/funcs/transferConfigCreate.ts
|
|
101642
102371
|
function transferConfigCreate(client, request, options) {
|
|
101643
|
-
return new APIPromise($
|
|
102372
|
+
return new APIPromise($do160(client, request, options));
|
|
101644
102373
|
}
|
|
101645
|
-
async function $
|
|
102374
|
+
async function $do160(client, request, options) {
|
|
101646
102375
|
const parsed = safeParse4(request, (value) => CreateTransferConfigRequest$outboundSchema.parse(value), "Input validation failed");
|
|
101647
102376
|
if (!parsed.ok) {
|
|
101648
102377
|
return [parsed, { status: "invalid" }];
|
|
@@ -101754,9 +102483,9 @@ var init_transferConfigCreate2 = __esm(() => {
|
|
|
101754
102483
|
|
|
101755
102484
|
// src/funcs/transferConfigGet.ts
|
|
101756
102485
|
function transferConfigGet(client, request, options) {
|
|
101757
|
-
return new APIPromise($
|
|
102486
|
+
return new APIPromise($do161(client, request, options));
|
|
101758
102487
|
}
|
|
101759
|
-
async function $
|
|
102488
|
+
async function $do161(client, request, options) {
|
|
101760
102489
|
const parsed = safeParse4(request, (value) => GetTransferConfigRequest$outboundSchema.parse(value), "Input validation failed");
|
|
101761
102490
|
if (!parsed.ok) {
|
|
101762
102491
|
return [parsed, { status: "invalid" }];
|
|
@@ -101862,9 +102591,9 @@ var init_transferConfigGet2 = __esm(() => {
|
|
|
101862
102591
|
|
|
101863
102592
|
// src/funcs/transferConfigUpdate.ts
|
|
101864
102593
|
function transferConfigUpdate(client, request, options) {
|
|
101865
|
-
return new APIPromise($
|
|
102594
|
+
return new APIPromise($do162(client, request, options));
|
|
101866
102595
|
}
|
|
101867
|
-
async function $
|
|
102596
|
+
async function $do162(client, request, options) {
|
|
101868
102597
|
const parsed = safeParse4(request, (value) => UpdateTransferConfigRequest$outboundSchema.parse(value), "Input validation failed");
|
|
101869
102598
|
if (!parsed.ok) {
|
|
101870
102599
|
return [parsed, { status: "invalid" }];
|
|
@@ -101974,9 +102703,9 @@ var init_transferConfigUpdate2 = __esm(() => {
|
|
|
101974
102703
|
|
|
101975
102704
|
// src/funcs/transfersBatchGetTransfers.ts
|
|
101976
102705
|
function transfersBatchGetTransfers(client, request, options) {
|
|
101977
|
-
return new APIPromise($
|
|
102706
|
+
return new APIPromise($do163(client, request, options));
|
|
101978
102707
|
}
|
|
101979
|
-
async function $
|
|
102708
|
+
async function $do163(client, request, options) {
|
|
101980
102709
|
const parsed = safeParse4(request, (value) => BatchGetTransfersRequest$outboundSchema2.parse(value), "Input validation failed");
|
|
101981
102710
|
if (!parsed.ok) {
|
|
101982
102711
|
return [parsed, { status: "invalid" }];
|
|
@@ -102092,9 +102821,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
|
|
|
102092
102821
|
|
|
102093
102822
|
// src/funcs/transfersCreate.ts
|
|
102094
102823
|
function transfersCreate(client, request, options) {
|
|
102095
|
-
return new APIPromise($
|
|
102824
|
+
return new APIPromise($do164(client, request, options));
|
|
102096
102825
|
}
|
|
102097
|
-
async function $
|
|
102826
|
+
async function $do164(client, request, options) {
|
|
102098
102827
|
const parsed = safeParse4(request, (value) => CreateTransferRequest$outboundSchema.parse(value), "Input validation failed");
|
|
102099
102828
|
if (!parsed.ok) {
|
|
102100
102829
|
return [parsed, { status: "invalid" }];
|
|
@@ -102220,9 +102949,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
|
|
|
102220
102949
|
|
|
102221
102950
|
// src/funcs/transfersCreateCancellation.ts
|
|
102222
102951
|
function transfersCreateCancellation(client, request, options) {
|
|
102223
|
-
return new APIPromise($
|
|
102952
|
+
return new APIPromise($do165(client, request, options));
|
|
102224
102953
|
}
|
|
102225
|
-
async function $
|
|
102954
|
+
async function $do165(client, request, options) {
|
|
102226
102955
|
const parsed = safeParse4(request, (value) => CreateCancellationRequest$outboundSchema.parse(value), "Input validation failed");
|
|
102227
102956
|
if (!parsed.ok) {
|
|
102228
102957
|
return [parsed, { status: "invalid" }];
|
|
@@ -102285,7 +103014,9 @@ async function $do164(client, request, options) {
|
|
|
102285
103014
|
const [result] = await match(json([200, 202], CreateCancellationResponse$inboundSchema, {
|
|
102286
103015
|
hdrs: true,
|
|
102287
103016
|
key: "Result"
|
|
102288
|
-
}), jsonErr(400,
|
|
103017
|
+
}), jsonErr([400, 409, 422], GenericError$inboundSchema, {
|
|
103018
|
+
hdrs: true
|
|
103019
|
+
}), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
102289
103020
|
if (!result.ok) {
|
|
102290
103021
|
return [result, { status: "complete", request: req, response }];
|
|
102291
103022
|
}
|
|
@@ -102317,6 +103048,9 @@ var init_transfersCreateCancellation2 = __esm(() => {
|
|
|
102317
103048
|
name: "transfers-create-cancellation",
|
|
102318
103049
|
description: ` Initiate a cancellation for a card, ACH, or queued transfer.
|
|
102319
103050
|
|
|
103051
|
+
In v2026.10 and later, an auth-capture \`card-payment\` transfer can be canceled before any captures exist.
|
|
103052
|
+
For these transfers, a successful cancellation reduces \`capturableAmount\` without changing \`authorizedAmount\`.
|
|
103053
|
+
For these transfers, a partial cancellation leaves the remaining \`capturableAmount\` available for capture.
|
|
102320
103054
|
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
102321
103055
|
to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
|
|
102322
103056
|
args: args158,
|
|
@@ -102336,9 +103070,9 @@ var init_transfersCreateCancellation2 = __esm(() => {
|
|
|
102336
103070
|
|
|
102337
103071
|
// src/funcs/transfersCreateReversal.ts
|
|
102338
103072
|
function transfersCreateReversal(client, request, options) {
|
|
102339
|
-
return new APIPromise($
|
|
103073
|
+
return new APIPromise($do166(client, request, options));
|
|
102340
103074
|
}
|
|
102341
|
-
async function $
|
|
103075
|
+
async function $do166(client, request, options) {
|
|
102342
103076
|
const parsed = safeParse4(request, (value) => CreateReversalRequest$outboundSchema.parse(value), "Input validation failed");
|
|
102343
103077
|
if (!parsed.ok) {
|
|
102344
103078
|
return [parsed, { status: "invalid" }];
|
|
@@ -102435,7 +103169,10 @@ var init_transfersCreateReversal2 = __esm(() => {
|
|
|
102435
103169
|
};
|
|
102436
103170
|
tool$transfersCreateReversal = {
|
|
102437
103171
|
name: "transfers-create-reversal",
|
|
102438
|
-
description: `Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
|
|
103172
|
+
description: `Reverses a card transfer by initiating a cancellation or refund depending on the transaction status.
|
|
103173
|
+
In v2026.10 and later, reversing an auth-capture \`card-payment\` transfer with no captures cancels the entire \`capturableAmount\`.
|
|
103174
|
+
In those API versions, an auth-capture \`card-payment\` transfer with one final capture is canceled or refunded depending on its processing state.
|
|
103175
|
+
Auth-capture \`card-payment\` transfers with a non-final capture or multiple captures are not supported in those API versions.
|
|
102439
103176
|
Read our [reversals guide](https://docs.moov.io/guides/money-movement/accept-payments/card-acceptance/reversals/)
|
|
102440
103177
|
to learn more.
|
|
102441
103178
|
|
|
@@ -102458,9 +103195,9 @@ to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
|
|
|
102458
103195
|
|
|
102459
103196
|
// src/funcs/transfersGenerateOptions.ts
|
|
102460
103197
|
function transfersGenerateOptions(client, request, options) {
|
|
102461
|
-
return new APIPromise($
|
|
103198
|
+
return new APIPromise($do167(client, request, options));
|
|
102462
103199
|
}
|
|
102463
|
-
async function $
|
|
103200
|
+
async function $do167(client, request, options) {
|
|
102464
103201
|
const parsed = safeParse4(request, (value) => CreateTransferOptionsRequest$outboundSchema.parse(value), "Input validation failed");
|
|
102465
103202
|
if (!parsed.ok) {
|
|
102466
103203
|
return [parsed, { status: "invalid" }];
|
|
@@ -102580,9 +103317,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
|
|
|
102580
103317
|
|
|
102581
103318
|
// src/funcs/transfersGet.ts
|
|
102582
103319
|
function transfersGet(client, request, options) {
|
|
102583
|
-
return new APIPromise($
|
|
103320
|
+
return new APIPromise($do168(client, request, options));
|
|
102584
103321
|
}
|
|
102585
|
-
async function $
|
|
103322
|
+
async function $do168(client, request, options) {
|
|
102586
103323
|
const parsed = safeParse4(request, (value) => GetTransferRequest$outboundSchema.parse(value), "Input validation failed");
|
|
102587
103324
|
if (!parsed.ok) {
|
|
102588
103325
|
return [parsed, { status: "invalid" }];
|
|
@@ -102698,9 +103435,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
|
|
|
102698
103435
|
|
|
102699
103436
|
// src/funcs/transfersGetCancellation.ts
|
|
102700
103437
|
function transfersGetCancellation(client, request, options) {
|
|
102701
|
-
return new APIPromise($
|
|
103438
|
+
return new APIPromise($do169(client, request, options));
|
|
102702
103439
|
}
|
|
102703
|
-
async function $
|
|
103440
|
+
async function $do169(client, request, options) {
|
|
102704
103441
|
const parsed = safeParse4(request, (value) => GetCancellationRequest$outboundSchema.parse(value), "Input validation failed");
|
|
102705
103442
|
if (!parsed.ok) {
|
|
102706
103443
|
return [parsed, { status: "invalid" }];
|
|
@@ -102817,9 +103554,9 @@ var init_transfersGetCancellation2 = __esm(() => {
|
|
|
102817
103554
|
|
|
102818
103555
|
// src/funcs/transfersGetRefund.ts
|
|
102819
103556
|
function transfersGetRefund(client, request, options) {
|
|
102820
|
-
return new APIPromise($
|
|
103557
|
+
return new APIPromise($do170(client, request, options));
|
|
102821
103558
|
}
|
|
102822
|
-
async function $
|
|
103559
|
+
async function $do170(client, request, options) {
|
|
102823
103560
|
const parsed = safeParse4(request, (value) => GetRefundRequest$outboundSchema.parse(value), "Input validation failed");
|
|
102824
103561
|
if (!parsed.ok) {
|
|
102825
103562
|
return [parsed, { status: "invalid" }];
|
|
@@ -102936,9 +103673,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
|
|
|
102936
103673
|
|
|
102937
103674
|
// src/funcs/transfersInitiateRefund.ts
|
|
102938
103675
|
function transfersInitiateRefund(client, request, options) {
|
|
102939
|
-
return new APIPromise($
|
|
103676
|
+
return new APIPromise($do171(client, request, options));
|
|
102940
103677
|
}
|
|
102941
|
-
async function $
|
|
103678
|
+
async function $do171(client, request, options) {
|
|
102942
103679
|
const parsed = safeParse4(request, (value) => InitiateRefundRequest$outboundSchema.parse(value), "Input validation failed");
|
|
102943
103680
|
if (!parsed.ok) {
|
|
102944
103681
|
return [parsed, { status: "invalid" }];
|
|
@@ -103064,9 +103801,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
|
|
|
103064
103801
|
|
|
103065
103802
|
// src/funcs/transfersList.ts
|
|
103066
103803
|
function transfersList(client, request, options) {
|
|
103067
|
-
return new APIPromise($
|
|
103804
|
+
return new APIPromise($do172(client, request, options));
|
|
103068
103805
|
}
|
|
103069
|
-
async function $
|
|
103806
|
+
async function $do172(client, request, options) {
|
|
103070
103807
|
const parsed = safeParse4(request, (value) => ListTransfersRequest$outboundSchema.parse(value), "Input validation failed");
|
|
103071
103808
|
if (!parsed.ok) {
|
|
103072
103809
|
return [parsed, { status: "invalid" }];
|
|
@@ -103082,6 +103819,8 @@ async function $do171(client, request, options) {
|
|
|
103082
103819
|
const path = pathToFunc("/accounts/{accountID}/transfers")(pathParams);
|
|
103083
103820
|
const query = encodeFormQuery({
|
|
103084
103821
|
accountIDs: payload.accountIDs,
|
|
103822
|
+
authorizationIDs: payload.authorizationIDs,
|
|
103823
|
+
captureIDs: payload.captureIDs,
|
|
103085
103824
|
count: payload.count,
|
|
103086
103825
|
disputed: payload.disputed,
|
|
103087
103826
|
endDateTime: payload.endDateTime,
|
|
@@ -103200,9 +103939,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
|
|
|
103200
103939
|
|
|
103201
103940
|
// src/funcs/transfersListCancellations.ts
|
|
103202
103941
|
function transfersListCancellations(client, request, options) {
|
|
103203
|
-
return new APIPromise($
|
|
103942
|
+
return new APIPromise($do173(client, request, options));
|
|
103204
103943
|
}
|
|
103205
|
-
async function $
|
|
103944
|
+
async function $do173(client, request, options) {
|
|
103206
103945
|
const parsed = safeParse4(request, (value) => ListCancellationsRequest$outboundSchema.parse(value), "Input validation failed");
|
|
103207
103946
|
if (!parsed.ok) {
|
|
103208
103947
|
return [parsed, { status: "invalid" }];
|
|
@@ -103265,7 +104004,7 @@ async function $do172(client, request, options) {
|
|
|
103265
104004
|
const [result] = await match(json(200, ListCancellationsResponse$inboundSchema, {
|
|
103266
104005
|
hdrs: true,
|
|
103267
104006
|
key: "Result"
|
|
103268
|
-
}), fail([401, 403, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
104007
|
+
}), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
103269
104008
|
if (!result.ok) {
|
|
103270
104009
|
return [result, { status: "complete", request: req, response }];
|
|
103271
104010
|
}
|
|
@@ -103295,7 +104034,7 @@ var init_transfersListCancellations2 = __esm(() => {
|
|
|
103295
104034
|
tool$transfersListCancellations = {
|
|
103296
104035
|
name: "transfers-list-cancellations",
|
|
103297
104036
|
description: ` Get a list of cancellations for a transfer.
|
|
103298
|
-
|
|
104037
|
+
|
|
103299
104038
|
To access this endpoint using a [token](https://docs.moov.io/api/authentication/access-tokens/) you'll need
|
|
103300
104039
|
to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
|
|
103301
104040
|
args: args166,
|
|
@@ -103315,9 +104054,9 @@ var init_transfersListCancellations2 = __esm(() => {
|
|
|
103315
104054
|
|
|
103316
104055
|
// src/funcs/transfersListRefunds.ts
|
|
103317
104056
|
function transfersListRefunds(client, request, options) {
|
|
103318
|
-
return new APIPromise($
|
|
104057
|
+
return new APIPromise($do174(client, request, options));
|
|
103319
104058
|
}
|
|
103320
|
-
async function $
|
|
104059
|
+
async function $do174(client, request, options) {
|
|
103321
104060
|
const parsed = safeParse4(request, (value) => ListRefundsRequest$outboundSchema.parse(value), "Input validation failed");
|
|
103322
104061
|
if (!parsed.ok) {
|
|
103323
104062
|
return [parsed, { status: "invalid" }];
|
|
@@ -103380,7 +104119,7 @@ async function $do173(client, request, options) {
|
|
|
103380
104119
|
const [result] = await match(json(200, ListRefundsResponse$inboundSchema, {
|
|
103381
104120
|
hdrs: true,
|
|
103382
104121
|
key: "Result"
|
|
103383
|
-
}), fail([401, 403, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
104122
|
+
}), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, req, { extraFields: responseFields });
|
|
103384
104123
|
if (!result.ok) {
|
|
103385
104124
|
return [result, { status: "complete", request: req, response }];
|
|
103386
104125
|
}
|
|
@@ -103430,9 +104169,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.read\` scope.`,
|
|
|
103430
104169
|
|
|
103431
104170
|
// src/funcs/transfersUpdate.ts
|
|
103432
104171
|
function transfersUpdate(client, request, options) {
|
|
103433
|
-
return new APIPromise($
|
|
104172
|
+
return new APIPromise($do175(client, request, options));
|
|
103434
104173
|
}
|
|
103435
|
-
async function $
|
|
104174
|
+
async function $do175(client, request, options) {
|
|
103436
104175
|
const parsed = safeParse4(request, (value) => UpdateTransferRequest$outboundSchema.parse(value), "Input validation failed");
|
|
103437
104176
|
if (!parsed.ok) {
|
|
103438
104177
|
return [parsed, { status: "invalid" }];
|
|
@@ -103551,9 +104290,9 @@ you'll need to specify the \`/accounts/{accountID}/transfers.write\` scope.`,
|
|
|
103551
104290
|
|
|
103552
104291
|
// src/funcs/underwritingGet.ts
|
|
103553
104292
|
function underwritingGet(client, request, options) {
|
|
103554
|
-
return new APIPromise($
|
|
104293
|
+
return new APIPromise($do176(client, request, options));
|
|
103555
104294
|
}
|
|
103556
|
-
async function $
|
|
104295
|
+
async function $do176(client, request, options) {
|
|
103557
104296
|
const parsed = safeParse4(request, (value) => GetUnderwritingRequest$outboundSchema.parse(value), "Input validation failed");
|
|
103558
104297
|
if (!parsed.ok) {
|
|
103559
104298
|
return [parsed, { status: "invalid" }];
|
|
@@ -103664,9 +104403,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.read\` scope.`,
|
|
|
103664
104403
|
|
|
103665
104404
|
// src/funcs/underwritingSave.ts
|
|
103666
104405
|
function underwritingSave(client, request, options) {
|
|
103667
|
-
return new APIPromise($
|
|
104406
|
+
return new APIPromise($do177(client, request, options));
|
|
103668
104407
|
}
|
|
103669
|
-
async function $
|
|
104408
|
+
async function $do177(client, request, options) {
|
|
103670
104409
|
const parsed = safeParse4(request, (value) => SaveUnderwritingRequest$outboundSchema.parse(value), "Input validation failed");
|
|
103671
104410
|
if (!parsed.ok) {
|
|
103672
104411
|
return [parsed, { status: "invalid" }];
|
|
@@ -103783,9 +104522,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.write\` scope.`,
|
|
|
103783
104522
|
|
|
103784
104523
|
// src/funcs/underwritingUpsert.ts
|
|
103785
104524
|
function underwritingUpsert(client, request, options) {
|
|
103786
|
-
return new APIPromise($
|
|
104525
|
+
return new APIPromise($do178(client, request, options));
|
|
103787
104526
|
}
|
|
103788
|
-
async function $
|
|
104527
|
+
async function $do178(client, request, options) {
|
|
103789
104528
|
const parsed = safeParse4(request, (value) => UpsertUnderwritingRequest$outboundSchema.parse(value), "Input validation failed");
|
|
103790
104529
|
if (!parsed.ok) {
|
|
103791
104530
|
return [parsed, { status: "invalid" }];
|
|
@@ -103902,9 +104641,9 @@ you'll need to specify the \`/accounts/{accountID}/profile.write\` scope.`,
|
|
|
103902
104641
|
|
|
103903
104642
|
// src/funcs/walletsCreate.ts
|
|
103904
104643
|
function walletsCreate(client, request, options) {
|
|
103905
|
-
return new APIPromise($
|
|
104644
|
+
return new APIPromise($do179(client, request, options));
|
|
103906
104645
|
}
|
|
103907
|
-
async function $
|
|
104646
|
+
async function $do179(client, request, options) {
|
|
103908
104647
|
const parsed = safeParse4(request, (value) => CreateWalletRequest$outboundSchema.parse(value), "Input validation failed");
|
|
103909
104648
|
if (!parsed.ok) {
|
|
103910
104649
|
return [parsed, { status: "invalid" }];
|
|
@@ -104019,9 +104758,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.write\` scope.`,
|
|
|
104019
104758
|
|
|
104020
104759
|
// src/funcs/walletsGet.ts
|
|
104021
104760
|
function walletsGet(client, request, options) {
|
|
104022
|
-
return new APIPromise($
|
|
104761
|
+
return new APIPromise($do180(client, request, options));
|
|
104023
104762
|
}
|
|
104024
|
-
async function $
|
|
104763
|
+
async function $do180(client, request, options) {
|
|
104025
104764
|
const parsed = safeParse4(request, (value) => GetWalletRequest$outboundSchema.parse(value), "Input validation failed");
|
|
104026
104765
|
if (!parsed.ok) {
|
|
104027
104766
|
return [parsed, { status: "invalid" }];
|
|
@@ -104136,9 +104875,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
|
|
|
104136
104875
|
|
|
104137
104876
|
// src/funcs/walletsList.ts
|
|
104138
104877
|
function walletsList(client, request, options) {
|
|
104139
|
-
return new APIPromise($
|
|
104878
|
+
return new APIPromise($do181(client, request, options));
|
|
104140
104879
|
}
|
|
104141
|
-
async function $
|
|
104880
|
+
async function $do181(client, request, options) {
|
|
104142
104881
|
const parsed = safeParse4(request, (value) => ListWalletsRequest$outboundSchema.parse(value), "Input validation failed");
|
|
104143
104882
|
if (!parsed.ok) {
|
|
104144
104883
|
return [parsed, { status: "invalid" }];
|
|
@@ -104259,9 +104998,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
|
|
|
104259
104998
|
|
|
104260
104999
|
// src/funcs/walletsUpdate.ts
|
|
104261
105000
|
function walletsUpdate(client, request, options) {
|
|
104262
|
-
return new APIPromise($
|
|
105001
|
+
return new APIPromise($do182(client, request, options));
|
|
104263
105002
|
}
|
|
104264
|
-
async function $
|
|
105003
|
+
async function $do182(client, request, options) {
|
|
104265
105004
|
const parsed = safeParse4(request, (value) => UpdateWalletRequest$outboundSchema.parse(value), "Input validation failed");
|
|
104266
105005
|
if (!parsed.ok) {
|
|
104267
105006
|
return [parsed, { status: "invalid" }];
|
|
@@ -104380,9 +105119,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.write\` scope.`,
|
|
|
104380
105119
|
|
|
104381
105120
|
// src/funcs/walletTransactionsGet.ts
|
|
104382
105121
|
function walletTransactionsGet(client, request, options) {
|
|
104383
|
-
return new APIPromise($
|
|
105122
|
+
return new APIPromise($do183(client, request, options));
|
|
104384
105123
|
}
|
|
104385
|
-
async function $
|
|
105124
|
+
async function $do183(client, request, options) {
|
|
104386
105125
|
const parsed = safeParse4(request, (value) => GetWalletTransactionRequest$outboundSchema.parse(value), "Input validation failed");
|
|
104387
105126
|
if (!parsed.ok) {
|
|
104388
105127
|
return [parsed, { status: "invalid" }];
|
|
@@ -104501,9 +105240,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
|
|
|
104501
105240
|
|
|
104502
105241
|
// src/funcs/walletTransactionsList.ts
|
|
104503
105242
|
function walletTransactionsList(client, request, options) {
|
|
104504
|
-
return new APIPromise($
|
|
105243
|
+
return new APIPromise($do184(client, request, options));
|
|
104505
105244
|
}
|
|
104506
|
-
async function $
|
|
105245
|
+
async function $do184(client, request, options) {
|
|
104507
105246
|
const parsed = safeParse4(request, (value) => ListWalletTransactionsRequest$outboundSchema.parse(value), "Input validation failed");
|
|
104508
105247
|
if (!parsed.ok) {
|
|
104509
105248
|
return [parsed, { status: "invalid" }];
|
|
@@ -104636,9 +105375,9 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
|
|
|
104636
105375
|
|
|
104637
105376
|
// src/funcs/webhooksCreate.ts
|
|
104638
105377
|
function webhooksCreate(client, request, options) {
|
|
104639
|
-
return new APIPromise($
|
|
105378
|
+
return new APIPromise($do185(client, request, options));
|
|
104640
105379
|
}
|
|
104641
|
-
async function $
|
|
105380
|
+
async function $do185(client, request, options) {
|
|
104642
105381
|
const parsed = safeParse4(request, (value) => CreateWebhook$outboundSchema.parse(value), "Input validation failed");
|
|
104643
105382
|
if (!parsed.ok) {
|
|
104644
105383
|
return [parsed, { status: "invalid" }];
|
|
@@ -104743,9 +105482,9 @@ var init_webhooksCreate2 = __esm(() => {
|
|
|
104743
105482
|
|
|
104744
105483
|
// src/funcs/webhooksDisable.ts
|
|
104745
105484
|
function webhooksDisable(client, request, options) {
|
|
104746
|
-
return new APIPromise($
|
|
105485
|
+
return new APIPromise($do186(client, request, options));
|
|
104747
105486
|
}
|
|
104748
|
-
async function $
|
|
105487
|
+
async function $do186(client, request, options) {
|
|
104749
105488
|
const parsed = safeParse4(request, (value) => DisableWebhookRequest$outboundSchema.parse(value), "Input validation failed");
|
|
104750
105489
|
if (!parsed.ok) {
|
|
104751
105490
|
return [parsed, { status: "invalid" }];
|
|
@@ -104849,9 +105588,9 @@ var init_webhooksDisable2 = __esm(() => {
|
|
|
104849
105588
|
|
|
104850
105589
|
// src/funcs/webhooksGet.ts
|
|
104851
105590
|
function webhooksGet(client, request, options) {
|
|
104852
|
-
return new APIPromise($
|
|
105591
|
+
return new APIPromise($do187(client, request, options));
|
|
104853
105592
|
}
|
|
104854
|
-
async function $
|
|
105593
|
+
async function $do187(client, request, options) {
|
|
104855
105594
|
const parsed = safeParse4(request, (value) => GetWebhookRequest$outboundSchema.parse(value), "Input validation failed");
|
|
104856
105595
|
if (!parsed.ok) {
|
|
104857
105596
|
return [parsed, { status: "invalid" }];
|
|
@@ -104957,9 +105696,9 @@ var init_webhooksGet2 = __esm(() => {
|
|
|
104957
105696
|
|
|
104958
105697
|
// src/funcs/webhooksGetSecret.ts
|
|
104959
105698
|
function webhooksGetSecret(client, request, options) {
|
|
104960
|
-
return new APIPromise($
|
|
105699
|
+
return new APIPromise($do188(client, request, options));
|
|
104961
105700
|
}
|
|
104962
|
-
async function $
|
|
105701
|
+
async function $do188(client, request, options) {
|
|
104963
105702
|
const parsed = safeParse4(request, (value) => GetWebhookSecretRequest$outboundSchema.parse(value), "Input validation failed");
|
|
104964
105703
|
if (!parsed.ok) {
|
|
104965
105704
|
return [parsed, { status: "invalid" }];
|
|
@@ -105065,9 +105804,9 @@ var init_webhooksGetSecret2 = __esm(() => {
|
|
|
105065
105804
|
|
|
105066
105805
|
// src/funcs/webhooksList.ts
|
|
105067
105806
|
function webhooksList(client, options) {
|
|
105068
|
-
return new APIPromise($
|
|
105807
|
+
return new APIPromise($do189(client, options));
|
|
105069
105808
|
}
|
|
105070
|
-
async function $
|
|
105809
|
+
async function $do189(client, options) {
|
|
105071
105810
|
const path = pathToFunc("/webhooks")();
|
|
105072
105811
|
const headers = new Headers(compactMap({
|
|
105073
105812
|
Accept: "application/json"
|
|
@@ -105153,9 +105892,9 @@ var init_webhooksList2 = __esm(() => {
|
|
|
105153
105892
|
|
|
105154
105893
|
// src/funcs/webhooksListEventTypes.ts
|
|
105155
105894
|
function webhooksListEventTypes(client, options) {
|
|
105156
|
-
return new APIPromise($
|
|
105895
|
+
return new APIPromise($do190(client, options));
|
|
105157
105896
|
}
|
|
105158
|
-
async function $
|
|
105897
|
+
async function $do190(client, options) {
|
|
105159
105898
|
const path = pathToFunc("/event-types")();
|
|
105160
105899
|
const headers = new Headers(compactMap({
|
|
105161
105900
|
Accept: "application/json"
|
|
@@ -105241,9 +105980,9 @@ var init_webhooksListEventTypes2 = __esm(() => {
|
|
|
105241
105980
|
|
|
105242
105981
|
// src/funcs/webhooksPing.ts
|
|
105243
105982
|
function webhooksPing(client, request, options) {
|
|
105244
|
-
return new APIPromise($
|
|
105983
|
+
return new APIPromise($do191(client, request, options));
|
|
105245
105984
|
}
|
|
105246
|
-
async function $
|
|
105985
|
+
async function $do191(client, request, options) {
|
|
105247
105986
|
const parsed = safeParse4(request, (value) => PingWebhookRequest$outboundSchema.parse(value), "Input validation failed");
|
|
105248
105987
|
if (!parsed.ok) {
|
|
105249
105988
|
return [parsed, { status: "invalid" }];
|
|
@@ -105349,9 +106088,9 @@ var init_webhooksPing2 = __esm(() => {
|
|
|
105349
106088
|
|
|
105350
106089
|
// src/funcs/webhooksUpdate.ts
|
|
105351
106090
|
function webhooksUpdate(client, request, options) {
|
|
105352
|
-
return new APIPromise($
|
|
106091
|
+
return new APIPromise($do192(client, request, options));
|
|
105353
106092
|
}
|
|
105354
|
-
async function $
|
|
106093
|
+
async function $do192(client, request, options) {
|
|
105355
106094
|
const parsed = safeParse4(request, (value) => UpdateWebhookRequest$outboundSchema.parse(value), "Input validation failed");
|
|
105356
106095
|
if (!parsed.ok) {
|
|
105357
106096
|
return [parsed, { status: "invalid" }];
|
|
@@ -105463,7 +106202,7 @@ var init_webhooksUpdate2 = __esm(() => {
|
|
|
105463
106202
|
function createMCPServer(deps) {
|
|
105464
106203
|
const server = new McpServer({
|
|
105465
106204
|
name: "Moov",
|
|
105466
|
-
version: "26.7.
|
|
106205
|
+
version: "26.7.2"
|
|
105467
106206
|
});
|
|
105468
106207
|
const client = new MoovCore({
|
|
105469
106208
|
security: deps.security,
|
|
@@ -105644,16 +106383,17 @@ function createMCPServer(deps) {
|
|
|
105644
106383
|
tool(tool$industriesList);
|
|
105645
106384
|
tool(tool$institutionsSearchInstitutions);
|
|
105646
106385
|
tool(tool$institutionsSearch);
|
|
105647
|
-
tool(tool$
|
|
105648
|
-
tool(tool$issuingTransactionsGetAuthorization);
|
|
105649
|
-
tool(tool$issuingTransactionsListAuthorizationEvents);
|
|
105650
|
-
tool(tool$issuingTransactionsList);
|
|
105651
|
-
tool(tool$issuingTransactionsGet);
|
|
106386
|
+
tool(tool$cardIssuingListMerchantCategories);
|
|
105652
106387
|
tool(tool$cardIssuingRequest);
|
|
105653
106388
|
tool(tool$cardIssuingList);
|
|
105654
106389
|
tool(tool$cardIssuingGet);
|
|
105655
106390
|
tool(tool$cardIssuingUpdate);
|
|
105656
106391
|
tool(tool$cardIssuingGetFull);
|
|
106392
|
+
tool(tool$issuingTransactionsListAuthorizations);
|
|
106393
|
+
tool(tool$issuingTransactionsGetAuthorization);
|
|
106394
|
+
tool(tool$issuingTransactionsListAuthorizationEvents);
|
|
106395
|
+
tool(tool$issuingTransactionsList);
|
|
106396
|
+
tool(tool$issuingTransactionsGet);
|
|
105657
106397
|
tool(tool$authenticationRevokeAccessToken);
|
|
105658
106398
|
tool(tool$authenticationCreateAccessToken);
|
|
105659
106399
|
tool(tool$onboardingCreateInvite);
|
|
@@ -105720,6 +106460,7 @@ var init_server2 = __esm(() => {
|
|
|
105720
106460
|
init_cardIssuingGet2();
|
|
105721
106461
|
init_cardIssuingGetFull2();
|
|
105722
106462
|
init_cardIssuingList2();
|
|
106463
|
+
init_cardIssuingListMerchantCategories2();
|
|
105723
106464
|
init_cardIssuingRequest2();
|
|
105724
106465
|
init_cardIssuingUpdate2();
|
|
105725
106466
|
init_cardsDisable2();
|
|
@@ -107069,7 +107810,7 @@ var routes = rn({
|
|
|
107069
107810
|
var app = Ve(routes, {
|
|
107070
107811
|
name: "mcp",
|
|
107071
107812
|
versionInfo: {
|
|
107072
|
-
currentVersion: "26.7.
|
|
107813
|
+
currentVersion: "26.7.2"
|
|
107073
107814
|
}
|
|
107074
107815
|
});
|
|
107075
107816
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -107077,5 +107818,5 @@ export {
|
|
|
107077
107818
|
app
|
|
107078
107819
|
};
|
|
107079
107820
|
|
|
107080
|
-
//# debugId=
|
|
107821
|
+
//# debugId=E07D7EDA54EBEBD664756E2164756E21
|
|
107081
107822
|
//# sourceMappingURL=mcp-server.js.map
|