2.0.0: slug-based quests, scenarios and offers; environment carried by the token; regenerated models
Claude-Session: https://claude.ai/code/session_01SMCvdwDmuxoaqGgvGBLk1V
This commit is contained in:
@@ -6,7 +6,7 @@ namespace RudderSdk.Core.Models.Quests;
|
||||
|
||||
public class ReportQuestProgressResponse
|
||||
{
|
||||
[JsonProperty("completedQuestIds")]
|
||||
public List<string>? CompletedQuestIds { get; set; }
|
||||
[JsonProperty("completedQuestSlugs")]
|
||||
public List<string>? CompletedQuestSlugs { get; set; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user