diff --git a/SVSim.EmulatedEntrypoint/Models/Dtos/Responses/Admin/ImportViewerResponse.cs b/SVSim.EmulatedEntrypoint/Models/Dtos/Responses/Admin/ImportViewerResponse.cs index c3f754e7..c82929fb 100644 --- a/SVSim.EmulatedEntrypoint/Models/Dtos/Responses/Admin/ImportViewerResponse.cs +++ b/SVSim.EmulatedEntrypoint/Models/Dtos/Responses/Admin/ImportViewerResponse.cs @@ -8,4 +8,9 @@ public class ImportViewerResponse [JsonPropertyName("short_udid")] public long ShortUdid { get; set; } [JsonPropertyName("was_created")] public bool WasCreated { get; set; } [JsonPropertyName("skipped_card_count")] public int SkippedCardCount { get; set; } + [JsonPropertyName("skipped_mission_count")] public int SkippedMissionCount { get; set; } + [JsonPropertyName("skipped_mission_counter_count")] public int SkippedMissionCounterCount { get; set; } + [JsonPropertyName("skipped_achievement_count")] public int SkippedAchievementCount { get; set; } + [JsonPropertyName("skipped_achievement_counter_count")] public int SkippedAchievementCounterCount { get; set; } + [JsonPropertyName("skipped_story_count")] public int SkippedStoryCount { get; set; } }