moov_ruby 24.1.10 → 25.1.0.pre.dev.0
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.
- checksums.yaml +4 -4
- data/lib/crystalline/metadata_fields.rb +22 -85
- data/lib/crystalline/module.rb +13 -99
- data/lib/crystalline/types.rb +3 -90
- data/lib/moov/account_terminal_applications.rb +14 -28
- data/lib/moov/accounts.rb +45 -80
- data/lib/moov/adjustments.rb +7 -15
- data/lib/moov/apple_pay.rb +25 -42
- data/lib/moov/authentication.rb +8 -16
- data/lib/moov/avatars.rb +5 -10
- data/lib/moov/bank_accounts.rb +45 -74
- data/lib/moov/branding.rb +12 -23
- data/lib/moov/capabilities.rb +15 -29
- data/lib/moov/card_issuing.rb +19 -36
- data/lib/moov/cards.rb +28 -60
- data/lib/moov/client.rb +1 -2
- data/lib/moov/disputes.rb +53 -88
- data/lib/moov/end_to_end_encryption.rb +7 -15
- data/lib/moov/enriched_address.rb +3 -8
- data/lib/moov/enriched_profile.rb +4 -9
- data/lib/moov/fee_plans.rb +157 -65
- data/lib/moov/files.rb +12 -23
- data/lib/moov/images.rb +27 -47
- data/lib/moov/industries.rb +4 -9
- data/lib/moov/institutions.rb +12 -20
- data/lib/moov/issuing_transactions.rb +16 -33
- data/lib/moov/models/components/account.rb +5 -5
- data/lib/moov/models/components/accountfees.rb +2 -6
- data/lib/moov/models/components/accountfees.rbi +0 -2
- data/lib/moov/models/components/accountnameverification.rb +4 -4
- data/lib/moov/models/components/accounttype.rb +2 -0
- data/lib/moov/models/components/accountverificationstatus.rb +4 -2
- data/lib/moov/models/components/achcreditsamedaypaymentmethod.rb +1 -1
- data/lib/moov/models/components/achcreditsamedaypaymentmethod_paymentmethodtype.rb +2 -0
- data/lib/moov/models/components/achcreditstandardpaymentmethod.rb +1 -1
- data/lib/moov/models/components/achcreditstandardpaymentmethod_paymentmethodtype.rb +2 -0
- data/lib/moov/models/components/achdebitcollectpaymentmethod.rb +1 -1
- data/lib/moov/models/components/achdebitcollectpaymentmethod_paymentmethodtype.rb +2 -0
- data/lib/moov/models/components/achdebitfundpaymentmethod.rb +1 -1
- data/lib/moov/models/components/achdebitfundpaymentmethod_paymentmethodtype.rb +2 -0
- data/lib/moov/models/components/achreturncode.rb +3 -1
- data/lib/moov/models/components/achtransactiondetails.rb +10 -10
- data/lib/moov/models/components/achtransactionstatus.rb +2 -0
- data/lib/moov/models/components/adjustment.rb +1 -1
- data/lib/moov/models/components/adjustmentfees.rb +3 -3
- data/lib/moov/models/components/amount.rb +1 -1
- data/lib/moov/models/components/amountdecimal.rb +1 -1
- data/lib/moov/models/components/amountupdate.rb +1 -1
- data/lib/moov/models/components/applepayheader.rb +1 -1
- data/lib/moov/models/components/applepaymerchantdomains.rb +2 -2
- data/lib/moov/models/components/applepaypaymentmethod.rb +1 -1
- data/lib/moov/models/components/applepaypaymentmethod_paymentmethodtype.rb +2 -0
- data/lib/moov/models/components/applepayresponse.rb +2 -2
- data/lib/moov/models/components/applicationscope.rb +2 -0
- data/lib/moov/models/components/asynccreatedrefund.rb +1 -1
- data/lib/moov/models/components/asynctransfer.rb +1 -1
- data/lib/moov/models/components/authtoken.rb +1 -1
- data/lib/moov/models/components/authtokenrequest.rb +2 -2
- data/lib/moov/models/components/bankaccount.rb +7 -7
- data/lib/moov/models/components/bankaccountexception.rb +5 -5
- data/lib/moov/models/components/bankaccountholdertype.rb +2 -0
- data/lib/moov/models/components/bankaccountintegration.rb +2 -2
- data/lib/moov/models/components/bankaccountstatus.rb +2 -0
- data/lib/moov/models/components/bankaccountstatusreason.rb +2 -0
- data/lib/moov/models/components/bankaccounttype.rb +2 -0
- data/lib/moov/models/components/bankaccountverification.rb +2 -2
- data/lib/moov/models/components/bankaccountverificationcreated.rb +2 -2
- data/lib/moov/models/components/bankaccountverificationmethod.rb +2 -0
- data/lib/moov/models/components/bankaccountverificationstatus.rb +2 -0
- data/lib/moov/models/components/bankaccountwaitfor.rb +2 -0
- data/lib/moov/models/components/basicpaymentmethod.rb +1 -1
- data/lib/moov/models/components/billablefee.rb +3 -3
- data/lib/moov/models/components/billingsummary.rb +6 -6
- data/lib/moov/models/components/billingsummary_platformfees.rb +3 -3
- data/lib/moov/models/components/billingsummary_volumeamount.rb +3 -3
- data/lib/moov/models/components/billingsummarydetails.rb +4 -4
- data/lib/moov/models/components/billingsummarydetails_volumeamount.rb +3 -3
- data/lib/moov/models/components/businessprofile.rb +2 -2
- data/lib/moov/models/components/businesstype.rb +2 -0
- data/lib/moov/models/components/calltoaction.rb +3 -1
- data/lib/moov/models/components/cancellation.rb +2 -2
- data/lib/moov/models/components/cancellationstatus.rb +2 -0
- data/lib/moov/models/components/capability.rb +6 -6
- data/lib/moov/models/components/capabilityid.rb +3 -1
- data/lib/moov/models/components/capabilitystatus.rb +2 -0
- data/lib/moov/models/components/card.rb +5 -5
- data/lib/moov/models/components/cardaccountupdater.rb +2 -2
- data/lib/moov/models/components/cardacquiring.rb +4 -4
- data/lib/moov/models/components/cardacquiringdispute.rb +1 -1
- data/lib/moov/models/components/cardacquiringmodel.rb +2 -0
- data/lib/moov/models/components/cardacquiringrefund.rb +3 -3
- data/lib/moov/models/components/cardbrand.rb +2 -0
- data/lib/moov/models/components/cardissuingnetwork.rb +2 -0
- data/lib/moov/models/components/cardpaymentpaymentmethod.rb +1 -1
- data/lib/moov/models/components/cardpaymentpaymentmethod_paymentmethodtype.rb +2 -0
- data/lib/moov/models/components/cardtransactiondetails.rb +12 -12
- data/lib/moov/models/components/cardtransactionfailurecode.rb +2 -0
- data/lib/moov/models/components/cardtransactionstatus.rb +2 -0
- data/lib/moov/models/components/cardtype.rb +2 -0
- data/lib/moov/models/components/cardupdatereason.rb +2 -0
- data/lib/moov/models/components/cardverification.rb +3 -3
- data/lib/moov/models/components/cardverificationresult.rb +2 -0
- data/lib/moov/models/components/collectionpaymentmethodtype.rb +2 -0
- data/lib/moov/models/components/completedmicrodeposits.rb +1 -1
- data/lib/moov/models/components/createaccount.rb +2 -2
- data/lib/moov/models/components/createbusinessprofile.rb +2 -2
- data/lib/moov/models/components/createdtransfer.rb +4 -4
- data/lib/moov/models/components/createevidencefilemultipart.rb +1 -1
- data/lib/moov/models/components/createevidencetext.rb +1 -1
- data/lib/moov/models/components/createfeeplanagreement.rb +1 -1
- data/lib/moov/models/components/createpaymentlink.rb +4 -4
- data/lib/moov/models/components/createpaymentlinklineitem.rb +2 -7
- data/lib/moov/models/components/createpaymentlinklineitemoption.rb +1 -4
- data/lib/moov/models/components/createproductoption.rb +1 -1
- data/lib/moov/models/components/createproductoptiongroup.rb +2 -2
- data/lib/moov/models/components/createrefund.rb +1 -1
- data/lib/moov/models/components/createscheduledtransferlineitem.rb +2 -6
- data/lib/moov/models/components/createscheduledtransferlineitemoption.rb +1 -4
- data/lib/moov/models/components/createsweepconfig.rb +1 -1
- data/lib/moov/models/components/createterminalapplication.rb +1 -1
- data/lib/moov/models/components/createtransferlineitem.rb +2 -6
- data/lib/moov/models/components/createtransferlineitemoption.rb +1 -4
- data/lib/moov/models/components/createtransfersourceach.rb +2 -2
- data/lib/moov/models/components/createtransfersourcecard.rb +2 -2
- data/lib/moov/models/components/createwebhook.rb +1 -1
- data/lib/moov/models/components/debitholdperiod.rb +2 -0
- data/lib/moov/models/components/disbursementpaymentmethodtype.rb +2 -0
- data/lib/moov/models/components/dispute.rb +7 -7
- data/lib/moov/models/components/disputeevidenceresponse.rb +4 -4
- data/lib/moov/models/components/disputephase.rb +2 -0
- data/lib/moov/models/components/disputestatus.rb +3 -1
- data/lib/moov/models/components/document.rb +2 -2
- data/lib/moov/models/components/documenttype.rb +2 -0
- data/lib/moov/models/components/domesticpullfromcard.rb +2 -0
- data/lib/moov/models/components/domesticpushtocard.rb +2 -0
- data/lib/moov/models/components/evidencetextresponse.rb +2 -2
- data/lib/moov/models/components/evidencetype.rb +2 -0
- data/lib/moov/models/components/evidenceuploadresponse.rb +2 -2
- data/lib/moov/models/components/facilitatorfee.rb +1 -1
- data/lib/moov/models/components/feecategory.rb +2 -0
- data/lib/moov/models/components/feemodel.rb +2 -0
- data/lib/moov/models/components/feeplan.rb +3 -3
- data/lib/moov/models/components/feeplanagreement.rb +6 -6
- data/lib/moov/models/components/feeplanagreementstatus.rb +2 -0
- data/lib/moov/models/components/feeproperties.rb +1 -1
- data/lib/moov/models/components/filedetails.rb +4 -4
- data/lib/moov/models/components/filepurpose.rb +2 -0
- data/lib/moov/models/components/filestatus.rb +2 -0
- data/lib/moov/models/components/fileuploadrequestmultipart.rb +1 -1
- data/lib/moov/models/components/fulfillmentdetails.rb +1 -1
- data/lib/moov/models/components/fullissuedcard.rb +5 -5
- data/lib/moov/models/components/generatedby.rb +7 -11
- data/lib/moov/models/components/generatedby.rbi +0 -2
- data/lib/moov/models/components/granttype.rb +3 -1
- data/lib/moov/models/components/imagemetadata.rb +4 -4
- data/lib/moov/models/components/incurredfee.rb +2 -2
- data/lib/moov/models/components/invoicestatus.rb +2 -0
- data/lib/moov/models/components/issuedcard.rb +5 -5
- data/lib/moov/models/components/issuedcardauthorization.rb +3 -3
- data/lib/moov/models/components/issuedcardauthorizationevent.rb +3 -3
- data/lib/moov/models/components/issuedcardauthorizationeventresult.rb +2 -0
- data/lib/moov/models/components/issuedcardeventtype.rb +2 -0
- data/lib/moov/models/components/issuedcardformfactor.rb +2 -0
- data/lib/moov/models/components/issuedcardstate.rb +3 -1
- data/lib/moov/models/components/issuedcardtransaction.rb +2 -2
- data/lib/moov/models/components/issuingauthorizationstatus.rb +2 -0
- data/lib/moov/models/components/issuingintervallimit.rb +2 -0
- data/lib/moov/models/components/issuingvelocitylimit.rb +1 -1
- data/lib/moov/models/components/jsonwebkey.rb +6 -6
- data/lib/moov/models/components/kind.rb +2 -0
- data/lib/moov/models/components/linkapplepay.rb +2 -2
- data/lib/moov/models/components/linkapplepaymentdata.rb +2 -2
- data/lib/moov/models/components/linkapplepaymentmethod.rb +1 -1
- data/lib/moov/models/components/linkapplepaytoken.rb +3 -3
- data/lib/moov/models/components/linkcardwaitfor.rb +2 -0
- data/lib/moov/models/components/linkedapplepaypaymentmethod.rb +1 -1
- data/lib/moov/models/components/manualtermsofservice.rb +1 -1
- data/lib/moov/models/components/manualtermsofserviceupdate.rb +1 -1
- data/lib/moov/models/components/microdepositstatus.rb +2 -0
- data/lib/moov/models/components/minimumcommitment.rb +1 -1
- data/lib/moov/models/components/mode.rb +2 -0
- data/lib/moov/models/components/monthlyplatformfee.rb +1 -1
- data/lib/moov/models/components/moovfee.rb +1 -1
- data/lib/moov/models/components/moovwalletpaymentmethod.rb +1 -1
- data/lib/moov/models/components/moovwalletpaymentmethod_paymentmethodtype.rb +2 -0
- data/lib/moov/models/components/mxauthorizationcode.rb +1 -1
- data/lib/moov/models/components/mxpayload.rb +3 -3
- data/lib/moov/models/components/occurrence.rb +1 -1
- data/lib/moov/models/components/occurrencesresponse.rb +5 -5
- data/lib/moov/models/components/occurrencestatus.rb +2 -0
- data/lib/moov/models/components/onboardinginvite.rb +3 -3
- data/lib/moov/models/components/onboardingpartneraccount.rb +1 -1
- data/lib/moov/models/components/otherfees.rb +3 -3
- data/lib/moov/models/components/partnerpricing.rb +66 -0
- data/lib/moov/models/components/partnerpricing.rbi +29 -0
- data/lib/moov/models/components/partnerpricingagreement.rb +6 -6
- data/lib/moov/models/components/patchbusiness.rb +2 -2
- data/lib/moov/models/components/patchsweepconfig.rb +1 -1
- data/lib/moov/models/components/patchwallet.rb +1 -1
- data/lib/moov/models/components/paymentlink.rb +9 -9
- data/lib/moov/models/components/paymentlinkdisplayoptions.rb +2 -2
- data/lib/moov/models/components/paymentlinkdisplayoptionsupdate.rb +2 -2
- data/lib/moov/models/components/paymentlinkpayoutdetails.rb +1 -1
- data/lib/moov/models/components/paymentlinkpayoutdetailsupdate.rb +1 -1
- data/lib/moov/models/components/paymentlinkstatus.rb +2 -0
- data/lib/moov/models/components/paymentlinktype.rb +2 -1
- data/lib/moov/models/components/paymentmethodsbankaccount.rb +5 -5
- data/lib/moov/models/components/paymentmethodscard.rb +4 -4
- data/lib/moov/models/components/paymentmethodswallet.rb +1 -1
- data/lib/moov/models/components/paymentmethodtype.rb +2 -0
- data/lib/moov/models/components/payoutrecipient.rb +1 -1
- data/lib/moov/models/components/plaidintegration.rb +2 -2
- data/lib/moov/models/components/plaidlinkintegration.rb +2 -2
- data/lib/moov/models/components/plaidlinkpayload.rb +3 -3
- data/lib/moov/models/components/plaidpayload.rb +2 -2
- data/lib/moov/models/components/platformfees.rb +2 -2
- data/lib/moov/models/components/primaryregulator.rb +2 -0
- data/lib/moov/models/components/product.rb +4 -4
- data/lib/moov/models/components/productoption.rb +1 -1
- data/lib/moov/models/components/productoptiongroup.rb +2 -2
- data/lib/moov/models/components/productrequest.rb +1 -1
- data/lib/moov/models/components/pullfromcardpaymentmethod.rb +1 -1
- data/lib/moov/models/components/pullfromcardpaymentmethod_paymentmethodtype.rb +2 -0
- data/lib/moov/models/components/pushtocardpaymentmethod.rb +1 -1
- data/lib/moov/models/components/pushtocardpaymentmethod_paymentmethodtype.rb +2 -0
- data/lib/moov/models/components/receiptkind.rb +2 -0
- data/lib/moov/models/components/receiptrequest.rb +1 -1
- data/lib/moov/models/components/receiptresponse.rb +2 -2
- data/lib/moov/models/components/recur.rb +1 -1
- data/lib/moov/models/components/recurresponse.rb +1 -1
- data/lib/moov/models/components/refundcarddetails.rb +7 -7
- data/lib/moov/models/components/refundcardstatus.rb +2 -0
- data/lib/moov/models/components/refundstatus.rb +2 -0
- data/lib/moov/models/components/representative.rb +3 -3
- data/lib/moov/models/components/requestcard.rb +1 -1
- data/lib/moov/models/components/requirementerror.rb +2 -2
- data/lib/moov/models/components/requirementerrorcode.rb +2 -0
- data/lib/moov/models/components/requirementid.rb +2 -0
- data/lib/moov/models/components/residual.rb +4 -4
- data/lib/moov/models/components/returnpolicytype.rb +2 -0
- data/lib/moov/models/components/revoketokenrequest.rb +1 -1
- data/lib/moov/models/components/rtpcreditpaymentmethod.rb +1 -1
- data/lib/moov/models/components/rtpcreditpaymentmethod_paymentmethodtype.rb +2 -0
- data/lib/moov/models/components/rtpfailurecode.rb +2 -0
- data/lib/moov/models/components/rtprejectioncode.rb +3 -1
- data/lib/moov/models/components/{rtpdetails.rb → rtptransactiondetails.rb} +8 -10
- data/lib/moov/models/components/{rtpdetails.rbi → rtptransactiondetails.rbi} +2 -2
- data/lib/moov/models/components/rtptransactionstatus.rb +2 -0
- data/lib/moov/models/components/schedulelistresponse.rb +4 -4
- data/lib/moov/models/components/scheduleresponse.rb +4 -4
- data/lib/moov/models/components/seccode.rb +2 -0
- data/lib/moov/models/components/sentreceipt.rb +1 -1
- data/lib/moov/models/components/statement.rb +6 -6
- data/lib/moov/models/components/status.rb +2 -0
- data/lib/moov/models/components/sweep.rb +3 -3
- data/lib/moov/models/components/sweepconfig.rb +3 -3
- data/lib/moov/models/components/sweepconfigpaymentmethod.rb +1 -1
- data/lib/moov/models/components/sweepconfigstatus.rb +2 -0
- data/lib/moov/models/components/sweepstatus.rb +2 -0
- data/lib/moov/models/components/sweepsubtotal.rb +1 -1
- data/lib/moov/models/components/terminalapplication.rb +2 -2
- data/lib/moov/models/components/terminalapplicationplatform.rb +2 -0
- data/lib/moov/models/components/terminalapplicationstatus.rb +2 -0
- data/lib/moov/models/components/termsofservice.rb +1 -1
- data/lib/moov/models/components/ticketstatus.rb +2 -0
- data/lib/moov/models/components/token_type_hint.rb +2 -0
- data/lib/moov/models/components/tokentype.rb +2 -0
- data/lib/moov/models/components/transactionsource.rb +3 -1
- data/lib/moov/models/components/transfer.rb +4 -4
- data/lib/moov/models/components/transferdestination.rb +7 -7
- data/lib/moov/models/components/transferfailurereason.rb +2 -0
- data/lib/moov/models/components/transferoptions.rb +3 -3
- data/lib/moov/models/components/transferparty.rb +2 -0
- data/lib/moov/models/components/transfersource.rb +6 -6
- data/lib/moov/models/components/transferstatus.rb +2 -0
- data/lib/moov/models/components/transferwaitfor.rb +2 -0
- data/lib/moov/models/components/underwriting.rb +2 -2
- data/lib/moov/models/components/underwritingstatus.rb +4 -2
- data/lib/moov/models/components/updateevidence.rb +1 -1
- data/lib/moov/models/components/updateissuedcard.rb +1 -1
- data/lib/moov/models/components/updateissuedcardstate.rb +2 -0
- data/lib/moov/models/components/updatepaymentlink.rb +1 -1
- data/lib/moov/models/components/updatewebhook.rb +1 -1
- data/lib/moov/models/components/use.rb +2 -0
- data/lib/moov/models/components/verification.rb +9 -9
- data/lib/moov/models/components/verificationstatus.rb +4 -2
- data/lib/moov/models/components/verificationstatusdetail.rb +4 -2
- data/lib/moov/models/components/wallet.rb +4 -4
- data/lib/moov/models/components/walletavailablebalance.rb +1 -1
- data/lib/moov/models/components/walletstatus.rb +2 -0
- data/lib/moov/models/components/wallettransaction.rb +5 -5
- data/lib/moov/models/components/wallettransactionsourcetype.rb +2 -0
- data/lib/moov/models/components/wallettransactionstatus.rb +2 -0
- data/lib/moov/models/components/wallettransactiontype.rb +2 -0
- data/lib/moov/models/components/wallettype.rb +2 -0
- data/lib/moov/models/components/webhook.rb +4 -4
- data/lib/moov/models/components/webhookdatabankaccountupdated.rb +2 -2
- data/lib/moov/models/components/webhookdatacancellationcreated.rb +1 -1
- data/lib/moov/models/components/webhookdatacancellationupdated.rb +1 -1
- data/lib/moov/models/components/webhookdatacapabilityrequested.rb +2 -2
- data/lib/moov/models/components/webhookdatacapabilityupdated.rb +3 -3
- data/lib/moov/models/components/webhookdatacardautoupdated.rb +1 -1
- data/lib/moov/models/components/webhookdatadisputecreated.rb +3 -3
- data/lib/moov/models/components/webhookdatadisputeupdated.rb +3 -3
- data/lib/moov/models/components/webhookdatainvoiceupdated.rb +1 -1
- data/lib/moov/models/components/webhookdatanetworkidupdated.rb +1 -1
- data/lib/moov/models/components/webhookdatarefundupdated.rb +1 -1
- data/lib/moov/models/components/webhookdatasweepupdated.rb +1 -1
- data/lib/moov/models/components/webhookdataterminalapplicationcreated.rb +1 -1
- data/lib/moov/models/components/webhookdataterminalapplicationupdated.rb +1 -1
- data/lib/moov/models/components/webhookdataticketupdated.rb +1 -1
- data/lib/moov/models/components/webhookdatatransfercreated.rb +1 -1
- data/lib/moov/models/components/webhookdatatransferstatus.rb +2 -0
- data/lib/moov/models/components/webhookdatatransferupdated.rb +1 -1
- data/lib/moov/models/components/webhookdatawallettransactionupdated.rb +1 -1
- data/lib/moov/models/components/webhookdatawalletupdated.rb +1 -1
- data/lib/moov/models/components/webhookevent.rb +2 -2
- data/lib/moov/models/components/webhookeventtype.rb +2 -0
- data/lib/moov/models/components/webhookstatus.rb +2 -0
- data/lib/moov/models/components.rb +2 -26
- data/lib/moov/models/errors/cardacquiringrefund_error.rb +3 -3
- data/lib/moov/models/errors/feeplanagreementerror.rb +1 -1
- data/lib/moov/models/errors/transfer_error.rb +4 -4
- data/lib/moov/models/errors.rb +0 -1
- data/lib/moov/models/operations/acceptdispute_request.rb +3 -3
- data/lib/moov/models/operations/assignaccountcountries_request.rb +3 -3
- data/lib/moov/models/operations/cancelschedule_request.rb +3 -3
- data/lib/moov/models/operations/completebankaccountverification_request.rb +3 -3
- data/lib/moov/models/operations/completemicrodeposits_request.rb +3 -3
- data/lib/moov/models/operations/connectaccount_request.rb +3 -3
- data/lib/moov/models/operations/createaccesstoken_request.rb +3 -3
- data/lib/moov/models/operations/createaccount_request.rb +3 -3
- data/lib/moov/models/operations/createapplepaysession_request.rb +3 -3
- data/lib/moov/models/operations/createbrand_request.rb +3 -3
- data/lib/moov/models/operations/createcancellation_request.rb +3 -3
- data/lib/moov/models/operations/createfeeplanagreements_request.rb +3 -3
- data/lib/moov/models/operations/createonboardinginvite_request.rb +3 -3
- data/lib/moov/models/operations/createpaymentlink_request.rb +3 -3
- data/lib/moov/models/operations/createproduct_request.rb +3 -3
- data/lib/moov/models/operations/createreceipts_request.rb +3 -3
- data/lib/moov/models/operations/createrepresentative_request.rb +3 -3
- data/lib/moov/models/operations/createreversal_request.rb +3 -3
- data/lib/moov/models/operations/createschedule_request.rb +3 -3
- data/lib/moov/models/operations/createsweepconfig_request.rb +3 -3
- data/lib/moov/models/operations/createterminalapplication_request.rb +3 -3
- data/lib/moov/models/operations/createterminalapplicationversion_request.rb +3 -3
- data/lib/moov/models/operations/createtransfer_request.rb +5 -5
- data/lib/moov/models/operations/createtransferoptions_request.rb +3 -3
- data/lib/moov/models/operations/createwallet_request.rb +3 -3
- data/lib/moov/models/operations/createwebhook_request.rb +3 -3
- data/lib/moov/models/operations/deletedisputeevidencefile_request.rb +3 -3
- data/lib/moov/models/operations/deleteimage_request.rb +3 -3
- data/lib/moov/models/operations/deleterepresentative_request.rb +3 -3
- data/lib/moov/models/operations/deleteterminalapplication_request.rb +3 -3
- data/lib/moov/models/operations/disablebankaccount_request.rb +3 -3
- data/lib/moov/models/operations/disablecapability_request.rb +4 -4
- data/lib/moov/models/operations/disablecard_request.rb +3 -3
- data/lib/moov/models/operations/disablepaymentlink_request.rb +3 -3
- data/lib/moov/models/operations/disableproduct_request.rb +3 -3
- data/lib/moov/models/operations/disablewebhook_request.rb +3 -3
- data/lib/moov/models/operations/disconnectaccount_request.rb +3 -3
- data/lib/moov/models/operations/generateendtoendkey_request.rb +3 -3
- data/lib/moov/models/operations/getaccount_request.rb +3 -3
- data/lib/moov/models/operations/getaccountcountries_request.rb +3 -3
- data/lib/moov/models/operations/getaccountterminalapplication_request.rb +3 -3
- data/lib/moov/models/operations/getadjustment_request.rb +3 -3
- data/lib/moov/models/operations/getapplepaymerchantdomains_request.rb +3 -3
- data/lib/moov/models/operations/getavatar_request.rb +3 -3
- data/lib/moov/models/operations/getbankaccount_request.rb +3 -3
- data/lib/moov/models/operations/getbankaccountverification_request.rb +3 -3
- data/lib/moov/models/operations/getbrand_request.rb +3 -3
- data/lib/moov/models/operations/getcancellation_request.rb +3 -3
- data/lib/moov/models/operations/getcapability_request.rb +4 -4
- data/lib/moov/models/operations/getcard_request.rb +3 -3
- data/lib/moov/models/operations/getdispute_request.rb +3 -3
- data/lib/moov/models/operations/getdisputeevidence_request.rb +3 -3
- data/lib/moov/models/operations/getdisputeevidencedata_request.rb +3 -3
- data/lib/moov/models/operations/getenrichmentaddress_request.rb +3 -3
- data/lib/moov/models/operations/getenrichmentprofile_request.rb +3 -3
- data/lib/moov/models/operations/getfiledetails_request.rb +3 -3
- data/lib/moov/models/operations/getfullissuedcard_request.rb +3 -3
- data/lib/moov/models/operations/getimagemetadata_request.rb +3 -3
- data/lib/moov/models/operations/getissuedcard_request.rb +3 -3
- data/lib/moov/models/operations/getissuedcardauthorization_request.rb +3 -3
- data/lib/moov/models/operations/getissuedcardtransaction_request.rb +3 -3
- data/lib/moov/models/operations/getmerchantprocessingagreement_request.rb +3 -3
- data/lib/moov/models/operations/getonboardinginvite_request.rb +3 -3
- data/lib/moov/models/operations/getpaymentlink_request.rb +3 -3
- data/lib/moov/models/operations/getpaymentlinkqrcode_request.rb +3 -3
- data/lib/moov/models/operations/getpaymentmethod_request.rb +3 -3
- data/lib/moov/models/operations/getproduct_request.rb +3 -3
- data/lib/moov/models/operations/getpublicimage_request.rb +1 -1
- data/lib/moov/models/operations/getrefund_request.rb +3 -3
- data/lib/moov/models/operations/getrepresentative_request.rb +3 -3
- data/lib/moov/models/operations/getresidual_request.rb +3 -3
- data/lib/moov/models/operations/getscheduledoccurrence_request.rb +8 -8
- data/lib/moov/models/operations/getschedules_request.rb +3 -3
- data/lib/moov/models/operations/getstatement_request.rb +3 -3
- data/lib/moov/models/operations/getsweep_request.rb +3 -3
- data/lib/moov/models/operations/getsweepconfig_request.rb +3 -3
- data/lib/moov/models/operations/getterminalapplication_request.rb +3 -3
- data/lib/moov/models/operations/getterminalconfiguration_request.rb +3 -3
- data/lib/moov/models/operations/gettermsofservicetoken_request.rb +3 -3
- data/lib/moov/models/operations/gettransfer_request.rb +3 -3
- data/lib/moov/models/operations/getunderwriting_request.rb +3 -3
- data/lib/moov/models/operations/getwallet_request.rb +3 -3
- data/lib/moov/models/operations/getwallettransaction_request.rb +3 -3
- data/lib/moov/models/operations/getwebhook_request.rb +3 -3
- data/lib/moov/models/operations/getwebhooksecret_request.rb +3 -3
- data/lib/moov/models/operations/hydrate.rb +2 -0
- data/lib/moov/models/operations/initiatebankaccountverification_request.rb +4 -4
- data/lib/moov/models/operations/initiatemicrodeposits_request.rb +3 -3
- data/lib/moov/models/operations/initiaterefund_request.rb +3 -3
- data/lib/moov/models/operations/linkaccountterminalapplication_request.rb +3 -3
- data/lib/moov/models/operations/linkapplepaytoken_request.rb +3 -3
- data/lib/moov/models/operations/linkbankaccount_request.rb +4 -4
- data/lib/moov/models/operations/linkcard_request.rb +4 -4
- data/lib/moov/models/operations/listaccounts_request.rb +9 -9
- data/lib/moov/models/operations/listaccountterminalapplications_request.rb +3 -3
- data/lib/moov/models/operations/listadjustments_request.rb +3 -3
- data/lib/moov/models/operations/listbankaccounts_request.rb +3 -3
- data/lib/moov/models/operations/listcapabilities_request.rb +3 -3
- data/lib/moov/models/operations/listcards_request.rb +3 -3
- data/lib/moov/models/operations/listconnectedaccountsforaccount_request.rb +9 -9
- data/lib/moov/models/operations/listdisputeevidence_request.rb +3 -3
- data/lib/moov/models/operations/listdisputes_request.rb +3 -3
- data/lib/moov/models/operations/listeventtypes_request.rb +3 -3
- data/lib/moov/models/operations/listfeeplanagreements_request.rb +3 -3
- data/lib/moov/models/operations/listfeeplans_request.rb +3 -3
- data/lib/moov/models/operations/listfeerevenue_request.rb +3 -3
- data/lib/moov/models/operations/listfeesfetch_request.rb +3 -3
- data/lib/moov/models/operations/listfiles_request.rb +3 -3
- data/lib/moov/models/operations/listimagemetadata_request.rb +3 -3
- data/lib/moov/models/operations/listindustries_request.rb +3 -3
- data/lib/moov/models/operations/listinstitutions_request.rb +3 -3
- data/lib/moov/models/operations/listissuedcardauthorizationevents_request.rb +3 -3
- data/lib/moov/models/operations/listissuedcardauthorizations_request.rb +3 -3
- data/lib/moov/models/operations/listissuedcards_request.rb +3 -3
- data/lib/moov/models/operations/listissuedcardtransactions_request.rb +3 -3
- data/lib/moov/models/operations/listonboardinginvites_request.rb +3 -3
- data/lib/moov/models/operations/listpartnerpricing_request.rb +49 -0
- data/lib/moov/models/operations/listpartnerpricing_request.rbi +17 -0
- data/lib/moov/models/operations/listpartnerpricing_response.rb +48 -0
- data/lib/moov/models/operations/listpartnerpricing_response.rbi +21 -0
- data/lib/moov/models/operations/listpartnerpricingagreements_request.rb +3 -3
- data/lib/moov/models/operations/listpaymentlinks_request.rb +13 -9
- data/lib/moov/models/operations/listpaymentlinks_request.rbi +4 -2
- data/lib/moov/models/operations/listpaymentmethods_request.rb +4 -4
- data/lib/moov/models/operations/listproducts_request.rb +3 -3
- data/lib/moov/models/operations/listreceipts_request.rb +3 -3
- data/lib/moov/models/operations/listrefunds_request.rb +3 -3
- data/lib/moov/models/operations/listrepresentatives_request.rb +3 -3
- data/lib/moov/models/operations/listresidualfees_request.rb +3 -3
- data/lib/moov/models/operations/listresiduals_request.rb +3 -3
- data/lib/moov/models/operations/listschedules_request.rb +3 -3
- data/lib/moov/models/operations/liststatements_request.rb +3 -3
- data/lib/moov/models/operations/listsweepconfigs_request.rb +3 -3
- data/lib/moov/models/operations/listsweeps_request.rb +3 -3
- data/lib/moov/models/operations/listterminalapplications_request.rb +3 -3
- data/lib/moov/models/operations/listtransfers_request.rb +3 -3
- data/lib/moov/models/operations/listwallets_request.rb +3 -3
- data/lib/moov/models/operations/listwallettransactions_request.rb +3 -3
- data/lib/moov/models/operations/listwebhooks_request.rb +3 -3
- data/lib/moov/models/operations/ping_request.rb +3 -3
- data/lib/moov/models/operations/pingwebhook_request.rb +3 -3
- data/lib/moov/models/operations/registerapplepaymerchantdomains_request.rb +3 -3
- data/lib/moov/models/operations/requestcapabilities_request.rb +3 -3
- data/lib/moov/models/operations/requestcard_request.rb +3 -3
- data/lib/moov/models/operations/retrievefees_request.rb +3 -3
- data/lib/moov/models/operations/revokeaccesstoken_request.rb +3 -3
- data/lib/moov/models/operations/revokeonboardinginvite_request.rb +3 -3
- data/lib/moov/models/operations/searchinstitutions_request.rb +3 -3
- data/lib/moov/models/operations/submitdisputeevidence_request.rb +3 -3
- data/lib/moov/models/operations/testendtoendtoken_request.rb +3 -3
- data/lib/moov/models/operations/updateaccount_request.rb +3 -3
- data/lib/moov/models/operations/updateapplepaymerchantdomains_request.rb +3 -3
- data/lib/moov/models/operations/updatecard_request.rb +3 -3
- data/lib/moov/models/operations/updatedisputeevidence_request.rb +3 -3
- data/lib/moov/models/operations/updateimage_request.rb +3 -3
- data/lib/moov/models/operations/updateimagemetadata_request.rb +3 -3
- data/lib/moov/models/operations/updateissuedcard_request.rb +3 -3
- data/lib/moov/models/operations/updatepaymentlink_request.rb +3 -3
- data/lib/moov/models/operations/updateproduct_request.rb +3 -3
- data/lib/moov/models/operations/updaterepresentative_request.rb +3 -3
- data/lib/moov/models/operations/updateschedule_request.rb +3 -3
- data/lib/moov/models/operations/updatesweepconfig_request.rb +3 -3
- data/lib/moov/models/operations/updatetransfer_request.rb +3 -3
- data/lib/moov/models/operations/updatewallet_request.rb +3 -3
- data/lib/moov/models/operations/updatewebhook_request.rb +3 -3
- data/lib/moov/models/operations/uploaddisputeevidencefile_request.rb +3 -3
- data/lib/moov/models/operations/uploaddisputeevidencetext_request.rb +3 -3
- data/lib/moov/models/operations/uploadfile_request.rb +3 -3
- data/lib/moov/models/operations/uploadimage_request.rb +3 -3
- data/lib/moov/models/operations/upsertbrand_request.rb +3 -3
- data/lib/moov/models/operations/upsertunderwriting_request.rb +3 -3
- data/lib/moov/models/operations.rb +2 -0
- data/lib/moov/onboarding.rb +14 -28
- data/lib/moov/payment_links.rb +24 -44
- data/lib/moov/payment_methods.rb +7 -15
- data/lib/moov/ping.rb +4 -9
- data/lib/moov/products.rb +14 -31
- data/lib/moov/receipts.rb +8 -16
- data/lib/moov/representatives.rb +23 -40
- data/lib/moov/scheduling.rb +21 -41
- data/lib/moov/sdkconfiguration.rb +4 -4
- data/lib/moov/statements.rb +10 -18
- data/lib/moov/sweeps.rb +21 -41
- data/lib/moov/terminal_applications.rb +18 -35
- data/lib/moov/transfers.rb +45 -80
- data/lib/moov/underwriting.rb +10 -18
- data/lib/moov/utils/request_bodies.rb +3 -8
- data/lib/moov/utils/security.rb +0 -10
- data/lib/moov/utils/url.rb +5 -11
- data/lib/moov/utils/utils.rb +3 -45
- data/lib/moov/wallet_transactions.rb +9 -17
- data/lib/moov/wallets.rb +19 -33
- data/lib/moov/webhooks.rb +19 -45
- metadata +14 -75
- data/lib/crystalline/enum.rbi +0 -17
- data/lib/moov/models/components/achcreditsamedaytransferpaymentmethod.rb +0 -40
- data/lib/moov/models/components/achcreditsamedaytransferpaymentmethod.rbi +0 -17
- data/lib/moov/models/components/achcreditsamedaytransferpaymentmethod_paymentmethodtype.rb +0 -18
- data/lib/moov/models/components/achcreditsamedaytransferpaymentmethod_paymentmethodtype.rbi +0 -11
- data/lib/moov/models/components/achcreditstandardtransferpaymentmethod.rb +0 -40
- data/lib/moov/models/components/achcreditstandardtransferpaymentmethod.rbi +0 -17
- data/lib/moov/models/components/achcreditstandardtransferpaymentmethod_paymentmethodtype.rb +0 -18
- data/lib/moov/models/components/achcreditstandardtransferpaymentmethod_paymentmethodtype.rbi +0 -11
- data/lib/moov/models/components/achdebitcollecttransferpaymentmethod.rb +0 -40
- data/lib/moov/models/components/achdebitcollecttransferpaymentmethod.rbi +0 -17
- data/lib/moov/models/components/achdebitcollecttransferpaymentmethod_paymentmethodtype.rb +0 -18
- data/lib/moov/models/components/achdebitcollecttransferpaymentmethod_paymentmethodtype.rbi +0 -11
- data/lib/moov/models/components/achdebitfundtransferpaymentmethod.rb +0 -40
- data/lib/moov/models/components/achdebitfundtransferpaymentmethod.rbi +0 -17
- data/lib/moov/models/components/achdebitfundtransferpaymentmethod_paymentmethodtype.rb +0 -18
- data/lib/moov/models/components/achdebitfundtransferpaymentmethod_paymentmethodtype.rbi +0 -11
- data/lib/moov/models/components/applepaytransferpaymentmethod.rb +0 -40
- data/lib/moov/models/components/applepaytransferpaymentmethod.rbi +0 -17
- data/lib/moov/models/components/applepaytransferpaymentmethod_paymentmethodtype.rb +0 -18
- data/lib/moov/models/components/applepaytransferpaymentmethod_paymentmethodtype.rbi +0 -11
- data/lib/moov/models/components/cardpaymenttransferpaymentmethod.rb +0 -40
- data/lib/moov/models/components/cardpaymenttransferpaymentmethod.rbi +0 -17
- data/lib/moov/models/components/cardpaymenttransferpaymentmethod_paymentmethodtype.rb +0 -18
- data/lib/moov/models/components/cardpaymenttransferpaymentmethod_paymentmethodtype.rbi +0 -11
- data/lib/moov/models/components/moovwallettransferpaymentmethod.rb +0 -40
- data/lib/moov/models/components/moovwallettransferpaymentmethod.rbi +0 -17
- data/lib/moov/models/components/moovwallettransferpaymentmethod_paymentmethodtype.rb +0 -18
- data/lib/moov/models/components/moovwallettransferpaymentmethod_paymentmethodtype.rbi +0 -11
- data/lib/moov/models/components/pullfromcardtransferpaymentmethod.rb +0 -40
- data/lib/moov/models/components/pullfromcardtransferpaymentmethod.rbi +0 -17
- data/lib/moov/models/components/pullfromcardtransferpaymentmethod_paymentmethodtype.rb +0 -18
- data/lib/moov/models/components/pullfromcardtransferpaymentmethod_paymentmethodtype.rbi +0 -11
- data/lib/moov/models/components/pushtocardtransferpaymentmethod.rb +0 -40
- data/lib/moov/models/components/pushtocardtransferpaymentmethod.rbi +0 -17
- data/lib/moov/models/components/pushtocardtransferpaymentmethod_paymentmethodtype.rb +0 -18
- data/lib/moov/models/components/pushtocardtransferpaymentmethod_paymentmethodtype.rbi +0 -11
- data/lib/moov/models/components/rtpcredittransferpaymentmethod.rb +0 -40
- data/lib/moov/models/components/rtpcredittransferpaymentmethod.rbi +0 -17
- data/lib/moov/models/components/rtpcredittransferpaymentmethod_paymentmethodtype.rb +0 -18
- data/lib/moov/models/components/rtpcredittransferpaymentmethod_paymentmethodtype.rbi +0 -11
- data/lib/moov/models/components/transferpaymentmethod.rb +0 -27
- data/lib/moov/models/components/transferpaymentmethod.rbi +0 -11
- data/lib/moov/models/components/transferpaymentmethodsbankaccount.rb +0 -70
- data/lib/moov/models/components/transferpaymentmethodsbankaccount.rbi +0 -31
- data/lib/moov/models/components/transferpaymentmethodscard.rb +0 -98
- data/lib/moov/models/components/transferpaymentmethodscard.rbi +0 -45
- data/lib/moov/models/components/transferpaymentmethodswallet.rb +0 -42
- data/lib/moov/models/components/transferpaymentmethodswallet.rbi +0 -17
- data/lib/moov/models/components/transferpaymentmethodtype.rb +0 -27
- data/lib/moov/models/components/transferpaymentmethodtype.rbi +0 -11
- data/lib/moov/models/errors/duplicatecarderror.rb +0 -41
- data/lib/moov/models/errors/duplicatecarderror.rbi +0 -17
|
@@ -17,14 +17,14 @@ module Moov
|
|
|
17
17
|
|
|
18
18
|
field :update_apple_pay_merchant_domains, Models::Components::UpdateApplePayMerchantDomains, { 'request': { 'media_type': 'application/json' } }
|
|
19
19
|
# Specify an API version.
|
|
20
|
-
#
|
|
20
|
+
#
|
|
21
21
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
22
22
|
# - `YYYY` is the year
|
|
23
23
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
24
24
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
25
25
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
26
|
-
#
|
|
27
|
-
# The `
|
|
26
|
+
#
|
|
27
|
+
# The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
28
28
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
29
29
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
30
30
|
|
|
@@ -19,14 +19,14 @@ module Moov
|
|
|
19
19
|
|
|
20
20
|
field :update_card, Models::Components::UpdateCard, { 'request': { 'media_type': 'application/json' } }
|
|
21
21
|
# Specify an API version.
|
|
22
|
-
#
|
|
22
|
+
#
|
|
23
23
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
24
24
|
# - `YYYY` is the year
|
|
25
25
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
26
26
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
27
27
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
28
|
-
#
|
|
29
|
-
# The `
|
|
28
|
+
#
|
|
29
|
+
# The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
30
30
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
31
31
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
32
32
|
|
|
@@ -21,14 +21,14 @@ module Moov
|
|
|
21
21
|
|
|
22
22
|
field :update_evidence, Models::Components::UpdateEvidence, { 'request': { 'media_type': 'application/json' } }
|
|
23
23
|
# Specify an API version.
|
|
24
|
-
#
|
|
24
|
+
#
|
|
25
25
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
26
26
|
# - `YYYY` is the year
|
|
27
27
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
28
28
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
29
29
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
30
|
-
#
|
|
31
|
-
# The `
|
|
30
|
+
#
|
|
31
|
+
# The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
32
32
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
33
33
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
34
34
|
|
|
@@ -19,14 +19,14 @@ module Moov
|
|
|
19
19
|
|
|
20
20
|
field :image_upload_request_multi_part, Models::Components::ImageUploadRequestMultiPart, { 'request': { 'media_type': 'multipart/form-data' } }
|
|
21
21
|
# Specify an API version.
|
|
22
|
-
#
|
|
22
|
+
#
|
|
23
23
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
24
24
|
# - `YYYY` is the year
|
|
25
25
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
26
26
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
27
27
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
28
|
-
#
|
|
29
|
-
# The `
|
|
28
|
+
#
|
|
29
|
+
# The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
30
30
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
31
31
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
32
32
|
|
|
@@ -19,14 +19,14 @@ module Moov
|
|
|
19
19
|
|
|
20
20
|
field :image_metadata_request, Models::Components::ImageMetadataRequest, { 'request': { 'media_type': 'application/json' } }
|
|
21
21
|
# Specify an API version.
|
|
22
|
-
#
|
|
22
|
+
#
|
|
23
23
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
24
24
|
# - `YYYY` is the year
|
|
25
25
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
26
26
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
27
27
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
28
|
-
#
|
|
29
|
-
# The `
|
|
28
|
+
#
|
|
29
|
+
# The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
30
30
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
31
31
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
32
32
|
|
|
@@ -19,14 +19,14 @@ module Moov
|
|
|
19
19
|
|
|
20
20
|
field :update_issued_card, Models::Components::UpdateIssuedCard, { 'request': { 'media_type': 'application/json' } }
|
|
21
21
|
# Specify an API version.
|
|
22
|
-
#
|
|
22
|
+
#
|
|
23
23
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
24
24
|
# - `YYYY` is the year
|
|
25
25
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
26
26
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
27
27
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
28
|
-
#
|
|
29
|
-
# The `
|
|
28
|
+
#
|
|
29
|
+
# The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
30
30
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
31
31
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
32
32
|
|
|
@@ -19,14 +19,14 @@ module Moov
|
|
|
19
19
|
|
|
20
20
|
field :update_payment_link, Models::Components::UpdatePaymentLink, { 'request': { 'media_type': 'application/json' } }
|
|
21
21
|
# Specify an API version.
|
|
22
|
-
#
|
|
22
|
+
#
|
|
23
23
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
24
24
|
# - `YYYY` is the year
|
|
25
25
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
26
26
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
27
27
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
28
|
-
#
|
|
29
|
-
# The `
|
|
28
|
+
#
|
|
29
|
+
# The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
30
30
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
31
31
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
32
32
|
|
|
@@ -19,14 +19,14 @@ module Moov
|
|
|
19
19
|
|
|
20
20
|
field :product_request, Models::Components::ProductRequest, { 'request': { 'media_type': 'application/json' } }
|
|
21
21
|
# Specify an API version.
|
|
22
|
-
#
|
|
22
|
+
#
|
|
23
23
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
24
24
|
# - `YYYY` is the year
|
|
25
25
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
26
26
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
27
27
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
28
|
-
#
|
|
29
|
-
# The `
|
|
28
|
+
#
|
|
29
|
+
# The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
30
30
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
31
31
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
32
32
|
|
|
@@ -19,14 +19,14 @@ module Moov
|
|
|
19
19
|
|
|
20
20
|
field :update_representative, Models::Components::UpdateRepresentative, { 'request': { 'media_type': 'application/json' } }
|
|
21
21
|
# Specify an API version.
|
|
22
|
-
#
|
|
22
|
+
#
|
|
23
23
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
24
24
|
# - `YYYY` is the year
|
|
25
25
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
26
26
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
27
27
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
28
|
-
#
|
|
29
|
-
# The `
|
|
28
|
+
#
|
|
29
|
+
# The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
30
30
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
31
31
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
32
32
|
|
|
@@ -19,14 +19,14 @@ module Moov
|
|
|
19
19
|
|
|
20
20
|
field :upsert_schedule, Models::Components::UpsertSchedule, { 'request': { 'media_type': 'application/json' } }
|
|
21
21
|
# Specify an API version.
|
|
22
|
-
#
|
|
22
|
+
#
|
|
23
23
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
24
24
|
# - `YYYY` is the year
|
|
25
25
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
26
26
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
27
27
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
28
|
-
#
|
|
29
|
-
# The `
|
|
28
|
+
#
|
|
29
|
+
# The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
30
30
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
31
31
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
32
32
|
|
|
@@ -19,14 +19,14 @@ module Moov
|
|
|
19
19
|
|
|
20
20
|
field :patch_sweep_config, Models::Components::PatchSweepConfig, { 'request': { 'media_type': 'application/json' } }
|
|
21
21
|
# Specify an API version.
|
|
22
|
-
#
|
|
22
|
+
#
|
|
23
23
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
24
24
|
# - `YYYY` is the year
|
|
25
25
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
26
26
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
27
27
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
28
|
-
#
|
|
29
|
-
# The `
|
|
28
|
+
#
|
|
29
|
+
# The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
30
30
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
31
31
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
32
32
|
|
|
@@ -19,14 +19,14 @@ module Moov
|
|
|
19
19
|
|
|
20
20
|
field :patch_transfer, Models::Components::PatchTransfer, { 'request': { 'media_type': 'application/json' } }
|
|
21
21
|
# Specify an API version.
|
|
22
|
-
#
|
|
22
|
+
#
|
|
23
23
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
24
24
|
# - `YYYY` is the year
|
|
25
25
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
26
26
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
27
27
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
28
|
-
#
|
|
29
|
-
# The `
|
|
28
|
+
#
|
|
29
|
+
# The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
30
30
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
31
31
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
32
32
|
|
|
@@ -19,14 +19,14 @@ module Moov
|
|
|
19
19
|
|
|
20
20
|
field :patch_wallet, Models::Components::PatchWallet, { 'request': { 'media_type': 'application/json' } }
|
|
21
21
|
# Specify an API version.
|
|
22
|
-
#
|
|
22
|
+
#
|
|
23
23
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
24
24
|
# - `YYYY` is the year
|
|
25
25
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
26
26
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
27
27
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
28
|
-
#
|
|
29
|
-
# The `
|
|
28
|
+
#
|
|
29
|
+
# The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
30
30
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
31
31
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
32
32
|
|
|
@@ -17,14 +17,14 @@ module Moov
|
|
|
17
17
|
|
|
18
18
|
field :update_webhook, Models::Components::UpdateWebhook, { 'request': { 'media_type': 'application/json' } }
|
|
19
19
|
# Specify an API version.
|
|
20
|
-
#
|
|
20
|
+
#
|
|
21
21
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
22
22
|
# - `YYYY` is the year
|
|
23
23
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
24
24
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
25
25
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
26
|
-
#
|
|
27
|
-
# The `
|
|
26
|
+
#
|
|
27
|
+
# The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
28
28
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
29
29
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
30
30
|
|
|
@@ -19,14 +19,14 @@ module Moov
|
|
|
19
19
|
|
|
20
20
|
field :create_evidence_file_multi_part, Models::Components::CreateEvidenceFileMultiPart, { 'request': { 'media_type': 'multipart/form-data' } }
|
|
21
21
|
# Specify an API version.
|
|
22
|
-
#
|
|
22
|
+
#
|
|
23
23
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
24
24
|
# - `YYYY` is the year
|
|
25
25
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
26
26
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
27
27
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
28
|
-
#
|
|
29
|
-
# The `
|
|
28
|
+
#
|
|
29
|
+
# The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
30
30
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
31
31
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
32
32
|
|
|
@@ -19,14 +19,14 @@ module Moov
|
|
|
19
19
|
|
|
20
20
|
field :create_evidence_text, Models::Components::CreateEvidenceText, { 'request': { 'media_type': 'application/json' } }
|
|
21
21
|
# Specify an API version.
|
|
22
|
-
#
|
|
22
|
+
#
|
|
23
23
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
24
24
|
# - `YYYY` is the year
|
|
25
25
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
26
26
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
27
27
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
28
|
-
#
|
|
29
|
-
# The `
|
|
28
|
+
#
|
|
29
|
+
# The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
30
30
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
31
31
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
32
32
|
|
|
@@ -17,14 +17,14 @@ module Moov
|
|
|
17
17
|
|
|
18
18
|
field :file_upload_request_multi_part, Models::Components::FileUploadRequestMultiPart, { 'request': { 'media_type': 'multipart/form-data' } }
|
|
19
19
|
# Specify an API version.
|
|
20
|
-
#
|
|
20
|
+
#
|
|
21
21
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
22
22
|
# - `YYYY` is the year
|
|
23
23
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
24
24
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
25
25
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
26
|
-
#
|
|
27
|
-
# The `
|
|
26
|
+
#
|
|
27
|
+
# The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
28
28
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
29
29
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
30
30
|
|
|
@@ -17,14 +17,14 @@ module Moov
|
|
|
17
17
|
|
|
18
18
|
field :image_upload_request_multi_part, Models::Components::ImageUploadRequestMultiPart, { 'request': { 'media_type': 'multipart/form-data' } }
|
|
19
19
|
# Specify an API version.
|
|
20
|
-
#
|
|
20
|
+
#
|
|
21
21
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
22
22
|
# - `YYYY` is the year
|
|
23
23
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
24
24
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
25
25
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
26
|
-
#
|
|
27
|
-
# The `
|
|
26
|
+
#
|
|
27
|
+
# The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
28
28
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
29
29
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
30
30
|
|
|
@@ -17,14 +17,14 @@ module Moov
|
|
|
17
17
|
|
|
18
18
|
field :brand_properties, Models::Components::BrandProperties, { 'request': { 'media_type': 'application/json' } }
|
|
19
19
|
# Specify an API version.
|
|
20
|
-
#
|
|
20
|
+
#
|
|
21
21
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
22
22
|
# - `YYYY` is the year
|
|
23
23
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
24
24
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
25
25
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
26
|
-
#
|
|
27
|
-
# The `
|
|
26
|
+
#
|
|
27
|
+
# The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
28
28
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
29
29
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
30
30
|
|
|
@@ -17,14 +17,14 @@ module Moov
|
|
|
17
17
|
|
|
18
18
|
field :update_underwriting, Models::Components::UpdateUnderwriting, { 'request': { 'media_type': 'application/json' } }
|
|
19
19
|
# Specify an API version.
|
|
20
|
-
#
|
|
20
|
+
#
|
|
21
21
|
# API versioning follows the format `vYYYY.QQ.BB`, where
|
|
22
22
|
# - `YYYY` is the year
|
|
23
23
|
# - `QQ` is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)
|
|
24
24
|
# - `BB` is the build number, starting at `.01`, for subsequent builds in the same quarter.
|
|
25
25
|
# - For example, `v2024.01.00` is the initial release of the first quarter of 2024.
|
|
26
|
-
#
|
|
27
|
-
# The `
|
|
26
|
+
#
|
|
27
|
+
# The `latest` version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
|
|
28
28
|
# When no version is specified, the API defaults to `v2024.01.00`.
|
|
29
29
|
field :x_moov_version, Crystalline::Nilable.new(::String), { 'header': { 'field_name': 'X-Moov-Version', 'style': 'simple', 'explode': false } }
|
|
30
30
|
|
|
@@ -239,6 +239,8 @@ module Moov
|
|
|
239
239
|
autoload :ListOnboardingInvitesResponse, 'moov/models/operations/listonboardinginvites_response.rb'
|
|
240
240
|
autoload :ListPartnerPricingAgreementsRequest, 'moov/models/operations/listpartnerpricingagreements_request.rb'
|
|
241
241
|
autoload :ListPartnerPricingAgreementsResponse, 'moov/models/operations/listpartnerpricingagreements_response.rb'
|
|
242
|
+
autoload :ListPartnerPricingRequest, 'moov/models/operations/listpartnerpricing_request.rb'
|
|
243
|
+
autoload :ListPartnerPricingResponse, 'moov/models/operations/listpartnerpricing_response.rb'
|
|
242
244
|
autoload :ListPaymentLinksRequest, 'moov/models/operations/listpaymentlinks_request.rb'
|
|
243
245
|
autoload :ListPaymentLinksResponse, 'moov/models/operations/listpaymentlinks_response.rb'
|
|
244
246
|
autoload :ListPaymentMethodsRequest, 'moov/models/operations/listpaymentmethods_request.rb'
|
data/lib/moov/onboarding.rb
CHANGED
|
@@ -39,12 +39,10 @@ module Moov
|
|
|
39
39
|
end
|
|
40
40
|
|
|
41
41
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
sig { params(onboarding_invite_request: Models::Components::OnboardingInviteRequest, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::CreateOnboardingInviteResponse) }
|
|
45
|
-
def create_invite(onboarding_invite_request:, x_moov_version: nil, timeout_ms: nil, http_headers: nil)
|
|
42
|
+
sig { params(onboarding_invite_request: Models::Components::OnboardingInviteRequest, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer)).returns(Models::Operations::CreateOnboardingInviteResponse) }
|
|
43
|
+
def create_invite(onboarding_invite_request:, x_moov_version: nil, timeout_ms: nil)
|
|
46
44
|
# create_invite - Create an invitation containing a unique link that allows the recipient to onboard their organization with Moov.
|
|
47
|
-
#
|
|
45
|
+
#
|
|
48
46
|
# To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
49
47
|
# you'll need to specify the `/accounts.write` scope.
|
|
50
48
|
request = Models::Operations::CreateOnboardingInviteRequest.new(
|
|
@@ -60,7 +58,7 @@ module Moov
|
|
|
60
58
|
headers['content-type'] = req_content_type
|
|
61
59
|
raise StandardError, 'request body is required' if data.nil? && form.nil?
|
|
62
60
|
|
|
63
|
-
if form
|
|
61
|
+
if form
|
|
64
62
|
body = Utils.encode_form(form)
|
|
65
63
|
elsif Utils.match_content_type(req_content_type, 'application/x-www-form-urlencoded')
|
|
66
64
|
body = URI.encode_www_form(T.cast(data, T::Hash[Symbol, Object]))
|
|
@@ -96,9 +94,6 @@ module Moov
|
|
|
96
94
|
req.headers.merge!(headers)
|
|
97
95
|
req.options.timeout = timeout unless timeout.nil?
|
|
98
96
|
Utils.configure_request_security(req, security)
|
|
99
|
-
http_headers&.each do |key, value|
|
|
100
|
-
req.headers[key.to_s] = value
|
|
101
|
-
end
|
|
102
97
|
|
|
103
98
|
@sdk_configuration.hooks.before_request(
|
|
104
99
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -201,10 +196,10 @@ module Moov
|
|
|
201
196
|
end
|
|
202
197
|
|
|
203
198
|
|
|
204
|
-
sig { params(x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer)
|
|
205
|
-
def list_invites(x_moov_version: nil, timeout_ms: nil
|
|
199
|
+
sig { params(x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer)).returns(Models::Operations::ListOnboardingInvitesResponse) }
|
|
200
|
+
def list_invites(x_moov_version: nil, timeout_ms: nil)
|
|
206
201
|
# list_invites - List all the onboarding invites created by the caller's account.
|
|
207
|
-
#
|
|
202
|
+
#
|
|
208
203
|
# To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
209
204
|
# you'll need to specify the `/accounts.read` scope.
|
|
210
205
|
request = Models::Operations::ListOnboardingInvitesRequest.new(
|
|
@@ -243,9 +238,6 @@ module Moov
|
|
|
243
238
|
req.headers.merge!(headers)
|
|
244
239
|
req.options.timeout = timeout unless timeout.nil?
|
|
245
240
|
Utils.configure_request_security(req, security)
|
|
246
|
-
http_headers&.each do |key, value|
|
|
247
|
-
req.headers[key.to_s] = value
|
|
248
|
-
end
|
|
249
241
|
|
|
250
242
|
@sdk_configuration.hooks.before_request(
|
|
251
243
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -318,10 +310,10 @@ module Moov
|
|
|
318
310
|
end
|
|
319
311
|
|
|
320
312
|
|
|
321
|
-
sig { params(code: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer)
|
|
322
|
-
def get_invite(code:, x_moov_version: nil, timeout_ms: nil
|
|
313
|
+
sig { params(code: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer)).returns(Models::Operations::GetOnboardingInviteResponse) }
|
|
314
|
+
def get_invite(code:, x_moov_version: nil, timeout_ms: nil)
|
|
323
315
|
# get_invite - Retrieve details about an onboarding invite.
|
|
324
|
-
#
|
|
316
|
+
#
|
|
325
317
|
# To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
326
318
|
# you'll need to specify the `/accounts.read` scope.
|
|
327
319
|
request = Models::Operations::GetOnboardingInviteRequest.new(
|
|
@@ -367,9 +359,6 @@ module Moov
|
|
|
367
359
|
req.headers.merge!(headers)
|
|
368
360
|
req.options.timeout = timeout unless timeout.nil?
|
|
369
361
|
Utils.configure_request_security(req, security)
|
|
370
|
-
http_headers&.each do |key, value|
|
|
371
|
-
req.headers[key.to_s] = value
|
|
372
|
-
end
|
|
373
362
|
|
|
374
363
|
@sdk_configuration.hooks.before_request(
|
|
375
364
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -442,10 +431,10 @@ module Moov
|
|
|
442
431
|
end
|
|
443
432
|
|
|
444
433
|
|
|
445
|
-
sig { params(code: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer)
|
|
446
|
-
def revoke_invite(code:, x_moov_version: nil, timeout_ms: nil
|
|
434
|
+
sig { params(code: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer)).returns(Models::Operations::RevokeOnboardingInviteResponse) }
|
|
435
|
+
def revoke_invite(code:, x_moov_version: nil, timeout_ms: nil)
|
|
447
436
|
# revoke_invite - Revoke an onboarding invite, rendering the invitation link unusable.
|
|
448
|
-
#
|
|
437
|
+
#
|
|
449
438
|
# To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
450
439
|
# you'll need to specify the `/accounts.write` scope.
|
|
451
440
|
request = Models::Operations::RevokeOnboardingInviteRequest.new(
|
|
@@ -491,9 +480,6 @@ module Moov
|
|
|
491
480
|
req.headers.merge!(headers)
|
|
492
481
|
req.options.timeout = timeout unless timeout.nil?
|
|
493
482
|
Utils.configure_request_security(req, security)
|
|
494
|
-
http_headers&.each do |key, value|
|
|
495
|
-
req.headers[key.to_s] = value
|
|
496
|
-
end
|
|
497
483
|
|
|
498
484
|
@sdk_configuration.hooks.before_request(
|
|
499
485
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -551,5 +537,5 @@ module Moov
|
|
|
551
537
|
|
|
552
538
|
end
|
|
553
539
|
end
|
|
554
|
-
end
|
|
540
|
+
end
|
|
555
541
|
end
|