diff --git a/src/ApiGenerator/Views/HighLevel/Descriptors/RequestDescriptorBase.cshtml b/src/ApiGenerator/Views/HighLevel/Descriptors/RequestDescriptorBase.cshtml index f4aaeef11cb..262a05d5d7f 100644 --- a/src/ApiGenerator/Views/HighLevel/Descriptors/RequestDescriptorBase.cshtml +++ b/src/ApiGenerator/Views/HighLevel/Descriptors/RequestDescriptorBase.cshtml @@ -1,5 +1,6 @@ @using ApiGenerator.Domain @inherits ApiGenerator.CodeTemplatePage +@{ await IncludeAsync("GeneratorNotice.cshtml", Model); } using System.Collections.Generic; namespace Nest diff --git a/src/Nest/Descriptors.AsyncSearch.cs b/src/Nest/Descriptors.AsyncSearch.cs index b0d22065d7a..48995f0e292 100644 --- a/src/Nest/Descriptors.AsyncSearch.cs +++ b/src/Nest/Descriptors.AsyncSearch.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Cat.cs b/src/Nest/Descriptors.Cat.cs index a0cd2ba57f0..a45b0b3bd7c 100644 --- a/src/Nest/Descriptors.Cat.cs +++ b/src/Nest/Descriptors.Cat.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Cluster.cs b/src/Nest/Descriptors.Cluster.cs index 43610479a33..453d16defa3 100644 --- a/src/Nest/Descriptors.Cluster.cs +++ b/src/Nest/Descriptors.Cluster.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.CrossClusterReplication.cs b/src/Nest/Descriptors.CrossClusterReplication.cs index 538012482b0..ab417c1ef7c 100644 --- a/src/Nest/Descriptors.CrossClusterReplication.cs +++ b/src/Nest/Descriptors.CrossClusterReplication.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.DanglingIndices.cs b/src/Nest/Descriptors.DanglingIndices.cs index 4acdd6909db..653c780a4da 100644 --- a/src/Nest/Descriptors.DanglingIndices.cs +++ b/src/Nest/Descriptors.DanglingIndices.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Enrich.cs b/src/Nest/Descriptors.Enrich.cs index dd9db69c07d..08e885f1495 100644 --- a/src/Nest/Descriptors.Enrich.cs +++ b/src/Nest/Descriptors.Enrich.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Graph.cs b/src/Nest/Descriptors.Graph.cs index f69ace3ea4e..f7e07711395 100644 --- a/src/Nest/Descriptors.Graph.cs +++ b/src/Nest/Descriptors.Graph.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.IndexLifecycleManagement.cs b/src/Nest/Descriptors.IndexLifecycleManagement.cs index 958affdc138..840d23e726c 100644 --- a/src/Nest/Descriptors.IndexLifecycleManagement.cs +++ b/src/Nest/Descriptors.IndexLifecycleManagement.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Indices.cs b/src/Nest/Descriptors.Indices.cs index 7019451959e..23984bfaf83 100644 --- a/src/Nest/Descriptors.Indices.cs +++ b/src/Nest/Descriptors.Indices.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Ingest.cs b/src/Nest/Descriptors.Ingest.cs index f14f6a98d8b..b10d3773931 100644 --- a/src/Nest/Descriptors.Ingest.cs +++ b/src/Nest/Descriptors.Ingest.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.License.cs b/src/Nest/Descriptors.License.cs index 20a79b7c406..b37330b074d 100644 --- a/src/Nest/Descriptors.License.cs +++ b/src/Nest/Descriptors.License.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.MachineLearning.cs b/src/Nest/Descriptors.MachineLearning.cs index 38adcf0d3a1..06f5835aaed 100644 --- a/src/Nest/Descriptors.MachineLearning.cs +++ b/src/Nest/Descriptors.MachineLearning.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Migration.cs b/src/Nest/Descriptors.Migration.cs index bcd0ddc4c59..16f6bde3ba0 100644 --- a/src/Nest/Descriptors.Migration.cs +++ b/src/Nest/Descriptors.Migration.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.NoNamespace.cs b/src/Nest/Descriptors.NoNamespace.cs index e47d3192e19..11fb897f9b2 100644 --- a/src/Nest/Descriptors.NoNamespace.cs +++ b/src/Nest/Descriptors.NoNamespace.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Nodes.cs b/src/Nest/Descriptors.Nodes.cs index c2d8cf3d2a9..9d9fbb1aea2 100644 --- a/src/Nest/Descriptors.Nodes.cs +++ b/src/Nest/Descriptors.Nodes.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Rollup.cs b/src/Nest/Descriptors.Rollup.cs index 8cd53f45ce9..31c68f2b5c0 100644 --- a/src/Nest/Descriptors.Rollup.cs +++ b/src/Nest/Descriptors.Rollup.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Security.cs b/src/Nest/Descriptors.Security.cs index 854194b3514..b21ea88e9ad 100644 --- a/src/Nest/Descriptors.Security.cs +++ b/src/Nest/Descriptors.Security.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Snapshot.cs b/src/Nest/Descriptors.Snapshot.cs index b96cdcf2c11..33acb67c6b1 100644 --- a/src/Nest/Descriptors.Snapshot.cs +++ b/src/Nest/Descriptors.Snapshot.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.SnapshotLifecycleManagement.cs b/src/Nest/Descriptors.SnapshotLifecycleManagement.cs index bc798ff02c1..086cba3649f 100644 --- a/src/Nest/Descriptors.SnapshotLifecycleManagement.cs +++ b/src/Nest/Descriptors.SnapshotLifecycleManagement.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Sql.cs b/src/Nest/Descriptors.Sql.cs index 8bf33534c5d..efa1afeba65 100644 --- a/src/Nest/Descriptors.Sql.cs +++ b/src/Nest/Descriptors.Sql.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Tasks.cs b/src/Nest/Descriptors.Tasks.cs index daf76f0d77a..c85805dd91b 100644 --- a/src/Nest/Descriptors.Tasks.cs +++ b/src/Nest/Descriptors.Tasks.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Transform.cs b/src/Nest/Descriptors.Transform.cs index cd974064358..957e36faff4 100644 --- a/src/Nest/Descriptors.Transform.cs +++ b/src/Nest/Descriptors.Transform.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.Watcher.cs b/src/Nest/Descriptors.Watcher.cs index 5a4390c29ba..c8af2164a94 100644 --- a/src/Nest/Descriptors.Watcher.cs +++ b/src/Nest/Descriptors.Watcher.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.XPack.cs b/src/Nest/Descriptors.XPack.cs index 0a3f50d4ad3..418f6cf75c7 100644 --- a/src/Nest/Descriptors.XPack.cs +++ b/src/Nest/Descriptors.XPack.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Descriptors.cs b/src/Nest/Descriptors.cs index 4245fc0c618..4c82b43aa42 100644 --- a/src/Nest/Descriptors.cs +++ b/src/Nest/Descriptors.cs @@ -16,7 +16,22 @@ * specific language governing permissions and limitations * under the License. */ - +// ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ +// ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ +// ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ +// ██║╚██╗██║██║ ██║ ██║ ██║██║ ██╔══╝ +// ██║ ╚████║╚██████╔╝ ██║ ██║╚██████╗███████╗ +// ╚═╝ ╚═══╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝╚══════╝ +// ----------------------------------------------- +// +// This file is automatically generated +// Please do not edit these files manually +// Run the following in the root of the repos: +// +// *NIX : ./build.sh codegen +// Windows : build.bat codegen +// +// ----------------------------------------------- using System.Collections.Generic; namespace Nest diff --git a/src/Nest/ElasticClient.AsyncSearch.cs b/src/Nest/ElasticClient.AsyncSearch.cs index d25f111edad..27e2b49ef66 100644 --- a/src/Nest/ElasticClient.AsyncSearch.cs +++ b/src/Nest/ElasticClient.AsyncSearch.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Cat.cs b/src/Nest/ElasticClient.Cat.cs index 7cfe36d4d4c..cebdb2f2121 100644 --- a/src/Nest/ElasticClient.Cat.cs +++ b/src/Nest/ElasticClient.Cat.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Cluster.cs b/src/Nest/ElasticClient.Cluster.cs index 2985cf37f43..7aca14bca4e 100644 --- a/src/Nest/ElasticClient.Cluster.cs +++ b/src/Nest/ElasticClient.Cluster.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.CrossClusterReplication.cs b/src/Nest/ElasticClient.CrossClusterReplication.cs index 2beae85c556..04ef65d1615 100644 --- a/src/Nest/ElasticClient.CrossClusterReplication.cs +++ b/src/Nest/ElasticClient.CrossClusterReplication.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.DanglingIndices.cs b/src/Nest/ElasticClient.DanglingIndices.cs index 7b05aace8cc..9b784f5211c 100644 --- a/src/Nest/ElasticClient.DanglingIndices.cs +++ b/src/Nest/ElasticClient.DanglingIndices.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Enrich.cs b/src/Nest/ElasticClient.Enrich.cs index e01052cc937..ff21b88dba3 100644 --- a/src/Nest/ElasticClient.Enrich.cs +++ b/src/Nest/ElasticClient.Enrich.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Graph.cs b/src/Nest/ElasticClient.Graph.cs index 5a65c3cd8ed..1576624176c 100644 --- a/src/Nest/ElasticClient.Graph.cs +++ b/src/Nest/ElasticClient.Graph.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.IndexLifecycleManagement.cs b/src/Nest/ElasticClient.IndexLifecycleManagement.cs index 2915171e738..60a9fe608ec 100644 --- a/src/Nest/ElasticClient.IndexLifecycleManagement.cs +++ b/src/Nest/ElasticClient.IndexLifecycleManagement.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Indices.cs b/src/Nest/ElasticClient.Indices.cs index 267c3d5d9d1..343bd6db56f 100644 --- a/src/Nest/ElasticClient.Indices.cs +++ b/src/Nest/ElasticClient.Indices.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Ingest.cs b/src/Nest/ElasticClient.Ingest.cs index fcfd3245445..b4cc6b16570 100644 --- a/src/Nest/ElasticClient.Ingest.cs +++ b/src/Nest/ElasticClient.Ingest.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.License.cs b/src/Nest/ElasticClient.License.cs index 00b8a7be15d..95cdb263992 100644 --- a/src/Nest/ElasticClient.License.cs +++ b/src/Nest/ElasticClient.License.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.MachineLearning.cs b/src/Nest/ElasticClient.MachineLearning.cs index 8c20db93dd3..cda9ae94bd5 100644 --- a/src/Nest/ElasticClient.MachineLearning.cs +++ b/src/Nest/ElasticClient.MachineLearning.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Migration.cs b/src/Nest/ElasticClient.Migration.cs index 42d58d9ae80..9940e41ee4d 100644 --- a/src/Nest/ElasticClient.Migration.cs +++ b/src/Nest/ElasticClient.Migration.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.NoNamespace.cs b/src/Nest/ElasticClient.NoNamespace.cs index 0109416c80a..8c86e6ccac6 100644 --- a/src/Nest/ElasticClient.NoNamespace.cs +++ b/src/Nest/ElasticClient.NoNamespace.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Nodes.cs b/src/Nest/ElasticClient.Nodes.cs index e3fb0b3a55c..f03c35e45da 100644 --- a/src/Nest/ElasticClient.Nodes.cs +++ b/src/Nest/ElasticClient.Nodes.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Rollup.cs b/src/Nest/ElasticClient.Rollup.cs index 065f18e5bf9..2135eac9088 100644 --- a/src/Nest/ElasticClient.Rollup.cs +++ b/src/Nest/ElasticClient.Rollup.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Security.cs b/src/Nest/ElasticClient.Security.cs index 8c0fe3df60f..ca6772dfabd 100644 --- a/src/Nest/ElasticClient.Security.cs +++ b/src/Nest/ElasticClient.Security.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Snapshot.cs b/src/Nest/ElasticClient.Snapshot.cs index e14d484531d..cac0b6bdf88 100644 --- a/src/Nest/ElasticClient.Snapshot.cs +++ b/src/Nest/ElasticClient.Snapshot.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.SnapshotLifecycleManagement.cs b/src/Nest/ElasticClient.SnapshotLifecycleManagement.cs index 9a307e8ce3e..aa62efbf27f 100644 --- a/src/Nest/ElasticClient.SnapshotLifecycleManagement.cs +++ b/src/Nest/ElasticClient.SnapshotLifecycleManagement.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Sql.cs b/src/Nest/ElasticClient.Sql.cs index 42a57f28e8d..f08a592bce6 100644 --- a/src/Nest/ElasticClient.Sql.cs +++ b/src/Nest/ElasticClient.Sql.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Tasks.cs b/src/Nest/ElasticClient.Tasks.cs index 7e468b573a5..05d07b22a4f 100644 --- a/src/Nest/ElasticClient.Tasks.cs +++ b/src/Nest/ElasticClient.Tasks.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Transform.cs b/src/Nest/ElasticClient.Transform.cs index 109dda00cd9..03df53aac00 100644 --- a/src/Nest/ElasticClient.Transform.cs +++ b/src/Nest/ElasticClient.Transform.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.Watcher.cs b/src/Nest/ElasticClient.Watcher.cs index 24cf6e2b74e..b985eb03e23 100644 --- a/src/Nest/ElasticClient.Watcher.cs +++ b/src/Nest/ElasticClient.Watcher.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/ElasticClient.XPack.cs b/src/Nest/ElasticClient.XPack.cs index a1dbf16a454..922ea9cf2bc 100644 --- a/src/Nest/ElasticClient.XPack.cs +++ b/src/Nest/ElasticClient.XPack.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/IElasticClient.Generated.cs b/src/Nest/IElasticClient.Generated.cs index 37c5df2cce5..7e273093066 100644 --- a/src/Nest/IElasticClient.Generated.cs +++ b/src/Nest/IElasticClient.Generated.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.AsyncSearch.cs b/src/Nest/Requests.AsyncSearch.cs index 9dc295d848e..dd004fa078c 100644 --- a/src/Nest/Requests.AsyncSearch.cs +++ b/src/Nest/Requests.AsyncSearch.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Cat.cs b/src/Nest/Requests.Cat.cs index 42a83381489..9d062d4843d 100644 --- a/src/Nest/Requests.Cat.cs +++ b/src/Nest/Requests.Cat.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Cluster.cs b/src/Nest/Requests.Cluster.cs index db0e387e43d..7e055303460 100644 --- a/src/Nest/Requests.Cluster.cs +++ b/src/Nest/Requests.Cluster.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.CrossClusterReplication.cs b/src/Nest/Requests.CrossClusterReplication.cs index 8d00b390210..190ad6091b7 100644 --- a/src/Nest/Requests.CrossClusterReplication.cs +++ b/src/Nest/Requests.CrossClusterReplication.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.DanglingIndices.cs b/src/Nest/Requests.DanglingIndices.cs index abf5e4f9c71..755bbe051b6 100644 --- a/src/Nest/Requests.DanglingIndices.cs +++ b/src/Nest/Requests.DanglingIndices.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Enrich.cs b/src/Nest/Requests.Enrich.cs index e7232810706..28714ebd81a 100644 --- a/src/Nest/Requests.Enrich.cs +++ b/src/Nest/Requests.Enrich.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Graph.cs b/src/Nest/Requests.Graph.cs index 1507345d0ed..e9f762bceff 100644 --- a/src/Nest/Requests.Graph.cs +++ b/src/Nest/Requests.Graph.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.IndexLifecycleManagement.cs b/src/Nest/Requests.IndexLifecycleManagement.cs index dab27990cdb..a30cea86813 100644 --- a/src/Nest/Requests.IndexLifecycleManagement.cs +++ b/src/Nest/Requests.IndexLifecycleManagement.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Indices.cs b/src/Nest/Requests.Indices.cs index 3bd3fb38409..44c46349db4 100644 --- a/src/Nest/Requests.Indices.cs +++ b/src/Nest/Requests.Indices.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Ingest.cs b/src/Nest/Requests.Ingest.cs index 1d91024dc8f..e18d959085a 100644 --- a/src/Nest/Requests.Ingest.cs +++ b/src/Nest/Requests.Ingest.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.License.cs b/src/Nest/Requests.License.cs index 5f4d6b47e59..e8e72d8b038 100644 --- a/src/Nest/Requests.License.cs +++ b/src/Nest/Requests.License.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.MachineLearning.cs b/src/Nest/Requests.MachineLearning.cs index f3768bdcc3f..cea8fbc7d18 100644 --- a/src/Nest/Requests.MachineLearning.cs +++ b/src/Nest/Requests.MachineLearning.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Migration.cs b/src/Nest/Requests.Migration.cs index ed41a55bfa8..a63cb18fc71 100644 --- a/src/Nest/Requests.Migration.cs +++ b/src/Nest/Requests.Migration.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.NoNamespace.cs b/src/Nest/Requests.NoNamespace.cs index 6650edb5242..c398dc0f713 100644 --- a/src/Nest/Requests.NoNamespace.cs +++ b/src/Nest/Requests.NoNamespace.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Nodes.cs b/src/Nest/Requests.Nodes.cs index d9fe4c6e6fb..bd96d071523 100644 --- a/src/Nest/Requests.Nodes.cs +++ b/src/Nest/Requests.Nodes.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Rollup.cs b/src/Nest/Requests.Rollup.cs index 8d02e8b8983..9aca424be4b 100644 --- a/src/Nest/Requests.Rollup.cs +++ b/src/Nest/Requests.Rollup.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Security.cs b/src/Nest/Requests.Security.cs index 001476ce785..792f77c74bf 100644 --- a/src/Nest/Requests.Security.cs +++ b/src/Nest/Requests.Security.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Snapshot.cs b/src/Nest/Requests.Snapshot.cs index 4a5c5566893..4533d57a612 100644 --- a/src/Nest/Requests.Snapshot.cs +++ b/src/Nest/Requests.Snapshot.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.SnapshotLifecycleManagement.cs b/src/Nest/Requests.SnapshotLifecycleManagement.cs index 771a222da7e..2219cfff3a3 100644 --- a/src/Nest/Requests.SnapshotLifecycleManagement.cs +++ b/src/Nest/Requests.SnapshotLifecycleManagement.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Sql.cs b/src/Nest/Requests.Sql.cs index 17979b5f57e..ff1148b810a 100644 --- a/src/Nest/Requests.Sql.cs +++ b/src/Nest/Requests.Sql.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Tasks.cs b/src/Nest/Requests.Tasks.cs index 6442e0562f1..92587d3a556 100644 --- a/src/Nest/Requests.Tasks.cs +++ b/src/Nest/Requests.Tasks.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Transform.cs b/src/Nest/Requests.Transform.cs index f28d070db1a..9b866dc8328 100644 --- a/src/Nest/Requests.Transform.cs +++ b/src/Nest/Requests.Transform.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.Watcher.cs b/src/Nest/Requests.Watcher.cs index ce03d8e1cbb..03030da5b29 100644 --- a/src/Nest/Requests.Watcher.cs +++ b/src/Nest/Requests.Watcher.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.XPack.cs b/src/Nest/Requests.XPack.cs index 990859178dd..b3b2f013020 100644 --- a/src/Nest/Requests.XPack.cs +++ b/src/Nest/Requests.XPack.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗ diff --git a/src/Nest/Requests.cs b/src/Nest/Requests.cs index 77794fb3ad5..18e8dff323f 100644 --- a/src/Nest/Requests.cs +++ b/src/Nest/Requests.cs @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - // ███╗ ██╗ ██████╗ ████████╗██╗ ██████╗███████╗ // ████╗ ██║██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝ // ██╔██╗ ██║██║ ██║ ██║ ██║██║ █████╗