Skip to content

Commit

Permalink
chore(api): add more property filter kinds
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-prosser committed Jan 31, 2024
1 parent 1fa6bac commit 50503ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/src/resources/comment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ pub struct UserPropertiesFilter(pub HashMap<UserPropertyName, PropertyFilterKind
#[serde(rename_all = "snake_case")]
pub enum PropertyFilterKind {
OneOf(Vec<PropertyValue>),
NotOneOf(Vec<PropertyValue>),
DomainNotOneOf(Vec<PropertyValue>),
}

#[derive(Debug, Clone, Serialize, Deserialize, Default)]
Expand Down

0 comments on commit 50503ef

Please sign in to comment.