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:
@@ -25,6 +25,9 @@ public class Offer
|
||||
[JsonProperty("price")]
|
||||
public OfferPrice? Price { get; set; }
|
||||
|
||||
[JsonProperty("slug")]
|
||||
public string? Slug { get; set; }
|
||||
|
||||
[JsonProperty("updatedAt")]
|
||||
public DateTimeOffset? UpdatedAt { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user