Skip to content

Commit

Permalink
Merge pull request #275 from oneblink/ON-35262
Browse files Browse the repository at this point in the history
ON-35262 # added `predicate` property to `ConditionallyShowPredicate`
  • Loading branch information
kizaonline authored Oct 16, 2023
2 parents 40da0e5 + 3000d93 commit 7fbd984
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Added

- `repeatableSetPredicate` property to `ConditionallyShowPredicate`

## 5.0.0 (2023-09-17)

### Removed
Expand Down
4 changes: 4 additions & 0 deletions OneBlink.SDK/models/CondtionallyShowPredicate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,9 @@ public string compareWith
{
get; set;
}
public ConditionallyShowPredicate repeatableSetPredicate
{
get; set;
}
}
}

0 comments on commit 7fbd984

Please sign in to comment.