We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8addb6 + 23fe10f commit 24547f5Copy full SHA for 24547f5
src/jamf_pro_sdk/models/classic/criteria.py
@@ -34,9 +34,9 @@ class ClassicCriterionSearchType(str, Enum):
34
not_current: str = "not current"
35
member_of: str = "member of"
36
not_member_of: str = "not member of"
37
- greater_than: str = "greater than"
38
more_than: str = "more than"
39
less_than: str = "less than"
+ greater_than: str = "greater than"
40
greater_than_or_equal: str = "greater than or equal"
41
less_than_or_equal: str = "less than or equal"
42
0 commit comments