@blizzard-api/wow 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -800,7 +800,7 @@ interface RaidMode {
|
|
|
800
800
|
status: Status;
|
|
801
801
|
}
|
|
802
802
|
interface RaidDifficulties {
|
|
803
|
-
name: '10 Player
|
|
803
|
+
name: '10 Player' | '10 Player (Heroic)' | '25 Player' | '25 Player (Heroic)' | 'Heroic' | 'Mythic' | 'Normal' | 'Raid Finder';
|
|
804
804
|
type: 'HEROIC' | 'LEGACY_10_MAN' | 'LEGACY_10_MAN_HEROIC' | 'LEGACY_25_MAN' | 'LEGACY_25_MAN_HEROIC' | 'LFR' | 'MYTHIC' | 'NORMAL';
|
|
805
805
|
}
|
|
806
806
|
|
|
@@ -1289,7 +1289,7 @@ interface TypeClass {
|
|
|
1289
1289
|
declare function characterSoulbinds(realmSlug: string, characterName: string): Resource<CharacterSoulbindsResponse>;
|
|
1290
1290
|
|
|
1291
1291
|
interface CharacterSpecializationsSummaryResponse extends ResponseBase {
|
|
1292
|
-
active_hero_talent:
|
|
1292
|
+
active_hero_talent: NameIdKey;
|
|
1293
1293
|
active_specialization: NameIdKey;
|
|
1294
1294
|
character: Character$2;
|
|
1295
1295
|
specializations: Array<Specialization$1>;
|
|
@@ -2493,7 +2493,7 @@ declare function itemSearch(options: ItemSearchParameters): Resource<SearchRespo
|
|
|
2493
2493
|
|
|
2494
2494
|
type EncounterCategory = 'DUNGEON' | 'RAID' | 'WORLD_BOSS';
|
|
2495
2495
|
type EncounterMode = 'HEROIC' | 'LFR' | 'MYTHIC' | 'NORMAL';
|
|
2496
|
-
type ModeName = '10 Player
|
|
2496
|
+
type ModeName = '10 Player' | '10 Player (Heroic)' | '25 Player' | '25 Player (Heroic)' | 'Heroic' | 'Mythic' | 'Mythic+ Dungeons' | 'Normal' | 'Raid Finder';
|
|
2497
2497
|
type ModeType = 'HEROIC' | 'LEGACY_10_MAN' | 'LEGACY_10_MAN_HEROIC' | 'LEGACY_25_MAN' | 'LEGACY_25_MAN_HEROIC' | 'LFR' | 'MYTHIC' | 'MYTHIC_KEYSTONE' | 'NORMAL';
|
|
2498
2498
|
/**
|
|
2499
2499
|
* The response for a journal encounter index.
|
package/dist/index.d.ts
CHANGED
|
@@ -800,7 +800,7 @@ interface RaidMode {
|
|
|
800
800
|
status: Status;
|
|
801
801
|
}
|
|
802
802
|
interface RaidDifficulties {
|
|
803
|
-
name: '10 Player
|
|
803
|
+
name: '10 Player' | '10 Player (Heroic)' | '25 Player' | '25 Player (Heroic)' | 'Heroic' | 'Mythic' | 'Normal' | 'Raid Finder';
|
|
804
804
|
type: 'HEROIC' | 'LEGACY_10_MAN' | 'LEGACY_10_MAN_HEROIC' | 'LEGACY_25_MAN' | 'LEGACY_25_MAN_HEROIC' | 'LFR' | 'MYTHIC' | 'NORMAL';
|
|
805
805
|
}
|
|
806
806
|
|
|
@@ -1289,7 +1289,7 @@ interface TypeClass {
|
|
|
1289
1289
|
declare function characterSoulbinds(realmSlug: string, characterName: string): Resource<CharacterSoulbindsResponse>;
|
|
1290
1290
|
|
|
1291
1291
|
interface CharacterSpecializationsSummaryResponse extends ResponseBase {
|
|
1292
|
-
active_hero_talent:
|
|
1292
|
+
active_hero_talent: NameIdKey;
|
|
1293
1293
|
active_specialization: NameIdKey;
|
|
1294
1294
|
character: Character$2;
|
|
1295
1295
|
specializations: Array<Specialization$1>;
|
|
@@ -2493,7 +2493,7 @@ declare function itemSearch(options: ItemSearchParameters): Resource<SearchRespo
|
|
|
2493
2493
|
|
|
2494
2494
|
type EncounterCategory = 'DUNGEON' | 'RAID' | 'WORLD_BOSS';
|
|
2495
2495
|
type EncounterMode = 'HEROIC' | 'LFR' | 'MYTHIC' | 'NORMAL';
|
|
2496
|
-
type ModeName = '10 Player
|
|
2496
|
+
type ModeName = '10 Player' | '10 Player (Heroic)' | '25 Player' | '25 Player (Heroic)' | 'Heroic' | 'Mythic' | 'Mythic+ Dungeons' | 'Normal' | 'Raid Finder';
|
|
2497
2497
|
type ModeType = 'HEROIC' | 'LEGACY_10_MAN' | 'LEGACY_10_MAN_HEROIC' | 'LEGACY_25_MAN' | 'LEGACY_25_MAN_HEROIC' | 'LFR' | 'MYTHIC' | 'MYTHIC_KEYSTONE' | 'NORMAL';
|
|
2498
2498
|
/**
|
|
2499
2499
|
* The response for a journal encounter index.
|