@blizzard-api/wow 3.0.1 → 3.0.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.ts +3 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -856,7 +856,7 @@ interface DisplayStringValue {
|
|
|
856
856
|
}
|
|
857
857
|
interface Effect$1 {
|
|
858
858
|
display_string: string;
|
|
859
|
-
is_active
|
|
859
|
+
is_active?: boolean;
|
|
860
860
|
required_count: number;
|
|
861
861
|
}
|
|
862
862
|
interface Enchantment {
|
|
@@ -3715,9 +3715,11 @@ interface RecipeMediaResponse extends ResponseBase {
|
|
|
3715
3715
|
* @see {@link https://develop.battle.net/documentation/world-of-warcraft/game-data-apis}
|
|
3716
3716
|
*/
|
|
3717
3717
|
interface RecipeResponse extends NameId, ResponseBase {
|
|
3718
|
+
alliance_crafted_item?: NameIdKey;
|
|
3718
3719
|
crafted_item?: NameIdKey;
|
|
3719
3720
|
crafted_quantity?: CraftedQuantity;
|
|
3720
3721
|
description?: string;
|
|
3722
|
+
horde_crafted_item?: NameIdKey;
|
|
3721
3723
|
media: Media$4;
|
|
3722
3724
|
modified_crafting_slots?: Array<ModifiedCraftSlot>;
|
|
3723
3725
|
rank?: number;
|