intercom / intercom-node

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

Make the company fields optional #367

Closed colmdoyle closed 1 year ago

colmdoyle commented 1 year ago

Why?

The only actual required field in this call in company_id, so reflect that in the type.

How?

Updated the interface

closes #346

colmdoyle commented 1 year ago

This is now getting pretty unwieldy, I'm going to break it out into a few different PRs