From 99b5bbb304c755091d58f2311ab26b56ae7e7329 Mon Sep 17 00:00:00 2001 From: Antoine Boissinot <133259861+aboissinot-coveo@users.noreply.github.com> Date: Thu, 12 Dec 2024 11:21:44 -0500 Subject: [PATCH] feat(statement-groups): add conditionDetailed property (#893) * feat(statement-groups): add conditionDetailed property * feat(statement-groups): adjust type --- .../Pipelines/StatementGroups/StatementGroupsInterfaces.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.ts b/src/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.ts index 379bfbe5e..d4c61ef84 100644 --- a/src/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.ts +++ b/src/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.ts @@ -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