From e2040667a17762eeafd0bed1cdb251ec3e258f93 Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Tue, 2 Dec 2025 10:13:03 -0700 Subject: [PATCH] Adds installsDiscovered to CatalogApp --- eshtek/admin.types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/eshtek/admin.types.ts b/eshtek/admin.types.ts index 452ef54..9b87a03 100644 --- a/eshtek/admin.types.ts +++ b/eshtek/admin.types.ts @@ -40,6 +40,7 @@ export interface CatalogApp { lastCatalogSync: Date | null; metadata: any; // Event statistics (detailed) + installsDiscovered?: number; installsCompleted?: number; installsFailed?: number; uninstallsCompleted?: number;