Skip to content

Commit 09aa88f

Browse files
authored
Fix include/exclude type in Frequent Items agg (#2280) (#2289)
1 parent 5ed2bac commit 09aa88f

File tree

3 files changed

+14
-44
lines changed

3 files changed

+14
-44
lines changed

output/schema/schema.json

Lines changed: 10 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_types/aggregations/bucket.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,8 @@ export class IpPrefixAggregation extends BucketAggregationBase {
544544

545545
export class FrequentItemSetsField {
546546
field: Field
547-
exclude?: string | string[]
548-
include?: string | string[]
547+
exclude?: TermsExclude
548+
include?: TermsInclude
549549
}
550550

551551
export class FrequentItemSetsAggregation {

0 commit comments

Comments
 (0)