intercom / intercom-node

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

Add `TagObject` interface #396

Open rustygloves opened 6 months ago

rustygloves commented 6 months ago

Why?

Replaced the loosely-typed array of JavaScript objects with a structured TagObject in the conversation model to match the documented shape of the response The typing is based on the official response documentation here

How?

Adds a new interface in tag.types called TagListObject which is used by ConversationObject