Skip to content

Commit 38154d4

Browse files
authored
Merge pull request #46 from cryptlex/huzaif/fe-base-value
feat: add baseValue to fe
2 parents a03b647 + f2e687f commit 38154d4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/main/java/com/cryptlex/lexfloatclient/HostFeatureEntitlement.java

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,17 @@ public class HostFeatureEntitlement {
1212
public String featureDisplayName;
1313

1414
/**
15-
* The value of the feature.
15+
* Effective value of the feature. Contains the overridden value if set at the license level;
16+
* otherwise, the entitlement set value.
1617
*/
1718
public String value;
1819

20+
/**
21+
* Default value of the feature defined in the entitlement set; empty for features not inherited
22+
* from an entitlement set.
23+
*/
24+
public String baseValue;
25+
1926
/**
2027
* The timestamp at which the license feature entitlement will expire.
2128
*/

0 commit comments

Comments
 (0)