From 6dc513162243a2423e6914ba707cfe19e792cfcf Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Sat, 8 Jun 2024 01:52:21 +1000 Subject: [PATCH] Auto-generated code for 8.14 (#2282) --- docs/reference.asciidoc | 2 +- src/api/types.ts | 3 +-- src/api/typesWithBodyKey.ts | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/reference.asciidoc b/docs/reference.asciidoc index 62b9973c5..400238eda 100644 --- a/docs/reference.asciidoc +++ b/docs/reference.asciidoc @@ -4252,7 +4252,7 @@ a new date field is added instead of string. not used at all by Elasticsearch, but can be used to store application-specific metadata. ** *`numeric_detection` (Optional, boolean)*: Automatically map strings into numeric data types for all fields. -** *`properties` (Optional, Record)*: Mapping for a field. For new fields, this mapping can include: +** *`properties` (Optional, Record)*: Mapping for a field. For new fields, this mapping can include: - Field name - Field data type diff --git a/src/api/types.ts b/src/api/types.ts index f0c285532..67504e24e 100644 --- a/src/api/types.ts +++ b/src/api/types.ts @@ -5074,7 +5074,6 @@ export interface MappingIcuCollationProperty extends MappingDocValuesPropertyBas index_options?: MappingIndexOptions index?: boolean null_value?: string - store?: boolean rules?: string language?: string country?: string @@ -13296,7 +13295,7 @@ export interface MlInferenceConfigUpdateContainer { export interface MlInferenceResponseResult { entities?: MlTrainedModelEntities[] is_truncated?: boolean - predicted_value?: MlPredictedValue[] + predicted_value?: MlPredictedValue | MlPredictedValue[] predicted_value_sequence?: string prediction_probability?: double prediction_score?: double diff --git a/src/api/typesWithBodyKey.ts b/src/api/typesWithBodyKey.ts index cb94f6bd8..aab35c695 100644 --- a/src/api/typesWithBodyKey.ts +++ b/src/api/typesWithBodyKey.ts @@ -5147,7 +5147,6 @@ export interface MappingIcuCollationProperty extends MappingDocValuesPropertyBas index_options?: MappingIndexOptions index?: boolean null_value?: string - store?: boolean rules?: string language?: string country?: string @@ -13531,7 +13530,7 @@ export interface MlInferenceConfigUpdateContainer { export interface MlInferenceResponseResult { entities?: MlTrainedModelEntities[] is_truncated?: boolean - predicted_value?: MlPredictedValue[] + predicted_value?: MlPredictedValue | MlPredictedValue[] predicted_value_sequence?: string prediction_probability?: double prediction_score?: double