fix: address some client warnings about malformed inventory.php response #840

Merged
Sainan merged 5 commits from inventory-fix into main 2025-01-24 05:17:53 -08:00
2 changed files with 0 additions and 3 deletions
Showing only changes of commit 903012afa8 - Show all commits

View File

@ -949,8 +949,6 @@ const inventorySchema = new Schema<IInventoryDatabase, InventoryDocumentProps>(
XPInfo: [TypeXPItemSchema],
//Mastery Rank next availability
TrainingDate: { type: Date, default: new Date(0) },
//Retries rank up(3 time)
TrainingRetriesLeft: Number,
//you saw last played Region when you opened the star map
LastRegionPlayed: String,

View File

@ -208,7 +208,6 @@ export interface IInventoryClient extends IDailyAffiliations {
QuestKeys: IQuestKeyResponse[];
FlavourItems: IFlavourItem[];
Scoops: IEquipmentDatabase[];
TrainingRetriesLeft: number;
LoadOutPresets: ILoadOutPresets;
CurrentLoadOutIds: IOid[]; // we store it in the database using this representation as well :/
Missions: IMission[];