feat(inventory): add accolade fields to IInventoryResponse (#586)

This commit is contained in:
Sainan 2024-12-20 03:12:36 +01:00 committed by GitHub
parent b0b2d9f6fa
commit 144ac5850c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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[];