@moovio/sdk 0.0.0-dev.28 → 0.0.0-dev.29
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 +111 -74
- package/bin/mcp-server.js +2111 -1146
- package/bin/mcp-server.js.map +95 -66
- 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/transfersCreateCancellation.js +4 -1
- package/funcs/transfersCreateCancellation.js.map +1 -1
- package/funcs/transfersCreateCapture.d.ts +18 -0
- package/funcs/transfersCreateCapture.d.ts.map +1 -0
- package/funcs/transfersCreateCapture.js +132 -0
- package/funcs/transfersCreateCapture.js.map +1 -0
- package/funcs/transfersGetCapture.d.ts +17 -0
- package/funcs/transfersGetCapture.d.ts.map +1 -0
- package/funcs/transfersGetCapture.js +133 -0
- package/funcs/transfersGetCapture.js.map +1 -0
- package/funcs/transfersList.js +1 -0
- package/funcs/transfersList.js.map +1 -1
- package/funcs/transfersListCaptures.d.ts +17 -0
- package/funcs/transfersListCaptures.d.ts.map +1 -0
- package/funcs/transfersListCaptures.js +129 -0
- package/funcs/transfersListCaptures.js.map +1 -0
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.d.ts.map +1 -1
- package/mcp-server/server.js +14 -6
- package/mcp-server/server.js.map +1 -1
- package/mcp-server/tools/avatarsGet.js +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/institutionsSearch.js +1 -1
- package/mcp-server/tools/transfersCreateCapture.d.ts +8 -0
- package/mcp-server/tools/transfersCreateCapture.d.ts.map +1 -0
- package/mcp-server/tools/transfersCreateCapture.js +65 -0
- package/mcp-server/tools/transfersCreateCapture.js.map +1 -0
- package/mcp-server/tools/transfersGetCapture.d.ts +8 -0
- package/mcp-server/tools/transfersGetCapture.d.ts.map +1 -0
- package/{models/components/instantbanktransactionstatus.js → mcp-server/tools/transfersGetCapture.js} +26 -15
- package/mcp-server/tools/transfersGetCapture.js.map +1 -0
- package/mcp-server/tools/transfersListCaptures.d.ts +8 -0
- package/mcp-server/tools/transfersListCaptures.d.ts.map +1 -0
- package/mcp-server/tools/transfersListCaptures.js +65 -0
- package/mcp-server/tools/transfersListCaptures.js.map +1 -0
- package/models/components/achcreditoptions.d.ts +28 -0
- package/models/components/achcreditoptions.d.ts.map +1 -0
- package/models/components/achcreditoptions.js +64 -0
- package/models/components/achcreditoptions.js.map +1 -0
- package/models/components/achcredittransferprocessingdetails.d.ts +22 -0
- package/models/components/achcredittransferprocessingdetails.d.ts.map +1 -0
- package/models/components/achcredittransferprocessingdetails.js +64 -0
- package/models/components/achcredittransferprocessingdetails.js.map +1 -0
- package/models/components/achdebitoptions.d.ts +40 -0
- package/models/components/achdebitoptions.d.ts.map +1 -0
- package/models/components/{achtransactiondetails.js → achdebitoptions.js} +10 -34
- package/models/components/achdebitoptions.js.map +1 -0
- package/models/components/achdebittransferprocessingdetails.d.ts +22 -0
- package/models/components/achdebittransferprocessingdetails.d.ts.map +1 -0
- package/models/components/achdebittransferprocessingdetails.js +64 -0
- package/models/components/achdebittransferprocessingdetails.js.map +1 -0
- package/models/components/asynccreatedrefund.d.ts +8 -3
- package/models/components/asynccreatedrefund.d.ts.map +1 -1
- package/models/components/asynccreatedrefund.js +5 -3
- package/models/components/asynccreatedrefund.js.map +1 -1
- package/models/components/capture.d.ts +77 -0
- package/models/components/capture.d.ts.map +1 -0
- package/models/components/capture.js +85 -0
- package/models/components/capture.js.map +1 -0
- package/models/components/capturestatus.d.ts +16 -0
- package/models/components/capturestatus.d.ts.map +1 -0
- package/models/components/{refundcardstatus.js → capturestatus.js} +9 -8
- package/models/components/capturestatus.js.map +1 -0
- package/models/components/cardacquiringrefund.d.ts +11 -6
- package/models/components/cardacquiringrefund.d.ts.map +1 -1
- package/models/components/cardacquiringrefund.js +8 -6
- package/models/components/cardacquiringrefund.js.map +1 -1
- package/models/components/cardpaymentoptions.d.ts +31 -0
- package/models/components/cardpaymentoptions.d.ts.map +1 -0
- package/models/components/cardpaymentoptions.js +62 -0
- package/models/components/cardpaymentoptions.js.map +1 -0
- package/models/components/cardpaymentrefundprocessingdetails.d.ts +18 -0
- package/models/components/cardpaymentrefundprocessingdetails.d.ts.map +1 -0
- package/models/components/{refundcarddetails.js → cardpaymentrefundprocessingdetails.js} +10 -23
- package/models/components/cardpaymentrefundprocessingdetails.js.map +1 -0
- package/models/components/cardpaymenttransferprocessingdetails.d.ts +24 -0
- package/models/components/cardpaymenttransferprocessingdetails.d.ts.map +1 -0
- package/models/components/cardpaymenttransferprocessingdetails.js +66 -0
- package/models/components/cardpaymenttransferprocessingdetails.js.map +1 -0
- package/models/components/createcancellation.d.ts +18 -0
- package/models/components/createcancellation.d.ts.map +1 -0
- package/models/components/{cardacquiringdispute.js → createcancellation.js} +13 -17
- package/models/components/createcancellation.js.map +1 -0
- package/models/components/createcapture.d.ts +70 -0
- package/models/components/createcapture.d.ts.map +1 -0
- package/models/components/createcapture.js +78 -0
- package/models/components/createcapture.js.map +1 -0
- package/models/components/createdtransfer.d.ts +24 -29
- package/models/components/createdtransfer.d.ts.map +1 -1
- package/models/components/createdtransfer.js +21 -23
- package/models/components/createdtransfer.js.map +1 -1
- package/models/components/createrefund.d.ts +10 -4
- package/models/components/createrefund.d.ts.map +1 -1
- package/models/components/createrefund.js +5 -2
- package/models/components/createrefund.js.map +1 -1
- package/models/components/createreversal.d.ts +4 -3
- package/models/components/createreversal.d.ts.map +1 -1
- package/models/components/createreversal.js +3 -2
- package/models/components/createreversal.js.map +1 -1
- package/models/components/createtransfer.d.ts +7 -7
- package/models/components/createtransfer.d.ts.map +1 -1
- package/models/components/createtransfer.js +6 -6
- package/models/components/createtransfer.js.map +1 -1
- package/models/components/createtransferfacilitatorfee.d.ts +29 -0
- package/models/components/createtransferfacilitatorfee.d.ts.map +1 -0
- package/models/components/createtransferfacilitatorfee.js +62 -0
- package/models/components/createtransferfacilitatorfee.js.map +1 -0
- package/models/components/createtransferoptions.d.ts +3 -3
- package/models/components/createtransferoptions.d.ts.map +1 -1
- package/models/components/createtransferoptions.js +3 -3
- package/models/components/createtransferoptions.js.map +1 -1
- package/models/components/index.d.ts +26 -10
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +26 -10
- package/models/components/index.js.map +1 -1
- package/models/components/instantbankcredittransferprocessingdetails.d.ts +31 -0
- package/models/components/instantbankcredittransferprocessingdetails.d.ts.map +1 -0
- package/models/components/{instantbanktransactiondetails.js → instantbankcredittransferprocessingdetails.js} +10 -21
- package/models/components/instantbankcredittransferprocessingdetails.js.map +1 -0
- package/models/components/merchantcategories.d.ts +21 -0
- package/models/components/merchantcategories.d.ts.map +1 -0
- package/models/components/{cardtransactionstatus.js → merchantcategories.js} +19 -17
- 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/moovfeedetails.d.ts +9 -8
- package/models/components/moovfeedetails.d.ts.map +1 -1
- package/models/components/moovfeedetails.js +9 -8
- package/models/components/moovfeedetails.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/pullfromcardoptions.d.ts +31 -0
- package/models/components/pullfromcardoptions.d.ts.map +1 -0
- package/models/components/pullfromcardoptions.js +62 -0
- package/models/components/pullfromcardoptions.js.map +1 -0
- package/models/components/pullfromcardtransferprocessingdetails.d.ts +24 -0
- package/models/components/pullfromcardtransferprocessingdetails.d.ts.map +1 -0
- package/models/components/pullfromcardtransferprocessingdetails.js +66 -0
- package/models/components/pullfromcardtransferprocessingdetails.js.map +1 -0
- package/models/components/pushtocardoptions.d.ts +20 -0
- package/models/components/pushtocardoptions.d.ts.map +1 -0
- package/models/components/{transfercapture.js → pushtocardoptions.js} +12 -14
- package/models/components/pushtocardoptions.js.map +1 -0
- package/models/components/pushtocardtransferprocessingdetails.d.ts +24 -0
- package/models/components/pushtocardtransferprocessingdetails.d.ts.map +1 -0
- package/models/components/pushtocardtransferprocessingdetails.js +66 -0
- package/models/components/pushtocardtransferprocessingdetails.js.map +1 -0
- package/models/components/refundprocessingdetails.d.ts +18 -0
- package/models/components/refundprocessingdetails.d.ts.map +1 -0
- package/models/components/refundprocessingdetails.js +60 -0
- package/models/components/refundprocessingdetails.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/transfer.d.ts +24 -29
- package/models/components/transfer.d.ts.map +1 -1
- package/models/components/transfer.js +21 -23
- package/models/components/transfer.js.map +1 -1
- package/models/components/transferauthorization.d.ts +28 -0
- package/models/components/transferauthorization.d.ts.map +1 -0
- package/models/components/transferauthorization.js +70 -0
- package/models/components/transferauthorization.js.map +1 -0
- package/models/components/transferdestination.d.ts +6 -24
- package/models/components/transferdestination.d.ts.map +1 -1
- package/models/components/transferdestination.js +6 -15
- package/models/components/transferdestination.js.map +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/transferprocessingdetails.d.ts +33 -0
- package/models/components/transferprocessingdetails.d.ts.map +1 -0
- package/models/components/transferprocessingdetails.js +76 -0
- package/models/components/transferprocessingdetails.js.map +1 -0
- package/models/components/transferrailoptions.d.ts +30 -0
- package/models/components/transferrailoptions.d.ts.map +1 -0
- package/models/components/transferrailoptions.js +72 -0
- package/models/components/transferrailoptions.js.map +1 -0
- package/models/components/transfersource.d.ts +6 -18
- package/models/components/transfersource.d.ts.map +1 -1
- package/models/components/transfersource.js +6 -12
- package/models/components/transfersource.js.map +1 -1
- package/models/components/transferstatus.d.ts +1 -0
- package/models/components/transferstatus.d.ts.map +1 -1
- package/models/components/transferstatus.js +1 -0
- package/models/components/transferstatus.js.map +1 -1
- package/models/components/transfertype.d.ts +24 -0
- package/models/components/transfertype.d.ts.map +1 -0
- package/models/components/{achtransactionstatus.js → transfertype.js} +14 -13
- package/models/components/transfertype.js.map +1 -0
- 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/capturevalidationerror.d.ts +55 -0
- package/models/errors/capturevalidationerror.d.ts.map +1 -0
- package/models/errors/capturevalidationerror.js +117 -0
- package/models/errors/capturevalidationerror.js.map +1 -0
- package/models/errors/cardacquiringrefund.d.ts +15 -6
- package/models/errors/cardacquiringrefund.d.ts.map +1 -1
- package/models/errors/cardacquiringrefund.js +9 -6
- package/models/errors/cardacquiringrefund.js.map +1 -1
- package/models/errors/index.d.ts +1 -0
- package/models/errors/index.d.ts.map +1 -1
- package/models/errors/index.js +1 -0
- package/models/errors/index.js.map +1 -1
- package/models/errors/transfer.d.ts +30 -39
- package/models/errors/transfer.d.ts.map +1 -1
- package/models/errors/transfer.js +21 -29
- package/models/errors/transfer.js.map +1 -1
- package/models/operations/createcancellation.d.ts +2 -0
- package/models/operations/createcancellation.d.ts.map +1 -1
- package/models/operations/createcancellation.js +10 -0
- package/models/operations/createcancellation.js.map +1 -1
- package/models/operations/createcapture.d.ts +52 -0
- package/models/operations/createcapture.d.ts.map +1 -0
- package/models/operations/createcapture.js +105 -0
- package/models/operations/createcapture.js.map +1 -0
- package/models/operations/createreversal.d.ts +2 -2
- package/models/operations/createreversal.d.ts.map +1 -1
- package/models/operations/createreversal.js +2 -2
- package/models/operations/createreversal.js.map +1 -1
- package/models/operations/getcapture.d.ts +50 -0
- package/models/operations/getcapture.d.ts.map +1 -0
- package/models/operations/getcapture.js +93 -0
- package/models/operations/getcapture.js.map +1 -0
- package/models/operations/index.d.ts +4 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +4 -0
- package/models/operations/index.js.map +1 -1
- package/models/operations/initiaterefund.d.ts +2 -2
- package/models/operations/initiaterefund.d.ts.map +1 -1
- package/models/operations/initiaterefund.js +2 -2
- package/models/operations/initiaterefund.js.map +1 -1
- package/models/operations/listcaptures.d.ts +45 -0
- package/models/operations/listcaptures.d.ts.map +1 -0
- package/models/operations/listcaptures.js +91 -0
- package/models/operations/listcaptures.js.map +1 -0
- 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/listtransfers.d.ts +5 -0
- package/models/operations/listtransfers.d.ts.map +1 -1
- package/models/operations/listtransfers.js +2 -0
- package/models/operations/listtransfers.js.map +1 -1
- package/package.json +1 -1
- package/sdk/cardissuing.d.ts +9 -0
- package/sdk/cardissuing.d.ts.map +1 -1
- package/sdk/cardissuing.js +12 -0
- package/sdk/cardissuing.js.map +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 +21 -0
- package/sdk/transfers.d.ts.map +1 -1
- package/sdk/transfers.js +30 -0
- package/sdk/transfers.js.map +1 -1
- package/src/funcs/cardIssuingListMerchantCategories.ts +155 -0
- package/src/funcs/transfersCreateCancellation.ts +5 -2
- package/src/funcs/transfersCreateCapture.ts +196 -0
- package/src/funcs/transfersGetCapture.ts +185 -0
- package/src/funcs/transfersList.ts +1 -0
- package/src/funcs/transfersListCaptures.ts +181 -0
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +14 -6
- package/src/mcp-server/tools/avatarsGet.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/institutionsSearch.ts +1 -1
- package/src/mcp-server/tools/transfersCreateCapture.ts +38 -0
- package/src/mcp-server/tools/transfersGetCapture.ts +38 -0
- package/src/mcp-server/tools/transfersListCaptures.ts +38 -0
- package/src/models/components/achcreditoptions.ts +72 -0
- package/src/models/components/achcredittransferprocessingdetails.ts +69 -0
- package/src/models/components/achdebitoptions.ts +94 -0
- package/src/models/components/achdebittransferprocessingdetails.ts +68 -0
- package/src/models/components/asynccreatedrefund.ts +16 -9
- package/src/models/components/capture.ts +142 -0
- package/src/models/components/capturestatus.ts +30 -0
- package/src/models/components/cardacquiringrefund.ts +25 -18
- package/src/models/components/cardpaymentoptions.ts +72 -0
- package/src/models/components/cardpaymentrefundprocessingdetails.ts +60 -0
- package/src/models/components/cardpaymenttransferprocessingdetails.ts +72 -0
- package/src/models/components/createcancellation.ts +58 -0
- package/src/models/components/createcapture.ts +128 -0
- package/src/models/components/createdtransfer.ts +62 -70
- package/src/models/components/createrefund.ts +19 -6
- package/src/models/components/createreversal.ts +11 -5
- package/src/models/components/createtransfer.ts +20 -20
- package/src/models/components/createtransferfacilitatorfee.ts +73 -0
- package/src/models/components/createtransferoptions.ts +9 -9
- package/src/models/components/index.ts +26 -10
- package/src/models/components/instantbankcredittransferprocessingdetails.ts +88 -0
- package/src/models/components/merchantcategories.ts +60 -0
- package/src/models/components/merchantcategory.ts +73 -0
- package/src/models/components/moovfeedetails.ts +22 -16
- package/src/models/components/paymentmethodswallet.ts +1 -0
- package/src/models/components/pullfromcardoptions.ts +72 -0
- package/src/models/components/pullfromcardtransferprocessingdetails.ts +72 -0
- package/src/models/components/pushtocardoptions.ts +55 -0
- package/src/models/components/pushtocardtransferprocessingdetails.ts +72 -0
- package/src/models/components/refundprocessingdetails.ts +58 -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/transfer.ts +62 -70
- package/src/models/components/transferauthorization.ts +78 -0
- package/src/models/components/transferdestination.ts +12 -53
- package/src/models/components/transferpaymentmethodswallet.ts +1 -0
- package/src/models/components/transferprocessingdetails.ts +117 -0
- package/src/models/components/transferrailoptions.ts +98 -0
- package/src/models/components/transfersource.ts +12 -38
- package/src/models/components/transferstatus.ts +1 -0
- package/src/models/components/transfertype.ts +38 -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/capturevalidationerror.ts +145 -0
- package/src/models/errors/cardacquiringrefund.ts +23 -11
- package/src/models/errors/index.ts +1 -0
- package/src/models/errors/transfer.ts +50 -67
- package/src/models/operations/createcancellation.ts +12 -0
- package/src/models/operations/createcapture.ts +142 -0
- package/src/models/operations/createreversal.ts +4 -4
- package/src/models/operations/getcapture.ts +128 -0
- package/src/models/operations/index.ts +4 -0
- package/src/models/operations/initiaterefund.ts +4 -4
- package/src/models/operations/listcaptures.ts +121 -0
- package/src/models/operations/listissuingmerchantcategories.ts +70 -0
- package/src/models/operations/listtransfers.ts +7 -0
- package/src/sdk/cardissuing.ts +18 -0
- package/src/sdk/sdk.ts +5 -5
- package/src/sdk/transfers.ts +54 -0
- package/models/components/achtransactiondetails.d.ts +0 -70
- package/models/components/achtransactiondetails.d.ts.map +0 -1
- package/models/components/achtransactiondetails.js.map +0 -1
- package/models/components/achtransactionstatus.d.ts +0 -23
- package/models/components/achtransactionstatus.d.ts.map +0 -1
- package/models/components/achtransactionstatus.js.map +0 -1
- package/models/components/cardacquiringdispute.d.ts +0 -25
- package/models/components/cardacquiringdispute.d.ts.map +0 -1
- package/models/components/cardacquiringdispute.js.map +0 -1
- package/models/components/cardtransactiondetails.d.ts +0 -79
- package/models/components/cardtransactiondetails.d.ts.map +0 -1
- package/models/components/cardtransactiondetails.js +0 -90
- package/models/components/cardtransactiondetails.js.map +0 -1
- package/models/components/cardtransactionstatus.d.ts +0 -23
- package/models/components/cardtransactionstatus.d.ts.map +0 -1
- package/models/components/cardtransactionstatus.js.map +0 -1
- package/models/components/instantbanktransactiondetails.d.ts +0 -51
- package/models/components/instantbanktransactiondetails.d.ts.map +0 -1
- package/models/components/instantbanktransactiondetails.js.map +0 -1
- package/models/components/instantbanktransactionstatus.d.ts +0 -20
- package/models/components/instantbanktransactionstatus.d.ts.map +0 -1
- package/models/components/instantbanktransactionstatus.js.map +0 -1
- package/models/components/refundcarddetails.d.ts +0 -31
- package/models/components/refundcarddetails.d.ts.map +0 -1
- package/models/components/refundcarddetails.js.map +0 -1
- package/models/components/refundcardstatus.d.ts +0 -15
- package/models/components/refundcardstatus.d.ts.map +0 -1
- package/models/components/refundcardstatus.js.map +0 -1
- package/models/components/transfercapture.d.ts +0 -28
- package/models/components/transfercapture.d.ts.map +0 -1
- package/models/components/transfercapture.js.map +0 -1
- package/src/models/components/achtransactiondetails.ts +0 -157
- package/src/models/components/achtransactionstatus.ts +0 -37
- package/src/models/components/cardacquiringdispute.ts +0 -69
- package/src/models/components/cardtransactiondetails.ts +0 -154
- package/src/models/components/cardtransactionstatus.ts +0 -37
- package/src/models/components/instantbanktransactiondetails.ts +0 -116
- package/src/models/components/instantbanktransactionstatus.ts +0 -36
- package/src/models/components/refundcarddetails.ts +0 -86
- package/src/models/components/refundcardstatus.ts +0 -29
- package/src/models/components/transfercapture.ts +0 -63
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.PullFromCardTransferProcessingDetails$outboundSchema = exports.PullFromCardTransferProcessingDetails$inboundSchema = void 0;
|
|
40
|
+
exports.pullFromCardTransferProcessingDetailsToJSON = pullFromCardTransferProcessingDetailsToJSON;
|
|
41
|
+
exports.pullFromCardTransferProcessingDetailsFromJSON = pullFromCardTransferProcessingDetailsFromJSON;
|
|
42
|
+
const z = __importStar(require("zod/v3"));
|
|
43
|
+
const schemas_js_1 = require("../../lib/schemas.js");
|
|
44
|
+
const types = __importStar(require("../../types/primitives.js"));
|
|
45
|
+
const cardtransactionfailurecode_js_1 = require("./cardtransactionfailurecode.js");
|
|
46
|
+
/** @internal */
|
|
47
|
+
exports.PullFromCardTransferProcessingDetails$inboundSchema = z.object({
|
|
48
|
+
authorizationCode: types.optional(types.string()),
|
|
49
|
+
networkTransactionID: types.optional(types.string()),
|
|
50
|
+
networkResponseCode: types.optional(types.string()),
|
|
51
|
+
failureCode: types.optional(cardtransactionfailurecode_js_1.CardTransactionFailureCode$inboundSchema),
|
|
52
|
+
});
|
|
53
|
+
/** @internal */
|
|
54
|
+
exports.PullFromCardTransferProcessingDetails$outboundSchema = z.object({
|
|
55
|
+
authorizationCode: z.string().optional(),
|
|
56
|
+
networkTransactionID: z.string().optional(),
|
|
57
|
+
networkResponseCode: z.string().optional(),
|
|
58
|
+
failureCode: cardtransactionfailurecode_js_1.CardTransactionFailureCode$outboundSchema.optional(),
|
|
59
|
+
});
|
|
60
|
+
function pullFromCardTransferProcessingDetailsToJSON(pullFromCardTransferProcessingDetails) {
|
|
61
|
+
return JSON.stringify(exports.PullFromCardTransferProcessingDetails$outboundSchema.parse(pullFromCardTransferProcessingDetails));
|
|
62
|
+
}
|
|
63
|
+
function pullFromCardTransferProcessingDetailsFromJSON(jsonString) {
|
|
64
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.PullFromCardTransferProcessingDetails$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PullFromCardTransferProcessingDetails' from JSON`);
|
|
65
|
+
}
|
|
66
|
+
//# sourceMappingURL=pullfromcardtransferprocessingdetails.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pullfromcardtransferprocessingdetails.js","sourceRoot":"","sources":["../../src/models/components/pullfromcardtransferprocessingdetails.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmDH,kGAQC;AACD,sGASC;AAnED,0CAA4B;AAC5B,qDAAiD;AAEjD,iEAAmD;AAEnD,mFAIyC;AASzC,gBAAgB;AACH,QAAA,mDAAmD,GAI5D,CAAC,CAAC,MAAM,CAAC;IACX,iBAAiB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;IACjD,oBAAoB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;IACpD,mBAAmB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;IACnD,WAAW,EAAE,KAAK,CAAC,QAAQ,CAAC,wEAAwC,CAAC;CACtE,CAAC,CAAC;AASH,gBAAgB;AACH,QAAA,oDAAoD,GAI7D,CAAC,CAAC,MAAM,CAAC;IACX,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACxC,oBAAoB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3C,mBAAmB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC1C,WAAW,EAAE,yEAAyC,CAAC,QAAQ,EAAE;CAClE,CAAC,CAAC;AAEH,SAAgB,2CAA2C,CACzD,qCAA4E;IAE5E,OAAO,IAAI,CAAC,SAAS,CACnB,4DAAoD,CAAC,KAAK,CACxD,qCAAqC,CACtC,CACF,CAAC;AACJ,CAAC;AACD,SAAgB,6CAA6C,CAC3D,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,2DAAmD,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC1E,mEAAmE,CACpE,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
+
export type PushToCardOptions = {
|
|
5
|
+
/**
|
|
6
|
+
* An optional override of the default card statement descriptor for a transfer. Accounts must be enabled by Moov to set this field.
|
|
7
|
+
*/
|
|
8
|
+
dynamicDescriptor?: string | undefined;
|
|
9
|
+
};
|
|
10
|
+
/** @internal */
|
|
11
|
+
export declare const PushToCardOptions$inboundSchema: z.ZodType<PushToCardOptions, z.ZodTypeDef, unknown>;
|
|
12
|
+
/** @internal */
|
|
13
|
+
export type PushToCardOptions$Outbound = {
|
|
14
|
+
dynamicDescriptor?: string | undefined;
|
|
15
|
+
};
|
|
16
|
+
/** @internal */
|
|
17
|
+
export declare const PushToCardOptions$outboundSchema: z.ZodType<PushToCardOptions$Outbound, z.ZodTypeDef, PushToCardOptions>;
|
|
18
|
+
export declare function pushToCardOptionsToJSON(pushToCardOptions: PushToCardOptions): string;
|
|
19
|
+
export declare function pushToCardOptionsFromJSON(jsonString: string): SafeParseResult<PushToCardOptions, SDKValidationError>;
|
|
20
|
+
//# sourceMappingURL=pushtocardoptions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pushtocardoptions.d.ts","sourceRoot":"","sources":["../../src/models/components/pushtocardoptions.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACxC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CACrD,iBAAiB,EACjB,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,0BAA0B,GAAG;IACvC,iBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACxC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,0BAA0B,EAC1B,CAAC,CAAC,UAAU,EACZ,iBAAiB,CAGjB,CAAC;AAEH,wBAAgB,uBAAuB,CACrC,iBAAiB,EAAE,iBAAiB,GACnC,MAAM,CAIR;AACD,wBAAgB,yBAAyB,CACvC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,iBAAiB,EAAE,kBAAkB,CAAC,CAMxD"}
|
|
@@ -36,26 +36,24 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.
|
|
40
|
-
exports.
|
|
41
|
-
exports.
|
|
39
|
+
exports.PushToCardOptions$outboundSchema = exports.PushToCardOptions$inboundSchema = void 0;
|
|
40
|
+
exports.pushToCardOptionsToJSON = pushToCardOptionsToJSON;
|
|
41
|
+
exports.pushToCardOptionsFromJSON = pushToCardOptionsFromJSON;
|
|
42
42
|
const z = __importStar(require("zod/v3"));
|
|
43
43
|
const schemas_js_1 = require("../../lib/schemas.js");
|
|
44
44
|
const types = __importStar(require("../../types/primitives.js"));
|
|
45
45
|
/** @internal */
|
|
46
|
-
exports.
|
|
47
|
-
|
|
48
|
-
captureID: types.string(),
|
|
46
|
+
exports.PushToCardOptions$inboundSchema = z.object({
|
|
47
|
+
dynamicDescriptor: types.optional(types.string()),
|
|
49
48
|
});
|
|
50
49
|
/** @internal */
|
|
51
|
-
exports.
|
|
52
|
-
|
|
53
|
-
captureID: z.string(),
|
|
50
|
+
exports.PushToCardOptions$outboundSchema = z.object({
|
|
51
|
+
dynamicDescriptor: z.string().optional(),
|
|
54
52
|
});
|
|
55
|
-
function
|
|
56
|
-
return JSON.stringify(exports.
|
|
53
|
+
function pushToCardOptionsToJSON(pushToCardOptions) {
|
|
54
|
+
return JSON.stringify(exports.PushToCardOptions$outboundSchema.parse(pushToCardOptions));
|
|
57
55
|
}
|
|
58
|
-
function
|
|
59
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
56
|
+
function pushToCardOptionsFromJSON(jsonString) {
|
|
57
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.PushToCardOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PushToCardOptions' from JSON`);
|
|
60
58
|
}
|
|
61
|
-
//# sourceMappingURL=
|
|
59
|
+
//# sourceMappingURL=pushtocardoptions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pushtocardoptions.js","sourceRoot":"","sources":["../../src/models/components/pushtocardoptions.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqCH,0DAMC;AACD,8DAQC;AAlDD,0CAA4B;AAC5B,qDAAiD;AAEjD,iEAAmD;AAUnD,gBAAgB;AACH,QAAA,+BAA+B,GAIxC,CAAC,CAAC,MAAM,CAAC;IACX,iBAAiB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;CAClD,CAAC,CAAC;AAMH,gBAAgB;AACH,QAAA,gCAAgC,GAIzC,CAAC,CAAC,MAAM,CAAC;IACX,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACzC,CAAC,CAAC;AAEH,SAAgB,uBAAuB,CACrC,iBAAoC;IAEpC,OAAO,IAAI,CAAC,SAAS,CACnB,wCAAgC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAC1D,CAAC;AACJ,CAAC;AACD,SAAgB,yBAAyB,CACvC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,uCAA+B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC3D,+CAA+C,CAChD,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
+
import { CardTransactionFailureCode } from "./cardtransactionfailurecode.js";
|
|
5
|
+
export type PushToCardTransferProcessingDetails = {
|
|
6
|
+
authorizationCode?: string | undefined;
|
|
7
|
+
networkTransactionID?: string | undefined;
|
|
8
|
+
networkResponseCode?: string | undefined;
|
|
9
|
+
failureCode?: CardTransactionFailureCode | undefined;
|
|
10
|
+
};
|
|
11
|
+
/** @internal */
|
|
12
|
+
export declare const PushToCardTransferProcessingDetails$inboundSchema: z.ZodType<PushToCardTransferProcessingDetails, z.ZodTypeDef, unknown>;
|
|
13
|
+
/** @internal */
|
|
14
|
+
export type PushToCardTransferProcessingDetails$Outbound = {
|
|
15
|
+
authorizationCode?: string | undefined;
|
|
16
|
+
networkTransactionID?: string | undefined;
|
|
17
|
+
networkResponseCode?: string | undefined;
|
|
18
|
+
failureCode?: string | undefined;
|
|
19
|
+
};
|
|
20
|
+
/** @internal */
|
|
21
|
+
export declare const PushToCardTransferProcessingDetails$outboundSchema: z.ZodType<PushToCardTransferProcessingDetails$Outbound, z.ZodTypeDef, PushToCardTransferProcessingDetails>;
|
|
22
|
+
export declare function pushToCardTransferProcessingDetailsToJSON(pushToCardTransferProcessingDetails: PushToCardTransferProcessingDetails): string;
|
|
23
|
+
export declare function pushToCardTransferProcessingDetailsFromJSON(jsonString: string): SafeParseResult<PushToCardTransferProcessingDetails, SDKValidationError>;
|
|
24
|
+
//# sourceMappingURL=pushtocardtransferprocessingdetails.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pushtocardtransferprocessingdetails.d.ts","sourceRoot":"","sources":["../../src/models/components/pushtocardtransferprocessingdetails.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,0BAA0B,EAG3B,MAAM,iCAAiC,CAAC;AAEzC,MAAM,MAAM,mCAAmC,GAAG;IAChD,iBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC,oBAAoB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1C,mBAAmB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzC,WAAW,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;CACtD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iDAAiD,EAAE,CAAC,CAAC,OAAO,CACvE,mCAAmC,EACnC,CAAC,CAAC,UAAU,EACZ,OAAO,CAMP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,4CAA4C,GAAG;IACzD,iBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC,oBAAoB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1C,mBAAmB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kDAAkD,EAAE,CAAC,CAAC,OAAO,CACxE,4CAA4C,EAC5C,CAAC,CAAC,UAAU,EACZ,mCAAmC,CAMnC,CAAC;AAEH,wBAAgB,yCAAyC,CACvD,mCAAmC,EAAE,mCAAmC,GACvE,MAAM,CAMR;AACD,wBAAgB,2CAA2C,CACzD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,mCAAmC,EAAE,kBAAkB,CAAC,CAO1E"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.PushToCardTransferProcessingDetails$outboundSchema = exports.PushToCardTransferProcessingDetails$inboundSchema = void 0;
|
|
40
|
+
exports.pushToCardTransferProcessingDetailsToJSON = pushToCardTransferProcessingDetailsToJSON;
|
|
41
|
+
exports.pushToCardTransferProcessingDetailsFromJSON = pushToCardTransferProcessingDetailsFromJSON;
|
|
42
|
+
const z = __importStar(require("zod/v3"));
|
|
43
|
+
const schemas_js_1 = require("../../lib/schemas.js");
|
|
44
|
+
const types = __importStar(require("../../types/primitives.js"));
|
|
45
|
+
const cardtransactionfailurecode_js_1 = require("./cardtransactionfailurecode.js");
|
|
46
|
+
/** @internal */
|
|
47
|
+
exports.PushToCardTransferProcessingDetails$inboundSchema = z.object({
|
|
48
|
+
authorizationCode: types.optional(types.string()),
|
|
49
|
+
networkTransactionID: types.optional(types.string()),
|
|
50
|
+
networkResponseCode: types.optional(types.string()),
|
|
51
|
+
failureCode: types.optional(cardtransactionfailurecode_js_1.CardTransactionFailureCode$inboundSchema),
|
|
52
|
+
});
|
|
53
|
+
/** @internal */
|
|
54
|
+
exports.PushToCardTransferProcessingDetails$outboundSchema = z.object({
|
|
55
|
+
authorizationCode: z.string().optional(),
|
|
56
|
+
networkTransactionID: z.string().optional(),
|
|
57
|
+
networkResponseCode: z.string().optional(),
|
|
58
|
+
failureCode: cardtransactionfailurecode_js_1.CardTransactionFailureCode$outboundSchema.optional(),
|
|
59
|
+
});
|
|
60
|
+
function pushToCardTransferProcessingDetailsToJSON(pushToCardTransferProcessingDetails) {
|
|
61
|
+
return JSON.stringify(exports.PushToCardTransferProcessingDetails$outboundSchema.parse(pushToCardTransferProcessingDetails));
|
|
62
|
+
}
|
|
63
|
+
function pushToCardTransferProcessingDetailsFromJSON(jsonString) {
|
|
64
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.PushToCardTransferProcessingDetails$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PushToCardTransferProcessingDetails' from JSON`);
|
|
65
|
+
}
|
|
66
|
+
//# sourceMappingURL=pushtocardtransferprocessingdetails.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pushtocardtransferprocessingdetails.js","sourceRoot":"","sources":["../../src/models/components/pushtocardtransferprocessingdetails.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmDH,8FAQC;AACD,kGASC;AAnED,0CAA4B;AAC5B,qDAAiD;AAEjD,iEAAmD;AAEnD,mFAIyC;AASzC,gBAAgB;AACH,QAAA,iDAAiD,GAI1D,CAAC,CAAC,MAAM,CAAC;IACX,iBAAiB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;IACjD,oBAAoB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;IACpD,mBAAmB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;IACnD,WAAW,EAAE,KAAK,CAAC,QAAQ,CAAC,wEAAwC,CAAC;CACtE,CAAC,CAAC;AASH,gBAAgB;AACH,QAAA,kDAAkD,GAI3D,CAAC,CAAC,MAAM,CAAC;IACX,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACxC,oBAAoB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3C,mBAAmB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC1C,WAAW,EAAE,yEAAyC,CAAC,QAAQ,EAAE;CAClE,CAAC,CAAC;AAEH,SAAgB,yCAAyC,CACvD,mCAAwE;IAExE,OAAO,IAAI,CAAC,SAAS,CACnB,0DAAkD,CAAC,KAAK,CACtD,mCAAmC,CACpC,CACF,CAAC;AACJ,CAAC;AACD,SAAgB,2CAA2C,CACzD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,yDAAiD,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACxE,iEAAiE,CAClE,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
+
import { CardPaymentRefundProcessingDetails, CardPaymentRefundProcessingDetails$Outbound } from "./cardpaymentrefundprocessingdetails.js";
|
|
5
|
+
export type RefundProcessingDetails = {
|
|
6
|
+
cardPayment?: CardPaymentRefundProcessingDetails | undefined;
|
|
7
|
+
};
|
|
8
|
+
/** @internal */
|
|
9
|
+
export declare const RefundProcessingDetails$inboundSchema: z.ZodType<RefundProcessingDetails, z.ZodTypeDef, unknown>;
|
|
10
|
+
/** @internal */
|
|
11
|
+
export type RefundProcessingDetails$Outbound = {
|
|
12
|
+
cardPayment?: CardPaymentRefundProcessingDetails$Outbound | undefined;
|
|
13
|
+
};
|
|
14
|
+
/** @internal */
|
|
15
|
+
export declare const RefundProcessingDetails$outboundSchema: z.ZodType<RefundProcessingDetails$Outbound, z.ZodTypeDef, RefundProcessingDetails>;
|
|
16
|
+
export declare function refundProcessingDetailsToJSON(refundProcessingDetails: RefundProcessingDetails): string;
|
|
17
|
+
export declare function refundProcessingDetailsFromJSON(jsonString: string): SafeParseResult<RefundProcessingDetails, SDKValidationError>;
|
|
18
|
+
//# sourceMappingURL=refundprocessingdetails.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"refundprocessingdetails.d.ts","sourceRoot":"","sources":["../../src/models/components/refundprocessingdetails.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,kCAAkC,EAElC,2CAA2C,EAE5C,MAAM,yCAAyC,CAAC;AAEjD,MAAM,MAAM,uBAAuB,GAAG;IACpC,WAAW,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;CAC9D,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,qCAAqC,EAAE,CAAC,CAAC,OAAO,CAC3D,uBAAuB,EACvB,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,gCAAgC,GAAG;IAC7C,WAAW,CAAC,EAAE,2CAA2C,GAAG,SAAS,CAAC;CACvE,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,OAAO,CAC5D,gCAAgC,EAChC,CAAC,CAAC,UAAU,EACZ,uBAAuB,CAGvB,CAAC;AAEH,wBAAgB,6BAA6B,CAC3C,uBAAuB,EAAE,uBAAuB,GAC/C,MAAM,CAIR;AACD,wBAAgB,+BAA+B,CAC7C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,uBAAuB,EAAE,kBAAkB,CAAC,CAM9D"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.RefundProcessingDetails$outboundSchema = exports.RefundProcessingDetails$inboundSchema = void 0;
|
|
40
|
+
exports.refundProcessingDetailsToJSON = refundProcessingDetailsToJSON;
|
|
41
|
+
exports.refundProcessingDetailsFromJSON = refundProcessingDetailsFromJSON;
|
|
42
|
+
const z = __importStar(require("zod/v3"));
|
|
43
|
+
const schemas_js_1 = require("../../lib/schemas.js");
|
|
44
|
+
const types = __importStar(require("../../types/primitives.js"));
|
|
45
|
+
const cardpaymentrefundprocessingdetails_js_1 = require("./cardpaymentrefundprocessingdetails.js");
|
|
46
|
+
/** @internal */
|
|
47
|
+
exports.RefundProcessingDetails$inboundSchema = z.object({
|
|
48
|
+
cardPayment: types.optional(cardpaymentrefundprocessingdetails_js_1.CardPaymentRefundProcessingDetails$inboundSchema),
|
|
49
|
+
});
|
|
50
|
+
/** @internal */
|
|
51
|
+
exports.RefundProcessingDetails$outboundSchema = z.object({
|
|
52
|
+
cardPayment: cardpaymentrefundprocessingdetails_js_1.CardPaymentRefundProcessingDetails$outboundSchema.optional(),
|
|
53
|
+
});
|
|
54
|
+
function refundProcessingDetailsToJSON(refundProcessingDetails) {
|
|
55
|
+
return JSON.stringify(exports.RefundProcessingDetails$outboundSchema.parse(refundProcessingDetails));
|
|
56
|
+
}
|
|
57
|
+
function refundProcessingDetailsFromJSON(jsonString) {
|
|
58
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.RefundProcessingDetails$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'RefundProcessingDetails' from JSON`);
|
|
59
|
+
}
|
|
60
|
+
//# sourceMappingURL=refundprocessingdetails.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"refundprocessingdetails.js","sourceRoot":"","sources":["../../src/models/components/refundprocessingdetails.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwCH,sEAMC;AACD,0EAQC;AArDD,0CAA4B;AAC5B,qDAAiD;AAEjD,iEAAmD;AAEnD,mGAKiD;AAMjD,gBAAgB;AACH,QAAA,qCAAqC,GAI9C,CAAC,CAAC,MAAM,CAAC;IACX,WAAW,EAAE,KAAK,CAAC,QAAQ,CAAC,wFAAgD,CAAC;CAC9E,CAAC,CAAC;AAMH,gBAAgB;AACH,QAAA,sCAAsC,GAI/C,CAAC,CAAC,MAAM,CAAC;IACX,WAAW,EAAE,yFAAiD,CAAC,QAAQ,EAAE;CAC1E,CAAC,CAAC;AAEH,SAAgB,6BAA6B,CAC3C,uBAAgD;IAEhD,OAAO,IAAI,CAAC,SAAS,CACnB,8CAAsC,CAAC,KAAK,CAAC,uBAAuB,CAAC,CACtE,CAAC;AACJ,CAAC;AACD,SAAgB,+BAA+B,CAC7C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,6CAAqC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACjE,qDAAqD,CACtD,CAAC;AACJ,CAAC"}
|
|
@@ -5,11 +5,13 @@ import { SendFundsAch, SendFundsAch$Outbound } from "./sendfundsach.js";
|
|
|
5
5
|
import { SendFundsInstantBank, SendFundsInstantBank$Outbound } from "./sendfundsinstantbank.js";
|
|
6
6
|
import { SendFundsPushToCard, SendFundsPushToCard$Outbound } from "./sendfundspushtocard.js";
|
|
7
7
|
import { SendFundsRtp, SendFundsRtp$Outbound } from "./sendfundsrtp.js";
|
|
8
|
+
import { SendFundsWire, SendFundsWire$Outbound } from "./sendfundswire.js";
|
|
8
9
|
export type SendFunds = {
|
|
9
10
|
ach?: SendFundsAch | undefined;
|
|
10
11
|
pushToCard?: SendFundsPushToCard | undefined;
|
|
11
12
|
rtp?: SendFundsRtp | undefined;
|
|
12
13
|
instantBank?: SendFundsInstantBank | undefined;
|
|
14
|
+
wire?: SendFundsWire | undefined;
|
|
13
15
|
};
|
|
14
16
|
/** @internal */
|
|
15
17
|
export declare const SendFunds$inboundSchema: z.ZodType<SendFunds, z.ZodTypeDef, unknown>;
|
|
@@ -19,6 +21,7 @@ export type SendFunds$Outbound = {
|
|
|
19
21
|
pushToCard?: SendFundsPushToCard$Outbound | undefined;
|
|
20
22
|
rtp?: SendFundsRtp$Outbound | undefined;
|
|
21
23
|
instantBank?: SendFundsInstantBank$Outbound | undefined;
|
|
24
|
+
wire?: SendFundsWire$Outbound | undefined;
|
|
22
25
|
};
|
|
23
26
|
/** @internal */
|
|
24
27
|
export declare const SendFunds$outboundSchema: z.ZodType<SendFunds$Outbound, z.ZodTypeDef, SendFunds>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sendfunds.d.ts","sourceRoot":"","sources":["../../src/models/components/sendfunds.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,YAAY,EAEZ,qBAAqB,EAEtB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,oBAAoB,EAEpB,6BAA6B,EAE9B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,mBAAmB,EAEnB,4BAA4B,EAE7B,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,YAAY,EAEZ,qBAAqB,EAEtB,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"sendfunds.d.ts","sourceRoot":"","sources":["../../src/models/components/sendfunds.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,YAAY,EAEZ,qBAAqB,EAEtB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,oBAAoB,EAEpB,6BAA6B,EAE9B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,mBAAmB,EAEnB,4BAA4B,EAE7B,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,YAAY,EAEZ,qBAAqB,EAEtB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,aAAa,EAEb,sBAAsB,EAEvB,MAAM,oBAAoB,CAAC;AAE5B,MAAM,MAAM,SAAS,GAAG;IACtB,GAAG,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;IAC/B,UAAU,CAAC,EAAE,mBAAmB,GAAG,SAAS,CAAC;IAC7C,GAAG,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;IAC/B,WAAW,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAC/C,IAAI,CAAC,EAAE,aAAa,GAAG,SAAS,CAAC;CAClC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAC7C,SAAS,EACT,CAAC,CAAC,UAAU,EACZ,OAAO,CAOP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,kBAAkB,GAAG;IAC/B,GAAG,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;IACxC,UAAU,CAAC,EAAE,4BAA4B,GAAG,SAAS,CAAC;IACtD,GAAG,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;IACxC,WAAW,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;IACxD,IAAI,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;CAC3C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,wBAAwB,EAAE,CAAC,CAAC,OAAO,CAC9C,kBAAkB,EAClB,CAAC,CAAC,UAAU,EACZ,SAAS,CAOT,CAAC;AAEH,wBAAgB,eAAe,CAAC,SAAS,EAAE,SAAS,GAAG,MAAM,CAE5D;AACD,wBAAgB,iBAAiB,CAC/B,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,SAAS,EAAE,kBAAkB,CAAC,CAMhD"}
|
|
@@ -46,12 +46,14 @@ const sendfundsach_js_1 = require("./sendfundsach.js");
|
|
|
46
46
|
const sendfundsinstantbank_js_1 = require("./sendfundsinstantbank.js");
|
|
47
47
|
const sendfundspushtocard_js_1 = require("./sendfundspushtocard.js");
|
|
48
48
|
const sendfundsrtp_js_1 = require("./sendfundsrtp.js");
|
|
49
|
+
const sendfundswire_js_1 = require("./sendfundswire.js");
|
|
49
50
|
/** @internal */
|
|
50
51
|
exports.SendFunds$inboundSchema = z.object({
|
|
51
52
|
ach: types.optional(sendfundsach_js_1.SendFundsAch$inboundSchema),
|
|
52
53
|
pushToCard: types.optional(sendfundspushtocard_js_1.SendFundsPushToCard$inboundSchema),
|
|
53
54
|
rtp: types.optional(sendfundsrtp_js_1.SendFundsRtp$inboundSchema),
|
|
54
55
|
instantBank: types.optional(sendfundsinstantbank_js_1.SendFundsInstantBank$inboundSchema),
|
|
56
|
+
wire: types.optional(sendfundswire_js_1.SendFundsWire$inboundSchema),
|
|
55
57
|
});
|
|
56
58
|
/** @internal */
|
|
57
59
|
exports.SendFunds$outboundSchema = z.object({
|
|
@@ -59,6 +61,7 @@ exports.SendFunds$outboundSchema = z.object({
|
|
|
59
61
|
pushToCard: sendfundspushtocard_js_1.SendFundsPushToCard$outboundSchema.optional(),
|
|
60
62
|
rtp: sendfundsrtp_js_1.SendFundsRtp$outboundSchema.optional(),
|
|
61
63
|
instantBank: sendfundsinstantbank_js_1.SendFundsInstantBank$outboundSchema.optional(),
|
|
64
|
+
wire: sendfundswire_js_1.SendFundsWire$outboundSchema.optional(),
|
|
62
65
|
});
|
|
63
66
|
function sendFundsToJSON(sendFunds) {
|
|
64
67
|
return JSON.stringify(exports.SendFunds$outboundSchema.parse(sendFunds));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sendfunds.js","sourceRoot":"","sources":["../../src/models/components/sendfunds.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"sendfunds.js","sourceRoot":"","sources":["../../src/models/components/sendfunds.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgFH,0CAEC;AACD,8CAQC;AAzFD,0CAA4B;AAC5B,qDAAiD;AAEjD,iEAAmD;AAEnD,uDAK2B;AAC3B,uEAKmC;AACnC,qEAKkC;AAClC,uDAK2B;AAC3B,yDAK4B;AAU5B,gBAAgB;AACH,QAAA,uBAAuB,GAIhC,CAAC,CAAC,MAAM,CAAC;IACX,GAAG,EAAE,KAAK,CAAC,QAAQ,CAAC,4CAA0B,CAAC;IAC/C,UAAU,EAAE,KAAK,CAAC,QAAQ,CAAC,0DAAiC,CAAC;IAC7D,GAAG,EAAE,KAAK,CAAC,QAAQ,CAAC,4CAA0B,CAAC;IAC/C,WAAW,EAAE,KAAK,CAAC,QAAQ,CAAC,4DAAkC,CAAC;IAC/D,IAAI,EAAE,KAAK,CAAC,QAAQ,CAAC,8CAA2B,CAAC;CAClD,CAAC,CAAC;AAUH,gBAAgB;AACH,QAAA,wBAAwB,GAIjC,CAAC,CAAC,MAAM,CAAC;IACX,GAAG,EAAE,6CAA2B,CAAC,QAAQ,EAAE;IAC3C,UAAU,EAAE,2DAAkC,CAAC,QAAQ,EAAE;IACzD,GAAG,EAAE,6CAA2B,CAAC,QAAQ,EAAE;IAC3C,WAAW,EAAE,6DAAmC,CAAC,QAAQ,EAAE;IAC3D,IAAI,EAAE,+CAA4B,CAAC,QAAQ,EAAE;CAC9C,CAAC,CAAC;AAEH,SAAgB,eAAe,CAAC,SAAoB;IAClD,OAAO,IAAI,CAAC,SAAS,CAAC,gCAAwB,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC;AACnE,CAAC;AACD,SAAgB,iBAAiB,CAC/B,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,+BAAuB,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACnD,uCAAuC,CACxC,CAAC;AACJ,CAAC"}
|
|
@@ -5,11 +5,13 @@ import { SendFundsAchError, SendFundsAchError$Outbound } from "./sendfundsacherr
|
|
|
5
5
|
import { SendFundsInstantBankError, SendFundsInstantBankError$Outbound } from "./sendfundsinstantbankerror.js";
|
|
6
6
|
import { SendFundsPushToCardError, SendFundsPushToCardError$Outbound } from "./sendfundspushtocarderror.js";
|
|
7
7
|
import { SendFundsRtpError, SendFundsRtpError$Outbound } from "./sendfundsrtperror.js";
|
|
8
|
+
import { SendFundsWireError, SendFundsWireError$Outbound } from "./sendfundswireerror.js";
|
|
8
9
|
export type SendFundsError = {
|
|
9
10
|
ach?: SendFundsAchError | undefined;
|
|
10
11
|
pushToCard?: SendFundsPushToCardError | undefined;
|
|
11
12
|
rtp?: SendFundsRtpError | undefined;
|
|
12
13
|
instantBank?: SendFundsInstantBankError | undefined;
|
|
14
|
+
wire?: SendFundsWireError | undefined;
|
|
13
15
|
};
|
|
14
16
|
/** @internal */
|
|
15
17
|
export declare const SendFundsError$inboundSchema: z.ZodType<SendFundsError, z.ZodTypeDef, unknown>;
|
|
@@ -19,6 +21,7 @@ export type SendFundsError$Outbound = {
|
|
|
19
21
|
pushToCard?: SendFundsPushToCardError$Outbound | undefined;
|
|
20
22
|
rtp?: SendFundsRtpError$Outbound | undefined;
|
|
21
23
|
instantBank?: SendFundsInstantBankError$Outbound | undefined;
|
|
24
|
+
wire?: SendFundsWireError$Outbound | undefined;
|
|
22
25
|
};
|
|
23
26
|
/** @internal */
|
|
24
27
|
export declare const SendFundsError$outboundSchema: z.ZodType<SendFundsError$Outbound, z.ZodTypeDef, SendFundsError>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sendfundserror.d.ts","sourceRoot":"","sources":["../../src/models/components/sendfundserror.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,iBAAiB,EAEjB,0BAA0B,EAE3B,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,yBAAyB,EAEzB,kCAAkC,EAEnC,MAAM,gCAAgC,CAAC;AACxC,OAAO,EACL,wBAAwB,EAExB,iCAAiC,EAElC,MAAM,+BAA+B,CAAC;AACvC,OAAO,EACL,iBAAiB,EAEjB,0BAA0B,EAE3B,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"sendfundserror.d.ts","sourceRoot":"","sources":["../../src/models/components/sendfundserror.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,iBAAiB,EAEjB,0BAA0B,EAE3B,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,yBAAyB,EAEzB,kCAAkC,EAEnC,MAAM,gCAAgC,CAAC;AACxC,OAAO,EACL,wBAAwB,EAExB,iCAAiC,EAElC,MAAM,+BAA+B,CAAC;AACvC,OAAO,EACL,iBAAiB,EAEjB,0BAA0B,EAE3B,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,kBAAkB,EAElB,2BAA2B,EAE5B,MAAM,yBAAyB,CAAC;AAEjC,MAAM,MAAM,cAAc,GAAG;IAC3B,GAAG,CAAC,EAAE,iBAAiB,GAAG,SAAS,CAAC;IACpC,UAAU,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAClD,GAAG,CAAC,EAAE,iBAAiB,GAAG,SAAS,CAAC;IACpC,WAAW,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IACpD,IAAI,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;CACvC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,4BAA4B,EAAE,CAAC,CAAC,OAAO,CAClD,cAAc,EACd,CAAC,CAAC,UAAU,EACZ,OAAO,CAOP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,uBAAuB,GAAG;IACpC,GAAG,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAC7C,UAAU,CAAC,EAAE,iCAAiC,GAAG,SAAS,CAAC;IAC3D,GAAG,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAC7C,WAAW,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAC7D,IAAI,CAAC,EAAE,2BAA2B,GAAG,SAAS,CAAC;CAChD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,OAAO,CACnD,uBAAuB,EACvB,CAAC,CAAC,UAAU,EACZ,cAAc,CAOd,CAAC;AAEH,wBAAgB,oBAAoB,CAAC,cAAc,EAAE,cAAc,GAAG,MAAM,CAE3E;AACD,wBAAgB,sBAAsB,CACpC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,cAAc,EAAE,kBAAkB,CAAC,CAMrD"}
|
|
@@ -46,12 +46,14 @@ const sendfundsacherror_js_1 = require("./sendfundsacherror.js");
|
|
|
46
46
|
const sendfundsinstantbankerror_js_1 = require("./sendfundsinstantbankerror.js");
|
|
47
47
|
const sendfundspushtocarderror_js_1 = require("./sendfundspushtocarderror.js");
|
|
48
48
|
const sendfundsrtperror_js_1 = require("./sendfundsrtperror.js");
|
|
49
|
+
const sendfundswireerror_js_1 = require("./sendfundswireerror.js");
|
|
49
50
|
/** @internal */
|
|
50
51
|
exports.SendFundsError$inboundSchema = z.object({
|
|
51
52
|
ach: types.optional(sendfundsacherror_js_1.SendFundsAchError$inboundSchema),
|
|
52
53
|
pushToCard: types.optional(sendfundspushtocarderror_js_1.SendFundsPushToCardError$inboundSchema),
|
|
53
54
|
rtp: types.optional(sendfundsrtperror_js_1.SendFundsRtpError$inboundSchema),
|
|
54
55
|
instantBank: types.optional(sendfundsinstantbankerror_js_1.SendFundsInstantBankError$inboundSchema),
|
|
56
|
+
wire: types.optional(sendfundswireerror_js_1.SendFundsWireError$inboundSchema),
|
|
55
57
|
});
|
|
56
58
|
/** @internal */
|
|
57
59
|
exports.SendFundsError$outboundSchema = z.object({
|
|
@@ -59,6 +61,7 @@ exports.SendFundsError$outboundSchema = z.object({
|
|
|
59
61
|
pushToCard: sendfundspushtocarderror_js_1.SendFundsPushToCardError$outboundSchema.optional(),
|
|
60
62
|
rtp: sendfundsrtperror_js_1.SendFundsRtpError$outboundSchema.optional(),
|
|
61
63
|
instantBank: sendfundsinstantbankerror_js_1.SendFundsInstantBankError$outboundSchema.optional(),
|
|
64
|
+
wire: sendfundswireerror_js_1.SendFundsWireError$outboundSchema.optional(),
|
|
62
65
|
});
|
|
63
66
|
function sendFundsErrorToJSON(sendFundsError) {
|
|
64
67
|
return JSON.stringify(exports.SendFundsError$outboundSchema.parse(sendFundsError));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sendfundserror.js","sourceRoot":"","sources":["../../src/models/components/sendfundserror.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"sendfundserror.js","sourceRoot":"","sources":["../../src/models/components/sendfundserror.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgFH,oDAEC;AACD,wDAQC;AAzFD,0CAA4B;AAC5B,qDAAiD;AAEjD,iEAAmD;AAEnD,iEAKgC;AAChC,iFAKwC;AACxC,+EAKuC;AACvC,iEAKgC;AAChC,mEAKiC;AAUjC,gBAAgB;AACH,QAAA,4BAA4B,GAIrC,CAAC,CAAC,MAAM,CAAC;IACX,GAAG,EAAE,KAAK,CAAC,QAAQ,CAAC,sDAA+B,CAAC;IACpD,UAAU,EAAE,KAAK,CAAC,QAAQ,CAAC,oEAAsC,CAAC;IAClE,GAAG,EAAE,KAAK,CAAC,QAAQ,CAAC,sDAA+B,CAAC;IACpD,WAAW,EAAE,KAAK,CAAC,QAAQ,CAAC,sEAAuC,CAAC;IACpE,IAAI,EAAE,KAAK,CAAC,QAAQ,CAAC,wDAAgC,CAAC;CACvD,CAAC,CAAC;AAUH,gBAAgB;AACH,QAAA,6BAA6B,GAItC,CAAC,CAAC,MAAM,CAAC;IACX,GAAG,EAAE,uDAAgC,CAAC,QAAQ,EAAE;IAChD,UAAU,EAAE,qEAAuC,CAAC,QAAQ,EAAE;IAC9D,GAAG,EAAE,uDAAgC,CAAC,QAAQ,EAAE;IAChD,WAAW,EAAE,uEAAwC,CAAC,QAAQ,EAAE;IAChE,IAAI,EAAE,yDAAiC,CAAC,QAAQ,EAAE;CACnD,CAAC,CAAC;AAEH,SAAgB,oBAAoB,CAAC,cAA8B;IACjE,OAAO,IAAI,CAAC,SAAS,CAAC,qCAA6B,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC;AAC7E,CAAC;AACD,SAAgB,sBAAsB,CACpC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,oCAA4B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACxD,4CAA4C,CAC7C,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
+
import { EstimatedActivity, EstimatedActivity$Outbound } from "./estimatedactivity.js";
|
|
5
|
+
export type SendFundsWire = {
|
|
6
|
+
estimatedActivity?: EstimatedActivity | undefined;
|
|
7
|
+
};
|
|
8
|
+
/** @internal */
|
|
9
|
+
export declare const SendFundsWire$inboundSchema: z.ZodType<SendFundsWire, z.ZodTypeDef, unknown>;
|
|
10
|
+
/** @internal */
|
|
11
|
+
export type SendFundsWire$Outbound = {
|
|
12
|
+
estimatedActivity?: EstimatedActivity$Outbound | undefined;
|
|
13
|
+
};
|
|
14
|
+
/** @internal */
|
|
15
|
+
export declare const SendFundsWire$outboundSchema: z.ZodType<SendFundsWire$Outbound, z.ZodTypeDef, SendFundsWire>;
|
|
16
|
+
export declare function sendFundsWireToJSON(sendFundsWire: SendFundsWire): string;
|
|
17
|
+
export declare function sendFundsWireFromJSON(jsonString: string): SafeParseResult<SendFundsWire, SDKValidationError>;
|
|
18
|
+
//# sourceMappingURL=sendfundswire.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sendfundswire.d.ts","sourceRoot":"","sources":["../../src/models/components/sendfundswire.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,iBAAiB,EAEjB,0BAA0B,EAE3B,MAAM,wBAAwB,CAAC;AAEhC,MAAM,MAAM,aAAa,GAAG;IAC1B,iBAAiB,CAAC,EAAE,iBAAiB,GAAG,SAAS,CAAC;CACnD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,OAAO,CACjD,aAAa,EACb,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,sBAAsB,GAAG;IACnC,iBAAiB,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;CAC5D,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,4BAA4B,EAAE,CAAC,CAAC,OAAO,CAClD,sBAAsB,EACtB,CAAC,CAAC,UAAU,EACZ,aAAa,CAGb,CAAC;AAEH,wBAAgB,mBAAmB,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,CAExE;AACD,wBAAgB,qBAAqB,CACnC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,aAAa,EAAE,kBAAkB,CAAC,CAMpD"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.SendFundsWire$outboundSchema = exports.SendFundsWire$inboundSchema = void 0;
|
|
40
|
+
exports.sendFundsWireToJSON = sendFundsWireToJSON;
|
|
41
|
+
exports.sendFundsWireFromJSON = sendFundsWireFromJSON;
|
|
42
|
+
const z = __importStar(require("zod/v3"));
|
|
43
|
+
const schemas_js_1 = require("../../lib/schemas.js");
|
|
44
|
+
const types = __importStar(require("../../types/primitives.js"));
|
|
45
|
+
const estimatedactivity_js_1 = require("./estimatedactivity.js");
|
|
46
|
+
/** @internal */
|
|
47
|
+
exports.SendFundsWire$inboundSchema = z.object({
|
|
48
|
+
estimatedActivity: types.optional(estimatedactivity_js_1.EstimatedActivity$inboundSchema),
|
|
49
|
+
});
|
|
50
|
+
/** @internal */
|
|
51
|
+
exports.SendFundsWire$outboundSchema = z.object({
|
|
52
|
+
estimatedActivity: estimatedactivity_js_1.EstimatedActivity$outboundSchema.optional(),
|
|
53
|
+
});
|
|
54
|
+
function sendFundsWireToJSON(sendFundsWire) {
|
|
55
|
+
return JSON.stringify(exports.SendFundsWire$outboundSchema.parse(sendFundsWire));
|
|
56
|
+
}
|
|
57
|
+
function sendFundsWireFromJSON(jsonString) {
|
|
58
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.SendFundsWire$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'SendFundsWire' from JSON`);
|
|
59
|
+
}
|
|
60
|
+
//# sourceMappingURL=sendfundswire.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sendfundswire.js","sourceRoot":"","sources":["../../src/models/components/sendfundswire.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwCH,kDAEC;AACD,sDAQC;AAjDD,0CAA4B;AAC5B,qDAAiD;AAEjD,iEAAmD;AAEnD,iEAKgC;AAMhC,gBAAgB;AACH,QAAA,2BAA2B,GAIpC,CAAC,CAAC,MAAM,CAAC;IACX,iBAAiB,EAAE,KAAK,CAAC,QAAQ,CAAC,sDAA+B,CAAC;CACnE,CAAC,CAAC;AAMH,gBAAgB;AACH,QAAA,4BAA4B,GAIrC,CAAC,CAAC,MAAM,CAAC;IACX,iBAAiB,EAAE,uDAAgC,CAAC,QAAQ,EAAE;CAC/D,CAAC,CAAC;AAEH,SAAgB,mBAAmB,CAAC,aAA4B;IAC9D,OAAO,IAAI,CAAC,SAAS,CAAC,oCAA4B,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC;AAC3E,CAAC;AACD,SAAgB,qBAAqB,CACnC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,mCAA2B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACvD,2CAA2C,CAC5C,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
+
import { EstimatedActivityError, EstimatedActivityError$Outbound } from "./estimatedactivityerror.js";
|
|
5
|
+
export type SendFundsWireError = {
|
|
6
|
+
estimatedActivity?: EstimatedActivityError | undefined;
|
|
7
|
+
};
|
|
8
|
+
/** @internal */
|
|
9
|
+
export declare const SendFundsWireError$inboundSchema: z.ZodType<SendFundsWireError, z.ZodTypeDef, unknown>;
|
|
10
|
+
/** @internal */
|
|
11
|
+
export type SendFundsWireError$Outbound = {
|
|
12
|
+
estimatedActivity?: EstimatedActivityError$Outbound | undefined;
|
|
13
|
+
};
|
|
14
|
+
/** @internal */
|
|
15
|
+
export declare const SendFundsWireError$outboundSchema: z.ZodType<SendFundsWireError$Outbound, z.ZodTypeDef, SendFundsWireError>;
|
|
16
|
+
export declare function sendFundsWireErrorToJSON(sendFundsWireError: SendFundsWireError): string;
|
|
17
|
+
export declare function sendFundsWireErrorFromJSON(jsonString: string): SafeParseResult<SendFundsWireError, SDKValidationError>;
|
|
18
|
+
//# sourceMappingURL=sendfundswireerror.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sendfundswireerror.d.ts","sourceRoot":"","sources":["../../src/models/components/sendfundswireerror.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,sBAAsB,EAEtB,+BAA+B,EAEhC,MAAM,6BAA6B,CAAC;AAErC,MAAM,MAAM,kBAAkB,GAAG;IAC/B,iBAAiB,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;CACxD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,kBAAkB,EAClB,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,2BAA2B,GAAG;IACxC,iBAAiB,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;CACjE,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CACvD,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,kBAAkB,CAGlB,CAAC;AAEH,wBAAgB,wBAAwB,CACtC,kBAAkB,EAAE,kBAAkB,GACrC,MAAM,CAIR;AACD,wBAAgB,0BAA0B,CACxC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,kBAAkB,EAAE,kBAAkB,CAAC,CAMzD"}
|