Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typings for client.companies.update only include company_id #465

Open
mkohlmyr opened this issue Feb 3, 2025 · 0 comments
Open

Typings for client.companies.update only include company_id #465

mkohlmyr opened this issue Feb 3, 2025 · 0 comments

Comments

@mkohlmyr
Copy link

mkohlmyr commented Feb 3, 2025

  • intercom-client @ 6.0.0
export interface UpdateCompanyRequest {
    /**
     * 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant