Skip to content

Commit 08bb896

Browse files
Auto-generated code for 8.8 (#2017)
1 parent 667a2de commit 08bb896

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/api/types.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -3175,8 +3175,8 @@ export type AggregationsFrequentItemSetsBucket = AggregationsFrequentItemSetsBuc
31753175

31763176
export interface AggregationsFrequentItemSetsField {
31773177
field: Field
3178-
exclude?: string | string[]
3179-
include?: string | string[]
3178+
exclude?: AggregationsTermsExclude
3179+
include?: AggregationsTermsInclude
31803180
}
31813181

31823182
export type AggregationsGapPolicy = 'skip' | 'insert_zeros' | 'keep_values'
@@ -3791,7 +3791,7 @@ export interface AggregationsSignificantTextAggregation extends AggregationsBuck
37913791
field?: Field
37923792
filter_duplicate_text?: boolean
37933793
gnd?: AggregationsGoogleNormalizedDistanceHeuristic
3794-
include?: string | string[]
3794+
include?: AggregationsTermsInclude
37953795
jlh?: EmptyObject
37963796
min_doc_count?: long
37973797
mutual_information?: AggregationsMutualInformationHeuristic

src/api/typesWithBodyKey.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -3248,8 +3248,8 @@ export type AggregationsFrequentItemSetsBucket = AggregationsFrequentItemSetsBuc
32483248

32493249
export interface AggregationsFrequentItemSetsField {
32503250
field: Field
3251-
exclude?: string | string[]
3252-
include?: string | string[]
3251+
exclude?: AggregationsTermsExclude
3252+
include?: AggregationsTermsInclude
32533253
}
32543254

32553255
export type AggregationsGapPolicy = 'skip' | 'insert_zeros' | 'keep_values'
@@ -3864,7 +3864,7 @@ export interface AggregationsSignificantTextAggregation extends AggregationsBuck
38643864
field?: Field
38653865
filter_duplicate_text?: boolean
38663866
gnd?: AggregationsGoogleNormalizedDistanceHeuristic
3867-
include?: string | string[]
3867+
include?: AggregationsTermsInclude
38683868
jlh?: EmptyObject
38693869
min_doc_count?: long
38703870
mutual_information?: AggregationsMutualInformationHeuristic

0 commit comments

Comments
 (0)