diff --git a/CHANGELOG.md b/CHANGELOG.md index 6da70cb..92dfe37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +### Added + +- `repeatableSetPredicate` property to `ConditionallyShowPredicate` + ## 5.0.0 (2023-09-17) ### Removed diff --git a/OneBlink.SDK/models/CondtionallyShowPredicate.cs b/OneBlink.SDK/models/CondtionallyShowPredicate.cs index 5fa4343..1265458 100644 --- a/OneBlink.SDK/models/CondtionallyShowPredicate.cs +++ b/OneBlink.SDK/models/CondtionallyShowPredicate.cs @@ -48,5 +48,9 @@ public string compareWith { get; set; } + public ConditionallyShowPredicate repeatableSetPredicate + { + get; set; + } } } \ No newline at end of file