@coveo/platform-client 57.3.0 → 57.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"version":3,"file":"StatementGroupsInterfaces.js","sourceRoot":"","sources":["../../../../../src/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.ts"],"names":[],"mappings":";;;AAyRA,IAAY,4CAEX;AAFD,WAAY,4CAA4C;IACpD,iFAAiC,CAAA;AACrC,CAAC,EAFW,4CAA4C,4DAA5C,4CAA4C,QAEvD"}
1
+ {"version":3,"file":"StatementGroupsInterfaces.js","sourceRoot":"","sources":["../../../../../src/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.ts"],"names":[],"mappings":";;;AA4RA,IAAY,4CAEX;AAFD,WAAY,4CAA4C;IACpD,iFAAiC,CAAA;AACrC,CAAC,EAFW,4CAA4C,4DAA5C,4CAA4C,QAEvD"}
@@ -1 +1 @@
1
- {"version":3,"file":"StatementGroupsInterfaces.js","sourceRoot":"","sources":["../../../../../src/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.ts"],"names":[],"mappings":"AAyRA,MAAM,CAAN,IAAY,4CAEX;AAFD,WAAY,4CAA4C;IACpD,iFAAiC,CAAA;AACrC,CAAC,EAFW,4CAA4C,KAA5C,4CAA4C,QAEvD"}
1
+ {"version":3,"file":"StatementGroupsInterfaces.js","sourceRoot":"","sources":["../../../../../src/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.ts"],"names":[],"mappings":"AA4RA,MAAM,CAAN,IAAY,4CAEX;AAFD,WAAY,4CAA4C;IACpD,iFAAiC,CAAA;AACrC,CAAC,EAFW,4CAA4C,KAA5C,4CAA4C,QAEvD"}
@@ -30,6 +30,10 @@ interface StatementGroupModelBase {
30
30
  * The definition of the condition that must be satisfied for a request to be processed by the statement group.
31
31
  */
32
32
  conditionDefinition?: string;
33
+ /**
34
+ * A structured representation of the condition
35
+ */
36
+ conditionDetailed?: unknown;
33
37
  /**
34
38
  * Date of creation
35
39
  * Format: ISO-8601
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/platform-client",
3
- "version": "57.3.0",
3
+ "version": "57.4.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "exports": {