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

Incorrect TypeScript types for Intercom.ConversationTeammates #462

Open
c-semaan opened this issue Jan 16, 2025 · 1 comment
Open

Incorrect TypeScript types for Intercom.ConversationTeammates #462

c-semaan opened this issue Jan 16, 2025 · 1 comment

Comments

@c-semaan
Copy link

Hello, I am using Node.js version 6.0.0.

I currently have the following interface definition:

export interface ConversationTeammates {
    /** The type of the object - `admin.list`. */
    type: string;
    /** The list of teammates who participated in the conversation (wrote at least one conversation part). */
    teammates: Intercom.Reference[];
}

However, the API response returns teammates.admins instead of the expected teammates.teammates.

@Eclairemoy
Copy link

Thanks @c-semaan - we're working on a fix for this

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

2 participants