You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportinterfaceUpdateCompanyRequest{/** * The unique identifier for the company which is given by Intercom */company_id: string;}
I am trying to update a very old integration which uses a number of requests across the client. Thankfully in this case I think I can use createOrUpdate which appears to have correct typings. Is this new version of the project stable enough to build off of or should I integrate directly against the http endpoints (since the OpenAPI documentation seems fairly complete) for the time being?
The text was updated successfully, but these errors were encountered:
intercom-client
@6.0.0
I am trying to update a very old integration which uses a number of requests across the client. Thankfully in this case I think I can use createOrUpdate which appears to have correct typings. Is this new version of the project stable enough to build off of or should I integrate directly against the http endpoints (since the OpenAPI documentation seems fairly complete) for the time being?
The text was updated successfully, but these errors were encountered: