Skip to content

Commit

Permalink
[WoW] Update CharacterSpecializationsSummaryResponse type to have act…
Browse files Browse the repository at this point in the history
…ive_hero_talent
  • Loading branch information
Pewtro committed Oct 6, 2024
1 parent 2e59a69 commit 77fa6c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/nasty-ladybugs-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@blizzard-api/wow': patch
---

Add type to active_hero_talent response part of CharacterSpecializationsSummaryResponse
3 changes: 1 addition & 2 deletions packages/wow/src/character-specializations/types.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import type { Character, NameIdKey, ResponseBase } from '../base';

export interface CharacterSpecializationsSummaryResponse extends ResponseBase {
//TODO Awaiting The War Within launch to see how to type this
active_hero_talent: unknown;
active_hero_talent: NameIdKey;
active_specialization: NameIdKey;
character: Character;
specializations: Array<Specialization>;
Expand Down

0 comments on commit 77fa6c3

Please sign in to comment.