Skip to content

Commit

Permalink
Add a new Steam ID property to APICompanyMember.
Browse files Browse the repository at this point in the history
The new field is provided as a string, ensuring full compatibility on systems
where a (big) integer might be an issue.
  • Loading branch information
ShawnCZek committed Jan 21, 2025
1 parent 257bc8b commit f6e0b49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/v2/company.ts
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,11 @@ export interface APICompanyMember {
*/
steam_id: bigint;

/**
* The member's Steam ID.
*/
steamID: string;

/**
* The member's role ID.
*/
Expand Down

0 comments on commit f6e0b49

Please sign in to comment.