Compare commits

..

1 Commits

Author SHA1 Message Date
173a4791d9 Upload files to "static/webui" 2025-03-23 10:14:22 -07:00
3 changed files with 68097 additions and 6 deletions

View File

@ -1505,9 +1505,6 @@ inventorySchema.set("toJSON", {
if (inventoryDatabase.NextRefill) {
inventoryResponse.NextRefill = toMongoDate(inventoryDatabase.NextRefill);
}
if (inventoryDatabase.EntratiVaultCountResetDate) {
inventoryResponse.EntratiVaultCountResetDate = toMongoDate(inventoryDatabase.EntratiVaultCountResetDate);
}
}
});

View File

@ -44,7 +44,6 @@ export interface IInventoryDatabase
| "RecentVendorPurchases"
| "NextRefill"
| "Nemesis"
| "EntratiVaultCountResetDate"
| TEquipmentKey
>,
InventoryDatabaseEquipment {
@ -74,7 +73,6 @@ export interface IInventoryDatabase
RecentVendorPurchases?: IRecentVendorPurchaseDatabase[];
NextRefill?: Date;
Nemesis?: INemesisDatabase;
EntratiVaultCountResetDate?: Date;
}
export interface IQuestKeyDatabase {
@ -338,7 +336,7 @@ export interface IInventoryClient extends IDailyAffiliations, InventoryClientEqu
CalendarProgress: ICalendarProgress;
SongChallenges?: ISongChallenge[];
EntratiVaultCountLastPeriod?: number;
EntratiVaultCountResetDate?: IMongoDate;
EntratiVaultCountResetDate?: Date;
EntratiLabConquestUnlocked?: number;
EntratiLabConquestHardModeStatus?: number;
EntratiLabConquestCacheScoreMission?: number;

68096
static/webui/inventory.json Normal file

File diff suppressed because it is too large Load Diff