feat(inventory): add accolade fields to IInventoryResponse (#586)
This commit is contained in:
parent
b0b2d9f6fa
commit
144ac5850c
@ -170,6 +170,14 @@ export interface IInventoryResponse {
|
|||||||
PendingRecipes: IPendingRecipeResponse[];
|
PendingRecipes: IPendingRecipeResponse[];
|
||||||
TrainingDate: IMongoDate;
|
TrainingDate: IMongoDate;
|
||||||
PlayerLevel: number;
|
PlayerLevel: number;
|
||||||
|
Staff?: boolean;
|
||||||
|
Founder?: number;
|
||||||
|
Guide?: number;
|
||||||
|
Moderator?: boolean;
|
||||||
|
Partner?: boolean;
|
||||||
|
Accolades?: {
|
||||||
|
Heirloom?: boolean;
|
||||||
|
};
|
||||||
Upgrades: ICrewShipSalvagedWeaponSkin[];
|
Upgrades: ICrewShipSalvagedWeaponSkin[];
|
||||||
EquippedGear: string[];
|
EquippedGear: string[];
|
||||||
DeathMarks: string[];
|
DeathMarks: string[];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user