Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Commit

Permalink
add stuff for ranks
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-1 committed Mar 26, 2022
1 parent ac32487 commit 90bc41d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typed-hypixel-api",
"version": "0.1.9",
"version": "0.1.10",
"main": "build/index.js",
"types": "build/index.d.js",
"repository": "https://github.com/skyblockstats/typed-hypixel-api.git",
Expand Down
8 changes: 7 additions & 1 deletion src/responses/player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,13 @@ export interface PlayerDataResponse {
lastLogout: number
friendRequestsUuid: any[]
channel?: 'ALL'
newPackageRank?: 'MVP_PLUS'

packageRank?: string
newPackageRank?: string
monthlyPackageRank?: 'NONE' | string
rank?: string
prefix?: string

[key: `levelup_${string}`]: number
currentPet?: string
network_update_book: number
Expand Down

0 comments on commit 90bc41d

Please sign in to comment.