Skip to content

Commit 45424f9

Browse files
committed
Updates to code-gen
1 parent 5289a31 commit 45424f9

29 files changed

+29
-1
lines changed

src/Elastic.Clients.Elasticsearch/_Generated/Types/AggregateOrderConverter.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616
// ------------------------------------------------
1717

18+
using Elastic.Clients.Elasticsearch.Core;
1819
using Elastic.Clients.Elasticsearch.Fluent;
1920
using Elastic.Clients.Elasticsearch.Serialization;
2021
using Elastic.Transport;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616
// ------------------------------------------------
1717

18+
using Elastic.Clients.Elasticsearch.Core;
1819
using Elastic.Clients.Elasticsearch.Fluent;
1920
using Elastic.Clients.Elasticsearch.Serialization;
2021
using Elastic.Transport;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616
// ------------------------------------------------
1717

18+
using Elastic.Clients.Elasticsearch.Core;
1819
using Elastic.Clients.Elasticsearch.Fluent;
1920
using Elastic.Clients.Elasticsearch.Serialization;
2021
using Elastic.Transport;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616
// ------------------------------------------------
1717

18+
using Elastic.Clients.Elasticsearch.Core;
1819
using Elastic.Clients.Elasticsearch.Fluent;
1920
using Elastic.Clients.Elasticsearch.Serialization;
2021
using Elastic.Transport;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616
// ------------------------------------------------
1717

18+
using Elastic.Clients.Elasticsearch.Core;
1819
using Elastic.Clients.Elasticsearch.Fluent;
1920
using Elastic.Clients.Elasticsearch.Serialization;
2021
using Elastic.Transport;

src/Elastic.Clients.Elasticsearch/_Generated/Types/Analysis/Analyzers.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616
// ------------------------------------------------
1717

18+
using Elastic.Clients.Elasticsearch.Core;
1819
using Elastic.Clients.Elasticsearch.Fluent;
1920
using Elastic.Clients.Elasticsearch.Serialization;
2021
using Elastic.Transport;

src/Elastic.Clients.Elasticsearch/_Generated/Types/Analysis/CharFilters.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616
// ------------------------------------------------
1717

18+
using Elastic.Clients.Elasticsearch.Core;
1819
using Elastic.Clients.Elasticsearch.Fluent;
1920
using Elastic.Clients.Elasticsearch.Serialization;
2021
using Elastic.Transport;

src/Elastic.Clients.Elasticsearch/_Generated/Types/Analysis/Normalizers.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616
// ------------------------------------------------
1717

18+
using Elastic.Clients.Elasticsearch.Core;
1819
using Elastic.Clients.Elasticsearch.Fluent;
1920
using Elastic.Clients.Elasticsearch.Serialization;
2021
using Elastic.Transport;

src/Elastic.Clients.Elasticsearch/_Generated/Types/Analysis/TokenFilters.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616
// ------------------------------------------------
1717

18+
using Elastic.Clients.Elasticsearch.Core;
1819
using Elastic.Clients.Elasticsearch.Fluent;
1920
using Elastic.Clients.Elasticsearch.Serialization;
2021
using Elastic.Transport;

src/Elastic.Clients.Elasticsearch/_Generated/Types/Analysis/Tokenizers.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616
// ------------------------------------------------
1717

18+
using Elastic.Clients.Elasticsearch.Core;
1819
using Elastic.Clients.Elasticsearch.Fluent;
1920
using Elastic.Clients.Elasticsearch.Serialization;
2021
using Elastic.Transport;

src/Elastic.Clients.Elasticsearch/_Generated/Types/ByteSize.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616
// ------------------------------------------------
1717

18+
using Elastic.Clients.Elasticsearch.Core;
1819
using Elastic.Clients.Elasticsearch.Fluent;
1920
using Elastic.Clients.Elasticsearch.Serialization;
2021
using Elastic.Transport;

src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/Context.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616
// ------------------------------------------------
1717

18+
using Elastic.Clients.Elasticsearch.Core;
1819
using Elastic.Clients.Elasticsearch.Fluent;
1920
using Elastic.Clients.Elasticsearch.Serialization;
2021
using Elastic.Transport;

src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/MultiGetResponseItem.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616
// ------------------------------------------------
1717

18+
using Elastic.Clients.Elasticsearch.Core;
1819
using Elastic.Clients.Elasticsearch.Fluent;
1920
using Elastic.Clients.Elasticsearch.Serialization;
2021
using Elastic.Transport;

src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/MultiSearchResponseItem.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616
// ------------------------------------------------
1717

18+
using Elastic.Clients.Elasticsearch.Core;
1819
using Elastic.Clients.Elasticsearch.Fluent;
1920
using Elastic.Clients.Elasticsearch.Serialization;
2021
using Elastic.Transport;

src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/SourceConfig.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616
// ------------------------------------------------
1717

18+
using Elastic.Clients.Elasticsearch.Core;
1819
using Elastic.Clients.Elasticsearch.Fluent;
1920
using Elastic.Clients.Elasticsearch.Serialization;
2021
using Elastic.Transport;

src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/SourceConfigParam.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616
// ------------------------------------------------
1717

18+
using Elastic.Clients.Elasticsearch.Core;
1819
using Elastic.Clients.Elasticsearch.Fluent;
1920
using Elastic.Clients.Elasticsearch.Serialization;
2021
using Elastic.Transport;

src/Elastic.Clients.Elasticsearch/_Generated/Types/Core/TrackHits.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616
// ------------------------------------------------
1717

18+
using Elastic.Clients.Elasticsearch.Core;
1819
using Elastic.Clients.Elasticsearch.Fluent;
1920
using Elastic.Clients.Elasticsearch.Serialization;
2021
using Elastic.Transport;

src/Elastic.Clients.Elasticsearch/_Generated/Types/ExpandWildcardsConverter.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616
// ------------------------------------------------
1717

18+
using Elastic.Clients.Elasticsearch.Core;
1819
using Elastic.Clients.Elasticsearch.Fluent;
1920
using Elastic.Clients.Elasticsearch.Serialization;
2021
using Elastic.Transport;

src/Elastic.Clients.Elasticsearch/_Generated/Types/FeaturesConverter.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616
// ------------------------------------------------
1717

18+
using Elastic.Clients.Elasticsearch.Core;
1819
using Elastic.Clients.Elasticsearch.Fluent;
1920
using Elastic.Clients.Elasticsearch.Serialization;
2021
using Elastic.Transport;

src/Elastic.Clients.Elasticsearch/_Generated/Types/Fuzziness.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616
// ------------------------------------------------
1717

18+
using Elastic.Clients.Elasticsearch.Core;
1819
using Elastic.Clients.Elasticsearch.Fluent;
1920
using Elastic.Clients.Elasticsearch.Serialization;
2021
using Elastic.Transport;

src/Elastic.Clients.Elasticsearch/_Generated/Types/GeoHashPrecision.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616
// ------------------------------------------------
1717

18+
using Elastic.Clients.Elasticsearch.Core;
1819
using Elastic.Clients.Elasticsearch.Fluent;
1920
using Elastic.Clients.Elasticsearch.Serialization;
2021
using Elastic.Transport;

src/Elastic.Clients.Elasticsearch/_Generated/Types/GeoLocation.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,4 @@ public GeoLocationConverter()
166166
}
167167
};
168168
}
169-
}
169+
}

src/Elastic.Clients.Elasticsearch/_Generated/Types/Mapping/Properties.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616
// ------------------------------------------------
1717

18+
using Elastic.Clients.Elasticsearch.Core;
1819
using Elastic.Clients.Elasticsearch.Fluent;
1920
using Elastic.Clients.Elasticsearch.Serialization;
2021
using Elastic.Transport;

src/Elastic.Clients.Elasticsearch/_Generated/Types/QueryDsl/Like.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616
// ------------------------------------------------
1717

18+
using Elastic.Clients.Elasticsearch.Core;
1819
using Elastic.Clients.Elasticsearch.Fluent;
1920
using Elastic.Clients.Elasticsearch.Serialization;
2021
using Elastic.Transport;

src/Elastic.Clients.Elasticsearch/_Generated/Types/QueryDsl/TermsQueryField.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616
// ------------------------------------------------
1717

18+
using Elastic.Clients.Elasticsearch.Core;
1819
using Elastic.Clients.Elasticsearch.Fluent;
1920
using Elastic.Clients.Elasticsearch.Serialization;
2021
using Elastic.Transport;

src/Elastic.Clients.Elasticsearch/_Generated/Types/Script.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616
// ------------------------------------------------
1717

18+
using Elastic.Clients.Elasticsearch.Core;
1819
using Elastic.Clients.Elasticsearch.Fluent;
1920
using Elastic.Clients.Elasticsearch.Serialization;
2021
using Elastic.Transport;

src/Elastic.Clients.Elasticsearch/_Generated/Types/Slices.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616
// ------------------------------------------------
1717

18+
using Elastic.Clients.Elasticsearch.Core;
1819
using Elastic.Clients.Elasticsearch.Fluent;
1920
using Elastic.Clients.Elasticsearch.Serialization;
2021
using Elastic.Transport;

src/Elastic.Clients.Elasticsearch/_Generated/Types/StopWordsConverter.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616
// ------------------------------------------------
1717

18+
using Elastic.Clients.Elasticsearch.Core;
1819
using Elastic.Clients.Elasticsearch.Fluent;
1920
using Elastic.Clients.Elasticsearch.Serialization;
2021
using Elastic.Transport;

src/Elastic.Clients.Elasticsearch/_Generated/Types/Tasks/TaskInfos.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616
// ------------------------------------------------
1717

18+
using Elastic.Clients.Elasticsearch.Core;
1819
using Elastic.Clients.Elasticsearch.Fluent;
1920
using Elastic.Clients.Elasticsearch.Serialization;
2021
using Elastic.Transport;

0 commit comments

Comments
 (0)