Skip to content

Commit

Permalink
Add new properties to ReceiverModelCard for mixpanel tracking (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhankoral authored Sep 11, 2024
1 parent 4c46292 commit 75ebf8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DUI3/Speckle.Connectors.DUI/Models/Card/ReceiverModelCard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ public class ReceiverModelCard : ModelCard
public string? ProjectName { get; set; }
public string? ModelName { get; set; }
public string? SelectedVersionId { get; set; }
public string? SelectedVersionSourceApp { get; set; }
public string? SelectedVersionUserId { get; set; }
public string? LatestVersionId { get; set; }
public string? LatestVersionSourceApp { get; set; }
public string? LatestVersionUserId { get; set; }
public bool HasDismissedUpdateWarning { get; set; }
public List<string>? BakedObjectIds { get; set; }

Expand Down

0 comments on commit 75ebf8f

Please sign in to comment.