Skip to content

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

@mkohlmyr

Description

@mkohlmyr
  • 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions