Skip to content

Commit 56b87ad

Browse files
authored
[9.1] Regenerate client (#8667)
1 parent 8b7a561 commit 56b87ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Elastic.Clients.Elasticsearch/_Generated/Types/Aggregations/PercentilesItem.g.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ internal sealed partial class PercentilesItemConverter : System.Text.Json.Serial
3232
public override Elastic.Clients.Elasticsearch.Aggregations.PercentilesItem Read(ref System.Text.Json.Utf8JsonReader reader, System.Type typeToConvert, System.Text.Json.JsonSerializerOptions options)
3333
{
3434
reader.ValidateToken(System.Text.Json.JsonTokenType.StartObject);
35-
LocalJsonValue<string> propKey = default;
35+
LocalJsonValue<double> propKey = default;
3636
LocalJsonValue<double?> propValue = default;
3737
LocalJsonValue<string?> propValueAsString = default;
3838
while (reader.Read() && reader.TokenType is System.Text.Json.JsonTokenType.PropertyName)
@@ -84,7 +84,7 @@ public override void Write(System.Text.Json.Utf8JsonWriter writer, Elastic.Clien
8484
public sealed partial class PercentilesItem
8585
{
8686
[System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
87-
public PercentilesItem(string key, double? value)
87+
public PercentilesItem(double key, double? value)
8888
{
8989
Key = key;
9090
Value = value;
@@ -110,7 +110,7 @@ internal PercentilesItem(Elastic.Clients.Elasticsearch.Serialization.JsonConstru
110110
#if NET7_0_OR_GREATER
111111
required
112112
#endif
113-
string Key { get; set; }
113+
double Key { get; set; }
114114
public
115115
#if NET7_0_OR_GREATER
116116
required

0 commit comments

Comments
 (0)