plaid / plaid-node

Node bindings for Plaid
https://plaid.com/docs
MIT License
519 stars 173 forks source link

Missing property on `LinkTokenCreateRequestAuth` interface #627

Closed tomasmendes08 closed 5 months ago

tomasmendes08 commented 5 months ago

To implement text message verification to same day micro-deposits, we need to add sms_microdeposits_verification_enabled boolean to the auth object in /link/token/create configuration (as described in the screenshot from your docs). image

However, I pulled your most recent release and I couldn't find the property in LinkTokenCreateRequestAuth interface. Your CHANGELOG here also didn't have any info about this.

Could you give me some insights on this matter, please?

phoenixy1 commented 5 months ago

Can you make sure you're using the latest version of the Node client library (22.0)? The field should be present in that version.

tomasmendes08 commented 5 months ago

I've just seen that you released version 22 and now you have this property in LinkTokenCreateRequestAuth interface. I'll update the version on my side. Thanks for the help 😄