qanswer-sdk 3.1249.0-main → 3.1255.0-main

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/api.ts CHANGED
@@ -205,10 +205,10 @@ export interface Aggregation {
205
205
  'type': AggregationTypeEnum;
206
206
  /**
207
207
  *
208
- * @type {AppliedMetadataFilter}
208
+ * @type {Array<AppliedMetadataFilter>}
209
209
  * @memberof Aggregation
210
210
  */
211
- 'applied_filters'?: AppliedMetadataFilter;
211
+ 'applied_filters': Array<AppliedMetadataFilter>;
212
212
  /**
213
213
  *
214
214
  * @type {Array<TermsBucket>}
package/dist/api.d.ts CHANGED
@@ -192,10 +192,10 @@ export interface Aggregation {
192
192
  'type': AggregationTypeEnum;
193
193
  /**
194
194
  *
195
- * @type {AppliedMetadataFilter}
195
+ * @type {Array<AppliedMetadataFilter>}
196
196
  * @memberof Aggregation
197
197
  */
198
- 'applied_filters'?: AppliedMetadataFilter;
198
+ 'applied_filters': Array<AppliedMetadataFilter>;
199
199
  /**
200
200
  *
201
201
  * @type {Array<TermsBucket>}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qanswer-sdk",
3
- "version": "3.1249.0-main",
3
+ "version": "3.1255.0-main",
4
4
  "description": "OpenAPI client for qanswer-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
index 524e87d..baff6b0 100644
Binary file