Skip to content

Commit fc34ebc

Browse files
Auto-generated code for 8.9 (#1977)
1 parent af6a924 commit fc34ebc

File tree

2 files changed

+26
-8
lines changed

2 files changed

+26
-8
lines changed

src/api/types.ts

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5712,7 +5712,7 @@ export interface QueryDslQueryContainer {
57125712
term?: Partial<Record<Field, QueryDslTermQuery | FieldValue>>
57135713
terms?: QueryDslTermsQuery
57145714
terms_set?: Partial<Record<Field, QueryDslTermsSetQuery>>
5715-
text_expansion?: QueryDslTextExpansionQuery | Field
5715+
text_expansion?: Partial<Record<Field, QueryDslTextExpansionQuery>>
57165716
wildcard?: Partial<Record<Field, QueryDslWildcardQuery | string>>
57175717
wrapper?: QueryDslWrapperQuery
57185718
type?: QueryDslTypeQuery
@@ -5927,7 +5927,6 @@ export interface QueryDslTermsSetQuery extends QueryDslQueryBase {
59275927
}
59285928

59295929
export interface QueryDslTextExpansionQuery extends QueryDslQueryBase {
5930-
value: Field
59315930
model_id: string
59325931
model_text: string
59335932
}
@@ -9609,7 +9608,7 @@ export interface IndicesIndexSettingsKeys {
96099608
queries?: IndicesQueries
96109609
similarity?: IndicesSettingsSimilarity
96119610
mapping?: IndicesMappingLimitSettings
9612-
'indexing.slowlog'?: IndicesSlowlogSettings
9611+
'indexing.slowlog'?: IndicesIndexingSlowlogSettings
96139612
indexing_pressure?: IndicesIndexingPressure
96149613
store?: IndicesStorage
96159614
}
@@ -9687,6 +9686,17 @@ export interface IndicesIndexingPressureMemory {
96879686
limit?: integer
96889687
}
96899688

9689+
export interface IndicesIndexingSlowlogSettings {
9690+
level?: string
9691+
source?: integer
9692+
reformat?: boolean
9693+
threshold?: IndicesIndexingSlowlogTresholds
9694+
}
9695+
9696+
export interface IndicesIndexingSlowlogTresholds {
9697+
index?: IndicesSlowlogTresholdLevels
9698+
}
9699+
96909700
export interface IndicesMappingLimitSettings {
96919701
coerce?: boolean
96929702
total_fields?: IndicesMappingLimitSettingsTotalFields
@@ -9840,7 +9850,6 @@ export interface IndicesSlowlogTresholdLevels {
98409850
export interface IndicesSlowlogTresholds {
98419851
query?: IndicesSlowlogTresholdLevels
98429852
fetch?: IndicesSlowlogTresholdLevels
9843-
index?: IndicesSlowlogTresholdLevels
98449853
}
98459854

98469855
export interface IndicesSoftDeletes {

src/api/typesWithBodyKey.ts

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5785,7 +5785,7 @@ export interface QueryDslQueryContainer {
57855785
term?: Partial<Record<Field, QueryDslTermQuery | FieldValue>>
57865786
terms?: QueryDslTermsQuery
57875787
terms_set?: Partial<Record<Field, QueryDslTermsSetQuery>>
5788-
text_expansion?: QueryDslTextExpansionQuery | Field
5788+
text_expansion?: Partial<Record<Field, QueryDslTextExpansionQuery>>
57895789
wildcard?: Partial<Record<Field, QueryDslWildcardQuery | string>>
57905790
wrapper?: QueryDslWrapperQuery
57915791
type?: QueryDslTypeQuery
@@ -6000,7 +6000,6 @@ export interface QueryDslTermsSetQuery extends QueryDslQueryBase {
60006000
}
60016001

60026002
export interface QueryDslTextExpansionQuery extends QueryDslQueryBase {
6003-
value: Field
60046003
model_id: string
60056004
model_text: string
60066005
}
@@ -9732,7 +9731,7 @@ export interface IndicesIndexSettingsKeys {
97329731
queries?: IndicesQueries
97339732
similarity?: IndicesSettingsSimilarity
97349733
mapping?: IndicesMappingLimitSettings
9735-
'indexing.slowlog'?: IndicesSlowlogSettings
9734+
'indexing.slowlog'?: IndicesIndexingSlowlogSettings
97369735
indexing_pressure?: IndicesIndexingPressure
97379736
store?: IndicesStorage
97389737
}
@@ -9810,6 +9809,17 @@ export interface IndicesIndexingPressureMemory {
98109809
limit?: integer
98119810
}
98129811

9812+
export interface IndicesIndexingSlowlogSettings {
9813+
level?: string
9814+
source?: integer
9815+
reformat?: boolean
9816+
threshold?: IndicesIndexingSlowlogTresholds
9817+
}
9818+
9819+
export interface IndicesIndexingSlowlogTresholds {
9820+
index?: IndicesSlowlogTresholdLevels
9821+
}
9822+
98139823
export interface IndicesMappingLimitSettings {
98149824
coerce?: boolean
98159825
total_fields?: IndicesMappingLimitSettingsTotalFields
@@ -9963,7 +9973,6 @@ export interface IndicesSlowlogTresholdLevels {
99639973
export interface IndicesSlowlogTresholds {
99649974
query?: IndicesSlowlogTresholdLevels
99659975
fetch?: IndicesSlowlogTresholdLevels
9966-
index?: IndicesSlowlogTresholdLevels
99679976
}
99689977

99699978
export interface IndicesSoftDeletes {

0 commit comments

Comments
 (0)