Skip to content

Commit 10d4d18

Browse files
Auto-generated code for 8.9 (#2018)
1 parent 36afd13 commit 10d4d18

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/api/types.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3179,8 +3179,8 @@ export type AggregationsFrequentItemSetsBucket = AggregationsFrequentItemSetsBuc
31793179

31803180
export interface AggregationsFrequentItemSetsField {
31813181
field: Field
3182-
exclude?: string | string[]
3183-
include?: string | string[]
3182+
exclude?: AggregationsTermsExclude
3183+
include?: AggregationsTermsInclude
31843184
}
31853185

31863186
export type AggregationsGapPolicy = 'skip' | 'insert_zeros' | 'keep_values'
@@ -3795,7 +3795,7 @@ export interface AggregationsSignificantTextAggregation extends AggregationsBuck
37953795
field?: Field
37963796
filter_duplicate_text?: boolean
37973797
gnd?: AggregationsGoogleNormalizedDistanceHeuristic
3798-
include?: string | string[]
3798+
include?: AggregationsTermsInclude
37993799
jlh?: EmptyObject
38003800
min_doc_count?: long
38013801
mutual_information?: AggregationsMutualInformationHeuristic

src/api/typesWithBodyKey.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3252,8 +3252,8 @@ export type AggregationsFrequentItemSetsBucket = AggregationsFrequentItemSetsBuc
32523252

32533253
export interface AggregationsFrequentItemSetsField {
32543254
field: Field
3255-
exclude?: string | string[]
3256-
include?: string | string[]
3255+
exclude?: AggregationsTermsExclude
3256+
include?: AggregationsTermsInclude
32573257
}
32583258

32593259
export type AggregationsGapPolicy = 'skip' | 'insert_zeros' | 'keep_values'
@@ -3868,7 +3868,7 @@ export interface AggregationsSignificantTextAggregation extends AggregationsBuck
38683868
field?: Field
38693869
filter_duplicate_text?: boolean
38703870
gnd?: AggregationsGoogleNormalizedDistanceHeuristic
3871-
include?: string | string[]
3871+
include?: AggregationsTermsInclude
38723872
jlh?: EmptyObject
38733873
min_doc_count?: long
38743874
mutual_information?: AggregationsMutualInformationHeuristic

0 commit comments

Comments
 (0)