intercom / intercom-node

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

Fix ListAttachedTagsResponse type #384

Closed chrisrodz closed 6 months ago

chrisrodz commented 11 months ago

Why?

The type has the tags key but the response when the client is used has the data key instead

How?

Fixes this type so it correctly reflects what is returned by the Intercom API.