@blizzard-api/classic-wow 4.0.1 → 4.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.
@@ -17,6 +17,7 @@ interface PvpSeasonResponse extends ResponseBase {
17
17
  id: number;
18
18
  leaderboards: Href;
19
19
  rewards: Href;
20
+ season_end_timestamp?: number;
20
21
  season_name?: null | string;
21
22
  season_start_timestamp: number;
22
23
  }
@@ -86,4 +87,4 @@ declare function pvpSeason(namespace: Extract<BlizzardNamespaces, 'dynamic-class
86
87
  declare function pvpSeasonIndex(namespace: Extract<BlizzardNamespaces, 'dynamic-classic1x' | 'dynamic-classic'>): Resource<PvpSeasonIndexResponse>;
87
88
  //#endregion
88
89
  export { pvpRegionalSeasonIndex as a, pvpSeasonIndex as c, pvpRegionalSeason as i, PvpSeasonIndexResponse as l, pvpLeaderboardIndex as n, pvpRewardsIndex as o, pvpRegionIndex as r, pvpSeason as s, pvpLeaderboard as t, PvpSeasonResponse as u };
89
- //# sourceMappingURL=index-y_6cJbJi.d.ts.map
90
+ //# sourceMappingURL=index-1f8_wXzA.d.ts.map
package/dist/index.d.ts CHANGED
@@ -16,7 +16,7 @@ import { n as MediaSearchParameters, r as MediaSearchResponse, t as mediaSearch
16
16
  import { a as PlayableClassMediaResponse, i as PlayableClassIndexResponse, n as playableClassIndex, o as PlayableClassResponse, r as playableClassMedia, t as playableClass } from "./index-DDSvssGG.js";
17
17
  import { i as PlayableRaceResponse, n as playableRaceIndex, r as PlayableRaceIndexResponse, t as playableRace } from "./index-BrwXCy4D.js";
18
18
  import { i as PowerTypeResponse, n as powerTypeIndex, r as PowerTypeIndexResponse, t as powerType } from "./index-i0vuifJx.js";
19
- import { a as pvpRegionalSeasonIndex, c as pvpSeasonIndex, i as pvpRegionalSeason, l as PvpSeasonIndexResponse, n as pvpLeaderboardIndex, o as pvpRewardsIndex, r as pvpRegionIndex, s as pvpSeason, t as pvpLeaderboard, u as PvpSeasonResponse } from "./index-y_6cJbJi.js";
19
+ import { a as pvpRegionalSeasonIndex, c as pvpSeasonIndex, i as pvpRegionalSeason, l as PvpSeasonIndexResponse, n as pvpLeaderboardIndex, o as pvpRewardsIndex, r as pvpRegionIndex, s as pvpSeason, t as pvpLeaderboard, u as PvpSeasonResponse } from "./index-1f8_wXzA.js";
20
20
  import { realm, realmIndex, realmSearch } from "./realm/index.js";
21
21
  import { i as RegionResponse, n as regionIndex, r as RegionIndexResponse, t as region } from "./index-DUgdQv4k.js";
22
22
 
@@ -1,2 +1,2 @@
1
- import { a as pvpRegionalSeasonIndex, c as pvpSeasonIndex, i as pvpRegionalSeason, n as pvpLeaderboardIndex, o as pvpRewardsIndex, r as pvpRegionIndex, s as pvpSeason, t as pvpLeaderboard } from "../index-y_6cJbJi.js";
1
+ import { a as pvpRegionalSeasonIndex, c as pvpSeasonIndex, i as pvpRegionalSeason, n as pvpLeaderboardIndex, o as pvpRewardsIndex, r as pvpRegionIndex, s as pvpSeason, t as pvpLeaderboard } from "../index-1f8_wXzA.js";
2
2
  export { pvpLeaderboard, pvpLeaderboardIndex, pvpRegionIndex, pvpRegionalSeason, pvpRegionalSeasonIndex, pvpRewardsIndex, pvpSeason, pvpSeasonIndex };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blizzard-api/classic-wow",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "license": "MIT",
5
5
  "author": "Putro",
6
6
  "description": "A series of helpers to interact with the World of Warcraft Classic Blizzard API",