diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c897c069b..2e0c6113f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `Fake.IO.FileSystem` from 6.1.0 to 6.1.3 - Bumps `Fake.IO.Zip` from 6.1.0 to 6.1.3 - Bumps `Fake.Tools.Git` from 6.1.0 to 6.1.3 -- Bumps `CSharpier.Core` from 0.29.1 to 0.29.2 +- Bumps `CSharpier.Core` from 0.29.1 to 0.30.2 - Bumps `Proc` from 0.8.1 to 0.8.2 - Bumps `System.Text.Json` from 8.0.4 to 8.0.5 - Bumps `JunitXml.TestLogger` from 4.0.254 to 4.1.0 diff --git a/src/ApiGenerator/ApiGenerator.csproj b/src/ApiGenerator/ApiGenerator.csproj index ba66810b43..1d9d0f7fed 100644 --- a/src/ApiGenerator/ApiGenerator.csproj +++ b/src/ApiGenerator/ApiGenerator.csproj @@ -9,7 +9,7 @@ true - + diff --git a/src/OpenSearch.Client/_Generated/ApiUrlsLookup.cs b/src/OpenSearch.Client/_Generated/ApiUrlsLookup.cs index 9d021a30da..7dc7f0cba9 100644 --- a/src/OpenSearch.Client/_Generated/ApiUrlsLookup.cs +++ b/src/OpenSearch.Client/_Generated/ApiUrlsLookup.cs @@ -45,51 +45,66 @@ namespace OpenSearch.Client { internal static partial class ApiUrlsLookups { - internal static readonly ApiUrls CatAllPitSegments = - new(new[] { "_cat/pit_segments/_all" }); + internal static readonly ApiUrls CatAllPitSegments = new( + new[] { "_cat/pit_segments/_all" } + ); internal static readonly ApiUrls CatPitSegments = new(new[] { "_cat/pit_segments" }); - internal static readonly ApiUrls CatSegmentReplication = - new(new[] { "_cat/segment_replication", "_cat/segment_replication/{index}" }); + internal static readonly ApiUrls CatSegmentReplication = new( + new[] { "_cat/segment_replication", "_cat/segment_replication/{index}" } + ); - internal static readonly ApiUrls ClusterDeleteComponentTemplate = - new(new[] { "_component_template/{name}" }); + internal static readonly ApiUrls ClusterDeleteComponentTemplate = new( + new[] { "_component_template/{name}" } + ); - internal static readonly ApiUrls ClusterComponentTemplateExists = - new(new[] { "_component_template/{name}" }); + internal static readonly ApiUrls ClusterComponentTemplateExists = new( + new[] { "_component_template/{name}" } + ); - internal static readonly ApiUrls ClusterGetComponentTemplate = - new(new[] { "_component_template", "_component_template/{name}" }); + internal static readonly ApiUrls ClusterGetComponentTemplate = new( + new[] { "_component_template", "_component_template/{name}" } + ); - internal static readonly ApiUrls ClusterPutComponentTemplate = - new(new[] { "_component_template/{name}" }); + internal static readonly ApiUrls ClusterPutComponentTemplate = new( + new[] { "_component_template/{name}" } + ); - internal static readonly ApiUrls NoNamespaceCreatePit = - new(new[] { "{index}/_search/point_in_time" }); + internal static readonly ApiUrls NoNamespaceCreatePit = new( + new[] { "{index}/_search/point_in_time" } + ); - internal static readonly ApiUrls NoNamespaceDeleteAllPits = - new(new[] { "_search/point_in_time/_all" }); + internal static readonly ApiUrls NoNamespaceDeleteAllPits = new( + new[] { "_search/point_in_time/_all" } + ); - internal static readonly ApiUrls NoNamespaceDeletePit = - new(new[] { "_search/point_in_time" }); + internal static readonly ApiUrls NoNamespaceDeletePit = new( + new[] { "_search/point_in_time" } + ); - internal static readonly ApiUrls NoNamespaceGetAllPits = - new(new[] { "_search/point_in_time/_all" }); + internal static readonly ApiUrls NoNamespaceGetAllPits = new( + new[] { "_search/point_in_time/_all" } + ); - internal static readonly ApiUrls IndicesDeleteComposableTemplate = - new(new[] { "_index_template/{name}" }); + internal static readonly ApiUrls IndicesDeleteComposableTemplate = new( + new[] { "_index_template/{name}" } + ); - internal static readonly ApiUrls IndicesComposableTemplateExists = - new(new[] { "_index_template/{name}" }); + internal static readonly ApiUrls IndicesComposableTemplateExists = new( + new[] { "_index_template/{name}" } + ); - internal static readonly ApiUrls IndicesGetComposableTemplate = - new(new[] { "_index_template", "_index_template/{name}" }); + internal static readonly ApiUrls IndicesGetComposableTemplate = new( + new[] { "_index_template", "_index_template/{name}" } + ); - internal static readonly ApiUrls IndicesPutComposableTemplate = - new(new[] { "_index_template/{name}" }); + internal static readonly ApiUrls IndicesPutComposableTemplate = new( + new[] { "_index_template/{name}" } + ); - internal static readonly ApiUrls IndicesStats = - new(new[] { "_stats", "{index}/_stats", "{index}/_stats/{metric}", "_stats/{metric}" }); + internal static readonly ApiUrls IndicesStats = new( + new[] { "_stats", "{index}/_stats", "{index}/_stats/{metric}", "_stats/{metric}" } + ); } }