@airbreather/mod-nodejs-types 0.0.4 → 0.0.6

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.
@@ -101,6 +101,7 @@ declare global {
101
101
  readonly talentTreePoints: number[];
102
102
  readonly completedAchievementsCount: number;
103
103
  readonly completedAchievementsCountExcludingFeatsOfStrength: number;
104
+ readonly currentQuestIds: number[];
104
105
 
105
106
  static byGuid(guid: ObjectGuid): Player | undefined;
106
107
  static byName(name: string): Player | undefined;
@@ -150,6 +151,7 @@ declare global {
150
151
  hasWeaponProficiency(weapon: ItemSubclassWeapon): boolean;
151
152
  getGlyph(slot: number): GlyphPropertiesEntry | undefined;
152
153
  sendSystemMessage(msg: string): void;
154
+ storeNewItemInBestSlots(itemId: number, itemCount: number): boolean;
153
155
  }
154
156
  }
155
157
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airbreather/mod-nodejs-types",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "description": "Type declarations (only) for the mod-nodejs AzerothCore module.",
5
5
  "repository": {
6
6
  "type": "git",