intercom-node
intercom-node copied to clipboard
Add `TagObject` interface
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