@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.
- package/dist/cjs/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.js.map +1 -1
- package/dist/esm/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.js.map +1 -1
- package/dist/types/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.d.ts +4 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StatementGroupsInterfaces.js","sourceRoot":"","sources":["../../../../../src/resources/Pipelines/StatementGroups/StatementGroupsInterfaces.ts"],"names":[],"mappings":";;;
|
|
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":"
|
|
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
|