Skip to content

Commit

Permalink
feat(statement-groups): add conditionDetailed property (#893)
Browse files Browse the repository at this point in the history
* feat(statement-groups): add conditionDetailed property

* feat(statement-groups): adjust type
  • Loading branch information
aboissinot-coveo authored Dec 12, 2024
1 parent 9942f57 commit 99b5bbb
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ interface StatementGroupModelBase {
* The definition of the condition that must be satisfied for a request to be processed by the statement group.
*/
conditionDefinition?: string;

/**
* A structured representation of the condition
*/
conditionDetailed?: unknown;
/**
* Date of creation
* Format: ISO-8601
Expand Down

0 comments on commit 99b5bbb

Please sign in to comment.