quests: reportProgress on QuestsService + regenerated DTOs
CI / check (push) Successful in 56s

This commit is contained in:
edmand46
2026-08-13 12:10:07 +03:00
parent fd364fd156
commit 25f66be16a
3 changed files with 22 additions and 1 deletions
+9
View File
@@ -40,3 +40,12 @@ export interface QuestReward {
"itemId"?: string;
}
export interface ReportQuestProgressRequest {
"amount"?: number;
"metric"?: string;
}
export interface ReportQuestProgressResponse {
"completedQuestIds"?: string[];
}