intercom / intercom-node

Node.js bindings for the Intercom API
https://developers.intercom.com
Other
366 stars 116 forks source link

Inconsistent names for `unsubscribed_from_emails` field #330

Open evilive3000 opened 1 year ago

evilive3000 commented 1 year ago

You have an interfaces for UpdateContactData which map property isUnsubscribedFromMails -> unsubscribed_from_emails. Meanwhile in all other places where you have this field you used isUnsubscribedFromEmails (not Mails, but Emails)