@coveo/platform-client 48.4.0 → 48.5.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.
@@ -46,6 +46,10 @@ export interface SmartSnippetsDocumentGroupPreviewParams {
46
46
  * An array of filtering conditions.
47
47
  */
48
48
  filterConditions: FilterConditions[];
49
+ /**
50
+ * The query that determines the documents to extract
51
+ */
52
+ advancedQuery: string;
49
53
  }
50
54
  export interface SmartSnippetsDocumentGroupPreview {
51
55
  /**
@@ -86,6 +90,10 @@ export interface SmartSnippetsContentFieldsParams {
86
90
  * An array of filtering conditions.
87
91
  */
88
92
  filterConditions: FilterConditions[];
93
+ /**
94
+ * The query that determines the documents to extract
95
+ */
96
+ advancedQuery: string;
89
97
  }
90
98
  export interface SmartSnippetsContentField {
91
99
  /**
@@ -112,6 +120,10 @@ export interface SmartSnippetsDocumentTypesParams {
112
120
  * An array of filtering conditions.
113
121
  */
114
122
  filterConditions: FilterConditions[];
123
+ /**
124
+ * The query that determines the documents to extract
125
+ */
126
+ advancedQuery: string;
115
127
  }
116
128
  export interface SmartSnippetsDocumentType {
117
129
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/platform-client",
3
- "version": "48.4.0",
3
+ "version": "48.5.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "exports": {