From 2c2f0d2e23581da527565f04ffc87216d23da3ad Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 5 Oct 2025 01:45:45 +0000 Subject: [PATCH] Include awarded achievement ids in response type cgen-e27bb49c0c934847aa697857d44471b2 --- client/lib/aethex-database-adapter.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/client/lib/aethex-database-adapter.ts b/client/lib/aethex-database-adapter.ts index 46e1a013..bc926fc1 100644 --- a/client/lib/aethex-database-adapter.ts +++ b/client/lib/aethex-database-adapter.ts @@ -211,6 +211,7 @@ export interface ActivateRewardsResponse { ok: boolean; achievementsSeeded: number; godModeAwarded: boolean; + awardedAchievementIds?: string[]; targetUserId?: string | null; }