From da570c44361dd4966b2a6417872eac28896c0775 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Mon, 5 Jul 2021 13:16:36 +0200 Subject: [PATCH 1/6] Fixed #1131 using old endpoint naming --- src/Elasticsearch/Client.php | 9 ++++----- src/Elasticsearch/Endpoints/Bulk.php | 3 ++- src/Elasticsearch/Endpoints/Cat/Aliases.php | 2 +- src/Elasticsearch/Endpoints/Cat/Allocation.php | 2 +- src/Elasticsearch/Endpoints/Cat/Count.php | 2 +- src/Elasticsearch/Endpoints/Cat/Fielddata.php | 2 +- src/Elasticsearch/Endpoints/Cat/Health.php | 2 +- src/Elasticsearch/Endpoints/Cat/Help.php | 2 +- src/Elasticsearch/Endpoints/Cat/Indices.php | 2 +- src/Elasticsearch/Endpoints/Cat/Master.php | 2 +- .../Cat/{Nodeattrs.php => NodeAttrs.php} | 6 +++--- src/Elasticsearch/Endpoints/Cat/Nodes.php | 2 +- src/Elasticsearch/Endpoints/Cat/PendingTasks.php | 2 +- src/Elasticsearch/Endpoints/Cat/Plugins.php | 2 +- src/Elasticsearch/Endpoints/Cat/Recovery.php | 2 +- src/Elasticsearch/Endpoints/Cat/Repositories.php | 2 +- src/Elasticsearch/Endpoints/Cat/Segments.php | 2 +- src/Elasticsearch/Endpoints/Cat/Shards.php | 2 +- src/Elasticsearch/Endpoints/Cat/Snapshots.php | 2 +- src/Elasticsearch/Endpoints/Cat/Tasks.php | 2 +- src/Elasticsearch/Endpoints/Cat/Templates.php | 2 +- src/Elasticsearch/Endpoints/Cat/ThreadPool.php | 2 +- .../Endpoints/Ccr/DeleteAutoFollowPattern.php | 2 +- src/Elasticsearch/Endpoints/Ccr/Follow.php | 2 +- src/Elasticsearch/Endpoints/Ccr/FollowInfo.php | 2 +- src/Elasticsearch/Endpoints/Ccr/FollowStats.php | 2 +- .../Endpoints/Ccr/ForgetFollower.php | 2 +- .../Endpoints/Ccr/GetAutoFollowPattern.php | 2 +- src/Elasticsearch/Endpoints/Ccr/PauseFollow.php | 2 +- .../Endpoints/Ccr/PutAutoFollowPattern.php | 2 +- src/Elasticsearch/Endpoints/Ccr/ResumeFollow.php | 2 +- src/Elasticsearch/Endpoints/Ccr/Stats.php | 2 +- src/Elasticsearch/Endpoints/Ccr/Unfollow.php | 2 +- src/Elasticsearch/Endpoints/ClearScroll.php | 2 +- .../Endpoints/Cluster/AllocationExplain.php | 2 +- .../Endpoints/Cluster/GetSettings.php | 2 +- src/Elasticsearch/Endpoints/Cluster/Health.php | 2 +- .../Endpoints/Cluster/PendingTasks.php | 2 +- .../Endpoints/Cluster/PutSettings.php | 2 +- .../Endpoints/Cluster/RemoteInfo.php | 2 +- src/Elasticsearch/Endpoints/Cluster/Reroute.php | 2 +- src/Elasticsearch/Endpoints/Cluster/State.php | 2 +- src/Elasticsearch/Endpoints/Cluster/Stats.php | 2 +- src/Elasticsearch/Endpoints/Count.php | 2 +- src/Elasticsearch/Endpoints/Create.php | 2 +- src/Elasticsearch/Endpoints/Delete.php | 2 +- src/Elasticsearch/Endpoints/DeleteByQuery.php | 2 +- .../Endpoints/DeleteByQueryRethrottle.php | 2 +- src/Elasticsearch/Endpoints/DeleteScript.php | 2 +- src/Elasticsearch/Endpoints/Exists.php | 2 +- src/Elasticsearch/Endpoints/ExistsSource.php | 2 +- src/Elasticsearch/Endpoints/Explain.php | 2 +- src/Elasticsearch/Endpoints/FieldCaps.php | 2 +- src/Elasticsearch/Endpoints/Get.php | 2 +- src/Elasticsearch/Endpoints/GetScript.php | 2 +- src/Elasticsearch/Endpoints/GetSource.php | 2 +- src/Elasticsearch/Endpoints/Graph/Explore.php | 2 +- .../Endpoints/Ilm/DeleteLifecycle.php | 2 +- .../Endpoints/Ilm/ExplainLifecycle.php | 2 +- src/Elasticsearch/Endpoints/Ilm/GetLifecycle.php | 2 +- src/Elasticsearch/Endpoints/Ilm/GetStatus.php | 2 +- src/Elasticsearch/Endpoints/Ilm/MoveToStep.php | 2 +- src/Elasticsearch/Endpoints/Ilm/PutLifecycle.php | 2 +- src/Elasticsearch/Endpoints/Ilm/RemovePolicy.php | 2 +- src/Elasticsearch/Endpoints/Ilm/Retry.php | 2 +- src/Elasticsearch/Endpoints/Ilm/Start.php | 2 +- src/Elasticsearch/Endpoints/Ilm/Stop.php | 2 +- src/Elasticsearch/Endpoints/Index.php | 2 +- src/Elasticsearch/Endpoints/Indices/Analyze.php | 2 +- .../Endpoints/Indices/ClearCache.php | 2 +- src/Elasticsearch/Endpoints/Indices/Close.php | 2 +- src/Elasticsearch/Endpoints/Indices/Create.php | 2 +- src/Elasticsearch/Endpoints/Indices/Delete.php | 2 +- .../Endpoints/Indices/DeleteAlias.php | 2 +- .../Endpoints/Indices/DeleteTemplate.php | 2 +- src/Elasticsearch/Endpoints/Indices/Exists.php | 2 +- .../Endpoints/Indices/ExistsAlias.php | 2 +- .../Endpoints/Indices/ExistsTemplate.php | 2 +- .../Endpoints/Indices/ExistsType.php | 2 +- src/Elasticsearch/Endpoints/Indices/Flush.php | 2 +- .../Endpoints/Indices/FlushSynced.php | 2 +- .../Indices/{Forcemerge.php => ForceMerge.php} | 6 +++--- src/Elasticsearch/Endpoints/Indices/Freeze.php | 2 +- src/Elasticsearch/Endpoints/Indices/Get.php | 2 +- src/Elasticsearch/Endpoints/Indices/GetAlias.php | 2 +- .../Endpoints/Indices/GetFieldMapping.php | 2 +- .../Endpoints/Indices/GetMapping.php | 2 +- .../Endpoints/Indices/GetSettings.php | 2 +- .../Endpoints/Indices/GetTemplate.php | 2 +- .../Endpoints/Indices/GetUpgrade.php | 2 +- src/Elasticsearch/Endpoints/Indices/Open.php | 2 +- src/Elasticsearch/Endpoints/Indices/PutAlias.php | 2 +- .../Endpoints/Indices/PutMapping.php | 2 +- .../Endpoints/Indices/PutSettings.php | 2 +- .../Endpoints/Indices/PutTemplate.php | 2 +- src/Elasticsearch/Endpoints/Indices/Recovery.php | 2 +- src/Elasticsearch/Endpoints/Indices/Refresh.php | 2 +- src/Elasticsearch/Endpoints/Indices/Rollover.php | 2 +- src/Elasticsearch/Endpoints/Indices/Segments.php | 2 +- .../Endpoints/Indices/ShardStores.php | 2 +- src/Elasticsearch/Endpoints/Indices/Shrink.php | 2 +- src/Elasticsearch/Endpoints/Indices/Split.php | 2 +- src/Elasticsearch/Endpoints/Indices/Stats.php | 2 +- src/Elasticsearch/Endpoints/Indices/Unfreeze.php | 2 +- .../Endpoints/Indices/UpdateAliases.php | 2 +- src/Elasticsearch/Endpoints/Indices/Upgrade.php | 2 +- .../Endpoints/Indices/ValidateQuery.php | 2 +- src/Elasticsearch/Endpoints/Info.php | 2 +- .../Endpoints/Ingest/DeletePipeline.php | 2 +- .../Endpoints/Ingest/GetPipeline.php | 2 +- .../Endpoints/Ingest/ProcessorGrok.php | 2 +- .../Endpoints/Ingest/PutPipeline.php | 2 +- src/Elasticsearch/Endpoints/Ingest/Simulate.php | 2 +- src/Elasticsearch/Endpoints/License/Delete.php | 2 +- src/Elasticsearch/Endpoints/License/Get.php | 2 +- .../Endpoints/License/GetBasicStatus.php | 2 +- .../Endpoints/License/GetTrialStatus.php | 2 +- src/Elasticsearch/Endpoints/License/Post.php | 2 +- .../Endpoints/License/PostStartBasic.php | 2 +- .../Endpoints/License/PostStartTrial.php | 2 +- .../{Mtermvectors.php => MTermVectors.php} | 8 ++++---- src/Elasticsearch/Endpoints/Mget.php | 2 +- .../Endpoints/Migration/Deprecations.php | 2 +- .../Endpoints/Migration/GetAssistance.php | 2 +- src/Elasticsearch/Endpoints/Migration/Upgrade.php | 2 +- src/Elasticsearch/Endpoints/Ml/CloseJob.php | 2 +- src/Elasticsearch/Endpoints/Ml/DeleteCalendar.php | 2 +- .../Endpoints/Ml/DeleteCalendarEvent.php | 2 +- .../Endpoints/Ml/DeleteCalendarJob.php | 2 +- src/Elasticsearch/Endpoints/Ml/DeleteDatafeed.php | 2 +- .../Endpoints/Ml/DeleteExpiredData.php | 2 +- src/Elasticsearch/Endpoints/Ml/DeleteFilter.php | 2 +- src/Elasticsearch/Endpoints/Ml/DeleteForecast.php | 2 +- src/Elasticsearch/Endpoints/Ml/DeleteJob.php | 2 +- .../Endpoints/Ml/DeleteModelSnapshot.php | 2 +- .../Endpoints/Ml/FindFileStructure.php | 3 ++- src/Elasticsearch/Endpoints/Ml/FlushJob.php | 2 +- src/Elasticsearch/Endpoints/Ml/Forecast.php | 2 +- src/Elasticsearch/Endpoints/Ml/GetBuckets.php | 2 +- .../Endpoints/Ml/GetCalendarEvents.php | 2 +- src/Elasticsearch/Endpoints/Ml/GetCalendars.php | 2 +- src/Elasticsearch/Endpoints/Ml/GetCategories.php | 2 +- .../Endpoints/Ml/GetDatafeedStats.php | 2 +- src/Elasticsearch/Endpoints/Ml/GetDatafeeds.php | 2 +- src/Elasticsearch/Endpoints/Ml/GetFilters.php | 2 +- src/Elasticsearch/Endpoints/Ml/GetInfluencers.php | 2 +- src/Elasticsearch/Endpoints/Ml/GetJobStats.php | 2 +- src/Elasticsearch/Endpoints/Ml/GetJobs.php | 2 +- .../Endpoints/Ml/GetModelSnapshots.php | 2 +- .../Endpoints/Ml/GetOverallBuckets.php | 2 +- src/Elasticsearch/Endpoints/Ml/GetRecords.php | 2 +- src/Elasticsearch/Endpoints/Ml/Info.php | 2 +- src/Elasticsearch/Endpoints/Ml/OpenJob.php | 2 +- .../Endpoints/Ml/PostCalendarEvents.php | 2 +- src/Elasticsearch/Endpoints/Ml/PostData.php | 3 ++- .../Endpoints/Ml/PreviewDatafeed.php | 2 +- src/Elasticsearch/Endpoints/Ml/PutCalendar.php | 2 +- src/Elasticsearch/Endpoints/Ml/PutCalendarJob.php | 2 +- src/Elasticsearch/Endpoints/Ml/PutDatafeed.php | 2 +- src/Elasticsearch/Endpoints/Ml/PutFilter.php | 2 +- src/Elasticsearch/Endpoints/Ml/PutJob.php | 2 +- .../Endpoints/Ml/RevertModelSnapshot.php | 2 +- src/Elasticsearch/Endpoints/Ml/SetUpgradeMode.php | 2 +- src/Elasticsearch/Endpoints/Ml/StartDatafeed.php | 2 +- src/Elasticsearch/Endpoints/Ml/StopDatafeed.php | 2 +- src/Elasticsearch/Endpoints/Ml/UpdateDatafeed.php | 2 +- src/Elasticsearch/Endpoints/Ml/UpdateFilter.php | 2 +- src/Elasticsearch/Endpoints/Ml/UpdateJob.php | 2 +- .../Endpoints/Ml/UpdateModelSnapshot.php | 2 +- src/Elasticsearch/Endpoints/Ml/Validate.php | 2 +- .../Endpoints/Ml/ValidateDetector.php | 2 +- src/Elasticsearch/Endpoints/Monitoring/Bulk.php | 3 ++- src/Elasticsearch/Endpoints/Msearch.php | 3 ++- src/Elasticsearch/Endpoints/MsearchTemplate.php | 3 ++- src/Elasticsearch/Endpoints/Nodes/HotThreads.php | 2 +- src/Elasticsearch/Endpoints/Nodes/Info.php | 2 +- .../Endpoints/Nodes/ReloadSecureSettings.php | 2 +- src/Elasticsearch/Endpoints/Nodes/Stats.php | 2 +- src/Elasticsearch/Endpoints/Nodes/Usage.php | 2 +- src/Elasticsearch/Endpoints/Ping.php | 2 +- src/Elasticsearch/Endpoints/PutScript.php | 2 +- src/Elasticsearch/Endpoints/RankEval.php | 2 +- src/Elasticsearch/Endpoints/Reindex.php | 2 +- src/Elasticsearch/Endpoints/ReindexRethrottle.php | 2 +- .../Endpoints/RenderSearchTemplate.php | 2 +- src/Elasticsearch/Endpoints/Rollup/DeleteJob.php | 2 +- src/Elasticsearch/Endpoints/Rollup/GetJobs.php | 2 +- .../Endpoints/Rollup/GetRollupCaps.php | 2 +- .../Endpoints/Rollup/GetRollupIndexCaps.php | 2 +- src/Elasticsearch/Endpoints/Rollup/PutJob.php | 2 +- .../Endpoints/Rollup/RollupSearch.php | 2 +- src/Elasticsearch/Endpoints/Rollup/StartJob.php | 2 +- src/Elasticsearch/Endpoints/Rollup/StopJob.php | 2 +- .../Endpoints/ScriptsPainlessExecute.php | 2 +- src/Elasticsearch/Endpoints/Scroll.php | 2 +- src/Elasticsearch/Endpoints/Search.php | 2 +- src/Elasticsearch/Endpoints/SearchShards.php | 2 +- src/Elasticsearch/Endpoints/SearchTemplate.php | 2 +- .../Endpoints/Security/Authenticate.php | 2 +- .../Endpoints/Security/ChangePassword.php | 2 +- .../Endpoints/Security/ClearCachedRealms.php | 2 +- .../Endpoints/Security/ClearCachedRoles.php | 2 +- .../Endpoints/Security/CreateApiKey.php | 2 +- .../Endpoints/Security/DeletePrivileges.php | 2 +- .../Endpoints/Security/DeleteRole.php | 2 +- .../Endpoints/Security/DeleteRoleMapping.php | 2 +- .../Endpoints/Security/DeleteUser.php | 2 +- .../Endpoints/Security/DisableUser.php | 2 +- .../Endpoints/Security/EnableUser.php | 2 +- .../Endpoints/Security/GetApiKey.php | 2 +- .../Endpoints/Security/GetPrivileges.php | 2 +- src/Elasticsearch/Endpoints/Security/GetRole.php | 2 +- .../Endpoints/Security/GetRoleMapping.php | 2 +- src/Elasticsearch/Endpoints/Security/GetToken.php | 2 +- src/Elasticsearch/Endpoints/Security/GetUser.php | 2 +- .../Endpoints/Security/GetUserPrivileges.php | 2 +- .../Endpoints/Security/HasPrivileges.php | 2 +- .../Endpoints/Security/InvalidateApiKey.php | 2 +- .../Endpoints/Security/InvalidateToken.php | 2 +- .../Endpoints/Security/PutPrivileges.php | 2 +- src/Elasticsearch/Endpoints/Security/PutRole.php | 2 +- .../Endpoints/Security/PutRoleMapping.php | 2 +- src/Elasticsearch/Endpoints/Security/PutUser.php | 2 +- src/Elasticsearch/Endpoints/Snapshot/Create.php | 2 +- .../Endpoints/Snapshot/CreateRepository.php | 2 +- src/Elasticsearch/Endpoints/Snapshot/Delete.php | 2 +- .../Endpoints/Snapshot/DeleteRepository.php | 2 +- src/Elasticsearch/Endpoints/Snapshot/Get.php | 2 +- .../Endpoints/Snapshot/GetRepository.php | 2 +- src/Elasticsearch/Endpoints/Snapshot/Restore.php | 2 +- src/Elasticsearch/Endpoints/Snapshot/Status.php | 2 +- .../Endpoints/Snapshot/VerifyRepository.php | 2 +- src/Elasticsearch/Endpoints/Sql/ClearCursor.php | 2 +- src/Elasticsearch/Endpoints/Sql/Query.php | 2 +- src/Elasticsearch/Endpoints/Sql/Translate.php | 2 +- src/Elasticsearch/Endpoints/Ssl/Certificates.php | 2 +- src/Elasticsearch/Endpoints/Tasks/Cancel.php | 2 +- src/Elasticsearch/Endpoints/Tasks/Get.php | 2 +- src/Elasticsearch/Endpoints/Tasks/ListTasks.php | 2 +- .../{Termvectors.php => TermVectors.php} | 8 ++++---- src/Elasticsearch/Endpoints/Update.php | 2 +- src/Elasticsearch/Endpoints/UpdateByQuery.php | 2 +- .../Endpoints/UpdateByQueryRethrottle.php | 2 +- src/Elasticsearch/Endpoints/Watcher/AckWatch.php | 2 +- .../Endpoints/Watcher/ActivateWatch.php | 2 +- .../Endpoints/Watcher/DeactivateWatch.php | 2 +- .../Endpoints/Watcher/DeleteWatch.php | 2 +- .../Endpoints/Watcher/ExecuteWatch.php | 2 +- src/Elasticsearch/Endpoints/Watcher/GetWatch.php | 2 +- src/Elasticsearch/Endpoints/Watcher/PutWatch.php | 2 +- src/Elasticsearch/Endpoints/Watcher/Restart.php | 2 +- src/Elasticsearch/Endpoints/Watcher/Start.php | 2 +- src/Elasticsearch/Endpoints/Watcher/Stats.php | 2 +- src/Elasticsearch/Endpoints/Watcher/Stop.php | 2 +- src/Elasticsearch/Endpoints/Xpack/Info.php | 2 +- src/Elasticsearch/Endpoints/Xpack/Usage.php | 2 +- src/Elasticsearch/Namespaces/CatNamespace.php | 4 ++-- src/Elasticsearch/Namespaces/CcrNamespace.php | 2 +- src/Elasticsearch/Namespaces/ClusterNamespace.php | 2 +- src/Elasticsearch/Namespaces/GraphNamespace.php | 2 +- src/Elasticsearch/Namespaces/IlmNamespace.php | 2 +- src/Elasticsearch/Namespaces/IndicesNamespace.php | 15 ++------------- src/Elasticsearch/Namespaces/IngestNamespace.php | 2 +- src/Elasticsearch/Namespaces/LicenseNamespace.php | 2 +- .../Namespaces/MigrationNamespace.php | 2 +- src/Elasticsearch/Namespaces/MlNamespace.php | 2 +- .../Namespaces/MonitoringNamespace.php | 2 +- src/Elasticsearch/Namespaces/NodesNamespace.php | 2 +- src/Elasticsearch/Namespaces/RollupNamespace.php | 2 +- .../Namespaces/SecurityNamespace.php | 2 +- .../Namespaces/SnapshotNamespace.php | 2 +- src/Elasticsearch/Namespaces/SqlNamespace.php | 2 +- src/Elasticsearch/Namespaces/SslNamespace.php | 2 +- src/Elasticsearch/Namespaces/TasksNamespace.php | 2 +- src/Elasticsearch/Namespaces/WatcherNamespace.php | 2 +- src/Elasticsearch/Namespaces/XpackNamespace.php | 2 +- util/Endpoint.php | 12 +++++++++++- 277 files changed, 308 insertions(+), 304 deletions(-) rename src/Elasticsearch/Endpoints/Cat/{Nodeattrs.php => NodeAttrs.php} (92%) rename src/Elasticsearch/Endpoints/Indices/{Forcemerge.php => ForceMerge.php} (93%) rename src/Elasticsearch/Endpoints/{Mtermvectors.php => MTermVectors.php} (92%) rename src/Elasticsearch/Endpoints/{Termvectors.php => TermVectors.php} (93%) diff --git a/src/Elasticsearch/Client.php b/src/Elasticsearch/Client.php index d6f6a08f1..3b484dec6 100644 --- a/src/Elasticsearch/Client.php +++ b/src/Elasticsearch/Client.php @@ -34,7 +34,6 @@ use Elasticsearch\Namespaces\GraphNamespace; use Elasticsearch\Namespaces\XpackNamespace; use Elasticsearch\Namespaces\LicenseNamespace; -use Elasticsearch\Namespaces\NamespaceBuilderInterface; use Elasticsearch\Namespaces\MigrationNamespace; use Elasticsearch\Namespaces\MlNamespace; use Elasticsearch\Namespaces\MonitoringNamespace; @@ -47,11 +46,11 @@ * Class Client * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Client { - const VERSION = '6.8.1'; + const VERSION = '6.8.2'; /** * @var Transport @@ -870,7 +869,7 @@ public function mtermvectors(array $params = []) $body = $this->extractArgument($params, 'body'); $endpointBuilder = $this->endpoints; - $endpoint = $endpointBuilder('Mtermvectors'); + $endpoint = $endpointBuilder('MTermVectors'); $endpoint->setParams($params); $endpoint->setIndex($index); $endpoint->setType($type); @@ -1206,7 +1205,7 @@ public function termvectors(array $params = []) $body = $this->extractArgument($params, 'body'); $endpointBuilder = $this->endpoints; - $endpoint = $endpointBuilder('Termvectors'); + $endpoint = $endpointBuilder('TermVectors'); $endpoint->setParams($params); $endpoint->setIndex($index); $endpoint->setType($type); diff --git a/src/Elasticsearch/Endpoints/Bulk.php b/src/Elasticsearch/Endpoints/Bulk.php index 7cf93d49d..a3963ef2e 100644 --- a/src/Elasticsearch/Endpoints/Bulk.php +++ b/src/Elasticsearch/Endpoints/Bulk.php @@ -27,7 +27,7 @@ * Elasticsearch API name bulk * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Bulk extends AbstractEndpoint implements BulkEndpointInterface { @@ -91,4 +91,5 @@ public function setBody($body): Bulk } return $this; } + } diff --git a/src/Elasticsearch/Endpoints/Cat/Aliases.php b/src/Elasticsearch/Endpoints/Cat/Aliases.php index bf64e6fc4..cf494b9ab 100644 --- a/src/Elasticsearch/Endpoints/Cat/Aliases.php +++ b/src/Elasticsearch/Endpoints/Cat/Aliases.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.aliases * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Aliases extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Allocation.php b/src/Elasticsearch/Endpoints/Cat/Allocation.php index bc696d449..c43393664 100644 --- a/src/Elasticsearch/Endpoints/Cat/Allocation.php +++ b/src/Elasticsearch/Endpoints/Cat/Allocation.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.allocation * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Allocation extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Count.php b/src/Elasticsearch/Endpoints/Cat/Count.php index 7c2ba26b2..3345e6abc 100644 --- a/src/Elasticsearch/Endpoints/Cat/Count.php +++ b/src/Elasticsearch/Endpoints/Cat/Count.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.count * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Count extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Fielddata.php b/src/Elasticsearch/Endpoints/Cat/Fielddata.php index 4994b9f40..ed1c05ca0 100644 --- a/src/Elasticsearch/Endpoints/Cat/Fielddata.php +++ b/src/Elasticsearch/Endpoints/Cat/Fielddata.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.fielddata * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Fielddata extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Health.php b/src/Elasticsearch/Endpoints/Cat/Health.php index a32304acd..2c71a28d4 100644 --- a/src/Elasticsearch/Endpoints/Cat/Health.php +++ b/src/Elasticsearch/Endpoints/Cat/Health.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.health * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Health extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Help.php b/src/Elasticsearch/Endpoints/Cat/Help.php index 82df9dfd4..32d8172cf 100644 --- a/src/Elasticsearch/Endpoints/Cat/Help.php +++ b/src/Elasticsearch/Endpoints/Cat/Help.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.help * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Help extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Indices.php b/src/Elasticsearch/Endpoints/Cat/Indices.php index e7b3f8ab5..1216ff078 100644 --- a/src/Elasticsearch/Endpoints/Cat/Indices.php +++ b/src/Elasticsearch/Endpoints/Cat/Indices.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.indices * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Indices extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Master.php b/src/Elasticsearch/Endpoints/Cat/Master.php index b234b4dbe..40d2076cd 100644 --- a/src/Elasticsearch/Endpoints/Cat/Master.php +++ b/src/Elasticsearch/Endpoints/Cat/Master.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.master * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Master extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Nodeattrs.php b/src/Elasticsearch/Endpoints/Cat/NodeAttrs.php similarity index 92% rename from src/Elasticsearch/Endpoints/Cat/Nodeattrs.php rename to src/Elasticsearch/Endpoints/Cat/NodeAttrs.php index 4876f1b76..446bd4bfc 100644 --- a/src/Elasticsearch/Endpoints/Cat/Nodeattrs.php +++ b/src/Elasticsearch/Endpoints/Cat/NodeAttrs.php @@ -19,13 +19,13 @@ use Elasticsearch\Endpoints\AbstractEndpoint; /** - * Class Nodeattrs + * Class NodeAttrs * Elasticsearch API name cat.nodeattrs * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ -class Nodeattrs extends AbstractEndpoint +class NodeAttrs extends AbstractEndpoint { public function getURI(): string diff --git a/src/Elasticsearch/Endpoints/Cat/Nodes.php b/src/Elasticsearch/Endpoints/Cat/Nodes.php index bc4e64f70..db2885160 100644 --- a/src/Elasticsearch/Endpoints/Cat/Nodes.php +++ b/src/Elasticsearch/Endpoints/Cat/Nodes.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.nodes * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Nodes extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/PendingTasks.php b/src/Elasticsearch/Endpoints/Cat/PendingTasks.php index 36d6deb48..1352e50a4 100644 --- a/src/Elasticsearch/Endpoints/Cat/PendingTasks.php +++ b/src/Elasticsearch/Endpoints/Cat/PendingTasks.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.pending_tasks * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class PendingTasks extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Plugins.php b/src/Elasticsearch/Endpoints/Cat/Plugins.php index 9e57fc256..5439536f2 100644 --- a/src/Elasticsearch/Endpoints/Cat/Plugins.php +++ b/src/Elasticsearch/Endpoints/Cat/Plugins.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.plugins * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Plugins extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Recovery.php b/src/Elasticsearch/Endpoints/Cat/Recovery.php index ed5b1ecd9..0b3ca6431 100644 --- a/src/Elasticsearch/Endpoints/Cat/Recovery.php +++ b/src/Elasticsearch/Endpoints/Cat/Recovery.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.recovery * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Recovery extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Repositories.php b/src/Elasticsearch/Endpoints/Cat/Repositories.php index 30845d0f4..9fa15b448 100644 --- a/src/Elasticsearch/Endpoints/Cat/Repositories.php +++ b/src/Elasticsearch/Endpoints/Cat/Repositories.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.repositories * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Repositories extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Segments.php b/src/Elasticsearch/Endpoints/Cat/Segments.php index 36d4db706..aacc26ea3 100644 --- a/src/Elasticsearch/Endpoints/Cat/Segments.php +++ b/src/Elasticsearch/Endpoints/Cat/Segments.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.segments * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Segments extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Shards.php b/src/Elasticsearch/Endpoints/Cat/Shards.php index 363797f9d..d6f6b4049 100644 --- a/src/Elasticsearch/Endpoints/Cat/Shards.php +++ b/src/Elasticsearch/Endpoints/Cat/Shards.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.shards * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Shards extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Snapshots.php b/src/Elasticsearch/Endpoints/Cat/Snapshots.php index f69defad2..e0d5a889d 100644 --- a/src/Elasticsearch/Endpoints/Cat/Snapshots.php +++ b/src/Elasticsearch/Endpoints/Cat/Snapshots.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.snapshots * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Snapshots extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Tasks.php b/src/Elasticsearch/Endpoints/Cat/Tasks.php index 5c3eaca3f..83fb4cb20 100644 --- a/src/Elasticsearch/Endpoints/Cat/Tasks.php +++ b/src/Elasticsearch/Endpoints/Cat/Tasks.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.tasks * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Tasks extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Templates.php b/src/Elasticsearch/Endpoints/Cat/Templates.php index 0cc3afe68..bd954860f 100644 --- a/src/Elasticsearch/Endpoints/Cat/Templates.php +++ b/src/Elasticsearch/Endpoints/Cat/Templates.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.templates * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Templates extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/ThreadPool.php b/src/Elasticsearch/Endpoints/Cat/ThreadPool.php index 10666b8ad..0b669b360 100644 --- a/src/Elasticsearch/Endpoints/Cat/ThreadPool.php +++ b/src/Elasticsearch/Endpoints/Cat/ThreadPool.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.thread_pool * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class ThreadPool extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ccr/DeleteAutoFollowPattern.php b/src/Elasticsearch/Endpoints/Ccr/DeleteAutoFollowPattern.php index e1c68954c..e295cc6d7 100644 --- a/src/Elasticsearch/Endpoints/Ccr/DeleteAutoFollowPattern.php +++ b/src/Elasticsearch/Endpoints/Ccr/DeleteAutoFollowPattern.php @@ -24,7 +24,7 @@ * Elasticsearch API name ccr.delete_auto_follow_pattern * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class DeleteAutoFollowPattern extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ccr/Follow.php b/src/Elasticsearch/Endpoints/Ccr/Follow.php index 210c75862..e6c5019cb 100644 --- a/src/Elasticsearch/Endpoints/Ccr/Follow.php +++ b/src/Elasticsearch/Endpoints/Ccr/Follow.php @@ -24,7 +24,7 @@ * Elasticsearch API name ccr.follow * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Follow extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ccr/FollowInfo.php b/src/Elasticsearch/Endpoints/Ccr/FollowInfo.php index b3795a95b..d4a5f67ac 100644 --- a/src/Elasticsearch/Endpoints/Ccr/FollowInfo.php +++ b/src/Elasticsearch/Endpoints/Ccr/FollowInfo.php @@ -24,7 +24,7 @@ * Elasticsearch API name ccr.follow_info * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class FollowInfo extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ccr/FollowStats.php b/src/Elasticsearch/Endpoints/Ccr/FollowStats.php index 28bcd3359..0b7b52b1d 100644 --- a/src/Elasticsearch/Endpoints/Ccr/FollowStats.php +++ b/src/Elasticsearch/Endpoints/Ccr/FollowStats.php @@ -24,7 +24,7 @@ * Elasticsearch API name ccr.follow_stats * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class FollowStats extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ccr/ForgetFollower.php b/src/Elasticsearch/Endpoints/Ccr/ForgetFollower.php index b2c35cebf..158915f3d 100644 --- a/src/Elasticsearch/Endpoints/Ccr/ForgetFollower.php +++ b/src/Elasticsearch/Endpoints/Ccr/ForgetFollower.php @@ -24,7 +24,7 @@ * Elasticsearch API name ccr.forget_follower * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class ForgetFollower extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ccr/GetAutoFollowPattern.php b/src/Elasticsearch/Endpoints/Ccr/GetAutoFollowPattern.php index 0a5822747..670ea42aa 100644 --- a/src/Elasticsearch/Endpoints/Ccr/GetAutoFollowPattern.php +++ b/src/Elasticsearch/Endpoints/Ccr/GetAutoFollowPattern.php @@ -23,7 +23,7 @@ * Elasticsearch API name ccr.get_auto_follow_pattern * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetAutoFollowPattern extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ccr/PauseFollow.php b/src/Elasticsearch/Endpoints/Ccr/PauseFollow.php index 8ac4f73f6..08386797a 100644 --- a/src/Elasticsearch/Endpoints/Ccr/PauseFollow.php +++ b/src/Elasticsearch/Endpoints/Ccr/PauseFollow.php @@ -24,7 +24,7 @@ * Elasticsearch API name ccr.pause_follow * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class PauseFollow extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ccr/PutAutoFollowPattern.php b/src/Elasticsearch/Endpoints/Ccr/PutAutoFollowPattern.php index f1f92f647..802a577be 100644 --- a/src/Elasticsearch/Endpoints/Ccr/PutAutoFollowPattern.php +++ b/src/Elasticsearch/Endpoints/Ccr/PutAutoFollowPattern.php @@ -24,7 +24,7 @@ * Elasticsearch API name ccr.put_auto_follow_pattern * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class PutAutoFollowPattern extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ccr/ResumeFollow.php b/src/Elasticsearch/Endpoints/Ccr/ResumeFollow.php index 4651b28ee..e20a8e34a 100644 --- a/src/Elasticsearch/Endpoints/Ccr/ResumeFollow.php +++ b/src/Elasticsearch/Endpoints/Ccr/ResumeFollow.php @@ -24,7 +24,7 @@ * Elasticsearch API name ccr.resume_follow * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class ResumeFollow extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ccr/Stats.php b/src/Elasticsearch/Endpoints/Ccr/Stats.php index 4b3994a0c..18a0641c9 100644 --- a/src/Elasticsearch/Endpoints/Ccr/Stats.php +++ b/src/Elasticsearch/Endpoints/Ccr/Stats.php @@ -23,7 +23,7 @@ * Elasticsearch API name ccr.stats * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Stats extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ccr/Unfollow.php b/src/Elasticsearch/Endpoints/Ccr/Unfollow.php index d77d8c63b..b931c8792 100644 --- a/src/Elasticsearch/Endpoints/Ccr/Unfollow.php +++ b/src/Elasticsearch/Endpoints/Ccr/Unfollow.php @@ -24,7 +24,7 @@ * Elasticsearch API name ccr.unfollow * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Unfollow extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/ClearScroll.php b/src/Elasticsearch/Endpoints/ClearScroll.php index 48ce87b42..267a76cd1 100644 --- a/src/Elasticsearch/Endpoints/ClearScroll.php +++ b/src/Elasticsearch/Endpoints/ClearScroll.php @@ -23,7 +23,7 @@ * Elasticsearch API name clear_scroll * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class ClearScroll extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cluster/AllocationExplain.php b/src/Elasticsearch/Endpoints/Cluster/AllocationExplain.php index 79468eb21..65bafb052 100644 --- a/src/Elasticsearch/Endpoints/Cluster/AllocationExplain.php +++ b/src/Elasticsearch/Endpoints/Cluster/AllocationExplain.php @@ -23,7 +23,7 @@ * Elasticsearch API name cluster.allocation_explain * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class AllocationExplain extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cluster/GetSettings.php b/src/Elasticsearch/Endpoints/Cluster/GetSettings.php index 53d34bc16..a6e8a31cb 100644 --- a/src/Elasticsearch/Endpoints/Cluster/GetSettings.php +++ b/src/Elasticsearch/Endpoints/Cluster/GetSettings.php @@ -23,7 +23,7 @@ * Elasticsearch API name cluster.get_settings * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetSettings extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cluster/Health.php b/src/Elasticsearch/Endpoints/Cluster/Health.php index 67614f6c7..d3be64971 100644 --- a/src/Elasticsearch/Endpoints/Cluster/Health.php +++ b/src/Elasticsearch/Endpoints/Cluster/Health.php @@ -23,7 +23,7 @@ * Elasticsearch API name cluster.health * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Health extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cluster/PendingTasks.php b/src/Elasticsearch/Endpoints/Cluster/PendingTasks.php index 18136d9da..d611e1907 100644 --- a/src/Elasticsearch/Endpoints/Cluster/PendingTasks.php +++ b/src/Elasticsearch/Endpoints/Cluster/PendingTasks.php @@ -23,7 +23,7 @@ * Elasticsearch API name cluster.pending_tasks * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class PendingTasks extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cluster/PutSettings.php b/src/Elasticsearch/Endpoints/Cluster/PutSettings.php index 08caed522..f1a91f376 100644 --- a/src/Elasticsearch/Endpoints/Cluster/PutSettings.php +++ b/src/Elasticsearch/Endpoints/Cluster/PutSettings.php @@ -23,7 +23,7 @@ * Elasticsearch API name cluster.put_settings * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class PutSettings extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cluster/RemoteInfo.php b/src/Elasticsearch/Endpoints/Cluster/RemoteInfo.php index eb0b19d2c..2463fbf49 100644 --- a/src/Elasticsearch/Endpoints/Cluster/RemoteInfo.php +++ b/src/Elasticsearch/Endpoints/Cluster/RemoteInfo.php @@ -23,7 +23,7 @@ * Elasticsearch API name cluster.remote_info * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class RemoteInfo extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cluster/Reroute.php b/src/Elasticsearch/Endpoints/Cluster/Reroute.php index 8c441e9d7..87361f909 100644 --- a/src/Elasticsearch/Endpoints/Cluster/Reroute.php +++ b/src/Elasticsearch/Endpoints/Cluster/Reroute.php @@ -23,7 +23,7 @@ * Elasticsearch API name cluster.reroute * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Reroute extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cluster/State.php b/src/Elasticsearch/Endpoints/Cluster/State.php index a8037ab13..103e4ef85 100644 --- a/src/Elasticsearch/Endpoints/Cluster/State.php +++ b/src/Elasticsearch/Endpoints/Cluster/State.php @@ -23,7 +23,7 @@ * Elasticsearch API name cluster.state * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class State extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cluster/Stats.php b/src/Elasticsearch/Endpoints/Cluster/Stats.php index 44c1eb3b5..c011cf2e8 100644 --- a/src/Elasticsearch/Endpoints/Cluster/Stats.php +++ b/src/Elasticsearch/Endpoints/Cluster/Stats.php @@ -23,7 +23,7 @@ * Elasticsearch API name cluster.stats * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Stats extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Count.php b/src/Elasticsearch/Endpoints/Count.php index ce927152a..0c0b3e9ac 100644 --- a/src/Elasticsearch/Endpoints/Count.php +++ b/src/Elasticsearch/Endpoints/Count.php @@ -23,7 +23,7 @@ * Elasticsearch API name count * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Count extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Create.php b/src/Elasticsearch/Endpoints/Create.php index e118fe4ea..5b0032037 100644 --- a/src/Elasticsearch/Endpoints/Create.php +++ b/src/Elasticsearch/Endpoints/Create.php @@ -24,7 +24,7 @@ * Elasticsearch API name create * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Create extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Delete.php b/src/Elasticsearch/Endpoints/Delete.php index 3a92ec4cd..e407d0233 100644 --- a/src/Elasticsearch/Endpoints/Delete.php +++ b/src/Elasticsearch/Endpoints/Delete.php @@ -24,7 +24,7 @@ * Elasticsearch API name delete * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Delete extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/DeleteByQuery.php b/src/Elasticsearch/Endpoints/DeleteByQuery.php index 502a6ab51..fe2f2a071 100644 --- a/src/Elasticsearch/Endpoints/DeleteByQuery.php +++ b/src/Elasticsearch/Endpoints/DeleteByQuery.php @@ -24,7 +24,7 @@ * Elasticsearch API name delete_by_query * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class DeleteByQuery extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/DeleteByQueryRethrottle.php b/src/Elasticsearch/Endpoints/DeleteByQueryRethrottle.php index e5fa8db11..cc5f235be 100644 --- a/src/Elasticsearch/Endpoints/DeleteByQueryRethrottle.php +++ b/src/Elasticsearch/Endpoints/DeleteByQueryRethrottle.php @@ -24,7 +24,7 @@ * Elasticsearch API name delete_by_query_rethrottle * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class DeleteByQueryRethrottle extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/DeleteScript.php b/src/Elasticsearch/Endpoints/DeleteScript.php index 7904fd923..048908158 100644 --- a/src/Elasticsearch/Endpoints/DeleteScript.php +++ b/src/Elasticsearch/Endpoints/DeleteScript.php @@ -24,7 +24,7 @@ * Elasticsearch API name delete_script * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class DeleteScript extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Exists.php b/src/Elasticsearch/Endpoints/Exists.php index 481230044..53e00f760 100644 --- a/src/Elasticsearch/Endpoints/Exists.php +++ b/src/Elasticsearch/Endpoints/Exists.php @@ -24,7 +24,7 @@ * Elasticsearch API name exists * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Exists extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/ExistsSource.php b/src/Elasticsearch/Endpoints/ExistsSource.php index 5e2644884..5d34a9ea8 100644 --- a/src/Elasticsearch/Endpoints/ExistsSource.php +++ b/src/Elasticsearch/Endpoints/ExistsSource.php @@ -24,7 +24,7 @@ * Elasticsearch API name exists_source * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class ExistsSource extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Explain.php b/src/Elasticsearch/Endpoints/Explain.php index 5150fe554..0d0062d3d 100644 --- a/src/Elasticsearch/Endpoints/Explain.php +++ b/src/Elasticsearch/Endpoints/Explain.php @@ -24,7 +24,7 @@ * Elasticsearch API name explain * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Explain extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/FieldCaps.php b/src/Elasticsearch/Endpoints/FieldCaps.php index 8b713f30c..9ab2c3993 100644 --- a/src/Elasticsearch/Endpoints/FieldCaps.php +++ b/src/Elasticsearch/Endpoints/FieldCaps.php @@ -23,7 +23,7 @@ * Elasticsearch API name field_caps * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class FieldCaps extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Get.php b/src/Elasticsearch/Endpoints/Get.php index 5da3e57db..54f1ccc26 100644 --- a/src/Elasticsearch/Endpoints/Get.php +++ b/src/Elasticsearch/Endpoints/Get.php @@ -24,7 +24,7 @@ * Elasticsearch API name get * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Get extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/GetScript.php b/src/Elasticsearch/Endpoints/GetScript.php index fecc074dd..2513afe60 100644 --- a/src/Elasticsearch/Endpoints/GetScript.php +++ b/src/Elasticsearch/Endpoints/GetScript.php @@ -24,7 +24,7 @@ * Elasticsearch API name get_script * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetScript extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/GetSource.php b/src/Elasticsearch/Endpoints/GetSource.php index 56d614e97..2b7f012ef 100644 --- a/src/Elasticsearch/Endpoints/GetSource.php +++ b/src/Elasticsearch/Endpoints/GetSource.php @@ -24,7 +24,7 @@ * Elasticsearch API name get_source * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetSource extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Graph/Explore.php b/src/Elasticsearch/Endpoints/Graph/Explore.php index 49bf40c4c..76426b2c5 100644 --- a/src/Elasticsearch/Endpoints/Graph/Explore.php +++ b/src/Elasticsearch/Endpoints/Graph/Explore.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.graph.explore * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Explore extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ilm/DeleteLifecycle.php b/src/Elasticsearch/Endpoints/Ilm/DeleteLifecycle.php index ca0ff5e2c..bb49734ab 100644 --- a/src/Elasticsearch/Endpoints/Ilm/DeleteLifecycle.php +++ b/src/Elasticsearch/Endpoints/Ilm/DeleteLifecycle.php @@ -24,7 +24,7 @@ * Elasticsearch API name ilm.delete_lifecycle * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class DeleteLifecycle extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ilm/ExplainLifecycle.php b/src/Elasticsearch/Endpoints/Ilm/ExplainLifecycle.php index ff95f667d..7ac4dc2ac 100644 --- a/src/Elasticsearch/Endpoints/Ilm/ExplainLifecycle.php +++ b/src/Elasticsearch/Endpoints/Ilm/ExplainLifecycle.php @@ -24,7 +24,7 @@ * Elasticsearch API name ilm.explain_lifecycle * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class ExplainLifecycle extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ilm/GetLifecycle.php b/src/Elasticsearch/Endpoints/Ilm/GetLifecycle.php index 441c88133..172b0749f 100644 --- a/src/Elasticsearch/Endpoints/Ilm/GetLifecycle.php +++ b/src/Elasticsearch/Endpoints/Ilm/GetLifecycle.php @@ -23,7 +23,7 @@ * Elasticsearch API name ilm.get_lifecycle * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetLifecycle extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ilm/GetStatus.php b/src/Elasticsearch/Endpoints/Ilm/GetStatus.php index a4c01f478..bd09a14ff 100644 --- a/src/Elasticsearch/Endpoints/Ilm/GetStatus.php +++ b/src/Elasticsearch/Endpoints/Ilm/GetStatus.php @@ -23,7 +23,7 @@ * Elasticsearch API name ilm.get_status * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetStatus extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ilm/MoveToStep.php b/src/Elasticsearch/Endpoints/Ilm/MoveToStep.php index 1c748414b..d4803a902 100644 --- a/src/Elasticsearch/Endpoints/Ilm/MoveToStep.php +++ b/src/Elasticsearch/Endpoints/Ilm/MoveToStep.php @@ -24,7 +24,7 @@ * Elasticsearch API name ilm.move_to_step * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class MoveToStep extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ilm/PutLifecycle.php b/src/Elasticsearch/Endpoints/Ilm/PutLifecycle.php index 9918f9f7f..2e7719cad 100644 --- a/src/Elasticsearch/Endpoints/Ilm/PutLifecycle.php +++ b/src/Elasticsearch/Endpoints/Ilm/PutLifecycle.php @@ -24,7 +24,7 @@ * Elasticsearch API name ilm.put_lifecycle * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class PutLifecycle extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ilm/RemovePolicy.php b/src/Elasticsearch/Endpoints/Ilm/RemovePolicy.php index bb77e987b..ad8fce4d2 100644 --- a/src/Elasticsearch/Endpoints/Ilm/RemovePolicy.php +++ b/src/Elasticsearch/Endpoints/Ilm/RemovePolicy.php @@ -24,7 +24,7 @@ * Elasticsearch API name ilm.remove_policy * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class RemovePolicy extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ilm/Retry.php b/src/Elasticsearch/Endpoints/Ilm/Retry.php index 3e529fefc..301c65ac8 100644 --- a/src/Elasticsearch/Endpoints/Ilm/Retry.php +++ b/src/Elasticsearch/Endpoints/Ilm/Retry.php @@ -24,7 +24,7 @@ * Elasticsearch API name ilm.retry * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Retry extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ilm/Start.php b/src/Elasticsearch/Endpoints/Ilm/Start.php index 1f5afe381..3437b0966 100644 --- a/src/Elasticsearch/Endpoints/Ilm/Start.php +++ b/src/Elasticsearch/Endpoints/Ilm/Start.php @@ -23,7 +23,7 @@ * Elasticsearch API name ilm.start * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Start extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ilm/Stop.php b/src/Elasticsearch/Endpoints/Ilm/Stop.php index 6a5da7327..981bd7ec1 100644 --- a/src/Elasticsearch/Endpoints/Ilm/Stop.php +++ b/src/Elasticsearch/Endpoints/Ilm/Stop.php @@ -23,7 +23,7 @@ * Elasticsearch API name ilm.stop * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Stop extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Index.php b/src/Elasticsearch/Endpoints/Index.php index 4199d974f..91f3f5b4c 100644 --- a/src/Elasticsearch/Endpoints/Index.php +++ b/src/Elasticsearch/Endpoints/Index.php @@ -24,7 +24,7 @@ * Elasticsearch API name index * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Index extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Analyze.php b/src/Elasticsearch/Endpoints/Indices/Analyze.php index d30dd6a67..c4c3c66c5 100644 --- a/src/Elasticsearch/Endpoints/Indices/Analyze.php +++ b/src/Elasticsearch/Endpoints/Indices/Analyze.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.analyze * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Analyze extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/ClearCache.php b/src/Elasticsearch/Endpoints/Indices/ClearCache.php index 9a090783b..44ffa111b 100644 --- a/src/Elasticsearch/Endpoints/Indices/ClearCache.php +++ b/src/Elasticsearch/Endpoints/Indices/ClearCache.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.clear_cache * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class ClearCache extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Close.php b/src/Elasticsearch/Endpoints/Indices/Close.php index c0ece2588..c4d02a656 100644 --- a/src/Elasticsearch/Endpoints/Indices/Close.php +++ b/src/Elasticsearch/Endpoints/Indices/Close.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.close * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Close extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Create.php b/src/Elasticsearch/Endpoints/Indices/Create.php index 11dd910f3..d40af332a 100644 --- a/src/Elasticsearch/Endpoints/Indices/Create.php +++ b/src/Elasticsearch/Endpoints/Indices/Create.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.create * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Create extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Delete.php b/src/Elasticsearch/Endpoints/Indices/Delete.php index 0eea00cbb..30e1cb053 100644 --- a/src/Elasticsearch/Endpoints/Indices/Delete.php +++ b/src/Elasticsearch/Endpoints/Indices/Delete.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.delete * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Delete extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/DeleteAlias.php b/src/Elasticsearch/Endpoints/Indices/DeleteAlias.php index a9d7240f9..7bdd83ac3 100644 --- a/src/Elasticsearch/Endpoints/Indices/DeleteAlias.php +++ b/src/Elasticsearch/Endpoints/Indices/DeleteAlias.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.delete_alias * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class DeleteAlias extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/DeleteTemplate.php b/src/Elasticsearch/Endpoints/Indices/DeleteTemplate.php index 7d8a7a212..3062cabe4 100644 --- a/src/Elasticsearch/Endpoints/Indices/DeleteTemplate.php +++ b/src/Elasticsearch/Endpoints/Indices/DeleteTemplate.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.delete_template * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class DeleteTemplate extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Exists.php b/src/Elasticsearch/Endpoints/Indices/Exists.php index 53ef932c0..1459b8411 100644 --- a/src/Elasticsearch/Endpoints/Indices/Exists.php +++ b/src/Elasticsearch/Endpoints/Indices/Exists.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.exists * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Exists extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/ExistsAlias.php b/src/Elasticsearch/Endpoints/Indices/ExistsAlias.php index 41c81bf32..e21ee2dd1 100644 --- a/src/Elasticsearch/Endpoints/Indices/ExistsAlias.php +++ b/src/Elasticsearch/Endpoints/Indices/ExistsAlias.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.exists_alias * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class ExistsAlias extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/ExistsTemplate.php b/src/Elasticsearch/Endpoints/Indices/ExistsTemplate.php index 3067cd678..3aeda8318 100644 --- a/src/Elasticsearch/Endpoints/Indices/ExistsTemplate.php +++ b/src/Elasticsearch/Endpoints/Indices/ExistsTemplate.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.exists_template * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class ExistsTemplate extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/ExistsType.php b/src/Elasticsearch/Endpoints/Indices/ExistsType.php index 8b775b1b2..617531dbd 100644 --- a/src/Elasticsearch/Endpoints/Indices/ExistsType.php +++ b/src/Elasticsearch/Endpoints/Indices/ExistsType.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.exists_type * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class ExistsType extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Flush.php b/src/Elasticsearch/Endpoints/Indices/Flush.php index df6f0fe0d..aa4908be1 100644 --- a/src/Elasticsearch/Endpoints/Indices/Flush.php +++ b/src/Elasticsearch/Endpoints/Indices/Flush.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.flush * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Flush extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/FlushSynced.php b/src/Elasticsearch/Endpoints/Indices/FlushSynced.php index 01b515667..da4e14944 100644 --- a/src/Elasticsearch/Endpoints/Indices/FlushSynced.php +++ b/src/Elasticsearch/Endpoints/Indices/FlushSynced.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.flush_synced * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class FlushSynced extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Forcemerge.php b/src/Elasticsearch/Endpoints/Indices/ForceMerge.php similarity index 93% rename from src/Elasticsearch/Endpoints/Indices/Forcemerge.php rename to src/Elasticsearch/Endpoints/Indices/ForceMerge.php index fcafec4b8..c0e170a32 100644 --- a/src/Elasticsearch/Endpoints/Indices/Forcemerge.php +++ b/src/Elasticsearch/Endpoints/Indices/ForceMerge.php @@ -19,13 +19,13 @@ use Elasticsearch\Endpoints\AbstractEndpoint; /** - * Class Forcemerge + * Class ForceMerge * Elasticsearch API name indices.forcemerge * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ -class Forcemerge extends AbstractEndpoint +class ForceMerge extends AbstractEndpoint { public function getURI(): string diff --git a/src/Elasticsearch/Endpoints/Indices/Freeze.php b/src/Elasticsearch/Endpoints/Indices/Freeze.php index 2a4b75a43..203baedec 100644 --- a/src/Elasticsearch/Endpoints/Indices/Freeze.php +++ b/src/Elasticsearch/Endpoints/Indices/Freeze.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.freeze * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Freeze extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Get.php b/src/Elasticsearch/Endpoints/Indices/Get.php index b8160bbb7..fd53ed14f 100644 --- a/src/Elasticsearch/Endpoints/Indices/Get.php +++ b/src/Elasticsearch/Endpoints/Indices/Get.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.get * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Get extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/GetAlias.php b/src/Elasticsearch/Endpoints/Indices/GetAlias.php index b54898c95..051f2ab91 100644 --- a/src/Elasticsearch/Endpoints/Indices/GetAlias.php +++ b/src/Elasticsearch/Endpoints/Indices/GetAlias.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.get_alias * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetAlias extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/GetFieldMapping.php b/src/Elasticsearch/Endpoints/Indices/GetFieldMapping.php index a60e4dd76..74aabb260 100644 --- a/src/Elasticsearch/Endpoints/Indices/GetFieldMapping.php +++ b/src/Elasticsearch/Endpoints/Indices/GetFieldMapping.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.get_field_mapping * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetFieldMapping extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/GetMapping.php b/src/Elasticsearch/Endpoints/Indices/GetMapping.php index 254ab4a37..92695e1bc 100644 --- a/src/Elasticsearch/Endpoints/Indices/GetMapping.php +++ b/src/Elasticsearch/Endpoints/Indices/GetMapping.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.get_mapping * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetMapping extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/GetSettings.php b/src/Elasticsearch/Endpoints/Indices/GetSettings.php index 20ac41b2c..09d8ab83c 100644 --- a/src/Elasticsearch/Endpoints/Indices/GetSettings.php +++ b/src/Elasticsearch/Endpoints/Indices/GetSettings.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.get_settings * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetSettings extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/GetTemplate.php b/src/Elasticsearch/Endpoints/Indices/GetTemplate.php index d5488fc59..f93bc15c6 100644 --- a/src/Elasticsearch/Endpoints/Indices/GetTemplate.php +++ b/src/Elasticsearch/Endpoints/Indices/GetTemplate.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.get_template * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetTemplate extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/GetUpgrade.php b/src/Elasticsearch/Endpoints/Indices/GetUpgrade.php index a2407754e..2fe093e3f 100644 --- a/src/Elasticsearch/Endpoints/Indices/GetUpgrade.php +++ b/src/Elasticsearch/Endpoints/Indices/GetUpgrade.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.get_upgrade * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetUpgrade extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Open.php b/src/Elasticsearch/Endpoints/Indices/Open.php index 465f522d4..74a73581c 100644 --- a/src/Elasticsearch/Endpoints/Indices/Open.php +++ b/src/Elasticsearch/Endpoints/Indices/Open.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.open * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Open extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/PutAlias.php b/src/Elasticsearch/Endpoints/Indices/PutAlias.php index d3a35de0f..a51f86370 100644 --- a/src/Elasticsearch/Endpoints/Indices/PutAlias.php +++ b/src/Elasticsearch/Endpoints/Indices/PutAlias.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.put_alias * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class PutAlias extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/PutMapping.php b/src/Elasticsearch/Endpoints/Indices/PutMapping.php index 5b46f582b..b1c809627 100644 --- a/src/Elasticsearch/Endpoints/Indices/PutMapping.php +++ b/src/Elasticsearch/Endpoints/Indices/PutMapping.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.put_mapping * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class PutMapping extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/PutSettings.php b/src/Elasticsearch/Endpoints/Indices/PutSettings.php index 0a5dbda28..2d396253f 100644 --- a/src/Elasticsearch/Endpoints/Indices/PutSettings.php +++ b/src/Elasticsearch/Endpoints/Indices/PutSettings.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.put_settings * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class PutSettings extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/PutTemplate.php b/src/Elasticsearch/Endpoints/Indices/PutTemplate.php index c0a6b78bb..13bcd00ed 100644 --- a/src/Elasticsearch/Endpoints/Indices/PutTemplate.php +++ b/src/Elasticsearch/Endpoints/Indices/PutTemplate.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.put_template * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class PutTemplate extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Recovery.php b/src/Elasticsearch/Endpoints/Indices/Recovery.php index 204c62c61..2ecdc2d15 100644 --- a/src/Elasticsearch/Endpoints/Indices/Recovery.php +++ b/src/Elasticsearch/Endpoints/Indices/Recovery.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.recovery * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Recovery extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Refresh.php b/src/Elasticsearch/Endpoints/Indices/Refresh.php index 41e67d456..e24034da7 100644 --- a/src/Elasticsearch/Endpoints/Indices/Refresh.php +++ b/src/Elasticsearch/Endpoints/Indices/Refresh.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.refresh * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Refresh extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Rollover.php b/src/Elasticsearch/Endpoints/Indices/Rollover.php index 0af86c02e..57e19cc6d 100644 --- a/src/Elasticsearch/Endpoints/Indices/Rollover.php +++ b/src/Elasticsearch/Endpoints/Indices/Rollover.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.rollover * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Rollover extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Segments.php b/src/Elasticsearch/Endpoints/Indices/Segments.php index e8a147cfc..1b8114de6 100644 --- a/src/Elasticsearch/Endpoints/Indices/Segments.php +++ b/src/Elasticsearch/Endpoints/Indices/Segments.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.segments * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Segments extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/ShardStores.php b/src/Elasticsearch/Endpoints/Indices/ShardStores.php index d74652594..02695cad4 100644 --- a/src/Elasticsearch/Endpoints/Indices/ShardStores.php +++ b/src/Elasticsearch/Endpoints/Indices/ShardStores.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.shard_stores * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class ShardStores extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Shrink.php b/src/Elasticsearch/Endpoints/Indices/Shrink.php index d9b2c8f3e..f65897d80 100644 --- a/src/Elasticsearch/Endpoints/Indices/Shrink.php +++ b/src/Elasticsearch/Endpoints/Indices/Shrink.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.shrink * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Shrink extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Split.php b/src/Elasticsearch/Endpoints/Indices/Split.php index 9b6f57e40..f6a7a4e00 100644 --- a/src/Elasticsearch/Endpoints/Indices/Split.php +++ b/src/Elasticsearch/Endpoints/Indices/Split.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.split * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Split extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Stats.php b/src/Elasticsearch/Endpoints/Indices/Stats.php index ccdf4a52d..537ab1ef8 100644 --- a/src/Elasticsearch/Endpoints/Indices/Stats.php +++ b/src/Elasticsearch/Endpoints/Indices/Stats.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.stats * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Stats extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Unfreeze.php b/src/Elasticsearch/Endpoints/Indices/Unfreeze.php index 6dc1e5b26..a5d9ec2e0 100644 --- a/src/Elasticsearch/Endpoints/Indices/Unfreeze.php +++ b/src/Elasticsearch/Endpoints/Indices/Unfreeze.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.unfreeze * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Unfreeze extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/UpdateAliases.php b/src/Elasticsearch/Endpoints/Indices/UpdateAliases.php index 242f171d9..87ef7d598 100644 --- a/src/Elasticsearch/Endpoints/Indices/UpdateAliases.php +++ b/src/Elasticsearch/Endpoints/Indices/UpdateAliases.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.update_aliases * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class UpdateAliases extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Upgrade.php b/src/Elasticsearch/Endpoints/Indices/Upgrade.php index 950ae9cb4..34698ccac 100644 --- a/src/Elasticsearch/Endpoints/Indices/Upgrade.php +++ b/src/Elasticsearch/Endpoints/Indices/Upgrade.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.upgrade * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Upgrade extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/ValidateQuery.php b/src/Elasticsearch/Endpoints/Indices/ValidateQuery.php index 35d429cd6..e4f63e61a 100644 --- a/src/Elasticsearch/Endpoints/Indices/ValidateQuery.php +++ b/src/Elasticsearch/Endpoints/Indices/ValidateQuery.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.validate_query * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class ValidateQuery extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Info.php b/src/Elasticsearch/Endpoints/Info.php index 6a53fa15d..8b053b6a4 100644 --- a/src/Elasticsearch/Endpoints/Info.php +++ b/src/Elasticsearch/Endpoints/Info.php @@ -23,7 +23,7 @@ * Elasticsearch API name info * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Info extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ingest/DeletePipeline.php b/src/Elasticsearch/Endpoints/Ingest/DeletePipeline.php index c8d14b871..6943addc6 100644 --- a/src/Elasticsearch/Endpoints/Ingest/DeletePipeline.php +++ b/src/Elasticsearch/Endpoints/Ingest/DeletePipeline.php @@ -24,7 +24,7 @@ * Elasticsearch API name ingest.delete_pipeline * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class DeletePipeline extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ingest/GetPipeline.php b/src/Elasticsearch/Endpoints/Ingest/GetPipeline.php index 2d802c5f3..f5deb2c85 100644 --- a/src/Elasticsearch/Endpoints/Ingest/GetPipeline.php +++ b/src/Elasticsearch/Endpoints/Ingest/GetPipeline.php @@ -23,7 +23,7 @@ * Elasticsearch API name ingest.get_pipeline * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetPipeline extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ingest/ProcessorGrok.php b/src/Elasticsearch/Endpoints/Ingest/ProcessorGrok.php index 04c5902a1..47ae63c94 100644 --- a/src/Elasticsearch/Endpoints/Ingest/ProcessorGrok.php +++ b/src/Elasticsearch/Endpoints/Ingest/ProcessorGrok.php @@ -23,7 +23,7 @@ * Elasticsearch API name ingest.processor_grok * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class ProcessorGrok extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ingest/PutPipeline.php b/src/Elasticsearch/Endpoints/Ingest/PutPipeline.php index cec980a29..f745e6df8 100644 --- a/src/Elasticsearch/Endpoints/Ingest/PutPipeline.php +++ b/src/Elasticsearch/Endpoints/Ingest/PutPipeline.php @@ -24,7 +24,7 @@ * Elasticsearch API name ingest.put_pipeline * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class PutPipeline extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ingest/Simulate.php b/src/Elasticsearch/Endpoints/Ingest/Simulate.php index a6e9afc1c..d50f8a089 100644 --- a/src/Elasticsearch/Endpoints/Ingest/Simulate.php +++ b/src/Elasticsearch/Endpoints/Ingest/Simulate.php @@ -23,7 +23,7 @@ * Elasticsearch API name ingest.simulate * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Simulate extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/License/Delete.php b/src/Elasticsearch/Endpoints/License/Delete.php index 77c7445bf..c780ce9c3 100644 --- a/src/Elasticsearch/Endpoints/License/Delete.php +++ b/src/Elasticsearch/Endpoints/License/Delete.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.license.delete * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Delete extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/License/Get.php b/src/Elasticsearch/Endpoints/License/Get.php index e5d86caf1..5a7197e0a 100644 --- a/src/Elasticsearch/Endpoints/License/Get.php +++ b/src/Elasticsearch/Endpoints/License/Get.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.license.get * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Get extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/License/GetBasicStatus.php b/src/Elasticsearch/Endpoints/License/GetBasicStatus.php index fb51f8a9f..542bff696 100644 --- a/src/Elasticsearch/Endpoints/License/GetBasicStatus.php +++ b/src/Elasticsearch/Endpoints/License/GetBasicStatus.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.license.get_basic_status * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetBasicStatus extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/License/GetTrialStatus.php b/src/Elasticsearch/Endpoints/License/GetTrialStatus.php index c8c04fc03..99ad5efe0 100644 --- a/src/Elasticsearch/Endpoints/License/GetTrialStatus.php +++ b/src/Elasticsearch/Endpoints/License/GetTrialStatus.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.license.get_trial_status * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetTrialStatus extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/License/Post.php b/src/Elasticsearch/Endpoints/License/Post.php index c20e067e2..5b93cd6cf 100644 --- a/src/Elasticsearch/Endpoints/License/Post.php +++ b/src/Elasticsearch/Endpoints/License/Post.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.license.post * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Post extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/License/PostStartBasic.php b/src/Elasticsearch/Endpoints/License/PostStartBasic.php index 3edd45c28..3041b5fcd 100644 --- a/src/Elasticsearch/Endpoints/License/PostStartBasic.php +++ b/src/Elasticsearch/Endpoints/License/PostStartBasic.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.license.post_start_basic * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class PostStartBasic extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/License/PostStartTrial.php b/src/Elasticsearch/Endpoints/License/PostStartTrial.php index ea8cf7989..34107257c 100644 --- a/src/Elasticsearch/Endpoints/License/PostStartTrial.php +++ b/src/Elasticsearch/Endpoints/License/PostStartTrial.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.license.post_start_trial * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class PostStartTrial extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Mtermvectors.php b/src/Elasticsearch/Endpoints/MTermVectors.php similarity index 92% rename from src/Elasticsearch/Endpoints/Mtermvectors.php rename to src/Elasticsearch/Endpoints/MTermVectors.php index 4057e5d84..b1559a7b4 100644 --- a/src/Elasticsearch/Endpoints/Mtermvectors.php +++ b/src/Elasticsearch/Endpoints/MTermVectors.php @@ -19,13 +19,13 @@ use Elasticsearch\Endpoints\AbstractEndpoint; /** - * Class Mtermvectors + * Class MTermVectors * Elasticsearch API name mtermvectors * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ -class Mtermvectors extends AbstractEndpoint +class MTermVectors extends AbstractEndpoint { public function getURI(): string @@ -66,7 +66,7 @@ public function getMethod(): string return isset($this->body) ? 'POST' : 'GET'; } - public function setBody($body): Mtermvectors + public function setBody($body): MTermVectors { if (isset($body) !== true) { return $this; diff --git a/src/Elasticsearch/Endpoints/Mget.php b/src/Elasticsearch/Endpoints/Mget.php index 4cfe151b7..3779ad024 100644 --- a/src/Elasticsearch/Endpoints/Mget.php +++ b/src/Elasticsearch/Endpoints/Mget.php @@ -23,7 +23,7 @@ * Elasticsearch API name mget * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Mget extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Migration/Deprecations.php b/src/Elasticsearch/Endpoints/Migration/Deprecations.php index f51aaf3df..e5cdedcfd 100644 --- a/src/Elasticsearch/Endpoints/Migration/Deprecations.php +++ b/src/Elasticsearch/Endpoints/Migration/Deprecations.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.migration.deprecations * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Deprecations extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Migration/GetAssistance.php b/src/Elasticsearch/Endpoints/Migration/GetAssistance.php index 5bc18e122..a431db608 100644 --- a/src/Elasticsearch/Endpoints/Migration/GetAssistance.php +++ b/src/Elasticsearch/Endpoints/Migration/GetAssistance.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.migration.get_assistance * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetAssistance extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Migration/Upgrade.php b/src/Elasticsearch/Endpoints/Migration/Upgrade.php index c78770f35..268ccb17a 100644 --- a/src/Elasticsearch/Endpoints/Migration/Upgrade.php +++ b/src/Elasticsearch/Endpoints/Migration/Upgrade.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.migration.upgrade * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Upgrade extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/CloseJob.php b/src/Elasticsearch/Endpoints/Ml/CloseJob.php index 42555377d..0a7a0991d 100644 --- a/src/Elasticsearch/Endpoints/Ml/CloseJob.php +++ b/src/Elasticsearch/Endpoints/Ml/CloseJob.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.close_job * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class CloseJob extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/DeleteCalendar.php b/src/Elasticsearch/Endpoints/Ml/DeleteCalendar.php index 533c9280c..8b9252bb3 100644 --- a/src/Elasticsearch/Endpoints/Ml/DeleteCalendar.php +++ b/src/Elasticsearch/Endpoints/Ml/DeleteCalendar.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.delete_calendar * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class DeleteCalendar extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/DeleteCalendarEvent.php b/src/Elasticsearch/Endpoints/Ml/DeleteCalendarEvent.php index 2ce2f689c..84e3c6040 100644 --- a/src/Elasticsearch/Endpoints/Ml/DeleteCalendarEvent.php +++ b/src/Elasticsearch/Endpoints/Ml/DeleteCalendarEvent.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.delete_calendar_event * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class DeleteCalendarEvent extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/DeleteCalendarJob.php b/src/Elasticsearch/Endpoints/Ml/DeleteCalendarJob.php index b8d266aa1..36dcb1c15 100644 --- a/src/Elasticsearch/Endpoints/Ml/DeleteCalendarJob.php +++ b/src/Elasticsearch/Endpoints/Ml/DeleteCalendarJob.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.delete_calendar_job * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class DeleteCalendarJob extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/DeleteDatafeed.php b/src/Elasticsearch/Endpoints/Ml/DeleteDatafeed.php index 6e08eaee8..ea45536be 100644 --- a/src/Elasticsearch/Endpoints/Ml/DeleteDatafeed.php +++ b/src/Elasticsearch/Endpoints/Ml/DeleteDatafeed.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.delete_datafeed * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class DeleteDatafeed extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/DeleteExpiredData.php b/src/Elasticsearch/Endpoints/Ml/DeleteExpiredData.php index 33c4cb85e..92aaf002a 100644 --- a/src/Elasticsearch/Endpoints/Ml/DeleteExpiredData.php +++ b/src/Elasticsearch/Endpoints/Ml/DeleteExpiredData.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.ml.delete_expired_data * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class DeleteExpiredData extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/DeleteFilter.php b/src/Elasticsearch/Endpoints/Ml/DeleteFilter.php index d97d7ecf9..bd7554a3e 100644 --- a/src/Elasticsearch/Endpoints/Ml/DeleteFilter.php +++ b/src/Elasticsearch/Endpoints/Ml/DeleteFilter.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.delete_filter * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class DeleteFilter extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/DeleteForecast.php b/src/Elasticsearch/Endpoints/Ml/DeleteForecast.php index 48ee27194..d18815a4d 100644 --- a/src/Elasticsearch/Endpoints/Ml/DeleteForecast.php +++ b/src/Elasticsearch/Endpoints/Ml/DeleteForecast.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.delete_forecast * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class DeleteForecast extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/DeleteJob.php b/src/Elasticsearch/Endpoints/Ml/DeleteJob.php index f51210a2b..92aacf7ad 100644 --- a/src/Elasticsearch/Endpoints/Ml/DeleteJob.php +++ b/src/Elasticsearch/Endpoints/Ml/DeleteJob.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.delete_job * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class DeleteJob extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/DeleteModelSnapshot.php b/src/Elasticsearch/Endpoints/Ml/DeleteModelSnapshot.php index 4dc65a65b..d839d2498 100644 --- a/src/Elasticsearch/Endpoints/Ml/DeleteModelSnapshot.php +++ b/src/Elasticsearch/Endpoints/Ml/DeleteModelSnapshot.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.delete_model_snapshot * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class DeleteModelSnapshot extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/FindFileStructure.php b/src/Elasticsearch/Endpoints/Ml/FindFileStructure.php index e9d456a36..68e3f710e 100644 --- a/src/Elasticsearch/Endpoints/Ml/FindFileStructure.php +++ b/src/Elasticsearch/Endpoints/Ml/FindFileStructure.php @@ -27,7 +27,7 @@ * Elasticsearch API name xpack.ml.find_file_structure * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class FindFileStructure extends AbstractEndpoint implements BulkEndpointInterface { @@ -86,4 +86,5 @@ public function setBody($body): FindFileStructure } return $this; } + } diff --git a/src/Elasticsearch/Endpoints/Ml/FlushJob.php b/src/Elasticsearch/Endpoints/Ml/FlushJob.php index 489452907..e5ad6dc4e 100644 --- a/src/Elasticsearch/Endpoints/Ml/FlushJob.php +++ b/src/Elasticsearch/Endpoints/Ml/FlushJob.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.flush_job * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class FlushJob extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/Forecast.php b/src/Elasticsearch/Endpoints/Ml/Forecast.php index de4794552..b6aa7744c 100644 --- a/src/Elasticsearch/Endpoints/Ml/Forecast.php +++ b/src/Elasticsearch/Endpoints/Ml/Forecast.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.forecast * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Forecast extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/GetBuckets.php b/src/Elasticsearch/Endpoints/Ml/GetBuckets.php index 376c49387..3d09de7e7 100644 --- a/src/Elasticsearch/Endpoints/Ml/GetBuckets.php +++ b/src/Elasticsearch/Endpoints/Ml/GetBuckets.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.get_buckets * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetBuckets extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/GetCalendarEvents.php b/src/Elasticsearch/Endpoints/Ml/GetCalendarEvents.php index c92a4b0f5..8400e67be 100644 --- a/src/Elasticsearch/Endpoints/Ml/GetCalendarEvents.php +++ b/src/Elasticsearch/Endpoints/Ml/GetCalendarEvents.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.get_calendar_events * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetCalendarEvents extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/GetCalendars.php b/src/Elasticsearch/Endpoints/Ml/GetCalendars.php index 376fec4b0..41a473cce 100644 --- a/src/Elasticsearch/Endpoints/Ml/GetCalendars.php +++ b/src/Elasticsearch/Endpoints/Ml/GetCalendars.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.ml.get_calendars * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetCalendars extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/GetCategories.php b/src/Elasticsearch/Endpoints/Ml/GetCategories.php index 15a19cc41..a1af2b48a 100644 --- a/src/Elasticsearch/Endpoints/Ml/GetCategories.php +++ b/src/Elasticsearch/Endpoints/Ml/GetCategories.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.get_categories * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetCategories extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/GetDatafeedStats.php b/src/Elasticsearch/Endpoints/Ml/GetDatafeedStats.php index 7a65e3629..7d000b869 100644 --- a/src/Elasticsearch/Endpoints/Ml/GetDatafeedStats.php +++ b/src/Elasticsearch/Endpoints/Ml/GetDatafeedStats.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.ml.get_datafeed_stats * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetDatafeedStats extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/GetDatafeeds.php b/src/Elasticsearch/Endpoints/Ml/GetDatafeeds.php index cf3bb7370..018b3c0ee 100644 --- a/src/Elasticsearch/Endpoints/Ml/GetDatafeeds.php +++ b/src/Elasticsearch/Endpoints/Ml/GetDatafeeds.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.ml.get_datafeeds * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetDatafeeds extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/GetFilters.php b/src/Elasticsearch/Endpoints/Ml/GetFilters.php index f01646010..00edd19e3 100644 --- a/src/Elasticsearch/Endpoints/Ml/GetFilters.php +++ b/src/Elasticsearch/Endpoints/Ml/GetFilters.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.ml.get_filters * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetFilters extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/GetInfluencers.php b/src/Elasticsearch/Endpoints/Ml/GetInfluencers.php index 573f73372..684646663 100644 --- a/src/Elasticsearch/Endpoints/Ml/GetInfluencers.php +++ b/src/Elasticsearch/Endpoints/Ml/GetInfluencers.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.get_influencers * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetInfluencers extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/GetJobStats.php b/src/Elasticsearch/Endpoints/Ml/GetJobStats.php index 5a1cede75..a3a148846 100644 --- a/src/Elasticsearch/Endpoints/Ml/GetJobStats.php +++ b/src/Elasticsearch/Endpoints/Ml/GetJobStats.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.ml.get_job_stats * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetJobStats extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/GetJobs.php b/src/Elasticsearch/Endpoints/Ml/GetJobs.php index 7475d5580..4642b0d05 100644 --- a/src/Elasticsearch/Endpoints/Ml/GetJobs.php +++ b/src/Elasticsearch/Endpoints/Ml/GetJobs.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.ml.get_jobs * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetJobs extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/GetModelSnapshots.php b/src/Elasticsearch/Endpoints/Ml/GetModelSnapshots.php index 8d49b209a..e4b42c991 100644 --- a/src/Elasticsearch/Endpoints/Ml/GetModelSnapshots.php +++ b/src/Elasticsearch/Endpoints/Ml/GetModelSnapshots.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.get_model_snapshots * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetModelSnapshots extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/GetOverallBuckets.php b/src/Elasticsearch/Endpoints/Ml/GetOverallBuckets.php index 5794226cd..9d58cf064 100644 --- a/src/Elasticsearch/Endpoints/Ml/GetOverallBuckets.php +++ b/src/Elasticsearch/Endpoints/Ml/GetOverallBuckets.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.get_overall_buckets * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetOverallBuckets extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/GetRecords.php b/src/Elasticsearch/Endpoints/Ml/GetRecords.php index cf9d455d0..21cf44662 100644 --- a/src/Elasticsearch/Endpoints/Ml/GetRecords.php +++ b/src/Elasticsearch/Endpoints/Ml/GetRecords.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.get_records * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetRecords extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/Info.php b/src/Elasticsearch/Endpoints/Ml/Info.php index 013e55537..c30fef036 100644 --- a/src/Elasticsearch/Endpoints/Ml/Info.php +++ b/src/Elasticsearch/Endpoints/Ml/Info.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.ml.info * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Info extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/OpenJob.php b/src/Elasticsearch/Endpoints/Ml/OpenJob.php index 25e2b0160..29af74212 100644 --- a/src/Elasticsearch/Endpoints/Ml/OpenJob.php +++ b/src/Elasticsearch/Endpoints/Ml/OpenJob.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.open_job * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class OpenJob extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/PostCalendarEvents.php b/src/Elasticsearch/Endpoints/Ml/PostCalendarEvents.php index 4da272c20..2f8788dfd 100644 --- a/src/Elasticsearch/Endpoints/Ml/PostCalendarEvents.php +++ b/src/Elasticsearch/Endpoints/Ml/PostCalendarEvents.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.post_calendar_events * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class PostCalendarEvents extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/PostData.php b/src/Elasticsearch/Endpoints/Ml/PostData.php index aeb91263c..b2709ffa2 100644 --- a/src/Elasticsearch/Endpoints/Ml/PostData.php +++ b/src/Elasticsearch/Endpoints/Ml/PostData.php @@ -28,7 +28,7 @@ * Elasticsearch API name xpack.ml.post_data * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class PostData extends AbstractEndpoint implements BulkEndpointInterface { @@ -93,4 +93,5 @@ public function setJobId($job_id): PostData return $this; } + } diff --git a/src/Elasticsearch/Endpoints/Ml/PreviewDatafeed.php b/src/Elasticsearch/Endpoints/Ml/PreviewDatafeed.php index 4865fe90b..4005602f8 100644 --- a/src/Elasticsearch/Endpoints/Ml/PreviewDatafeed.php +++ b/src/Elasticsearch/Endpoints/Ml/PreviewDatafeed.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.preview_datafeed * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class PreviewDatafeed extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/PutCalendar.php b/src/Elasticsearch/Endpoints/Ml/PutCalendar.php index 34b6f2fad..fd1e14f00 100644 --- a/src/Elasticsearch/Endpoints/Ml/PutCalendar.php +++ b/src/Elasticsearch/Endpoints/Ml/PutCalendar.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.put_calendar * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class PutCalendar extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/PutCalendarJob.php b/src/Elasticsearch/Endpoints/Ml/PutCalendarJob.php index 608395607..34eb0a2d1 100644 --- a/src/Elasticsearch/Endpoints/Ml/PutCalendarJob.php +++ b/src/Elasticsearch/Endpoints/Ml/PutCalendarJob.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.put_calendar_job * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class PutCalendarJob extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/PutDatafeed.php b/src/Elasticsearch/Endpoints/Ml/PutDatafeed.php index 164f5adbc..43ebfd2b2 100644 --- a/src/Elasticsearch/Endpoints/Ml/PutDatafeed.php +++ b/src/Elasticsearch/Endpoints/Ml/PutDatafeed.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.put_datafeed * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class PutDatafeed extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/PutFilter.php b/src/Elasticsearch/Endpoints/Ml/PutFilter.php index 723b035da..60b37953c 100644 --- a/src/Elasticsearch/Endpoints/Ml/PutFilter.php +++ b/src/Elasticsearch/Endpoints/Ml/PutFilter.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.put_filter * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class PutFilter extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/PutJob.php b/src/Elasticsearch/Endpoints/Ml/PutJob.php index 1bd7c6555..47bed7b28 100644 --- a/src/Elasticsearch/Endpoints/Ml/PutJob.php +++ b/src/Elasticsearch/Endpoints/Ml/PutJob.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.put_job * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class PutJob extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/RevertModelSnapshot.php b/src/Elasticsearch/Endpoints/Ml/RevertModelSnapshot.php index 83bc75897..d963f2c7d 100644 --- a/src/Elasticsearch/Endpoints/Ml/RevertModelSnapshot.php +++ b/src/Elasticsearch/Endpoints/Ml/RevertModelSnapshot.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.revert_model_snapshot * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class RevertModelSnapshot extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/SetUpgradeMode.php b/src/Elasticsearch/Endpoints/Ml/SetUpgradeMode.php index dbda135c2..a732fa7a1 100644 --- a/src/Elasticsearch/Endpoints/Ml/SetUpgradeMode.php +++ b/src/Elasticsearch/Endpoints/Ml/SetUpgradeMode.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.ml.set_upgrade_mode * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class SetUpgradeMode extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/StartDatafeed.php b/src/Elasticsearch/Endpoints/Ml/StartDatafeed.php index 2df54d37d..396672238 100644 --- a/src/Elasticsearch/Endpoints/Ml/StartDatafeed.php +++ b/src/Elasticsearch/Endpoints/Ml/StartDatafeed.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.start_datafeed * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class StartDatafeed extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/StopDatafeed.php b/src/Elasticsearch/Endpoints/Ml/StopDatafeed.php index f008072d5..b6da569eb 100644 --- a/src/Elasticsearch/Endpoints/Ml/StopDatafeed.php +++ b/src/Elasticsearch/Endpoints/Ml/StopDatafeed.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.stop_datafeed * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class StopDatafeed extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/UpdateDatafeed.php b/src/Elasticsearch/Endpoints/Ml/UpdateDatafeed.php index 8b9eeff68..439124752 100644 --- a/src/Elasticsearch/Endpoints/Ml/UpdateDatafeed.php +++ b/src/Elasticsearch/Endpoints/Ml/UpdateDatafeed.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.update_datafeed * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class UpdateDatafeed extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/UpdateFilter.php b/src/Elasticsearch/Endpoints/Ml/UpdateFilter.php index 661345f09..237fa81cd 100644 --- a/src/Elasticsearch/Endpoints/Ml/UpdateFilter.php +++ b/src/Elasticsearch/Endpoints/Ml/UpdateFilter.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.update_filter * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class UpdateFilter extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/UpdateJob.php b/src/Elasticsearch/Endpoints/Ml/UpdateJob.php index 339afcd4b..0cf6ae795 100644 --- a/src/Elasticsearch/Endpoints/Ml/UpdateJob.php +++ b/src/Elasticsearch/Endpoints/Ml/UpdateJob.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.update_job * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class UpdateJob extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/UpdateModelSnapshot.php b/src/Elasticsearch/Endpoints/Ml/UpdateModelSnapshot.php index 877f46614..d859e9f71 100644 --- a/src/Elasticsearch/Endpoints/Ml/UpdateModelSnapshot.php +++ b/src/Elasticsearch/Endpoints/Ml/UpdateModelSnapshot.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.update_model_snapshot * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class UpdateModelSnapshot extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/Validate.php b/src/Elasticsearch/Endpoints/Ml/Validate.php index 389bded8f..4bafbcf44 100644 --- a/src/Elasticsearch/Endpoints/Ml/Validate.php +++ b/src/Elasticsearch/Endpoints/Ml/Validate.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.ml.validate * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Validate extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/ValidateDetector.php b/src/Elasticsearch/Endpoints/Ml/ValidateDetector.php index 9183be18f..f2dd584cb 100644 --- a/src/Elasticsearch/Endpoints/Ml/ValidateDetector.php +++ b/src/Elasticsearch/Endpoints/Ml/ValidateDetector.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.ml.validate_detector * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class ValidateDetector extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Monitoring/Bulk.php b/src/Elasticsearch/Endpoints/Monitoring/Bulk.php index 8813597cd..c2fbfccc3 100644 --- a/src/Elasticsearch/Endpoints/Monitoring/Bulk.php +++ b/src/Elasticsearch/Endpoints/Monitoring/Bulk.php @@ -27,7 +27,7 @@ * Elasticsearch API name xpack.monitoring.bulk * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Bulk extends AbstractEndpoint implements BulkEndpointInterface { @@ -80,4 +80,5 @@ public function setBody($body): Bulk } return $this; } + } diff --git a/src/Elasticsearch/Endpoints/Msearch.php b/src/Elasticsearch/Endpoints/Msearch.php index a2d733694..b00d58be5 100644 --- a/src/Elasticsearch/Endpoints/Msearch.php +++ b/src/Elasticsearch/Endpoints/Msearch.php @@ -27,7 +27,7 @@ * Elasticsearch API name msearch * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Msearch extends AbstractEndpoint implements BulkEndpointInterface { @@ -87,4 +87,5 @@ public function setBody($body): Msearch } return $this; } + } diff --git a/src/Elasticsearch/Endpoints/MsearchTemplate.php b/src/Elasticsearch/Endpoints/MsearchTemplate.php index 56ee7f3da..abd27b61e 100644 --- a/src/Elasticsearch/Endpoints/MsearchTemplate.php +++ b/src/Elasticsearch/Endpoints/MsearchTemplate.php @@ -27,7 +27,7 @@ * Elasticsearch API name msearch_template * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class MsearchTemplate extends AbstractEndpoint implements BulkEndpointInterface { @@ -85,4 +85,5 @@ public function setBody($body): MsearchTemplate } return $this; } + } diff --git a/src/Elasticsearch/Endpoints/Nodes/HotThreads.php b/src/Elasticsearch/Endpoints/Nodes/HotThreads.php index 6fd03d6e9..5f55f865c 100644 --- a/src/Elasticsearch/Endpoints/Nodes/HotThreads.php +++ b/src/Elasticsearch/Endpoints/Nodes/HotThreads.php @@ -23,7 +23,7 @@ * Elasticsearch API name nodes.hot_threads * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class HotThreads extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Nodes/Info.php b/src/Elasticsearch/Endpoints/Nodes/Info.php index 8a1e33818..bc8a1b629 100644 --- a/src/Elasticsearch/Endpoints/Nodes/Info.php +++ b/src/Elasticsearch/Endpoints/Nodes/Info.php @@ -23,7 +23,7 @@ * Elasticsearch API name nodes.info * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Info extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Nodes/ReloadSecureSettings.php b/src/Elasticsearch/Endpoints/Nodes/ReloadSecureSettings.php index d5c22501e..048773c82 100644 --- a/src/Elasticsearch/Endpoints/Nodes/ReloadSecureSettings.php +++ b/src/Elasticsearch/Endpoints/Nodes/ReloadSecureSettings.php @@ -23,7 +23,7 @@ * Elasticsearch API name nodes.reload_secure_settings * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class ReloadSecureSettings extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Nodes/Stats.php b/src/Elasticsearch/Endpoints/Nodes/Stats.php index 9c0bc0790..f0956b2da 100644 --- a/src/Elasticsearch/Endpoints/Nodes/Stats.php +++ b/src/Elasticsearch/Endpoints/Nodes/Stats.php @@ -23,7 +23,7 @@ * Elasticsearch API name nodes.stats * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Stats extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Nodes/Usage.php b/src/Elasticsearch/Endpoints/Nodes/Usage.php index 9473c4349..a88dc4891 100644 --- a/src/Elasticsearch/Endpoints/Nodes/Usage.php +++ b/src/Elasticsearch/Endpoints/Nodes/Usage.php @@ -23,7 +23,7 @@ * Elasticsearch API name nodes.usage * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Usage extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ping.php b/src/Elasticsearch/Endpoints/Ping.php index 329bc97c2..74ac33f36 100644 --- a/src/Elasticsearch/Endpoints/Ping.php +++ b/src/Elasticsearch/Endpoints/Ping.php @@ -23,7 +23,7 @@ * Elasticsearch API name ping * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Ping extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/PutScript.php b/src/Elasticsearch/Endpoints/PutScript.php index ebfe1b7af..f3436f81c 100644 --- a/src/Elasticsearch/Endpoints/PutScript.php +++ b/src/Elasticsearch/Endpoints/PutScript.php @@ -24,7 +24,7 @@ * Elasticsearch API name put_script * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class PutScript extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/RankEval.php b/src/Elasticsearch/Endpoints/RankEval.php index 0ebe4088f..8fd9c3062 100644 --- a/src/Elasticsearch/Endpoints/RankEval.php +++ b/src/Elasticsearch/Endpoints/RankEval.php @@ -23,7 +23,7 @@ * Elasticsearch API name rank_eval * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class RankEval extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Reindex.php b/src/Elasticsearch/Endpoints/Reindex.php index 49bf3095a..b58fb927c 100644 --- a/src/Elasticsearch/Endpoints/Reindex.php +++ b/src/Elasticsearch/Endpoints/Reindex.php @@ -23,7 +23,7 @@ * Elasticsearch API name reindex * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Reindex extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/ReindexRethrottle.php b/src/Elasticsearch/Endpoints/ReindexRethrottle.php index fd4749138..8b0afae23 100644 --- a/src/Elasticsearch/Endpoints/ReindexRethrottle.php +++ b/src/Elasticsearch/Endpoints/ReindexRethrottle.php @@ -24,7 +24,7 @@ * Elasticsearch API name reindex_rethrottle * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class ReindexRethrottle extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/RenderSearchTemplate.php b/src/Elasticsearch/Endpoints/RenderSearchTemplate.php index 0020c47cc..f304afd2b 100644 --- a/src/Elasticsearch/Endpoints/RenderSearchTemplate.php +++ b/src/Elasticsearch/Endpoints/RenderSearchTemplate.php @@ -23,7 +23,7 @@ * Elasticsearch API name render_search_template * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class RenderSearchTemplate extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Rollup/DeleteJob.php b/src/Elasticsearch/Endpoints/Rollup/DeleteJob.php index 7684dfb20..e5f738f0d 100644 --- a/src/Elasticsearch/Endpoints/Rollup/DeleteJob.php +++ b/src/Elasticsearch/Endpoints/Rollup/DeleteJob.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.rollup.delete_job * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class DeleteJob extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Rollup/GetJobs.php b/src/Elasticsearch/Endpoints/Rollup/GetJobs.php index 98c7d0215..b2bd70b18 100644 --- a/src/Elasticsearch/Endpoints/Rollup/GetJobs.php +++ b/src/Elasticsearch/Endpoints/Rollup/GetJobs.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.rollup.get_jobs * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetJobs extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Rollup/GetRollupCaps.php b/src/Elasticsearch/Endpoints/Rollup/GetRollupCaps.php index 2838e26a7..50e39322f 100644 --- a/src/Elasticsearch/Endpoints/Rollup/GetRollupCaps.php +++ b/src/Elasticsearch/Endpoints/Rollup/GetRollupCaps.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.rollup.get_rollup_caps * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetRollupCaps extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Rollup/GetRollupIndexCaps.php b/src/Elasticsearch/Endpoints/Rollup/GetRollupIndexCaps.php index 6cb40e79c..ffc407cee 100644 --- a/src/Elasticsearch/Endpoints/Rollup/GetRollupIndexCaps.php +++ b/src/Elasticsearch/Endpoints/Rollup/GetRollupIndexCaps.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.rollup.get_rollup_index_caps * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetRollupIndexCaps extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Rollup/PutJob.php b/src/Elasticsearch/Endpoints/Rollup/PutJob.php index 6b748c6d8..5749f1ffe 100644 --- a/src/Elasticsearch/Endpoints/Rollup/PutJob.php +++ b/src/Elasticsearch/Endpoints/Rollup/PutJob.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.rollup.put_job * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class PutJob extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Rollup/RollupSearch.php b/src/Elasticsearch/Endpoints/Rollup/RollupSearch.php index ee162c87d..098edcaff 100644 --- a/src/Elasticsearch/Endpoints/Rollup/RollupSearch.php +++ b/src/Elasticsearch/Endpoints/Rollup/RollupSearch.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.rollup.rollup_search * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class RollupSearch extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Rollup/StartJob.php b/src/Elasticsearch/Endpoints/Rollup/StartJob.php index 554d8c74d..8438d59cd 100644 --- a/src/Elasticsearch/Endpoints/Rollup/StartJob.php +++ b/src/Elasticsearch/Endpoints/Rollup/StartJob.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.rollup.start_job * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class StartJob extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Rollup/StopJob.php b/src/Elasticsearch/Endpoints/Rollup/StopJob.php index 3737bda27..e58749f16 100644 --- a/src/Elasticsearch/Endpoints/Rollup/StopJob.php +++ b/src/Elasticsearch/Endpoints/Rollup/StopJob.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.rollup.stop_job * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class StopJob extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/ScriptsPainlessExecute.php b/src/Elasticsearch/Endpoints/ScriptsPainlessExecute.php index 7028b6828..0275a0387 100644 --- a/src/Elasticsearch/Endpoints/ScriptsPainlessExecute.php +++ b/src/Elasticsearch/Endpoints/ScriptsPainlessExecute.php @@ -23,7 +23,7 @@ * Elasticsearch API name scripts_painless_execute * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class ScriptsPainlessExecute extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Scroll.php b/src/Elasticsearch/Endpoints/Scroll.php index af38cbe0b..fd2b38043 100644 --- a/src/Elasticsearch/Endpoints/Scroll.php +++ b/src/Elasticsearch/Endpoints/Scroll.php @@ -23,7 +23,7 @@ * Elasticsearch API name scroll * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Scroll extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Search.php b/src/Elasticsearch/Endpoints/Search.php index 667ab5d21..5ccf4aaba 100644 --- a/src/Elasticsearch/Endpoints/Search.php +++ b/src/Elasticsearch/Endpoints/Search.php @@ -23,7 +23,7 @@ * Elasticsearch API name search * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Search extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/SearchShards.php b/src/Elasticsearch/Endpoints/SearchShards.php index c3203cfd6..6825c550a 100644 --- a/src/Elasticsearch/Endpoints/SearchShards.php +++ b/src/Elasticsearch/Endpoints/SearchShards.php @@ -23,7 +23,7 @@ * Elasticsearch API name search_shards * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class SearchShards extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/SearchTemplate.php b/src/Elasticsearch/Endpoints/SearchTemplate.php index 5531a8cbd..e747c18a2 100644 --- a/src/Elasticsearch/Endpoints/SearchTemplate.php +++ b/src/Elasticsearch/Endpoints/SearchTemplate.php @@ -23,7 +23,7 @@ * Elasticsearch API name search_template * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class SearchTemplate extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/Authenticate.php b/src/Elasticsearch/Endpoints/Security/Authenticate.php index dedd3a1db..6a3f819ef 100644 --- a/src/Elasticsearch/Endpoints/Security/Authenticate.php +++ b/src/Elasticsearch/Endpoints/Security/Authenticate.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.security.authenticate * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Authenticate extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/ChangePassword.php b/src/Elasticsearch/Endpoints/Security/ChangePassword.php index b34a0e9c3..9119311f4 100644 --- a/src/Elasticsearch/Endpoints/Security/ChangePassword.php +++ b/src/Elasticsearch/Endpoints/Security/ChangePassword.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.security.change_password * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class ChangePassword extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/ClearCachedRealms.php b/src/Elasticsearch/Endpoints/Security/ClearCachedRealms.php index eb48e6539..6c6e264f6 100644 --- a/src/Elasticsearch/Endpoints/Security/ClearCachedRealms.php +++ b/src/Elasticsearch/Endpoints/Security/ClearCachedRealms.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.security.clear_cached_realms * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class ClearCachedRealms extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/ClearCachedRoles.php b/src/Elasticsearch/Endpoints/Security/ClearCachedRoles.php index e2bdd6503..42ffbc780 100644 --- a/src/Elasticsearch/Endpoints/Security/ClearCachedRoles.php +++ b/src/Elasticsearch/Endpoints/Security/ClearCachedRoles.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.security.clear_cached_roles * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class ClearCachedRoles extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/CreateApiKey.php b/src/Elasticsearch/Endpoints/Security/CreateApiKey.php index 90cdb6d8b..d48c0222b 100644 --- a/src/Elasticsearch/Endpoints/Security/CreateApiKey.php +++ b/src/Elasticsearch/Endpoints/Security/CreateApiKey.php @@ -23,7 +23,7 @@ * Elasticsearch API name security.create_api_key * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class CreateApiKey extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/DeletePrivileges.php b/src/Elasticsearch/Endpoints/Security/DeletePrivileges.php index 27ee9a6ab..492648bba 100644 --- a/src/Elasticsearch/Endpoints/Security/DeletePrivileges.php +++ b/src/Elasticsearch/Endpoints/Security/DeletePrivileges.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.security.delete_privileges * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class DeletePrivileges extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/DeleteRole.php b/src/Elasticsearch/Endpoints/Security/DeleteRole.php index 358856001..9297d7127 100644 --- a/src/Elasticsearch/Endpoints/Security/DeleteRole.php +++ b/src/Elasticsearch/Endpoints/Security/DeleteRole.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.security.delete_role * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class DeleteRole extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/DeleteRoleMapping.php b/src/Elasticsearch/Endpoints/Security/DeleteRoleMapping.php index 44b750a0a..f29bfb1df 100644 --- a/src/Elasticsearch/Endpoints/Security/DeleteRoleMapping.php +++ b/src/Elasticsearch/Endpoints/Security/DeleteRoleMapping.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.security.delete_role_mapping * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class DeleteRoleMapping extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/DeleteUser.php b/src/Elasticsearch/Endpoints/Security/DeleteUser.php index 75950a267..d70e22d76 100644 --- a/src/Elasticsearch/Endpoints/Security/DeleteUser.php +++ b/src/Elasticsearch/Endpoints/Security/DeleteUser.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.security.delete_user * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class DeleteUser extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/DisableUser.php b/src/Elasticsearch/Endpoints/Security/DisableUser.php index 099199828..0e2251c99 100644 --- a/src/Elasticsearch/Endpoints/Security/DisableUser.php +++ b/src/Elasticsearch/Endpoints/Security/DisableUser.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.security.disable_user * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class DisableUser extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/EnableUser.php b/src/Elasticsearch/Endpoints/Security/EnableUser.php index 05782af42..4ab2a914c 100644 --- a/src/Elasticsearch/Endpoints/Security/EnableUser.php +++ b/src/Elasticsearch/Endpoints/Security/EnableUser.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.security.enable_user * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class EnableUser extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/GetApiKey.php b/src/Elasticsearch/Endpoints/Security/GetApiKey.php index 6b6666275..3e75b8c28 100644 --- a/src/Elasticsearch/Endpoints/Security/GetApiKey.php +++ b/src/Elasticsearch/Endpoints/Security/GetApiKey.php @@ -23,7 +23,7 @@ * Elasticsearch API name security.get_api_key * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetApiKey extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/GetPrivileges.php b/src/Elasticsearch/Endpoints/Security/GetPrivileges.php index d7713116b..8fa424de7 100644 --- a/src/Elasticsearch/Endpoints/Security/GetPrivileges.php +++ b/src/Elasticsearch/Endpoints/Security/GetPrivileges.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.security.get_privileges * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetPrivileges extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/GetRole.php b/src/Elasticsearch/Endpoints/Security/GetRole.php index b89c090b8..26c5d008d 100644 --- a/src/Elasticsearch/Endpoints/Security/GetRole.php +++ b/src/Elasticsearch/Endpoints/Security/GetRole.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.security.get_role * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetRole extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/GetRoleMapping.php b/src/Elasticsearch/Endpoints/Security/GetRoleMapping.php index 2d8c6bee1..e9005bf15 100644 --- a/src/Elasticsearch/Endpoints/Security/GetRoleMapping.php +++ b/src/Elasticsearch/Endpoints/Security/GetRoleMapping.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.security.get_role_mapping * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetRoleMapping extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/GetToken.php b/src/Elasticsearch/Endpoints/Security/GetToken.php index afc355e32..37863e947 100644 --- a/src/Elasticsearch/Endpoints/Security/GetToken.php +++ b/src/Elasticsearch/Endpoints/Security/GetToken.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.security.get_token * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetToken extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/GetUser.php b/src/Elasticsearch/Endpoints/Security/GetUser.php index e012acd08..aef9460d8 100644 --- a/src/Elasticsearch/Endpoints/Security/GetUser.php +++ b/src/Elasticsearch/Endpoints/Security/GetUser.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.security.get_user * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetUser extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/GetUserPrivileges.php b/src/Elasticsearch/Endpoints/Security/GetUserPrivileges.php index febd13a85..eaf876f27 100644 --- a/src/Elasticsearch/Endpoints/Security/GetUserPrivileges.php +++ b/src/Elasticsearch/Endpoints/Security/GetUserPrivileges.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.security.get_user_privileges * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetUserPrivileges extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/HasPrivileges.php b/src/Elasticsearch/Endpoints/Security/HasPrivileges.php index 10e5cb46b..039f75bc7 100644 --- a/src/Elasticsearch/Endpoints/Security/HasPrivileges.php +++ b/src/Elasticsearch/Endpoints/Security/HasPrivileges.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.security.has_privileges * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class HasPrivileges extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/InvalidateApiKey.php b/src/Elasticsearch/Endpoints/Security/InvalidateApiKey.php index 14986fc0f..0bda9e01a 100644 --- a/src/Elasticsearch/Endpoints/Security/InvalidateApiKey.php +++ b/src/Elasticsearch/Endpoints/Security/InvalidateApiKey.php @@ -23,7 +23,7 @@ * Elasticsearch API name security.invalidate_api_key * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class InvalidateApiKey extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/InvalidateToken.php b/src/Elasticsearch/Endpoints/Security/InvalidateToken.php index d1bbd7dff..c77a6a4e5 100644 --- a/src/Elasticsearch/Endpoints/Security/InvalidateToken.php +++ b/src/Elasticsearch/Endpoints/Security/InvalidateToken.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.security.invalidate_token * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class InvalidateToken extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/PutPrivileges.php b/src/Elasticsearch/Endpoints/Security/PutPrivileges.php index 59da7d0f0..676f49c8c 100644 --- a/src/Elasticsearch/Endpoints/Security/PutPrivileges.php +++ b/src/Elasticsearch/Endpoints/Security/PutPrivileges.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.security.put_privileges * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class PutPrivileges extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/PutRole.php b/src/Elasticsearch/Endpoints/Security/PutRole.php index 793c93014..f3f9ab9f7 100644 --- a/src/Elasticsearch/Endpoints/Security/PutRole.php +++ b/src/Elasticsearch/Endpoints/Security/PutRole.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.security.put_role * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class PutRole extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/PutRoleMapping.php b/src/Elasticsearch/Endpoints/Security/PutRoleMapping.php index 27fc1ace8..2011d9408 100644 --- a/src/Elasticsearch/Endpoints/Security/PutRoleMapping.php +++ b/src/Elasticsearch/Endpoints/Security/PutRoleMapping.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.security.put_role_mapping * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class PutRoleMapping extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/PutUser.php b/src/Elasticsearch/Endpoints/Security/PutUser.php index 79e760c9a..c7f0d43ed 100644 --- a/src/Elasticsearch/Endpoints/Security/PutUser.php +++ b/src/Elasticsearch/Endpoints/Security/PutUser.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.security.put_user * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class PutUser extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Snapshot/Create.php b/src/Elasticsearch/Endpoints/Snapshot/Create.php index 2e6295564..e441553b8 100644 --- a/src/Elasticsearch/Endpoints/Snapshot/Create.php +++ b/src/Elasticsearch/Endpoints/Snapshot/Create.php @@ -24,7 +24,7 @@ * Elasticsearch API name snapshot.create * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Create extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Snapshot/CreateRepository.php b/src/Elasticsearch/Endpoints/Snapshot/CreateRepository.php index 0a7bb1722..59223684b 100644 --- a/src/Elasticsearch/Endpoints/Snapshot/CreateRepository.php +++ b/src/Elasticsearch/Endpoints/Snapshot/CreateRepository.php @@ -24,7 +24,7 @@ * Elasticsearch API name snapshot.create_repository * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class CreateRepository extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Snapshot/Delete.php b/src/Elasticsearch/Endpoints/Snapshot/Delete.php index 79021a02e..7c19af4d6 100644 --- a/src/Elasticsearch/Endpoints/Snapshot/Delete.php +++ b/src/Elasticsearch/Endpoints/Snapshot/Delete.php @@ -24,7 +24,7 @@ * Elasticsearch API name snapshot.delete * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Delete extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Snapshot/DeleteRepository.php b/src/Elasticsearch/Endpoints/Snapshot/DeleteRepository.php index 34c259bdc..a0f3f3788 100644 --- a/src/Elasticsearch/Endpoints/Snapshot/DeleteRepository.php +++ b/src/Elasticsearch/Endpoints/Snapshot/DeleteRepository.php @@ -24,7 +24,7 @@ * Elasticsearch API name snapshot.delete_repository * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class DeleteRepository extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Snapshot/Get.php b/src/Elasticsearch/Endpoints/Snapshot/Get.php index d8ee99c32..071d4868e 100644 --- a/src/Elasticsearch/Endpoints/Snapshot/Get.php +++ b/src/Elasticsearch/Endpoints/Snapshot/Get.php @@ -24,7 +24,7 @@ * Elasticsearch API name snapshot.get * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Get extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Snapshot/GetRepository.php b/src/Elasticsearch/Endpoints/Snapshot/GetRepository.php index 114fd6705..1713c29c8 100644 --- a/src/Elasticsearch/Endpoints/Snapshot/GetRepository.php +++ b/src/Elasticsearch/Endpoints/Snapshot/GetRepository.php @@ -23,7 +23,7 @@ * Elasticsearch API name snapshot.get_repository * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetRepository extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Snapshot/Restore.php b/src/Elasticsearch/Endpoints/Snapshot/Restore.php index fc1747d19..8eb3fc213 100644 --- a/src/Elasticsearch/Endpoints/Snapshot/Restore.php +++ b/src/Elasticsearch/Endpoints/Snapshot/Restore.php @@ -24,7 +24,7 @@ * Elasticsearch API name snapshot.restore * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Restore extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Snapshot/Status.php b/src/Elasticsearch/Endpoints/Snapshot/Status.php index 2ffe318ae..6b0432e2f 100644 --- a/src/Elasticsearch/Endpoints/Snapshot/Status.php +++ b/src/Elasticsearch/Endpoints/Snapshot/Status.php @@ -23,7 +23,7 @@ * Elasticsearch API name snapshot.status * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Status extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Snapshot/VerifyRepository.php b/src/Elasticsearch/Endpoints/Snapshot/VerifyRepository.php index 86b1bc2fc..766974d12 100644 --- a/src/Elasticsearch/Endpoints/Snapshot/VerifyRepository.php +++ b/src/Elasticsearch/Endpoints/Snapshot/VerifyRepository.php @@ -24,7 +24,7 @@ * Elasticsearch API name snapshot.verify_repository * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class VerifyRepository extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Sql/ClearCursor.php b/src/Elasticsearch/Endpoints/Sql/ClearCursor.php index 942ffcabf..ced77ad11 100644 --- a/src/Elasticsearch/Endpoints/Sql/ClearCursor.php +++ b/src/Elasticsearch/Endpoints/Sql/ClearCursor.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.sql.clear_cursor * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class ClearCursor extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Sql/Query.php b/src/Elasticsearch/Endpoints/Sql/Query.php index b1722acf7..088eadc74 100644 --- a/src/Elasticsearch/Endpoints/Sql/Query.php +++ b/src/Elasticsearch/Endpoints/Sql/Query.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.sql.query * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Query extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Sql/Translate.php b/src/Elasticsearch/Endpoints/Sql/Translate.php index 65275e18d..e78c90b7d 100644 --- a/src/Elasticsearch/Endpoints/Sql/Translate.php +++ b/src/Elasticsearch/Endpoints/Sql/Translate.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.sql.translate * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Translate extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ssl/Certificates.php b/src/Elasticsearch/Endpoints/Ssl/Certificates.php index b192eb242..a4eb78793 100644 --- a/src/Elasticsearch/Endpoints/Ssl/Certificates.php +++ b/src/Elasticsearch/Endpoints/Ssl/Certificates.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.ssl.certificates * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Certificates extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Tasks/Cancel.php b/src/Elasticsearch/Endpoints/Tasks/Cancel.php index 9807586a5..1501fd134 100644 --- a/src/Elasticsearch/Endpoints/Tasks/Cancel.php +++ b/src/Elasticsearch/Endpoints/Tasks/Cancel.php @@ -23,7 +23,7 @@ * Elasticsearch API name tasks.cancel * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Cancel extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Tasks/Get.php b/src/Elasticsearch/Endpoints/Tasks/Get.php index 04448d2e5..d183a08f5 100644 --- a/src/Elasticsearch/Endpoints/Tasks/Get.php +++ b/src/Elasticsearch/Endpoints/Tasks/Get.php @@ -24,7 +24,7 @@ * Elasticsearch API name tasks.get * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Get extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Tasks/ListTasks.php b/src/Elasticsearch/Endpoints/Tasks/ListTasks.php index 857bbff6e..314f1643b 100644 --- a/src/Elasticsearch/Endpoints/Tasks/ListTasks.php +++ b/src/Elasticsearch/Endpoints/Tasks/ListTasks.php @@ -23,7 +23,7 @@ * Elasticsearch API name tasks.list * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class ListTasks extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Termvectors.php b/src/Elasticsearch/Endpoints/TermVectors.php similarity index 93% rename from src/Elasticsearch/Endpoints/Termvectors.php rename to src/Elasticsearch/Endpoints/TermVectors.php index 255f07a6e..a192f431c 100644 --- a/src/Elasticsearch/Endpoints/Termvectors.php +++ b/src/Elasticsearch/Endpoints/TermVectors.php @@ -20,13 +20,13 @@ use Elasticsearch\Endpoints\AbstractEndpoint; /** - * Class Termvectors + * Class TermVectors * Elasticsearch API name termvectors * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ -class Termvectors extends AbstractEndpoint +class TermVectors extends AbstractEndpoint { public function getURI(): string @@ -74,7 +74,7 @@ public function getMethod(): string return isset($this->body) ? 'POST' : 'GET'; } - public function setBody($body): Termvectors + public function setBody($body): TermVectors { if (isset($body) !== true) { return $this; diff --git a/src/Elasticsearch/Endpoints/Update.php b/src/Elasticsearch/Endpoints/Update.php index b1d896902..b24608474 100644 --- a/src/Elasticsearch/Endpoints/Update.php +++ b/src/Elasticsearch/Endpoints/Update.php @@ -24,7 +24,7 @@ * Elasticsearch API name update * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Update extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/UpdateByQuery.php b/src/Elasticsearch/Endpoints/UpdateByQuery.php index 61e2fdf4e..17a9fb34e 100644 --- a/src/Elasticsearch/Endpoints/UpdateByQuery.php +++ b/src/Elasticsearch/Endpoints/UpdateByQuery.php @@ -24,7 +24,7 @@ * Elasticsearch API name update_by_query * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class UpdateByQuery extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/UpdateByQueryRethrottle.php b/src/Elasticsearch/Endpoints/UpdateByQueryRethrottle.php index c1592fce7..55edb4652 100644 --- a/src/Elasticsearch/Endpoints/UpdateByQueryRethrottle.php +++ b/src/Elasticsearch/Endpoints/UpdateByQueryRethrottle.php @@ -24,7 +24,7 @@ * Elasticsearch API name update_by_query_rethrottle * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class UpdateByQueryRethrottle extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Watcher/AckWatch.php b/src/Elasticsearch/Endpoints/Watcher/AckWatch.php index 796e27523..a64d145f1 100644 --- a/src/Elasticsearch/Endpoints/Watcher/AckWatch.php +++ b/src/Elasticsearch/Endpoints/Watcher/AckWatch.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.watcher.ack_watch * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class AckWatch extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Watcher/ActivateWatch.php b/src/Elasticsearch/Endpoints/Watcher/ActivateWatch.php index c499219b2..d5c26aa53 100644 --- a/src/Elasticsearch/Endpoints/Watcher/ActivateWatch.php +++ b/src/Elasticsearch/Endpoints/Watcher/ActivateWatch.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.watcher.activate_watch * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class ActivateWatch extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Watcher/DeactivateWatch.php b/src/Elasticsearch/Endpoints/Watcher/DeactivateWatch.php index 7cedd607b..561ac80f2 100644 --- a/src/Elasticsearch/Endpoints/Watcher/DeactivateWatch.php +++ b/src/Elasticsearch/Endpoints/Watcher/DeactivateWatch.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.watcher.deactivate_watch * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class DeactivateWatch extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Watcher/DeleteWatch.php b/src/Elasticsearch/Endpoints/Watcher/DeleteWatch.php index 68f4b3c5d..3fed071fe 100644 --- a/src/Elasticsearch/Endpoints/Watcher/DeleteWatch.php +++ b/src/Elasticsearch/Endpoints/Watcher/DeleteWatch.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.watcher.delete_watch * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class DeleteWatch extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Watcher/ExecuteWatch.php b/src/Elasticsearch/Endpoints/Watcher/ExecuteWatch.php index 27eee19c6..4ca94a2b7 100644 --- a/src/Elasticsearch/Endpoints/Watcher/ExecuteWatch.php +++ b/src/Elasticsearch/Endpoints/Watcher/ExecuteWatch.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.watcher.execute_watch * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class ExecuteWatch extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Watcher/GetWatch.php b/src/Elasticsearch/Endpoints/Watcher/GetWatch.php index 4e41239e1..640cfb9d1 100644 --- a/src/Elasticsearch/Endpoints/Watcher/GetWatch.php +++ b/src/Elasticsearch/Endpoints/Watcher/GetWatch.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.watcher.get_watch * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GetWatch extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Watcher/PutWatch.php b/src/Elasticsearch/Endpoints/Watcher/PutWatch.php index b95ed80d5..5ae952556 100644 --- a/src/Elasticsearch/Endpoints/Watcher/PutWatch.php +++ b/src/Elasticsearch/Endpoints/Watcher/PutWatch.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.watcher.put_watch * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class PutWatch extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Watcher/Restart.php b/src/Elasticsearch/Endpoints/Watcher/Restart.php index d25bc96ad..b214bc80c 100644 --- a/src/Elasticsearch/Endpoints/Watcher/Restart.php +++ b/src/Elasticsearch/Endpoints/Watcher/Restart.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.watcher.restart * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Restart extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Watcher/Start.php b/src/Elasticsearch/Endpoints/Watcher/Start.php index 62ab50e2d..c00875a1b 100644 --- a/src/Elasticsearch/Endpoints/Watcher/Start.php +++ b/src/Elasticsearch/Endpoints/Watcher/Start.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.watcher.start * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Start extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Watcher/Stats.php b/src/Elasticsearch/Endpoints/Watcher/Stats.php index 431c73ffd..c6bec6983 100644 --- a/src/Elasticsearch/Endpoints/Watcher/Stats.php +++ b/src/Elasticsearch/Endpoints/Watcher/Stats.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.watcher.stats * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Stats extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Watcher/Stop.php b/src/Elasticsearch/Endpoints/Watcher/Stop.php index 7d7162b22..5aee09b3a 100644 --- a/src/Elasticsearch/Endpoints/Watcher/Stop.php +++ b/src/Elasticsearch/Endpoints/Watcher/Stop.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.watcher.stop * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Stop extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Xpack/Info.php b/src/Elasticsearch/Endpoints/Xpack/Info.php index d32c72494..cb02b9706 100644 --- a/src/Elasticsearch/Endpoints/Xpack/Info.php +++ b/src/Elasticsearch/Endpoints/Xpack/Info.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.info * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Info extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Xpack/Usage.php b/src/Elasticsearch/Endpoints/Xpack/Usage.php index c8566d022..e4a4891f3 100644 --- a/src/Elasticsearch/Endpoints/Xpack/Usage.php +++ b/src/Elasticsearch/Endpoints/Xpack/Usage.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.usage * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class Usage extends AbstractEndpoint { diff --git a/src/Elasticsearch/Namespaces/CatNamespace.php b/src/Elasticsearch/Namespaces/CatNamespace.php index f35343130..ab851c7b9 100644 --- a/src/Elasticsearch/Namespaces/CatNamespace.php +++ b/src/Elasticsearch/Namespaces/CatNamespace.php @@ -22,7 +22,7 @@ * Class CatNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class CatNamespace extends AbstractNamespace { @@ -236,7 +236,7 @@ public function nodeattrs(array $params = []) { $endpointBuilder = $this->endpoints; - $endpoint = $endpointBuilder('Cat\Nodeattrs'); + $endpoint = $endpointBuilder('Cat\NodeAttrs'); $endpoint->setParams($params); return $this->performRequest($endpoint); diff --git a/src/Elasticsearch/Namespaces/CcrNamespace.php b/src/Elasticsearch/Namespaces/CcrNamespace.php index 6ad2cffe9..855c1d5a2 100644 --- a/src/Elasticsearch/Namespaces/CcrNamespace.php +++ b/src/Elasticsearch/Namespaces/CcrNamespace.php @@ -22,7 +22,7 @@ * Class CcrNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class CcrNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/ClusterNamespace.php b/src/Elasticsearch/Namespaces/ClusterNamespace.php index 77e570377..a73f28d91 100644 --- a/src/Elasticsearch/Namespaces/ClusterNamespace.php +++ b/src/Elasticsearch/Namespaces/ClusterNamespace.php @@ -22,7 +22,7 @@ * Class ClusterNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class ClusterNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/GraphNamespace.php b/src/Elasticsearch/Namespaces/GraphNamespace.php index c1a6fed22..9427caf94 100644 --- a/src/Elasticsearch/Namespaces/GraphNamespace.php +++ b/src/Elasticsearch/Namespaces/GraphNamespace.php @@ -22,7 +22,7 @@ * Class GraphNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class GraphNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/IlmNamespace.php b/src/Elasticsearch/Namespaces/IlmNamespace.php index e4de2fa90..83a2d0344 100644 --- a/src/Elasticsearch/Namespaces/IlmNamespace.php +++ b/src/Elasticsearch/Namespaces/IlmNamespace.php @@ -22,7 +22,7 @@ * Class IlmNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class IlmNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/IndicesNamespace.php b/src/Elasticsearch/Namespaces/IndicesNamespace.php index 348510295..3452c13e8 100644 --- a/src/Elasticsearch/Namespaces/IndicesNamespace.php +++ b/src/Elasticsearch/Namespaces/IndicesNamespace.php @@ -22,7 +22,7 @@ * Class IndicesNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class IndicesNamespace extends AbstractNamespace { @@ -359,7 +359,7 @@ public function forcemerge(array $params = []) $index = $this->extractArgument($params, 'index'); $endpointBuilder = $this->endpoints; - $endpoint = $endpointBuilder('Indices\Forcemerge'); + $endpoint = $endpointBuilder('Indices\ForceMerge'); $endpoint->setParams($params); $endpoint->setIndex($index); @@ -416,17 +416,6 @@ public function getAlias(array $params = []) return $this->performRequest($endpoint); } - - /** - * Proxy to getAlias() - * - * @see https://github.com/elastic/elasticsearch-php/issues/1112 - */ - public function getAliases(array $params = []) - { - return $this->getAlias($params); - } - /** * $params['index'] = (list) A comma-separated list of index names * $params['type'] = (list) A comma-separated list of document types diff --git a/src/Elasticsearch/Namespaces/IngestNamespace.php b/src/Elasticsearch/Namespaces/IngestNamespace.php index 3e80c5ab1..c95d625b7 100644 --- a/src/Elasticsearch/Namespaces/IngestNamespace.php +++ b/src/Elasticsearch/Namespaces/IngestNamespace.php @@ -22,7 +22,7 @@ * Class IngestNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class IngestNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/LicenseNamespace.php b/src/Elasticsearch/Namespaces/LicenseNamespace.php index 9cfb3ae89..eb1b074f0 100644 --- a/src/Elasticsearch/Namespaces/LicenseNamespace.php +++ b/src/Elasticsearch/Namespaces/LicenseNamespace.php @@ -22,7 +22,7 @@ * Class LicenseNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class LicenseNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/MigrationNamespace.php b/src/Elasticsearch/Namespaces/MigrationNamespace.php index cc83a8e8e..f1c2d6145 100644 --- a/src/Elasticsearch/Namespaces/MigrationNamespace.php +++ b/src/Elasticsearch/Namespaces/MigrationNamespace.php @@ -22,7 +22,7 @@ * Class MigrationNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class MigrationNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/MlNamespace.php b/src/Elasticsearch/Namespaces/MlNamespace.php index e2b27d830..356205938 100644 --- a/src/Elasticsearch/Namespaces/MlNamespace.php +++ b/src/Elasticsearch/Namespaces/MlNamespace.php @@ -22,7 +22,7 @@ * Class MlNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class MlNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/MonitoringNamespace.php b/src/Elasticsearch/Namespaces/MonitoringNamespace.php index 0f1fcec96..9cfa741e1 100644 --- a/src/Elasticsearch/Namespaces/MonitoringNamespace.php +++ b/src/Elasticsearch/Namespaces/MonitoringNamespace.php @@ -22,7 +22,7 @@ * Class MonitoringNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class MonitoringNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/NodesNamespace.php b/src/Elasticsearch/Namespaces/NodesNamespace.php index dd54240b7..092b4ee34 100644 --- a/src/Elasticsearch/Namespaces/NodesNamespace.php +++ b/src/Elasticsearch/Namespaces/NodesNamespace.php @@ -22,7 +22,7 @@ * Class NodesNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class NodesNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/RollupNamespace.php b/src/Elasticsearch/Namespaces/RollupNamespace.php index a2abdb18f..fab2ecad3 100644 --- a/src/Elasticsearch/Namespaces/RollupNamespace.php +++ b/src/Elasticsearch/Namespaces/RollupNamespace.php @@ -22,7 +22,7 @@ * Class RollupNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class RollupNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/SecurityNamespace.php b/src/Elasticsearch/Namespaces/SecurityNamespace.php index ecaa658af..d6d8666df 100644 --- a/src/Elasticsearch/Namespaces/SecurityNamespace.php +++ b/src/Elasticsearch/Namespaces/SecurityNamespace.php @@ -22,7 +22,7 @@ * Class SecurityNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class SecurityNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/SnapshotNamespace.php b/src/Elasticsearch/Namespaces/SnapshotNamespace.php index 78281240a..f4281723e 100644 --- a/src/Elasticsearch/Namespaces/SnapshotNamespace.php +++ b/src/Elasticsearch/Namespaces/SnapshotNamespace.php @@ -22,7 +22,7 @@ * Class SnapshotNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class SnapshotNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/SqlNamespace.php b/src/Elasticsearch/Namespaces/SqlNamespace.php index 5241170d4..d69466f5d 100644 --- a/src/Elasticsearch/Namespaces/SqlNamespace.php +++ b/src/Elasticsearch/Namespaces/SqlNamespace.php @@ -22,7 +22,7 @@ * Class SqlNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class SqlNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/SslNamespace.php b/src/Elasticsearch/Namespaces/SslNamespace.php index bd1634a93..5e752f251 100644 --- a/src/Elasticsearch/Namespaces/SslNamespace.php +++ b/src/Elasticsearch/Namespaces/SslNamespace.php @@ -22,7 +22,7 @@ * Class SslNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class SslNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/TasksNamespace.php b/src/Elasticsearch/Namespaces/TasksNamespace.php index 55cfbe139..a316ca60f 100644 --- a/src/Elasticsearch/Namespaces/TasksNamespace.php +++ b/src/Elasticsearch/Namespaces/TasksNamespace.php @@ -22,7 +22,7 @@ * Class TasksNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class TasksNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/WatcherNamespace.php b/src/Elasticsearch/Namespaces/WatcherNamespace.php index 5aac4ef52..d1c5cdf6f 100644 --- a/src/Elasticsearch/Namespaces/WatcherNamespace.php +++ b/src/Elasticsearch/Namespaces/WatcherNamespace.php @@ -22,7 +22,7 @@ * Class WatcherNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class WatcherNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/XpackNamespace.php b/src/Elasticsearch/Namespaces/XpackNamespace.php index 5a8d9d6b9..279bb1cea 100644 --- a/src/Elasticsearch/Namespaces/XpackNamespace.php +++ b/src/Elasticsearch/Namespaces/XpackNamespace.php @@ -22,7 +22,7 @@ * Class XpackNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.14 (dab5822) + * and Elasticsearch 6.8.17 (fcef770) */ class XpackNamespace extends AbstractNamespace { diff --git a/util/Endpoint.php b/util/Endpoint.php index 197fe96d6..077b38261 100644 --- a/util/Endpoint.php +++ b/util/Endpoint.php @@ -44,6 +44,13 @@ class Endpoint 'protected', 'public', 'require', 'require_once', 'return', 'static', 'switch', 'throw', 'trait', 'try', 'unset', 'use', 'var', 'while', 'xor' ]; + // this is for backward compatibility with elasticsearch-php 7.x + const BC_CLASS_NAME = [ + 'Cat\Nodeattrs' => 'NodeAttrs', + 'Indices\Forcemerge' => 'ForceMerge', + 'Mtermvectors' => 'MTermVectors', + 'Termvectors' => 'TermVectors' + ]; public $namespace; public $name; @@ -380,7 +387,10 @@ public function getClassName(): string if (in_array(strtolower($this->name), static::PHP_RESERVED_WORDS)) { return $this->normalizeName($this->name . ucwords($this->namespace)); } - return $this->normalizeName($this->name); + $normalizedName = $this->normalizeName($this->name); + $normalizedFullName = empty($this->namespace) ? $normalizedName : ucwords($this->namespace) . '\\' . $normalizedName; + + return static::BC_CLASS_NAME[$normalizedFullName] ?? $normalizedName; } public function renderDocParams(): string From 71af1bd29eb2cc8fb0851ed775992b76e4b67301 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Mon, 5 Jul 2021 13:31:06 +0200 Subject: [PATCH 2/6] Removed phpcs for autogenerated files --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f76a90774..302297bad 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ }, "scripts": { "phpcs": [ - "phpcs --standard=ruleset.xml --extensions=php --encoding=utf-8 --tab-width=4 -sp src", + "phpcs --standard=ruleset.xml --extensions=php --encoding=utf-8 --tab-width=4 -sp src --ignore=src/Elasticsearch/Endpoints", "phpcs --standard=ruleset.xml --extensions=php --encoding=utf-8 --tab-width=4 -sp tests --ignore=tests/Elasticsearch/Tests/Yaml" ], "phpstan": [ From d5272a5da62be1bc446aab29550373231502abfc Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Mon, 5 Jul 2021 13:35:56 +0200 Subject: [PATCH 3/6] FIxed phpstan issue --- src/Elasticsearch/Client.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Elasticsearch/Client.php b/src/Elasticsearch/Client.php index 3b484dec6..4cdbcccb8 100644 --- a/src/Elasticsearch/Client.php +++ b/src/Elasticsearch/Client.php @@ -37,6 +37,7 @@ use Elasticsearch\Namespaces\MigrationNamespace; use Elasticsearch\Namespaces\MlNamespace; use Elasticsearch\Namespaces\MonitoringNamespace; +use Elasticsearch\Namespaces\NamespaceBuilderInterface; use Elasticsearch\Namespaces\RollupNamespace; use Elasticsearch\Namespaces\SqlNamespace; use Elasticsearch\Namespaces\SslNamespace; From d087d43a7974dfb30f5292481f22fa3860b50a95 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Mon, 5 Jul 2021 13:55:22 +0200 Subject: [PATCH 4/6] Fixed getAliases() in IndicesNamespace --- src/Elasticsearch/Client.php | 6 ++- .../Namespaces/IndicesNamespace.php | 10 +++++ util/NamespaceEndpoint.php | 6 ++- util/template/namespace-indices-class | 40 +++++++++++++++++++ 4 files changed, 60 insertions(+), 2 deletions(-) create mode 100644 util/template/namespace-indices-class diff --git a/src/Elasticsearch/Client.php b/src/Elasticsearch/Client.php index 4cdbcccb8..e246fb64b 100644 --- a/src/Elasticsearch/Client.php +++ b/src/Elasticsearch/Client.php @@ -18,8 +18,13 @@ use Elasticsearch\Common\Exceptions\BadMethodCallException; use Elasticsearch\Common\Exceptions\InvalidArgumentException; +use Elasticsearch\Common\Exceptions\NoNodesAvailableException; +use Elasticsearch\Common\Exceptions\BadRequest400Exception; +use Elasticsearch\Common\Exceptions\Missing404Exception; +use Elasticsearch\Common\Exceptions\TransportException; use Elasticsearch\Endpoints\AbstractEndpoint; use Elasticsearch\Namespaces\AbstractNamespace; +use Elasticsearch\Namespaces\NamespaceBuilderInterface; use Elasticsearch\Namespaces\BooleanRequestWrapper; use Elasticsearch\Namespaces\CatNamespace; use Elasticsearch\Namespaces\ClusterNamespace; @@ -37,7 +42,6 @@ use Elasticsearch\Namespaces\MigrationNamespace; use Elasticsearch\Namespaces\MlNamespace; use Elasticsearch\Namespaces\MonitoringNamespace; -use Elasticsearch\Namespaces\NamespaceBuilderInterface; use Elasticsearch\Namespaces\RollupNamespace; use Elasticsearch\Namespaces\SqlNamespace; use Elasticsearch\Namespaces\SslNamespace; diff --git a/src/Elasticsearch/Namespaces/IndicesNamespace.php b/src/Elasticsearch/Namespaces/IndicesNamespace.php index 3452c13e8..a494900ab 100644 --- a/src/Elasticsearch/Namespaces/IndicesNamespace.php +++ b/src/Elasticsearch/Namespaces/IndicesNamespace.php @@ -1005,4 +1005,14 @@ public function unfreeze(array $params = []) return $this->performRequest($endpoint); } + + /** + * Proxy to getAlias() + * + * @see https://github.com/elastic/elasticsearch-php/issues/1112 + */ + public function getAliases(array $params = []) + { + return $this->getAlias($params); + } } diff --git a/util/NamespaceEndpoint.php b/util/NamespaceEndpoint.php index 872700ccf..1291c9cec 100644 --- a/util/NamespaceEndpoint.php +++ b/util/NamespaceEndpoint.php @@ -22,6 +22,7 @@ class NamespaceEndpoint { const NAMESPACE_CLASS_TEMPLATE = __DIR__ . '/template/namespace-class'; + const NAMESPACE_INDICES_CLASS_TEMPLATE = __DIR__ . '/template/namespace-indices-class'; const ENDPOINT_FUNCTION_TEMPLATE = __DIR__ . '/template/endpoint-function'; const ENDPOINT_FUNCTION_BOOL_TEMPLATE = __DIR__ . '/template/endpoint-function-bool'; const ENDPOINT_FUNCTION_DELETE_TEMPLATE = __DIR__ . '/template/endpoint-function-delete'; @@ -46,7 +47,10 @@ public function renderClass(): string if (empty($this->endpoints)) { throw new Exception("No endpoints has been added. I cannot render the class"); } - $class = file_get_contents(static::NAMESPACE_CLASS_TEMPLATE); + $class = file_get_contents($this->name === 'indices' + ? static::NAMESPACE_INDICES_CLASS_TEMPLATE + : static::NAMESPACE_CLASS_TEMPLATE + ); $class = str_replace(':namespace', $this->getNamespaceName() . 'Namespace', $class); $endpoints = ''; diff --git a/util/template/namespace-indices-class b/util/template/namespace-indices-class new file mode 100644 index 000000000..a04013c15 --- /dev/null +++ b/util/template/namespace-indices-class @@ -0,0 +1,40 @@ +getAlias($params); + } +} From 55fd63b69b9af50700756bda2d5f8130e95af526 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Tue, 6 Jul 2021 10:59:41 +0200 Subject: [PATCH 5/6] Updated endpoints with ES 6.8.16 --- .ci/test-matrix.yml | 2 +- src/Elasticsearch/Client.php | 2 +- src/Elasticsearch/Endpoints/Bulk.php | 2 +- src/Elasticsearch/Endpoints/Cat/Aliases.php | 2 +- src/Elasticsearch/Endpoints/Cat/Allocation.php | 2 +- src/Elasticsearch/Endpoints/Cat/Count.php | 2 +- src/Elasticsearch/Endpoints/Cat/Fielddata.php | 2 +- src/Elasticsearch/Endpoints/Cat/Health.php | 2 +- src/Elasticsearch/Endpoints/Cat/Help.php | 2 +- src/Elasticsearch/Endpoints/Cat/Indices.php | 2 +- src/Elasticsearch/Endpoints/Cat/Master.php | 2 +- src/Elasticsearch/Endpoints/Cat/NodeAttrs.php | 2 +- src/Elasticsearch/Endpoints/Cat/Nodes.php | 2 +- src/Elasticsearch/Endpoints/Cat/PendingTasks.php | 2 +- src/Elasticsearch/Endpoints/Cat/Plugins.php | 2 +- src/Elasticsearch/Endpoints/Cat/Recovery.php | 2 +- src/Elasticsearch/Endpoints/Cat/Repositories.php | 2 +- src/Elasticsearch/Endpoints/Cat/Segments.php | 2 +- src/Elasticsearch/Endpoints/Cat/Shards.php | 2 +- src/Elasticsearch/Endpoints/Cat/Snapshots.php | 2 +- src/Elasticsearch/Endpoints/Cat/Tasks.php | 2 +- src/Elasticsearch/Endpoints/Cat/Templates.php | 2 +- src/Elasticsearch/Endpoints/Cat/ThreadPool.php | 2 +- src/Elasticsearch/Endpoints/Ccr/DeleteAutoFollowPattern.php | 2 +- src/Elasticsearch/Endpoints/Ccr/Follow.php | 2 +- src/Elasticsearch/Endpoints/Ccr/FollowInfo.php | 2 +- src/Elasticsearch/Endpoints/Ccr/FollowStats.php | 2 +- src/Elasticsearch/Endpoints/Ccr/ForgetFollower.php | 2 +- src/Elasticsearch/Endpoints/Ccr/GetAutoFollowPattern.php | 2 +- src/Elasticsearch/Endpoints/Ccr/PauseFollow.php | 2 +- src/Elasticsearch/Endpoints/Ccr/PutAutoFollowPattern.php | 2 +- src/Elasticsearch/Endpoints/Ccr/ResumeFollow.php | 2 +- src/Elasticsearch/Endpoints/Ccr/Stats.php | 2 +- src/Elasticsearch/Endpoints/Ccr/Unfollow.php | 2 +- src/Elasticsearch/Endpoints/ClearScroll.php | 2 +- src/Elasticsearch/Endpoints/Cluster/AllocationExplain.php | 2 +- src/Elasticsearch/Endpoints/Cluster/GetSettings.php | 2 +- src/Elasticsearch/Endpoints/Cluster/Health.php | 2 +- src/Elasticsearch/Endpoints/Cluster/PendingTasks.php | 2 +- src/Elasticsearch/Endpoints/Cluster/PutSettings.php | 2 +- src/Elasticsearch/Endpoints/Cluster/RemoteInfo.php | 2 +- src/Elasticsearch/Endpoints/Cluster/Reroute.php | 2 +- src/Elasticsearch/Endpoints/Cluster/State.php | 2 +- src/Elasticsearch/Endpoints/Cluster/Stats.php | 2 +- src/Elasticsearch/Endpoints/Count.php | 2 +- src/Elasticsearch/Endpoints/Create.php | 2 +- src/Elasticsearch/Endpoints/Delete.php | 2 +- src/Elasticsearch/Endpoints/DeleteByQuery.php | 2 +- src/Elasticsearch/Endpoints/DeleteByQueryRethrottle.php | 2 +- src/Elasticsearch/Endpoints/DeleteScript.php | 2 +- src/Elasticsearch/Endpoints/Exists.php | 2 +- src/Elasticsearch/Endpoints/ExistsSource.php | 2 +- src/Elasticsearch/Endpoints/Explain.php | 2 +- src/Elasticsearch/Endpoints/FieldCaps.php | 2 +- src/Elasticsearch/Endpoints/Get.php | 2 +- src/Elasticsearch/Endpoints/GetScript.php | 2 +- src/Elasticsearch/Endpoints/GetSource.php | 2 +- src/Elasticsearch/Endpoints/Graph/Explore.php | 2 +- src/Elasticsearch/Endpoints/Ilm/DeleteLifecycle.php | 2 +- src/Elasticsearch/Endpoints/Ilm/ExplainLifecycle.php | 2 +- src/Elasticsearch/Endpoints/Ilm/GetLifecycle.php | 2 +- src/Elasticsearch/Endpoints/Ilm/GetStatus.php | 2 +- src/Elasticsearch/Endpoints/Ilm/MoveToStep.php | 2 +- src/Elasticsearch/Endpoints/Ilm/PutLifecycle.php | 2 +- src/Elasticsearch/Endpoints/Ilm/RemovePolicy.php | 2 +- src/Elasticsearch/Endpoints/Ilm/Retry.php | 2 +- src/Elasticsearch/Endpoints/Ilm/Start.php | 2 +- src/Elasticsearch/Endpoints/Ilm/Stop.php | 2 +- src/Elasticsearch/Endpoints/Index.php | 2 +- src/Elasticsearch/Endpoints/Indices/Analyze.php | 2 +- src/Elasticsearch/Endpoints/Indices/ClearCache.php | 2 +- src/Elasticsearch/Endpoints/Indices/Close.php | 2 +- src/Elasticsearch/Endpoints/Indices/Create.php | 2 +- src/Elasticsearch/Endpoints/Indices/Delete.php | 2 +- src/Elasticsearch/Endpoints/Indices/DeleteAlias.php | 2 +- src/Elasticsearch/Endpoints/Indices/DeleteTemplate.php | 2 +- src/Elasticsearch/Endpoints/Indices/Exists.php | 2 +- src/Elasticsearch/Endpoints/Indices/ExistsAlias.php | 2 +- src/Elasticsearch/Endpoints/Indices/ExistsTemplate.php | 2 +- src/Elasticsearch/Endpoints/Indices/ExistsType.php | 2 +- src/Elasticsearch/Endpoints/Indices/Flush.php | 2 +- src/Elasticsearch/Endpoints/Indices/FlushSynced.php | 2 +- src/Elasticsearch/Endpoints/Indices/ForceMerge.php | 2 +- src/Elasticsearch/Endpoints/Indices/Freeze.php | 2 +- src/Elasticsearch/Endpoints/Indices/Get.php | 2 +- src/Elasticsearch/Endpoints/Indices/GetAlias.php | 2 +- src/Elasticsearch/Endpoints/Indices/GetFieldMapping.php | 2 +- src/Elasticsearch/Endpoints/Indices/GetMapping.php | 2 +- src/Elasticsearch/Endpoints/Indices/GetSettings.php | 2 +- src/Elasticsearch/Endpoints/Indices/GetTemplate.php | 2 +- src/Elasticsearch/Endpoints/Indices/GetUpgrade.php | 2 +- src/Elasticsearch/Endpoints/Indices/Open.php | 2 +- src/Elasticsearch/Endpoints/Indices/PutAlias.php | 2 +- src/Elasticsearch/Endpoints/Indices/PutMapping.php | 2 +- src/Elasticsearch/Endpoints/Indices/PutSettings.php | 2 +- src/Elasticsearch/Endpoints/Indices/PutTemplate.php | 2 +- src/Elasticsearch/Endpoints/Indices/Recovery.php | 2 +- src/Elasticsearch/Endpoints/Indices/Refresh.php | 2 +- src/Elasticsearch/Endpoints/Indices/Rollover.php | 2 +- src/Elasticsearch/Endpoints/Indices/Segments.php | 2 +- src/Elasticsearch/Endpoints/Indices/ShardStores.php | 2 +- src/Elasticsearch/Endpoints/Indices/Shrink.php | 2 +- src/Elasticsearch/Endpoints/Indices/Split.php | 2 +- src/Elasticsearch/Endpoints/Indices/Stats.php | 2 +- src/Elasticsearch/Endpoints/Indices/Unfreeze.php | 2 +- src/Elasticsearch/Endpoints/Indices/UpdateAliases.php | 2 +- src/Elasticsearch/Endpoints/Indices/Upgrade.php | 2 +- src/Elasticsearch/Endpoints/Indices/ValidateQuery.php | 2 +- src/Elasticsearch/Endpoints/Info.php | 2 +- src/Elasticsearch/Endpoints/Ingest/DeletePipeline.php | 2 +- src/Elasticsearch/Endpoints/Ingest/GetPipeline.php | 2 +- src/Elasticsearch/Endpoints/Ingest/ProcessorGrok.php | 2 +- src/Elasticsearch/Endpoints/Ingest/PutPipeline.php | 2 +- src/Elasticsearch/Endpoints/Ingest/Simulate.php | 2 +- src/Elasticsearch/Endpoints/License/Delete.php | 2 +- src/Elasticsearch/Endpoints/License/Get.php | 2 +- src/Elasticsearch/Endpoints/License/GetBasicStatus.php | 2 +- src/Elasticsearch/Endpoints/License/GetTrialStatus.php | 2 +- src/Elasticsearch/Endpoints/License/Post.php | 2 +- src/Elasticsearch/Endpoints/License/PostStartBasic.php | 2 +- src/Elasticsearch/Endpoints/License/PostStartTrial.php | 2 +- src/Elasticsearch/Endpoints/MTermVectors.php | 2 +- src/Elasticsearch/Endpoints/Mget.php | 2 +- src/Elasticsearch/Endpoints/Migration/Deprecations.php | 2 +- src/Elasticsearch/Endpoints/Migration/GetAssistance.php | 2 +- src/Elasticsearch/Endpoints/Migration/Upgrade.php | 2 +- src/Elasticsearch/Endpoints/Ml/CloseJob.php | 2 +- src/Elasticsearch/Endpoints/Ml/DeleteCalendar.php | 2 +- src/Elasticsearch/Endpoints/Ml/DeleteCalendarEvent.php | 2 +- src/Elasticsearch/Endpoints/Ml/DeleteCalendarJob.php | 2 +- src/Elasticsearch/Endpoints/Ml/DeleteDatafeed.php | 2 +- src/Elasticsearch/Endpoints/Ml/DeleteExpiredData.php | 2 +- src/Elasticsearch/Endpoints/Ml/DeleteFilter.php | 2 +- src/Elasticsearch/Endpoints/Ml/DeleteForecast.php | 2 +- src/Elasticsearch/Endpoints/Ml/DeleteJob.php | 2 +- src/Elasticsearch/Endpoints/Ml/DeleteModelSnapshot.php | 2 +- src/Elasticsearch/Endpoints/Ml/FindFileStructure.php | 2 +- src/Elasticsearch/Endpoints/Ml/FlushJob.php | 2 +- src/Elasticsearch/Endpoints/Ml/Forecast.php | 2 +- src/Elasticsearch/Endpoints/Ml/GetBuckets.php | 2 +- src/Elasticsearch/Endpoints/Ml/GetCalendarEvents.php | 2 +- src/Elasticsearch/Endpoints/Ml/GetCalendars.php | 2 +- src/Elasticsearch/Endpoints/Ml/GetCategories.php | 2 +- src/Elasticsearch/Endpoints/Ml/GetDatafeedStats.php | 2 +- src/Elasticsearch/Endpoints/Ml/GetDatafeeds.php | 2 +- src/Elasticsearch/Endpoints/Ml/GetFilters.php | 2 +- src/Elasticsearch/Endpoints/Ml/GetInfluencers.php | 2 +- src/Elasticsearch/Endpoints/Ml/GetJobStats.php | 2 +- src/Elasticsearch/Endpoints/Ml/GetJobs.php | 2 +- src/Elasticsearch/Endpoints/Ml/GetModelSnapshots.php | 2 +- src/Elasticsearch/Endpoints/Ml/GetOverallBuckets.php | 2 +- src/Elasticsearch/Endpoints/Ml/GetRecords.php | 2 +- src/Elasticsearch/Endpoints/Ml/Info.php | 2 +- src/Elasticsearch/Endpoints/Ml/OpenJob.php | 2 +- src/Elasticsearch/Endpoints/Ml/PostCalendarEvents.php | 2 +- src/Elasticsearch/Endpoints/Ml/PostData.php | 2 +- src/Elasticsearch/Endpoints/Ml/PreviewDatafeed.php | 2 +- src/Elasticsearch/Endpoints/Ml/PutCalendar.php | 2 +- src/Elasticsearch/Endpoints/Ml/PutCalendarJob.php | 2 +- src/Elasticsearch/Endpoints/Ml/PutDatafeed.php | 2 +- src/Elasticsearch/Endpoints/Ml/PutFilter.php | 2 +- src/Elasticsearch/Endpoints/Ml/PutJob.php | 2 +- src/Elasticsearch/Endpoints/Ml/RevertModelSnapshot.php | 2 +- src/Elasticsearch/Endpoints/Ml/SetUpgradeMode.php | 2 +- src/Elasticsearch/Endpoints/Ml/StartDatafeed.php | 2 +- src/Elasticsearch/Endpoints/Ml/StopDatafeed.php | 2 +- src/Elasticsearch/Endpoints/Ml/UpdateDatafeed.php | 2 +- src/Elasticsearch/Endpoints/Ml/UpdateFilter.php | 2 +- src/Elasticsearch/Endpoints/Ml/UpdateJob.php | 2 +- src/Elasticsearch/Endpoints/Ml/UpdateModelSnapshot.php | 2 +- src/Elasticsearch/Endpoints/Ml/Validate.php | 2 +- src/Elasticsearch/Endpoints/Ml/ValidateDetector.php | 2 +- src/Elasticsearch/Endpoints/Monitoring/Bulk.php | 2 +- src/Elasticsearch/Endpoints/Msearch.php | 2 +- src/Elasticsearch/Endpoints/MsearchTemplate.php | 2 +- src/Elasticsearch/Endpoints/Nodes/HotThreads.php | 2 +- src/Elasticsearch/Endpoints/Nodes/Info.php | 2 +- src/Elasticsearch/Endpoints/Nodes/ReloadSecureSettings.php | 2 +- src/Elasticsearch/Endpoints/Nodes/Stats.php | 2 +- src/Elasticsearch/Endpoints/Nodes/Usage.php | 2 +- src/Elasticsearch/Endpoints/Ping.php | 2 +- src/Elasticsearch/Endpoints/PutScript.php | 2 +- src/Elasticsearch/Endpoints/RankEval.php | 2 +- src/Elasticsearch/Endpoints/Reindex.php | 2 +- src/Elasticsearch/Endpoints/ReindexRethrottle.php | 2 +- src/Elasticsearch/Endpoints/RenderSearchTemplate.php | 2 +- src/Elasticsearch/Endpoints/Rollup/DeleteJob.php | 2 +- src/Elasticsearch/Endpoints/Rollup/GetJobs.php | 2 +- src/Elasticsearch/Endpoints/Rollup/GetRollupCaps.php | 2 +- src/Elasticsearch/Endpoints/Rollup/GetRollupIndexCaps.php | 2 +- src/Elasticsearch/Endpoints/Rollup/PutJob.php | 2 +- src/Elasticsearch/Endpoints/Rollup/RollupSearch.php | 2 +- src/Elasticsearch/Endpoints/Rollup/StartJob.php | 2 +- src/Elasticsearch/Endpoints/Rollup/StopJob.php | 2 +- src/Elasticsearch/Endpoints/ScriptsPainlessExecute.php | 2 +- src/Elasticsearch/Endpoints/Scroll.php | 2 +- src/Elasticsearch/Endpoints/Search.php | 2 +- src/Elasticsearch/Endpoints/SearchShards.php | 2 +- src/Elasticsearch/Endpoints/SearchTemplate.php | 2 +- src/Elasticsearch/Endpoints/Security/Authenticate.php | 2 +- src/Elasticsearch/Endpoints/Security/ChangePassword.php | 2 +- src/Elasticsearch/Endpoints/Security/ClearCachedRealms.php | 2 +- src/Elasticsearch/Endpoints/Security/ClearCachedRoles.php | 2 +- src/Elasticsearch/Endpoints/Security/CreateApiKey.php | 2 +- src/Elasticsearch/Endpoints/Security/DeletePrivileges.php | 2 +- src/Elasticsearch/Endpoints/Security/DeleteRole.php | 2 +- src/Elasticsearch/Endpoints/Security/DeleteRoleMapping.php | 2 +- src/Elasticsearch/Endpoints/Security/DeleteUser.php | 2 +- src/Elasticsearch/Endpoints/Security/DisableUser.php | 2 +- src/Elasticsearch/Endpoints/Security/EnableUser.php | 2 +- src/Elasticsearch/Endpoints/Security/GetApiKey.php | 2 +- src/Elasticsearch/Endpoints/Security/GetPrivileges.php | 2 +- src/Elasticsearch/Endpoints/Security/GetRole.php | 2 +- src/Elasticsearch/Endpoints/Security/GetRoleMapping.php | 2 +- src/Elasticsearch/Endpoints/Security/GetToken.php | 2 +- src/Elasticsearch/Endpoints/Security/GetUser.php | 2 +- src/Elasticsearch/Endpoints/Security/GetUserPrivileges.php | 2 +- src/Elasticsearch/Endpoints/Security/HasPrivileges.php | 2 +- src/Elasticsearch/Endpoints/Security/InvalidateApiKey.php | 2 +- src/Elasticsearch/Endpoints/Security/InvalidateToken.php | 2 +- src/Elasticsearch/Endpoints/Security/PutPrivileges.php | 2 +- src/Elasticsearch/Endpoints/Security/PutRole.php | 2 +- src/Elasticsearch/Endpoints/Security/PutRoleMapping.php | 2 +- src/Elasticsearch/Endpoints/Security/PutUser.php | 2 +- src/Elasticsearch/Endpoints/Snapshot/Create.php | 2 +- src/Elasticsearch/Endpoints/Snapshot/CreateRepository.php | 2 +- src/Elasticsearch/Endpoints/Snapshot/Delete.php | 2 +- src/Elasticsearch/Endpoints/Snapshot/DeleteRepository.php | 2 +- src/Elasticsearch/Endpoints/Snapshot/Get.php | 2 +- src/Elasticsearch/Endpoints/Snapshot/GetRepository.php | 2 +- src/Elasticsearch/Endpoints/Snapshot/Restore.php | 2 +- src/Elasticsearch/Endpoints/Snapshot/Status.php | 2 +- src/Elasticsearch/Endpoints/Snapshot/VerifyRepository.php | 2 +- src/Elasticsearch/Endpoints/Sql/ClearCursor.php | 2 +- src/Elasticsearch/Endpoints/Sql/Query.php | 2 +- src/Elasticsearch/Endpoints/Sql/Translate.php | 2 +- src/Elasticsearch/Endpoints/Ssl/Certificates.php | 2 +- src/Elasticsearch/Endpoints/Tasks/Cancel.php | 2 +- src/Elasticsearch/Endpoints/Tasks/Get.php | 2 +- src/Elasticsearch/Endpoints/Tasks/ListTasks.php | 2 +- src/Elasticsearch/Endpoints/TermVectors.php | 2 +- src/Elasticsearch/Endpoints/Update.php | 2 +- src/Elasticsearch/Endpoints/UpdateByQuery.php | 2 +- src/Elasticsearch/Endpoints/UpdateByQueryRethrottle.php | 2 +- src/Elasticsearch/Endpoints/Watcher/AckWatch.php | 2 +- src/Elasticsearch/Endpoints/Watcher/ActivateWatch.php | 2 +- src/Elasticsearch/Endpoints/Watcher/DeactivateWatch.php | 2 +- src/Elasticsearch/Endpoints/Watcher/DeleteWatch.php | 2 +- src/Elasticsearch/Endpoints/Watcher/ExecuteWatch.php | 2 +- src/Elasticsearch/Endpoints/Watcher/GetWatch.php | 2 +- src/Elasticsearch/Endpoints/Watcher/PutWatch.php | 2 +- src/Elasticsearch/Endpoints/Watcher/Restart.php | 2 +- src/Elasticsearch/Endpoints/Watcher/Start.php | 2 +- src/Elasticsearch/Endpoints/Watcher/Stats.php | 2 +- src/Elasticsearch/Endpoints/Watcher/Stop.php | 2 +- src/Elasticsearch/Endpoints/Xpack/Info.php | 2 +- src/Elasticsearch/Endpoints/Xpack/Usage.php | 2 +- src/Elasticsearch/Namespaces/CatNamespace.php | 2 +- src/Elasticsearch/Namespaces/CcrNamespace.php | 2 +- src/Elasticsearch/Namespaces/ClusterNamespace.php | 2 +- src/Elasticsearch/Namespaces/GraphNamespace.php | 2 +- src/Elasticsearch/Namespaces/IlmNamespace.php | 2 +- src/Elasticsearch/Namespaces/IndicesNamespace.php | 2 +- src/Elasticsearch/Namespaces/IngestNamespace.php | 2 +- src/Elasticsearch/Namespaces/LicenseNamespace.php | 2 +- src/Elasticsearch/Namespaces/MigrationNamespace.php | 2 +- src/Elasticsearch/Namespaces/MlNamespace.php | 2 +- src/Elasticsearch/Namespaces/MonitoringNamespace.php | 2 +- src/Elasticsearch/Namespaces/NodesNamespace.php | 2 +- src/Elasticsearch/Namespaces/RollupNamespace.php | 2 +- src/Elasticsearch/Namespaces/SecurityNamespace.php | 2 +- src/Elasticsearch/Namespaces/SnapshotNamespace.php | 2 +- src/Elasticsearch/Namespaces/SqlNamespace.php | 2 +- src/Elasticsearch/Namespaces/SslNamespace.php | 2 +- src/Elasticsearch/Namespaces/TasksNamespace.php | 2 +- src/Elasticsearch/Namespaces/WatcherNamespace.php | 2 +- src/Elasticsearch/Namespaces/XpackNamespace.php | 2 +- 277 files changed, 277 insertions(+), 277 deletions(-) diff --git a/.ci/test-matrix.yml b/.ci/test-matrix.yml index 279d681ab..91d7d8e40 100644 --- a/.ci/test-matrix.yml +++ b/.ci/test-matrix.yml @@ -1,6 +1,6 @@ --- STACK_VERSION: - - 6.8-SNAPSHOT + - 6.8.16 PHP_VERSION: - 8.0-cli diff --git a/src/Elasticsearch/Client.php b/src/Elasticsearch/Client.php index e246fb64b..dba53c2e4 100644 --- a/src/Elasticsearch/Client.php +++ b/src/Elasticsearch/Client.php @@ -51,7 +51,7 @@ * Class Client * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Client { diff --git a/src/Elasticsearch/Endpoints/Bulk.php b/src/Elasticsearch/Endpoints/Bulk.php index a3963ef2e..935eb0c50 100644 --- a/src/Elasticsearch/Endpoints/Bulk.php +++ b/src/Elasticsearch/Endpoints/Bulk.php @@ -27,7 +27,7 @@ * Elasticsearch API name bulk * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Bulk extends AbstractEndpoint implements BulkEndpointInterface { diff --git a/src/Elasticsearch/Endpoints/Cat/Aliases.php b/src/Elasticsearch/Endpoints/Cat/Aliases.php index cf494b9ab..53bfb0df2 100644 --- a/src/Elasticsearch/Endpoints/Cat/Aliases.php +++ b/src/Elasticsearch/Endpoints/Cat/Aliases.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.aliases * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Aliases extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Allocation.php b/src/Elasticsearch/Endpoints/Cat/Allocation.php index c43393664..a8a24fd5f 100644 --- a/src/Elasticsearch/Endpoints/Cat/Allocation.php +++ b/src/Elasticsearch/Endpoints/Cat/Allocation.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.allocation * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Allocation extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Count.php b/src/Elasticsearch/Endpoints/Cat/Count.php index 3345e6abc..658ad28a0 100644 --- a/src/Elasticsearch/Endpoints/Cat/Count.php +++ b/src/Elasticsearch/Endpoints/Cat/Count.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.count * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Count extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Fielddata.php b/src/Elasticsearch/Endpoints/Cat/Fielddata.php index ed1c05ca0..b626bbb4a 100644 --- a/src/Elasticsearch/Endpoints/Cat/Fielddata.php +++ b/src/Elasticsearch/Endpoints/Cat/Fielddata.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.fielddata * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Fielddata extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Health.php b/src/Elasticsearch/Endpoints/Cat/Health.php index 2c71a28d4..d9e3e8604 100644 --- a/src/Elasticsearch/Endpoints/Cat/Health.php +++ b/src/Elasticsearch/Endpoints/Cat/Health.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.health * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Health extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Help.php b/src/Elasticsearch/Endpoints/Cat/Help.php index 32d8172cf..11a1309c9 100644 --- a/src/Elasticsearch/Endpoints/Cat/Help.php +++ b/src/Elasticsearch/Endpoints/Cat/Help.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.help * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Help extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Indices.php b/src/Elasticsearch/Endpoints/Cat/Indices.php index 1216ff078..f57fd3abc 100644 --- a/src/Elasticsearch/Endpoints/Cat/Indices.php +++ b/src/Elasticsearch/Endpoints/Cat/Indices.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.indices * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Indices extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Master.php b/src/Elasticsearch/Endpoints/Cat/Master.php index 40d2076cd..c4c0e36d1 100644 --- a/src/Elasticsearch/Endpoints/Cat/Master.php +++ b/src/Elasticsearch/Endpoints/Cat/Master.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.master * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Master extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/NodeAttrs.php b/src/Elasticsearch/Endpoints/Cat/NodeAttrs.php index 446bd4bfc..22d569813 100644 --- a/src/Elasticsearch/Endpoints/Cat/NodeAttrs.php +++ b/src/Elasticsearch/Endpoints/Cat/NodeAttrs.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.nodeattrs * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class NodeAttrs extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Nodes.php b/src/Elasticsearch/Endpoints/Cat/Nodes.php index db2885160..9eaa515cb 100644 --- a/src/Elasticsearch/Endpoints/Cat/Nodes.php +++ b/src/Elasticsearch/Endpoints/Cat/Nodes.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.nodes * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Nodes extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/PendingTasks.php b/src/Elasticsearch/Endpoints/Cat/PendingTasks.php index 1352e50a4..0bbac1aba 100644 --- a/src/Elasticsearch/Endpoints/Cat/PendingTasks.php +++ b/src/Elasticsearch/Endpoints/Cat/PendingTasks.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.pending_tasks * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class PendingTasks extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Plugins.php b/src/Elasticsearch/Endpoints/Cat/Plugins.php index 5439536f2..1096c167f 100644 --- a/src/Elasticsearch/Endpoints/Cat/Plugins.php +++ b/src/Elasticsearch/Endpoints/Cat/Plugins.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.plugins * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Plugins extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Recovery.php b/src/Elasticsearch/Endpoints/Cat/Recovery.php index 0b3ca6431..d17d74550 100644 --- a/src/Elasticsearch/Endpoints/Cat/Recovery.php +++ b/src/Elasticsearch/Endpoints/Cat/Recovery.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.recovery * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Recovery extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Repositories.php b/src/Elasticsearch/Endpoints/Cat/Repositories.php index 9fa15b448..c2887cbf3 100644 --- a/src/Elasticsearch/Endpoints/Cat/Repositories.php +++ b/src/Elasticsearch/Endpoints/Cat/Repositories.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.repositories * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Repositories extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Segments.php b/src/Elasticsearch/Endpoints/Cat/Segments.php index aacc26ea3..e9b3415be 100644 --- a/src/Elasticsearch/Endpoints/Cat/Segments.php +++ b/src/Elasticsearch/Endpoints/Cat/Segments.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.segments * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Segments extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Shards.php b/src/Elasticsearch/Endpoints/Cat/Shards.php index d6f6b4049..bdd936da0 100644 --- a/src/Elasticsearch/Endpoints/Cat/Shards.php +++ b/src/Elasticsearch/Endpoints/Cat/Shards.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.shards * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Shards extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Snapshots.php b/src/Elasticsearch/Endpoints/Cat/Snapshots.php index e0d5a889d..da2472b86 100644 --- a/src/Elasticsearch/Endpoints/Cat/Snapshots.php +++ b/src/Elasticsearch/Endpoints/Cat/Snapshots.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.snapshots * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Snapshots extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Tasks.php b/src/Elasticsearch/Endpoints/Cat/Tasks.php index 83fb4cb20..76d0a1634 100644 --- a/src/Elasticsearch/Endpoints/Cat/Tasks.php +++ b/src/Elasticsearch/Endpoints/Cat/Tasks.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.tasks * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Tasks extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/Templates.php b/src/Elasticsearch/Endpoints/Cat/Templates.php index bd954860f..f8c057dfe 100644 --- a/src/Elasticsearch/Endpoints/Cat/Templates.php +++ b/src/Elasticsearch/Endpoints/Cat/Templates.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.templates * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Templates extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cat/ThreadPool.php b/src/Elasticsearch/Endpoints/Cat/ThreadPool.php index 0b669b360..87a28372c 100644 --- a/src/Elasticsearch/Endpoints/Cat/ThreadPool.php +++ b/src/Elasticsearch/Endpoints/Cat/ThreadPool.php @@ -23,7 +23,7 @@ * Elasticsearch API name cat.thread_pool * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class ThreadPool extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ccr/DeleteAutoFollowPattern.php b/src/Elasticsearch/Endpoints/Ccr/DeleteAutoFollowPattern.php index e295cc6d7..a327dde9d 100644 --- a/src/Elasticsearch/Endpoints/Ccr/DeleteAutoFollowPattern.php +++ b/src/Elasticsearch/Endpoints/Ccr/DeleteAutoFollowPattern.php @@ -24,7 +24,7 @@ * Elasticsearch API name ccr.delete_auto_follow_pattern * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class DeleteAutoFollowPattern extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ccr/Follow.php b/src/Elasticsearch/Endpoints/Ccr/Follow.php index e6c5019cb..aa2215941 100644 --- a/src/Elasticsearch/Endpoints/Ccr/Follow.php +++ b/src/Elasticsearch/Endpoints/Ccr/Follow.php @@ -24,7 +24,7 @@ * Elasticsearch API name ccr.follow * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Follow extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ccr/FollowInfo.php b/src/Elasticsearch/Endpoints/Ccr/FollowInfo.php index d4a5f67ac..3c5ed846d 100644 --- a/src/Elasticsearch/Endpoints/Ccr/FollowInfo.php +++ b/src/Elasticsearch/Endpoints/Ccr/FollowInfo.php @@ -24,7 +24,7 @@ * Elasticsearch API name ccr.follow_info * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class FollowInfo extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ccr/FollowStats.php b/src/Elasticsearch/Endpoints/Ccr/FollowStats.php index 0b7b52b1d..395596126 100644 --- a/src/Elasticsearch/Endpoints/Ccr/FollowStats.php +++ b/src/Elasticsearch/Endpoints/Ccr/FollowStats.php @@ -24,7 +24,7 @@ * Elasticsearch API name ccr.follow_stats * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class FollowStats extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ccr/ForgetFollower.php b/src/Elasticsearch/Endpoints/Ccr/ForgetFollower.php index 158915f3d..4a564a785 100644 --- a/src/Elasticsearch/Endpoints/Ccr/ForgetFollower.php +++ b/src/Elasticsearch/Endpoints/Ccr/ForgetFollower.php @@ -24,7 +24,7 @@ * Elasticsearch API name ccr.forget_follower * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class ForgetFollower extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ccr/GetAutoFollowPattern.php b/src/Elasticsearch/Endpoints/Ccr/GetAutoFollowPattern.php index 670ea42aa..65feea9ea 100644 --- a/src/Elasticsearch/Endpoints/Ccr/GetAutoFollowPattern.php +++ b/src/Elasticsearch/Endpoints/Ccr/GetAutoFollowPattern.php @@ -23,7 +23,7 @@ * Elasticsearch API name ccr.get_auto_follow_pattern * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetAutoFollowPattern extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ccr/PauseFollow.php b/src/Elasticsearch/Endpoints/Ccr/PauseFollow.php index 08386797a..7b8494d92 100644 --- a/src/Elasticsearch/Endpoints/Ccr/PauseFollow.php +++ b/src/Elasticsearch/Endpoints/Ccr/PauseFollow.php @@ -24,7 +24,7 @@ * Elasticsearch API name ccr.pause_follow * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class PauseFollow extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ccr/PutAutoFollowPattern.php b/src/Elasticsearch/Endpoints/Ccr/PutAutoFollowPattern.php index 802a577be..d32bf9e09 100644 --- a/src/Elasticsearch/Endpoints/Ccr/PutAutoFollowPattern.php +++ b/src/Elasticsearch/Endpoints/Ccr/PutAutoFollowPattern.php @@ -24,7 +24,7 @@ * Elasticsearch API name ccr.put_auto_follow_pattern * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class PutAutoFollowPattern extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ccr/ResumeFollow.php b/src/Elasticsearch/Endpoints/Ccr/ResumeFollow.php index e20a8e34a..63f7e0ef6 100644 --- a/src/Elasticsearch/Endpoints/Ccr/ResumeFollow.php +++ b/src/Elasticsearch/Endpoints/Ccr/ResumeFollow.php @@ -24,7 +24,7 @@ * Elasticsearch API name ccr.resume_follow * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class ResumeFollow extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ccr/Stats.php b/src/Elasticsearch/Endpoints/Ccr/Stats.php index 18a0641c9..00d55d297 100644 --- a/src/Elasticsearch/Endpoints/Ccr/Stats.php +++ b/src/Elasticsearch/Endpoints/Ccr/Stats.php @@ -23,7 +23,7 @@ * Elasticsearch API name ccr.stats * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Stats extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ccr/Unfollow.php b/src/Elasticsearch/Endpoints/Ccr/Unfollow.php index b931c8792..d18606b31 100644 --- a/src/Elasticsearch/Endpoints/Ccr/Unfollow.php +++ b/src/Elasticsearch/Endpoints/Ccr/Unfollow.php @@ -24,7 +24,7 @@ * Elasticsearch API name ccr.unfollow * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Unfollow extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/ClearScroll.php b/src/Elasticsearch/Endpoints/ClearScroll.php index 267a76cd1..13cafdb83 100644 --- a/src/Elasticsearch/Endpoints/ClearScroll.php +++ b/src/Elasticsearch/Endpoints/ClearScroll.php @@ -23,7 +23,7 @@ * Elasticsearch API name clear_scroll * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class ClearScroll extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cluster/AllocationExplain.php b/src/Elasticsearch/Endpoints/Cluster/AllocationExplain.php index 65bafb052..90950d693 100644 --- a/src/Elasticsearch/Endpoints/Cluster/AllocationExplain.php +++ b/src/Elasticsearch/Endpoints/Cluster/AllocationExplain.php @@ -23,7 +23,7 @@ * Elasticsearch API name cluster.allocation_explain * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class AllocationExplain extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cluster/GetSettings.php b/src/Elasticsearch/Endpoints/Cluster/GetSettings.php index a6e8a31cb..7694cbc67 100644 --- a/src/Elasticsearch/Endpoints/Cluster/GetSettings.php +++ b/src/Elasticsearch/Endpoints/Cluster/GetSettings.php @@ -23,7 +23,7 @@ * Elasticsearch API name cluster.get_settings * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetSettings extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cluster/Health.php b/src/Elasticsearch/Endpoints/Cluster/Health.php index d3be64971..688eb6bda 100644 --- a/src/Elasticsearch/Endpoints/Cluster/Health.php +++ b/src/Elasticsearch/Endpoints/Cluster/Health.php @@ -23,7 +23,7 @@ * Elasticsearch API name cluster.health * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Health extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cluster/PendingTasks.php b/src/Elasticsearch/Endpoints/Cluster/PendingTasks.php index d611e1907..52d285a9e 100644 --- a/src/Elasticsearch/Endpoints/Cluster/PendingTasks.php +++ b/src/Elasticsearch/Endpoints/Cluster/PendingTasks.php @@ -23,7 +23,7 @@ * Elasticsearch API name cluster.pending_tasks * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class PendingTasks extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cluster/PutSettings.php b/src/Elasticsearch/Endpoints/Cluster/PutSettings.php index f1a91f376..9c6b6fb1e 100644 --- a/src/Elasticsearch/Endpoints/Cluster/PutSettings.php +++ b/src/Elasticsearch/Endpoints/Cluster/PutSettings.php @@ -23,7 +23,7 @@ * Elasticsearch API name cluster.put_settings * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class PutSettings extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cluster/RemoteInfo.php b/src/Elasticsearch/Endpoints/Cluster/RemoteInfo.php index 2463fbf49..e36850cb6 100644 --- a/src/Elasticsearch/Endpoints/Cluster/RemoteInfo.php +++ b/src/Elasticsearch/Endpoints/Cluster/RemoteInfo.php @@ -23,7 +23,7 @@ * Elasticsearch API name cluster.remote_info * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class RemoteInfo extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cluster/Reroute.php b/src/Elasticsearch/Endpoints/Cluster/Reroute.php index 87361f909..f14c91164 100644 --- a/src/Elasticsearch/Endpoints/Cluster/Reroute.php +++ b/src/Elasticsearch/Endpoints/Cluster/Reroute.php @@ -23,7 +23,7 @@ * Elasticsearch API name cluster.reroute * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Reroute extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cluster/State.php b/src/Elasticsearch/Endpoints/Cluster/State.php index 103e4ef85..ee513fa49 100644 --- a/src/Elasticsearch/Endpoints/Cluster/State.php +++ b/src/Elasticsearch/Endpoints/Cluster/State.php @@ -23,7 +23,7 @@ * Elasticsearch API name cluster.state * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class State extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Cluster/Stats.php b/src/Elasticsearch/Endpoints/Cluster/Stats.php index c011cf2e8..7f8abd765 100644 --- a/src/Elasticsearch/Endpoints/Cluster/Stats.php +++ b/src/Elasticsearch/Endpoints/Cluster/Stats.php @@ -23,7 +23,7 @@ * Elasticsearch API name cluster.stats * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Stats extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Count.php b/src/Elasticsearch/Endpoints/Count.php index 0c0b3e9ac..e220d9752 100644 --- a/src/Elasticsearch/Endpoints/Count.php +++ b/src/Elasticsearch/Endpoints/Count.php @@ -23,7 +23,7 @@ * Elasticsearch API name count * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Count extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Create.php b/src/Elasticsearch/Endpoints/Create.php index 5b0032037..409453d59 100644 --- a/src/Elasticsearch/Endpoints/Create.php +++ b/src/Elasticsearch/Endpoints/Create.php @@ -24,7 +24,7 @@ * Elasticsearch API name create * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Create extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Delete.php b/src/Elasticsearch/Endpoints/Delete.php index e407d0233..026b176f6 100644 --- a/src/Elasticsearch/Endpoints/Delete.php +++ b/src/Elasticsearch/Endpoints/Delete.php @@ -24,7 +24,7 @@ * Elasticsearch API name delete * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Delete extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/DeleteByQuery.php b/src/Elasticsearch/Endpoints/DeleteByQuery.php index fe2f2a071..66f94c9aa 100644 --- a/src/Elasticsearch/Endpoints/DeleteByQuery.php +++ b/src/Elasticsearch/Endpoints/DeleteByQuery.php @@ -24,7 +24,7 @@ * Elasticsearch API name delete_by_query * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class DeleteByQuery extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/DeleteByQueryRethrottle.php b/src/Elasticsearch/Endpoints/DeleteByQueryRethrottle.php index cc5f235be..ac5754d0c 100644 --- a/src/Elasticsearch/Endpoints/DeleteByQueryRethrottle.php +++ b/src/Elasticsearch/Endpoints/DeleteByQueryRethrottle.php @@ -24,7 +24,7 @@ * Elasticsearch API name delete_by_query_rethrottle * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class DeleteByQueryRethrottle extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/DeleteScript.php b/src/Elasticsearch/Endpoints/DeleteScript.php index 048908158..0785c24da 100644 --- a/src/Elasticsearch/Endpoints/DeleteScript.php +++ b/src/Elasticsearch/Endpoints/DeleteScript.php @@ -24,7 +24,7 @@ * Elasticsearch API name delete_script * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class DeleteScript extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Exists.php b/src/Elasticsearch/Endpoints/Exists.php index 53e00f760..fe574c661 100644 --- a/src/Elasticsearch/Endpoints/Exists.php +++ b/src/Elasticsearch/Endpoints/Exists.php @@ -24,7 +24,7 @@ * Elasticsearch API name exists * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Exists extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/ExistsSource.php b/src/Elasticsearch/Endpoints/ExistsSource.php index 5d34a9ea8..19cc9dcc5 100644 --- a/src/Elasticsearch/Endpoints/ExistsSource.php +++ b/src/Elasticsearch/Endpoints/ExistsSource.php @@ -24,7 +24,7 @@ * Elasticsearch API name exists_source * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class ExistsSource extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Explain.php b/src/Elasticsearch/Endpoints/Explain.php index 0d0062d3d..98144d8f7 100644 --- a/src/Elasticsearch/Endpoints/Explain.php +++ b/src/Elasticsearch/Endpoints/Explain.php @@ -24,7 +24,7 @@ * Elasticsearch API name explain * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Explain extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/FieldCaps.php b/src/Elasticsearch/Endpoints/FieldCaps.php index 9ab2c3993..858fdab67 100644 --- a/src/Elasticsearch/Endpoints/FieldCaps.php +++ b/src/Elasticsearch/Endpoints/FieldCaps.php @@ -23,7 +23,7 @@ * Elasticsearch API name field_caps * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class FieldCaps extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Get.php b/src/Elasticsearch/Endpoints/Get.php index 54f1ccc26..10e6ef481 100644 --- a/src/Elasticsearch/Endpoints/Get.php +++ b/src/Elasticsearch/Endpoints/Get.php @@ -24,7 +24,7 @@ * Elasticsearch API name get * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Get extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/GetScript.php b/src/Elasticsearch/Endpoints/GetScript.php index 2513afe60..98169becb 100644 --- a/src/Elasticsearch/Endpoints/GetScript.php +++ b/src/Elasticsearch/Endpoints/GetScript.php @@ -24,7 +24,7 @@ * Elasticsearch API name get_script * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetScript extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/GetSource.php b/src/Elasticsearch/Endpoints/GetSource.php index 2b7f012ef..2e53588d1 100644 --- a/src/Elasticsearch/Endpoints/GetSource.php +++ b/src/Elasticsearch/Endpoints/GetSource.php @@ -24,7 +24,7 @@ * Elasticsearch API name get_source * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetSource extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Graph/Explore.php b/src/Elasticsearch/Endpoints/Graph/Explore.php index 76426b2c5..db8888a11 100644 --- a/src/Elasticsearch/Endpoints/Graph/Explore.php +++ b/src/Elasticsearch/Endpoints/Graph/Explore.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.graph.explore * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Explore extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ilm/DeleteLifecycle.php b/src/Elasticsearch/Endpoints/Ilm/DeleteLifecycle.php index bb49734ab..50145a81d 100644 --- a/src/Elasticsearch/Endpoints/Ilm/DeleteLifecycle.php +++ b/src/Elasticsearch/Endpoints/Ilm/DeleteLifecycle.php @@ -24,7 +24,7 @@ * Elasticsearch API name ilm.delete_lifecycle * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class DeleteLifecycle extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ilm/ExplainLifecycle.php b/src/Elasticsearch/Endpoints/Ilm/ExplainLifecycle.php index 7ac4dc2ac..2f985927b 100644 --- a/src/Elasticsearch/Endpoints/Ilm/ExplainLifecycle.php +++ b/src/Elasticsearch/Endpoints/Ilm/ExplainLifecycle.php @@ -24,7 +24,7 @@ * Elasticsearch API name ilm.explain_lifecycle * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class ExplainLifecycle extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ilm/GetLifecycle.php b/src/Elasticsearch/Endpoints/Ilm/GetLifecycle.php index 172b0749f..5124b585f 100644 --- a/src/Elasticsearch/Endpoints/Ilm/GetLifecycle.php +++ b/src/Elasticsearch/Endpoints/Ilm/GetLifecycle.php @@ -23,7 +23,7 @@ * Elasticsearch API name ilm.get_lifecycle * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetLifecycle extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ilm/GetStatus.php b/src/Elasticsearch/Endpoints/Ilm/GetStatus.php index bd09a14ff..2d2dbc09f 100644 --- a/src/Elasticsearch/Endpoints/Ilm/GetStatus.php +++ b/src/Elasticsearch/Endpoints/Ilm/GetStatus.php @@ -23,7 +23,7 @@ * Elasticsearch API name ilm.get_status * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetStatus extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ilm/MoveToStep.php b/src/Elasticsearch/Endpoints/Ilm/MoveToStep.php index d4803a902..c34041254 100644 --- a/src/Elasticsearch/Endpoints/Ilm/MoveToStep.php +++ b/src/Elasticsearch/Endpoints/Ilm/MoveToStep.php @@ -24,7 +24,7 @@ * Elasticsearch API name ilm.move_to_step * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class MoveToStep extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ilm/PutLifecycle.php b/src/Elasticsearch/Endpoints/Ilm/PutLifecycle.php index 2e7719cad..c5c6208d7 100644 --- a/src/Elasticsearch/Endpoints/Ilm/PutLifecycle.php +++ b/src/Elasticsearch/Endpoints/Ilm/PutLifecycle.php @@ -24,7 +24,7 @@ * Elasticsearch API name ilm.put_lifecycle * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class PutLifecycle extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ilm/RemovePolicy.php b/src/Elasticsearch/Endpoints/Ilm/RemovePolicy.php index ad8fce4d2..075552990 100644 --- a/src/Elasticsearch/Endpoints/Ilm/RemovePolicy.php +++ b/src/Elasticsearch/Endpoints/Ilm/RemovePolicy.php @@ -24,7 +24,7 @@ * Elasticsearch API name ilm.remove_policy * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class RemovePolicy extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ilm/Retry.php b/src/Elasticsearch/Endpoints/Ilm/Retry.php index 301c65ac8..58842725c 100644 --- a/src/Elasticsearch/Endpoints/Ilm/Retry.php +++ b/src/Elasticsearch/Endpoints/Ilm/Retry.php @@ -24,7 +24,7 @@ * Elasticsearch API name ilm.retry * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Retry extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ilm/Start.php b/src/Elasticsearch/Endpoints/Ilm/Start.php index 3437b0966..89485d177 100644 --- a/src/Elasticsearch/Endpoints/Ilm/Start.php +++ b/src/Elasticsearch/Endpoints/Ilm/Start.php @@ -23,7 +23,7 @@ * Elasticsearch API name ilm.start * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Start extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ilm/Stop.php b/src/Elasticsearch/Endpoints/Ilm/Stop.php index 981bd7ec1..654ce5ad6 100644 --- a/src/Elasticsearch/Endpoints/Ilm/Stop.php +++ b/src/Elasticsearch/Endpoints/Ilm/Stop.php @@ -23,7 +23,7 @@ * Elasticsearch API name ilm.stop * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Stop extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Index.php b/src/Elasticsearch/Endpoints/Index.php index 91f3f5b4c..2e21b8660 100644 --- a/src/Elasticsearch/Endpoints/Index.php +++ b/src/Elasticsearch/Endpoints/Index.php @@ -24,7 +24,7 @@ * Elasticsearch API name index * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Index extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Analyze.php b/src/Elasticsearch/Endpoints/Indices/Analyze.php index c4c3c66c5..8a27daf9b 100644 --- a/src/Elasticsearch/Endpoints/Indices/Analyze.php +++ b/src/Elasticsearch/Endpoints/Indices/Analyze.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.analyze * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Analyze extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/ClearCache.php b/src/Elasticsearch/Endpoints/Indices/ClearCache.php index 44ffa111b..95cb42f9d 100644 --- a/src/Elasticsearch/Endpoints/Indices/ClearCache.php +++ b/src/Elasticsearch/Endpoints/Indices/ClearCache.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.clear_cache * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class ClearCache extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Close.php b/src/Elasticsearch/Endpoints/Indices/Close.php index c4d02a656..5ec8635a4 100644 --- a/src/Elasticsearch/Endpoints/Indices/Close.php +++ b/src/Elasticsearch/Endpoints/Indices/Close.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.close * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Close extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Create.php b/src/Elasticsearch/Endpoints/Indices/Create.php index d40af332a..5ea32497a 100644 --- a/src/Elasticsearch/Endpoints/Indices/Create.php +++ b/src/Elasticsearch/Endpoints/Indices/Create.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.create * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Create extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Delete.php b/src/Elasticsearch/Endpoints/Indices/Delete.php index 30e1cb053..3dd31fc05 100644 --- a/src/Elasticsearch/Endpoints/Indices/Delete.php +++ b/src/Elasticsearch/Endpoints/Indices/Delete.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.delete * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Delete extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/DeleteAlias.php b/src/Elasticsearch/Endpoints/Indices/DeleteAlias.php index 7bdd83ac3..895c7857d 100644 --- a/src/Elasticsearch/Endpoints/Indices/DeleteAlias.php +++ b/src/Elasticsearch/Endpoints/Indices/DeleteAlias.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.delete_alias * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class DeleteAlias extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/DeleteTemplate.php b/src/Elasticsearch/Endpoints/Indices/DeleteTemplate.php index 3062cabe4..923c77b73 100644 --- a/src/Elasticsearch/Endpoints/Indices/DeleteTemplate.php +++ b/src/Elasticsearch/Endpoints/Indices/DeleteTemplate.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.delete_template * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class DeleteTemplate extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Exists.php b/src/Elasticsearch/Endpoints/Indices/Exists.php index 1459b8411..249c359ed 100644 --- a/src/Elasticsearch/Endpoints/Indices/Exists.php +++ b/src/Elasticsearch/Endpoints/Indices/Exists.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.exists * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Exists extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/ExistsAlias.php b/src/Elasticsearch/Endpoints/Indices/ExistsAlias.php index e21ee2dd1..578559003 100644 --- a/src/Elasticsearch/Endpoints/Indices/ExistsAlias.php +++ b/src/Elasticsearch/Endpoints/Indices/ExistsAlias.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.exists_alias * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class ExistsAlias extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/ExistsTemplate.php b/src/Elasticsearch/Endpoints/Indices/ExistsTemplate.php index 3aeda8318..0e0c411d5 100644 --- a/src/Elasticsearch/Endpoints/Indices/ExistsTemplate.php +++ b/src/Elasticsearch/Endpoints/Indices/ExistsTemplate.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.exists_template * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class ExistsTemplate extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/ExistsType.php b/src/Elasticsearch/Endpoints/Indices/ExistsType.php index 617531dbd..79da186ec 100644 --- a/src/Elasticsearch/Endpoints/Indices/ExistsType.php +++ b/src/Elasticsearch/Endpoints/Indices/ExistsType.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.exists_type * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class ExistsType extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Flush.php b/src/Elasticsearch/Endpoints/Indices/Flush.php index aa4908be1..d51c5648c 100644 --- a/src/Elasticsearch/Endpoints/Indices/Flush.php +++ b/src/Elasticsearch/Endpoints/Indices/Flush.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.flush * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Flush extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/FlushSynced.php b/src/Elasticsearch/Endpoints/Indices/FlushSynced.php index da4e14944..d05a57440 100644 --- a/src/Elasticsearch/Endpoints/Indices/FlushSynced.php +++ b/src/Elasticsearch/Endpoints/Indices/FlushSynced.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.flush_synced * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class FlushSynced extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/ForceMerge.php b/src/Elasticsearch/Endpoints/Indices/ForceMerge.php index c0e170a32..dc81b4ad2 100644 --- a/src/Elasticsearch/Endpoints/Indices/ForceMerge.php +++ b/src/Elasticsearch/Endpoints/Indices/ForceMerge.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.forcemerge * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class ForceMerge extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Freeze.php b/src/Elasticsearch/Endpoints/Indices/Freeze.php index 203baedec..2a47e1f83 100644 --- a/src/Elasticsearch/Endpoints/Indices/Freeze.php +++ b/src/Elasticsearch/Endpoints/Indices/Freeze.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.freeze * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Freeze extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Get.php b/src/Elasticsearch/Endpoints/Indices/Get.php index fd53ed14f..c32762b47 100644 --- a/src/Elasticsearch/Endpoints/Indices/Get.php +++ b/src/Elasticsearch/Endpoints/Indices/Get.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.get * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Get extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/GetAlias.php b/src/Elasticsearch/Endpoints/Indices/GetAlias.php index 051f2ab91..76d2a9a0f 100644 --- a/src/Elasticsearch/Endpoints/Indices/GetAlias.php +++ b/src/Elasticsearch/Endpoints/Indices/GetAlias.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.get_alias * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetAlias extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/GetFieldMapping.php b/src/Elasticsearch/Endpoints/Indices/GetFieldMapping.php index 74aabb260..125ad3d61 100644 --- a/src/Elasticsearch/Endpoints/Indices/GetFieldMapping.php +++ b/src/Elasticsearch/Endpoints/Indices/GetFieldMapping.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.get_field_mapping * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetFieldMapping extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/GetMapping.php b/src/Elasticsearch/Endpoints/Indices/GetMapping.php index 92695e1bc..ca66a35f4 100644 --- a/src/Elasticsearch/Endpoints/Indices/GetMapping.php +++ b/src/Elasticsearch/Endpoints/Indices/GetMapping.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.get_mapping * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetMapping extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/GetSettings.php b/src/Elasticsearch/Endpoints/Indices/GetSettings.php index 09d8ab83c..215ad2324 100644 --- a/src/Elasticsearch/Endpoints/Indices/GetSettings.php +++ b/src/Elasticsearch/Endpoints/Indices/GetSettings.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.get_settings * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetSettings extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/GetTemplate.php b/src/Elasticsearch/Endpoints/Indices/GetTemplate.php index f93bc15c6..c0369d81a 100644 --- a/src/Elasticsearch/Endpoints/Indices/GetTemplate.php +++ b/src/Elasticsearch/Endpoints/Indices/GetTemplate.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.get_template * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetTemplate extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/GetUpgrade.php b/src/Elasticsearch/Endpoints/Indices/GetUpgrade.php index 2fe093e3f..e40628db4 100644 --- a/src/Elasticsearch/Endpoints/Indices/GetUpgrade.php +++ b/src/Elasticsearch/Endpoints/Indices/GetUpgrade.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.get_upgrade * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetUpgrade extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Open.php b/src/Elasticsearch/Endpoints/Indices/Open.php index 74a73581c..bd506232e 100644 --- a/src/Elasticsearch/Endpoints/Indices/Open.php +++ b/src/Elasticsearch/Endpoints/Indices/Open.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.open * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Open extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/PutAlias.php b/src/Elasticsearch/Endpoints/Indices/PutAlias.php index a51f86370..f3ffe84a8 100644 --- a/src/Elasticsearch/Endpoints/Indices/PutAlias.php +++ b/src/Elasticsearch/Endpoints/Indices/PutAlias.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.put_alias * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class PutAlias extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/PutMapping.php b/src/Elasticsearch/Endpoints/Indices/PutMapping.php index b1c809627..596bb61f2 100644 --- a/src/Elasticsearch/Endpoints/Indices/PutMapping.php +++ b/src/Elasticsearch/Endpoints/Indices/PutMapping.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.put_mapping * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class PutMapping extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/PutSettings.php b/src/Elasticsearch/Endpoints/Indices/PutSettings.php index 2d396253f..4547126ca 100644 --- a/src/Elasticsearch/Endpoints/Indices/PutSettings.php +++ b/src/Elasticsearch/Endpoints/Indices/PutSettings.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.put_settings * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class PutSettings extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/PutTemplate.php b/src/Elasticsearch/Endpoints/Indices/PutTemplate.php index 13bcd00ed..91f554d42 100644 --- a/src/Elasticsearch/Endpoints/Indices/PutTemplate.php +++ b/src/Elasticsearch/Endpoints/Indices/PutTemplate.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.put_template * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class PutTemplate extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Recovery.php b/src/Elasticsearch/Endpoints/Indices/Recovery.php index 2ecdc2d15..29fcb3f92 100644 --- a/src/Elasticsearch/Endpoints/Indices/Recovery.php +++ b/src/Elasticsearch/Endpoints/Indices/Recovery.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.recovery * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Recovery extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Refresh.php b/src/Elasticsearch/Endpoints/Indices/Refresh.php index e24034da7..895dfef2c 100644 --- a/src/Elasticsearch/Endpoints/Indices/Refresh.php +++ b/src/Elasticsearch/Endpoints/Indices/Refresh.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.refresh * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Refresh extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Rollover.php b/src/Elasticsearch/Endpoints/Indices/Rollover.php index 57e19cc6d..52485dd26 100644 --- a/src/Elasticsearch/Endpoints/Indices/Rollover.php +++ b/src/Elasticsearch/Endpoints/Indices/Rollover.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.rollover * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Rollover extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Segments.php b/src/Elasticsearch/Endpoints/Indices/Segments.php index 1b8114de6..2e2d011ee 100644 --- a/src/Elasticsearch/Endpoints/Indices/Segments.php +++ b/src/Elasticsearch/Endpoints/Indices/Segments.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.segments * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Segments extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/ShardStores.php b/src/Elasticsearch/Endpoints/Indices/ShardStores.php index 02695cad4..8601899ae 100644 --- a/src/Elasticsearch/Endpoints/Indices/ShardStores.php +++ b/src/Elasticsearch/Endpoints/Indices/ShardStores.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.shard_stores * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class ShardStores extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Shrink.php b/src/Elasticsearch/Endpoints/Indices/Shrink.php index f65897d80..2520925af 100644 --- a/src/Elasticsearch/Endpoints/Indices/Shrink.php +++ b/src/Elasticsearch/Endpoints/Indices/Shrink.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.shrink * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Shrink extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Split.php b/src/Elasticsearch/Endpoints/Indices/Split.php index f6a7a4e00..773e98518 100644 --- a/src/Elasticsearch/Endpoints/Indices/Split.php +++ b/src/Elasticsearch/Endpoints/Indices/Split.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.split * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Split extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Stats.php b/src/Elasticsearch/Endpoints/Indices/Stats.php index 537ab1ef8..e97d868a2 100644 --- a/src/Elasticsearch/Endpoints/Indices/Stats.php +++ b/src/Elasticsearch/Endpoints/Indices/Stats.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.stats * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Stats extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Unfreeze.php b/src/Elasticsearch/Endpoints/Indices/Unfreeze.php index a5d9ec2e0..92eda44ae 100644 --- a/src/Elasticsearch/Endpoints/Indices/Unfreeze.php +++ b/src/Elasticsearch/Endpoints/Indices/Unfreeze.php @@ -24,7 +24,7 @@ * Elasticsearch API name indices.unfreeze * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Unfreeze extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/UpdateAliases.php b/src/Elasticsearch/Endpoints/Indices/UpdateAliases.php index 87ef7d598..b6ca5e271 100644 --- a/src/Elasticsearch/Endpoints/Indices/UpdateAliases.php +++ b/src/Elasticsearch/Endpoints/Indices/UpdateAliases.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.update_aliases * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class UpdateAliases extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/Upgrade.php b/src/Elasticsearch/Endpoints/Indices/Upgrade.php index 34698ccac..6bd45fe81 100644 --- a/src/Elasticsearch/Endpoints/Indices/Upgrade.php +++ b/src/Elasticsearch/Endpoints/Indices/Upgrade.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.upgrade * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Upgrade extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Indices/ValidateQuery.php b/src/Elasticsearch/Endpoints/Indices/ValidateQuery.php index e4f63e61a..b949f11fd 100644 --- a/src/Elasticsearch/Endpoints/Indices/ValidateQuery.php +++ b/src/Elasticsearch/Endpoints/Indices/ValidateQuery.php @@ -23,7 +23,7 @@ * Elasticsearch API name indices.validate_query * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class ValidateQuery extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Info.php b/src/Elasticsearch/Endpoints/Info.php index 8b053b6a4..bff9c375b 100644 --- a/src/Elasticsearch/Endpoints/Info.php +++ b/src/Elasticsearch/Endpoints/Info.php @@ -23,7 +23,7 @@ * Elasticsearch API name info * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Info extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ingest/DeletePipeline.php b/src/Elasticsearch/Endpoints/Ingest/DeletePipeline.php index 6943addc6..7ae0ec058 100644 --- a/src/Elasticsearch/Endpoints/Ingest/DeletePipeline.php +++ b/src/Elasticsearch/Endpoints/Ingest/DeletePipeline.php @@ -24,7 +24,7 @@ * Elasticsearch API name ingest.delete_pipeline * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class DeletePipeline extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ingest/GetPipeline.php b/src/Elasticsearch/Endpoints/Ingest/GetPipeline.php index f5deb2c85..2ffa9a7a9 100644 --- a/src/Elasticsearch/Endpoints/Ingest/GetPipeline.php +++ b/src/Elasticsearch/Endpoints/Ingest/GetPipeline.php @@ -23,7 +23,7 @@ * Elasticsearch API name ingest.get_pipeline * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetPipeline extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ingest/ProcessorGrok.php b/src/Elasticsearch/Endpoints/Ingest/ProcessorGrok.php index 47ae63c94..8b6ba78e7 100644 --- a/src/Elasticsearch/Endpoints/Ingest/ProcessorGrok.php +++ b/src/Elasticsearch/Endpoints/Ingest/ProcessorGrok.php @@ -23,7 +23,7 @@ * Elasticsearch API name ingest.processor_grok * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class ProcessorGrok extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ingest/PutPipeline.php b/src/Elasticsearch/Endpoints/Ingest/PutPipeline.php index f745e6df8..652a35a9e 100644 --- a/src/Elasticsearch/Endpoints/Ingest/PutPipeline.php +++ b/src/Elasticsearch/Endpoints/Ingest/PutPipeline.php @@ -24,7 +24,7 @@ * Elasticsearch API name ingest.put_pipeline * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class PutPipeline extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ingest/Simulate.php b/src/Elasticsearch/Endpoints/Ingest/Simulate.php index d50f8a089..370c1141d 100644 --- a/src/Elasticsearch/Endpoints/Ingest/Simulate.php +++ b/src/Elasticsearch/Endpoints/Ingest/Simulate.php @@ -23,7 +23,7 @@ * Elasticsearch API name ingest.simulate * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Simulate extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/License/Delete.php b/src/Elasticsearch/Endpoints/License/Delete.php index c780ce9c3..1d6d0bf37 100644 --- a/src/Elasticsearch/Endpoints/License/Delete.php +++ b/src/Elasticsearch/Endpoints/License/Delete.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.license.delete * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Delete extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/License/Get.php b/src/Elasticsearch/Endpoints/License/Get.php index 5a7197e0a..b0a6fd226 100644 --- a/src/Elasticsearch/Endpoints/License/Get.php +++ b/src/Elasticsearch/Endpoints/License/Get.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.license.get * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Get extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/License/GetBasicStatus.php b/src/Elasticsearch/Endpoints/License/GetBasicStatus.php index 542bff696..e151c8b3b 100644 --- a/src/Elasticsearch/Endpoints/License/GetBasicStatus.php +++ b/src/Elasticsearch/Endpoints/License/GetBasicStatus.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.license.get_basic_status * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetBasicStatus extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/License/GetTrialStatus.php b/src/Elasticsearch/Endpoints/License/GetTrialStatus.php index 99ad5efe0..7510ec430 100644 --- a/src/Elasticsearch/Endpoints/License/GetTrialStatus.php +++ b/src/Elasticsearch/Endpoints/License/GetTrialStatus.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.license.get_trial_status * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetTrialStatus extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/License/Post.php b/src/Elasticsearch/Endpoints/License/Post.php index 5b93cd6cf..1ec513c71 100644 --- a/src/Elasticsearch/Endpoints/License/Post.php +++ b/src/Elasticsearch/Endpoints/License/Post.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.license.post * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Post extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/License/PostStartBasic.php b/src/Elasticsearch/Endpoints/License/PostStartBasic.php index 3041b5fcd..5b84cec67 100644 --- a/src/Elasticsearch/Endpoints/License/PostStartBasic.php +++ b/src/Elasticsearch/Endpoints/License/PostStartBasic.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.license.post_start_basic * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class PostStartBasic extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/License/PostStartTrial.php b/src/Elasticsearch/Endpoints/License/PostStartTrial.php index 34107257c..03a3bded3 100644 --- a/src/Elasticsearch/Endpoints/License/PostStartTrial.php +++ b/src/Elasticsearch/Endpoints/License/PostStartTrial.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.license.post_start_trial * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class PostStartTrial extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/MTermVectors.php b/src/Elasticsearch/Endpoints/MTermVectors.php index b1559a7b4..3b0584b76 100644 --- a/src/Elasticsearch/Endpoints/MTermVectors.php +++ b/src/Elasticsearch/Endpoints/MTermVectors.php @@ -23,7 +23,7 @@ * Elasticsearch API name mtermvectors * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class MTermVectors extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Mget.php b/src/Elasticsearch/Endpoints/Mget.php index 3779ad024..fefb3a7a0 100644 --- a/src/Elasticsearch/Endpoints/Mget.php +++ b/src/Elasticsearch/Endpoints/Mget.php @@ -23,7 +23,7 @@ * Elasticsearch API name mget * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Mget extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Migration/Deprecations.php b/src/Elasticsearch/Endpoints/Migration/Deprecations.php index e5cdedcfd..8903e1929 100644 --- a/src/Elasticsearch/Endpoints/Migration/Deprecations.php +++ b/src/Elasticsearch/Endpoints/Migration/Deprecations.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.migration.deprecations * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Deprecations extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Migration/GetAssistance.php b/src/Elasticsearch/Endpoints/Migration/GetAssistance.php index a431db608..0f9a182b4 100644 --- a/src/Elasticsearch/Endpoints/Migration/GetAssistance.php +++ b/src/Elasticsearch/Endpoints/Migration/GetAssistance.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.migration.get_assistance * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetAssistance extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Migration/Upgrade.php b/src/Elasticsearch/Endpoints/Migration/Upgrade.php index 268ccb17a..e5d851ba7 100644 --- a/src/Elasticsearch/Endpoints/Migration/Upgrade.php +++ b/src/Elasticsearch/Endpoints/Migration/Upgrade.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.migration.upgrade * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Upgrade extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/CloseJob.php b/src/Elasticsearch/Endpoints/Ml/CloseJob.php index 0a7a0991d..d321165cc 100644 --- a/src/Elasticsearch/Endpoints/Ml/CloseJob.php +++ b/src/Elasticsearch/Endpoints/Ml/CloseJob.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.close_job * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class CloseJob extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/DeleteCalendar.php b/src/Elasticsearch/Endpoints/Ml/DeleteCalendar.php index 8b9252bb3..901e8a08b 100644 --- a/src/Elasticsearch/Endpoints/Ml/DeleteCalendar.php +++ b/src/Elasticsearch/Endpoints/Ml/DeleteCalendar.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.delete_calendar * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class DeleteCalendar extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/DeleteCalendarEvent.php b/src/Elasticsearch/Endpoints/Ml/DeleteCalendarEvent.php index 84e3c6040..a35aa762b 100644 --- a/src/Elasticsearch/Endpoints/Ml/DeleteCalendarEvent.php +++ b/src/Elasticsearch/Endpoints/Ml/DeleteCalendarEvent.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.delete_calendar_event * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class DeleteCalendarEvent extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/DeleteCalendarJob.php b/src/Elasticsearch/Endpoints/Ml/DeleteCalendarJob.php index 36dcb1c15..0efa83390 100644 --- a/src/Elasticsearch/Endpoints/Ml/DeleteCalendarJob.php +++ b/src/Elasticsearch/Endpoints/Ml/DeleteCalendarJob.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.delete_calendar_job * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class DeleteCalendarJob extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/DeleteDatafeed.php b/src/Elasticsearch/Endpoints/Ml/DeleteDatafeed.php index ea45536be..073e52ebb 100644 --- a/src/Elasticsearch/Endpoints/Ml/DeleteDatafeed.php +++ b/src/Elasticsearch/Endpoints/Ml/DeleteDatafeed.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.delete_datafeed * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class DeleteDatafeed extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/DeleteExpiredData.php b/src/Elasticsearch/Endpoints/Ml/DeleteExpiredData.php index 92aaf002a..b5d19e606 100644 --- a/src/Elasticsearch/Endpoints/Ml/DeleteExpiredData.php +++ b/src/Elasticsearch/Endpoints/Ml/DeleteExpiredData.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.ml.delete_expired_data * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class DeleteExpiredData extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/DeleteFilter.php b/src/Elasticsearch/Endpoints/Ml/DeleteFilter.php index bd7554a3e..1afca5565 100644 --- a/src/Elasticsearch/Endpoints/Ml/DeleteFilter.php +++ b/src/Elasticsearch/Endpoints/Ml/DeleteFilter.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.delete_filter * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class DeleteFilter extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/DeleteForecast.php b/src/Elasticsearch/Endpoints/Ml/DeleteForecast.php index d18815a4d..88a440a49 100644 --- a/src/Elasticsearch/Endpoints/Ml/DeleteForecast.php +++ b/src/Elasticsearch/Endpoints/Ml/DeleteForecast.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.delete_forecast * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class DeleteForecast extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/DeleteJob.php b/src/Elasticsearch/Endpoints/Ml/DeleteJob.php index 92aacf7ad..8a2ceecce 100644 --- a/src/Elasticsearch/Endpoints/Ml/DeleteJob.php +++ b/src/Elasticsearch/Endpoints/Ml/DeleteJob.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.delete_job * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class DeleteJob extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/DeleteModelSnapshot.php b/src/Elasticsearch/Endpoints/Ml/DeleteModelSnapshot.php index d839d2498..43968de6a 100644 --- a/src/Elasticsearch/Endpoints/Ml/DeleteModelSnapshot.php +++ b/src/Elasticsearch/Endpoints/Ml/DeleteModelSnapshot.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.delete_model_snapshot * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class DeleteModelSnapshot extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/FindFileStructure.php b/src/Elasticsearch/Endpoints/Ml/FindFileStructure.php index 68e3f710e..b75607200 100644 --- a/src/Elasticsearch/Endpoints/Ml/FindFileStructure.php +++ b/src/Elasticsearch/Endpoints/Ml/FindFileStructure.php @@ -27,7 +27,7 @@ * Elasticsearch API name xpack.ml.find_file_structure * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class FindFileStructure extends AbstractEndpoint implements BulkEndpointInterface { diff --git a/src/Elasticsearch/Endpoints/Ml/FlushJob.php b/src/Elasticsearch/Endpoints/Ml/FlushJob.php index e5ad6dc4e..171cc8a11 100644 --- a/src/Elasticsearch/Endpoints/Ml/FlushJob.php +++ b/src/Elasticsearch/Endpoints/Ml/FlushJob.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.flush_job * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class FlushJob extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/Forecast.php b/src/Elasticsearch/Endpoints/Ml/Forecast.php index b6aa7744c..bc25041f1 100644 --- a/src/Elasticsearch/Endpoints/Ml/Forecast.php +++ b/src/Elasticsearch/Endpoints/Ml/Forecast.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.forecast * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Forecast extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/GetBuckets.php b/src/Elasticsearch/Endpoints/Ml/GetBuckets.php index 3d09de7e7..b665746e5 100644 --- a/src/Elasticsearch/Endpoints/Ml/GetBuckets.php +++ b/src/Elasticsearch/Endpoints/Ml/GetBuckets.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.get_buckets * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetBuckets extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/GetCalendarEvents.php b/src/Elasticsearch/Endpoints/Ml/GetCalendarEvents.php index 8400e67be..4cee4b15a 100644 --- a/src/Elasticsearch/Endpoints/Ml/GetCalendarEvents.php +++ b/src/Elasticsearch/Endpoints/Ml/GetCalendarEvents.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.get_calendar_events * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetCalendarEvents extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/GetCalendars.php b/src/Elasticsearch/Endpoints/Ml/GetCalendars.php index 41a473cce..399d50ea3 100644 --- a/src/Elasticsearch/Endpoints/Ml/GetCalendars.php +++ b/src/Elasticsearch/Endpoints/Ml/GetCalendars.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.ml.get_calendars * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetCalendars extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/GetCategories.php b/src/Elasticsearch/Endpoints/Ml/GetCategories.php index a1af2b48a..a226e3564 100644 --- a/src/Elasticsearch/Endpoints/Ml/GetCategories.php +++ b/src/Elasticsearch/Endpoints/Ml/GetCategories.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.get_categories * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetCategories extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/GetDatafeedStats.php b/src/Elasticsearch/Endpoints/Ml/GetDatafeedStats.php index 7d000b869..743556401 100644 --- a/src/Elasticsearch/Endpoints/Ml/GetDatafeedStats.php +++ b/src/Elasticsearch/Endpoints/Ml/GetDatafeedStats.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.ml.get_datafeed_stats * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetDatafeedStats extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/GetDatafeeds.php b/src/Elasticsearch/Endpoints/Ml/GetDatafeeds.php index 018b3c0ee..937c86e6b 100644 --- a/src/Elasticsearch/Endpoints/Ml/GetDatafeeds.php +++ b/src/Elasticsearch/Endpoints/Ml/GetDatafeeds.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.ml.get_datafeeds * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetDatafeeds extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/GetFilters.php b/src/Elasticsearch/Endpoints/Ml/GetFilters.php index 00edd19e3..5c3d3f39f 100644 --- a/src/Elasticsearch/Endpoints/Ml/GetFilters.php +++ b/src/Elasticsearch/Endpoints/Ml/GetFilters.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.ml.get_filters * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetFilters extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/GetInfluencers.php b/src/Elasticsearch/Endpoints/Ml/GetInfluencers.php index 684646663..eb33045b4 100644 --- a/src/Elasticsearch/Endpoints/Ml/GetInfluencers.php +++ b/src/Elasticsearch/Endpoints/Ml/GetInfluencers.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.get_influencers * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetInfluencers extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/GetJobStats.php b/src/Elasticsearch/Endpoints/Ml/GetJobStats.php index a3a148846..a1648bd6a 100644 --- a/src/Elasticsearch/Endpoints/Ml/GetJobStats.php +++ b/src/Elasticsearch/Endpoints/Ml/GetJobStats.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.ml.get_job_stats * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetJobStats extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/GetJobs.php b/src/Elasticsearch/Endpoints/Ml/GetJobs.php index 4642b0d05..d23350dd5 100644 --- a/src/Elasticsearch/Endpoints/Ml/GetJobs.php +++ b/src/Elasticsearch/Endpoints/Ml/GetJobs.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.ml.get_jobs * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetJobs extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/GetModelSnapshots.php b/src/Elasticsearch/Endpoints/Ml/GetModelSnapshots.php index e4b42c991..5177b6271 100644 --- a/src/Elasticsearch/Endpoints/Ml/GetModelSnapshots.php +++ b/src/Elasticsearch/Endpoints/Ml/GetModelSnapshots.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.get_model_snapshots * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetModelSnapshots extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/GetOverallBuckets.php b/src/Elasticsearch/Endpoints/Ml/GetOverallBuckets.php index 9d58cf064..74741f495 100644 --- a/src/Elasticsearch/Endpoints/Ml/GetOverallBuckets.php +++ b/src/Elasticsearch/Endpoints/Ml/GetOverallBuckets.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.get_overall_buckets * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetOverallBuckets extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/GetRecords.php b/src/Elasticsearch/Endpoints/Ml/GetRecords.php index 21cf44662..b77259724 100644 --- a/src/Elasticsearch/Endpoints/Ml/GetRecords.php +++ b/src/Elasticsearch/Endpoints/Ml/GetRecords.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.get_records * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetRecords extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/Info.php b/src/Elasticsearch/Endpoints/Ml/Info.php index c30fef036..c3dc4747a 100644 --- a/src/Elasticsearch/Endpoints/Ml/Info.php +++ b/src/Elasticsearch/Endpoints/Ml/Info.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.ml.info * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Info extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/OpenJob.php b/src/Elasticsearch/Endpoints/Ml/OpenJob.php index 29af74212..5129b695f 100644 --- a/src/Elasticsearch/Endpoints/Ml/OpenJob.php +++ b/src/Elasticsearch/Endpoints/Ml/OpenJob.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.open_job * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class OpenJob extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/PostCalendarEvents.php b/src/Elasticsearch/Endpoints/Ml/PostCalendarEvents.php index 2f8788dfd..84088a1e1 100644 --- a/src/Elasticsearch/Endpoints/Ml/PostCalendarEvents.php +++ b/src/Elasticsearch/Endpoints/Ml/PostCalendarEvents.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.post_calendar_events * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class PostCalendarEvents extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/PostData.php b/src/Elasticsearch/Endpoints/Ml/PostData.php index b2709ffa2..85ce511c1 100644 --- a/src/Elasticsearch/Endpoints/Ml/PostData.php +++ b/src/Elasticsearch/Endpoints/Ml/PostData.php @@ -28,7 +28,7 @@ * Elasticsearch API name xpack.ml.post_data * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class PostData extends AbstractEndpoint implements BulkEndpointInterface { diff --git a/src/Elasticsearch/Endpoints/Ml/PreviewDatafeed.php b/src/Elasticsearch/Endpoints/Ml/PreviewDatafeed.php index 4005602f8..fae9c99cc 100644 --- a/src/Elasticsearch/Endpoints/Ml/PreviewDatafeed.php +++ b/src/Elasticsearch/Endpoints/Ml/PreviewDatafeed.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.preview_datafeed * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class PreviewDatafeed extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/PutCalendar.php b/src/Elasticsearch/Endpoints/Ml/PutCalendar.php index fd1e14f00..4a9f0b063 100644 --- a/src/Elasticsearch/Endpoints/Ml/PutCalendar.php +++ b/src/Elasticsearch/Endpoints/Ml/PutCalendar.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.put_calendar * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class PutCalendar extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/PutCalendarJob.php b/src/Elasticsearch/Endpoints/Ml/PutCalendarJob.php index 34eb0a2d1..55931b236 100644 --- a/src/Elasticsearch/Endpoints/Ml/PutCalendarJob.php +++ b/src/Elasticsearch/Endpoints/Ml/PutCalendarJob.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.put_calendar_job * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class PutCalendarJob extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/PutDatafeed.php b/src/Elasticsearch/Endpoints/Ml/PutDatafeed.php index 43ebfd2b2..1ac97ada5 100644 --- a/src/Elasticsearch/Endpoints/Ml/PutDatafeed.php +++ b/src/Elasticsearch/Endpoints/Ml/PutDatafeed.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.put_datafeed * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class PutDatafeed extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/PutFilter.php b/src/Elasticsearch/Endpoints/Ml/PutFilter.php index 60b37953c..814dd8e96 100644 --- a/src/Elasticsearch/Endpoints/Ml/PutFilter.php +++ b/src/Elasticsearch/Endpoints/Ml/PutFilter.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.put_filter * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class PutFilter extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/PutJob.php b/src/Elasticsearch/Endpoints/Ml/PutJob.php index 47bed7b28..dacf59713 100644 --- a/src/Elasticsearch/Endpoints/Ml/PutJob.php +++ b/src/Elasticsearch/Endpoints/Ml/PutJob.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.put_job * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class PutJob extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/RevertModelSnapshot.php b/src/Elasticsearch/Endpoints/Ml/RevertModelSnapshot.php index d963f2c7d..bc16e469f 100644 --- a/src/Elasticsearch/Endpoints/Ml/RevertModelSnapshot.php +++ b/src/Elasticsearch/Endpoints/Ml/RevertModelSnapshot.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.revert_model_snapshot * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class RevertModelSnapshot extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/SetUpgradeMode.php b/src/Elasticsearch/Endpoints/Ml/SetUpgradeMode.php index a732fa7a1..2b57e85ff 100644 --- a/src/Elasticsearch/Endpoints/Ml/SetUpgradeMode.php +++ b/src/Elasticsearch/Endpoints/Ml/SetUpgradeMode.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.ml.set_upgrade_mode * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class SetUpgradeMode extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/StartDatafeed.php b/src/Elasticsearch/Endpoints/Ml/StartDatafeed.php index 396672238..29789ecd6 100644 --- a/src/Elasticsearch/Endpoints/Ml/StartDatafeed.php +++ b/src/Elasticsearch/Endpoints/Ml/StartDatafeed.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.start_datafeed * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class StartDatafeed extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/StopDatafeed.php b/src/Elasticsearch/Endpoints/Ml/StopDatafeed.php index b6da569eb..96dde0020 100644 --- a/src/Elasticsearch/Endpoints/Ml/StopDatafeed.php +++ b/src/Elasticsearch/Endpoints/Ml/StopDatafeed.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.stop_datafeed * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class StopDatafeed extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/UpdateDatafeed.php b/src/Elasticsearch/Endpoints/Ml/UpdateDatafeed.php index 439124752..205acebfc 100644 --- a/src/Elasticsearch/Endpoints/Ml/UpdateDatafeed.php +++ b/src/Elasticsearch/Endpoints/Ml/UpdateDatafeed.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.update_datafeed * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class UpdateDatafeed extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/UpdateFilter.php b/src/Elasticsearch/Endpoints/Ml/UpdateFilter.php index 237fa81cd..7a7a74fca 100644 --- a/src/Elasticsearch/Endpoints/Ml/UpdateFilter.php +++ b/src/Elasticsearch/Endpoints/Ml/UpdateFilter.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.update_filter * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class UpdateFilter extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/UpdateJob.php b/src/Elasticsearch/Endpoints/Ml/UpdateJob.php index 0cf6ae795..6b55f2044 100644 --- a/src/Elasticsearch/Endpoints/Ml/UpdateJob.php +++ b/src/Elasticsearch/Endpoints/Ml/UpdateJob.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.update_job * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class UpdateJob extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/UpdateModelSnapshot.php b/src/Elasticsearch/Endpoints/Ml/UpdateModelSnapshot.php index d859e9f71..957c62e8a 100644 --- a/src/Elasticsearch/Endpoints/Ml/UpdateModelSnapshot.php +++ b/src/Elasticsearch/Endpoints/Ml/UpdateModelSnapshot.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.ml.update_model_snapshot * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class UpdateModelSnapshot extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/Validate.php b/src/Elasticsearch/Endpoints/Ml/Validate.php index 4bafbcf44..3bc6dcf1d 100644 --- a/src/Elasticsearch/Endpoints/Ml/Validate.php +++ b/src/Elasticsearch/Endpoints/Ml/Validate.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.ml.validate * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Validate extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ml/ValidateDetector.php b/src/Elasticsearch/Endpoints/Ml/ValidateDetector.php index f2dd584cb..bbeecd6c1 100644 --- a/src/Elasticsearch/Endpoints/Ml/ValidateDetector.php +++ b/src/Elasticsearch/Endpoints/Ml/ValidateDetector.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.ml.validate_detector * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class ValidateDetector extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Monitoring/Bulk.php b/src/Elasticsearch/Endpoints/Monitoring/Bulk.php index c2fbfccc3..cc5f2275f 100644 --- a/src/Elasticsearch/Endpoints/Monitoring/Bulk.php +++ b/src/Elasticsearch/Endpoints/Monitoring/Bulk.php @@ -27,7 +27,7 @@ * Elasticsearch API name xpack.monitoring.bulk * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Bulk extends AbstractEndpoint implements BulkEndpointInterface { diff --git a/src/Elasticsearch/Endpoints/Msearch.php b/src/Elasticsearch/Endpoints/Msearch.php index b00d58be5..7abe02b6c 100644 --- a/src/Elasticsearch/Endpoints/Msearch.php +++ b/src/Elasticsearch/Endpoints/Msearch.php @@ -27,7 +27,7 @@ * Elasticsearch API name msearch * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Msearch extends AbstractEndpoint implements BulkEndpointInterface { diff --git a/src/Elasticsearch/Endpoints/MsearchTemplate.php b/src/Elasticsearch/Endpoints/MsearchTemplate.php index abd27b61e..88a5a8da7 100644 --- a/src/Elasticsearch/Endpoints/MsearchTemplate.php +++ b/src/Elasticsearch/Endpoints/MsearchTemplate.php @@ -27,7 +27,7 @@ * Elasticsearch API name msearch_template * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class MsearchTemplate extends AbstractEndpoint implements BulkEndpointInterface { diff --git a/src/Elasticsearch/Endpoints/Nodes/HotThreads.php b/src/Elasticsearch/Endpoints/Nodes/HotThreads.php index 5f55f865c..bc2845248 100644 --- a/src/Elasticsearch/Endpoints/Nodes/HotThreads.php +++ b/src/Elasticsearch/Endpoints/Nodes/HotThreads.php @@ -23,7 +23,7 @@ * Elasticsearch API name nodes.hot_threads * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class HotThreads extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Nodes/Info.php b/src/Elasticsearch/Endpoints/Nodes/Info.php index bc8a1b629..32ef0c172 100644 --- a/src/Elasticsearch/Endpoints/Nodes/Info.php +++ b/src/Elasticsearch/Endpoints/Nodes/Info.php @@ -23,7 +23,7 @@ * Elasticsearch API name nodes.info * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Info extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Nodes/ReloadSecureSettings.php b/src/Elasticsearch/Endpoints/Nodes/ReloadSecureSettings.php index 048773c82..d5a4a1814 100644 --- a/src/Elasticsearch/Endpoints/Nodes/ReloadSecureSettings.php +++ b/src/Elasticsearch/Endpoints/Nodes/ReloadSecureSettings.php @@ -23,7 +23,7 @@ * Elasticsearch API name nodes.reload_secure_settings * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class ReloadSecureSettings extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Nodes/Stats.php b/src/Elasticsearch/Endpoints/Nodes/Stats.php index f0956b2da..2e3da2f41 100644 --- a/src/Elasticsearch/Endpoints/Nodes/Stats.php +++ b/src/Elasticsearch/Endpoints/Nodes/Stats.php @@ -23,7 +23,7 @@ * Elasticsearch API name nodes.stats * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Stats extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Nodes/Usage.php b/src/Elasticsearch/Endpoints/Nodes/Usage.php index a88dc4891..e18666bf3 100644 --- a/src/Elasticsearch/Endpoints/Nodes/Usage.php +++ b/src/Elasticsearch/Endpoints/Nodes/Usage.php @@ -23,7 +23,7 @@ * Elasticsearch API name nodes.usage * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Usage extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ping.php b/src/Elasticsearch/Endpoints/Ping.php index 74ac33f36..0127c8d57 100644 --- a/src/Elasticsearch/Endpoints/Ping.php +++ b/src/Elasticsearch/Endpoints/Ping.php @@ -23,7 +23,7 @@ * Elasticsearch API name ping * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Ping extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/PutScript.php b/src/Elasticsearch/Endpoints/PutScript.php index f3436f81c..60dfb8422 100644 --- a/src/Elasticsearch/Endpoints/PutScript.php +++ b/src/Elasticsearch/Endpoints/PutScript.php @@ -24,7 +24,7 @@ * Elasticsearch API name put_script * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class PutScript extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/RankEval.php b/src/Elasticsearch/Endpoints/RankEval.php index 8fd9c3062..7fbe19693 100644 --- a/src/Elasticsearch/Endpoints/RankEval.php +++ b/src/Elasticsearch/Endpoints/RankEval.php @@ -23,7 +23,7 @@ * Elasticsearch API name rank_eval * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class RankEval extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Reindex.php b/src/Elasticsearch/Endpoints/Reindex.php index b58fb927c..f35c9182d 100644 --- a/src/Elasticsearch/Endpoints/Reindex.php +++ b/src/Elasticsearch/Endpoints/Reindex.php @@ -23,7 +23,7 @@ * Elasticsearch API name reindex * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Reindex extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/ReindexRethrottle.php b/src/Elasticsearch/Endpoints/ReindexRethrottle.php index 8b0afae23..2ebe67c42 100644 --- a/src/Elasticsearch/Endpoints/ReindexRethrottle.php +++ b/src/Elasticsearch/Endpoints/ReindexRethrottle.php @@ -24,7 +24,7 @@ * Elasticsearch API name reindex_rethrottle * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class ReindexRethrottle extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/RenderSearchTemplate.php b/src/Elasticsearch/Endpoints/RenderSearchTemplate.php index f304afd2b..e40b26f6d 100644 --- a/src/Elasticsearch/Endpoints/RenderSearchTemplate.php +++ b/src/Elasticsearch/Endpoints/RenderSearchTemplate.php @@ -23,7 +23,7 @@ * Elasticsearch API name render_search_template * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class RenderSearchTemplate extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Rollup/DeleteJob.php b/src/Elasticsearch/Endpoints/Rollup/DeleteJob.php index e5f738f0d..5b942e6f8 100644 --- a/src/Elasticsearch/Endpoints/Rollup/DeleteJob.php +++ b/src/Elasticsearch/Endpoints/Rollup/DeleteJob.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.rollup.delete_job * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class DeleteJob extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Rollup/GetJobs.php b/src/Elasticsearch/Endpoints/Rollup/GetJobs.php index b2bd70b18..af813e3b7 100644 --- a/src/Elasticsearch/Endpoints/Rollup/GetJobs.php +++ b/src/Elasticsearch/Endpoints/Rollup/GetJobs.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.rollup.get_jobs * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetJobs extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Rollup/GetRollupCaps.php b/src/Elasticsearch/Endpoints/Rollup/GetRollupCaps.php index 50e39322f..4da124793 100644 --- a/src/Elasticsearch/Endpoints/Rollup/GetRollupCaps.php +++ b/src/Elasticsearch/Endpoints/Rollup/GetRollupCaps.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.rollup.get_rollup_caps * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetRollupCaps extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Rollup/GetRollupIndexCaps.php b/src/Elasticsearch/Endpoints/Rollup/GetRollupIndexCaps.php index ffc407cee..f81689e0d 100644 --- a/src/Elasticsearch/Endpoints/Rollup/GetRollupIndexCaps.php +++ b/src/Elasticsearch/Endpoints/Rollup/GetRollupIndexCaps.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.rollup.get_rollup_index_caps * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetRollupIndexCaps extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Rollup/PutJob.php b/src/Elasticsearch/Endpoints/Rollup/PutJob.php index 5749f1ffe..4f8923878 100644 --- a/src/Elasticsearch/Endpoints/Rollup/PutJob.php +++ b/src/Elasticsearch/Endpoints/Rollup/PutJob.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.rollup.put_job * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class PutJob extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Rollup/RollupSearch.php b/src/Elasticsearch/Endpoints/Rollup/RollupSearch.php index 098edcaff..9a6921392 100644 --- a/src/Elasticsearch/Endpoints/Rollup/RollupSearch.php +++ b/src/Elasticsearch/Endpoints/Rollup/RollupSearch.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.rollup.rollup_search * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class RollupSearch extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Rollup/StartJob.php b/src/Elasticsearch/Endpoints/Rollup/StartJob.php index 8438d59cd..fbe533877 100644 --- a/src/Elasticsearch/Endpoints/Rollup/StartJob.php +++ b/src/Elasticsearch/Endpoints/Rollup/StartJob.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.rollup.start_job * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class StartJob extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Rollup/StopJob.php b/src/Elasticsearch/Endpoints/Rollup/StopJob.php index e58749f16..09f31c051 100644 --- a/src/Elasticsearch/Endpoints/Rollup/StopJob.php +++ b/src/Elasticsearch/Endpoints/Rollup/StopJob.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.rollup.stop_job * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class StopJob extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/ScriptsPainlessExecute.php b/src/Elasticsearch/Endpoints/ScriptsPainlessExecute.php index 0275a0387..955552777 100644 --- a/src/Elasticsearch/Endpoints/ScriptsPainlessExecute.php +++ b/src/Elasticsearch/Endpoints/ScriptsPainlessExecute.php @@ -23,7 +23,7 @@ * Elasticsearch API name scripts_painless_execute * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class ScriptsPainlessExecute extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Scroll.php b/src/Elasticsearch/Endpoints/Scroll.php index fd2b38043..0a13ad724 100644 --- a/src/Elasticsearch/Endpoints/Scroll.php +++ b/src/Elasticsearch/Endpoints/Scroll.php @@ -23,7 +23,7 @@ * Elasticsearch API name scroll * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Scroll extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Search.php b/src/Elasticsearch/Endpoints/Search.php index 5ccf4aaba..0b05eb2a3 100644 --- a/src/Elasticsearch/Endpoints/Search.php +++ b/src/Elasticsearch/Endpoints/Search.php @@ -23,7 +23,7 @@ * Elasticsearch API name search * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Search extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/SearchShards.php b/src/Elasticsearch/Endpoints/SearchShards.php index 6825c550a..e43de122a 100644 --- a/src/Elasticsearch/Endpoints/SearchShards.php +++ b/src/Elasticsearch/Endpoints/SearchShards.php @@ -23,7 +23,7 @@ * Elasticsearch API name search_shards * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class SearchShards extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/SearchTemplate.php b/src/Elasticsearch/Endpoints/SearchTemplate.php index e747c18a2..8c516b11a 100644 --- a/src/Elasticsearch/Endpoints/SearchTemplate.php +++ b/src/Elasticsearch/Endpoints/SearchTemplate.php @@ -23,7 +23,7 @@ * Elasticsearch API name search_template * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class SearchTemplate extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/Authenticate.php b/src/Elasticsearch/Endpoints/Security/Authenticate.php index 6a3f819ef..d7b8a8a13 100644 --- a/src/Elasticsearch/Endpoints/Security/Authenticate.php +++ b/src/Elasticsearch/Endpoints/Security/Authenticate.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.security.authenticate * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Authenticate extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/ChangePassword.php b/src/Elasticsearch/Endpoints/Security/ChangePassword.php index 9119311f4..2326966b5 100644 --- a/src/Elasticsearch/Endpoints/Security/ChangePassword.php +++ b/src/Elasticsearch/Endpoints/Security/ChangePassword.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.security.change_password * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class ChangePassword extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/ClearCachedRealms.php b/src/Elasticsearch/Endpoints/Security/ClearCachedRealms.php index 6c6e264f6..8fa5d2038 100644 --- a/src/Elasticsearch/Endpoints/Security/ClearCachedRealms.php +++ b/src/Elasticsearch/Endpoints/Security/ClearCachedRealms.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.security.clear_cached_realms * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class ClearCachedRealms extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/ClearCachedRoles.php b/src/Elasticsearch/Endpoints/Security/ClearCachedRoles.php index 42ffbc780..ef3705c29 100644 --- a/src/Elasticsearch/Endpoints/Security/ClearCachedRoles.php +++ b/src/Elasticsearch/Endpoints/Security/ClearCachedRoles.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.security.clear_cached_roles * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class ClearCachedRoles extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/CreateApiKey.php b/src/Elasticsearch/Endpoints/Security/CreateApiKey.php index d48c0222b..d6f785c84 100644 --- a/src/Elasticsearch/Endpoints/Security/CreateApiKey.php +++ b/src/Elasticsearch/Endpoints/Security/CreateApiKey.php @@ -23,7 +23,7 @@ * Elasticsearch API name security.create_api_key * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class CreateApiKey extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/DeletePrivileges.php b/src/Elasticsearch/Endpoints/Security/DeletePrivileges.php index 492648bba..0e0dc0ff9 100644 --- a/src/Elasticsearch/Endpoints/Security/DeletePrivileges.php +++ b/src/Elasticsearch/Endpoints/Security/DeletePrivileges.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.security.delete_privileges * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class DeletePrivileges extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/DeleteRole.php b/src/Elasticsearch/Endpoints/Security/DeleteRole.php index 9297d7127..520ea3f8f 100644 --- a/src/Elasticsearch/Endpoints/Security/DeleteRole.php +++ b/src/Elasticsearch/Endpoints/Security/DeleteRole.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.security.delete_role * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class DeleteRole extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/DeleteRoleMapping.php b/src/Elasticsearch/Endpoints/Security/DeleteRoleMapping.php index f29bfb1df..59286c681 100644 --- a/src/Elasticsearch/Endpoints/Security/DeleteRoleMapping.php +++ b/src/Elasticsearch/Endpoints/Security/DeleteRoleMapping.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.security.delete_role_mapping * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class DeleteRoleMapping extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/DeleteUser.php b/src/Elasticsearch/Endpoints/Security/DeleteUser.php index d70e22d76..7769d2d4a 100644 --- a/src/Elasticsearch/Endpoints/Security/DeleteUser.php +++ b/src/Elasticsearch/Endpoints/Security/DeleteUser.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.security.delete_user * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class DeleteUser extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/DisableUser.php b/src/Elasticsearch/Endpoints/Security/DisableUser.php index 0e2251c99..699611c93 100644 --- a/src/Elasticsearch/Endpoints/Security/DisableUser.php +++ b/src/Elasticsearch/Endpoints/Security/DisableUser.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.security.disable_user * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class DisableUser extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/EnableUser.php b/src/Elasticsearch/Endpoints/Security/EnableUser.php index 4ab2a914c..7ac1c7a20 100644 --- a/src/Elasticsearch/Endpoints/Security/EnableUser.php +++ b/src/Elasticsearch/Endpoints/Security/EnableUser.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.security.enable_user * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class EnableUser extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/GetApiKey.php b/src/Elasticsearch/Endpoints/Security/GetApiKey.php index 3e75b8c28..0acd66526 100644 --- a/src/Elasticsearch/Endpoints/Security/GetApiKey.php +++ b/src/Elasticsearch/Endpoints/Security/GetApiKey.php @@ -23,7 +23,7 @@ * Elasticsearch API name security.get_api_key * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetApiKey extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/GetPrivileges.php b/src/Elasticsearch/Endpoints/Security/GetPrivileges.php index 8fa424de7..c1d96567d 100644 --- a/src/Elasticsearch/Endpoints/Security/GetPrivileges.php +++ b/src/Elasticsearch/Endpoints/Security/GetPrivileges.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.security.get_privileges * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetPrivileges extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/GetRole.php b/src/Elasticsearch/Endpoints/Security/GetRole.php index 26c5d008d..c6a1f4db2 100644 --- a/src/Elasticsearch/Endpoints/Security/GetRole.php +++ b/src/Elasticsearch/Endpoints/Security/GetRole.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.security.get_role * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetRole extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/GetRoleMapping.php b/src/Elasticsearch/Endpoints/Security/GetRoleMapping.php index e9005bf15..d394eaf9c 100644 --- a/src/Elasticsearch/Endpoints/Security/GetRoleMapping.php +++ b/src/Elasticsearch/Endpoints/Security/GetRoleMapping.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.security.get_role_mapping * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetRoleMapping extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/GetToken.php b/src/Elasticsearch/Endpoints/Security/GetToken.php index 37863e947..135385bc9 100644 --- a/src/Elasticsearch/Endpoints/Security/GetToken.php +++ b/src/Elasticsearch/Endpoints/Security/GetToken.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.security.get_token * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetToken extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/GetUser.php b/src/Elasticsearch/Endpoints/Security/GetUser.php index aef9460d8..51c1e4c2d 100644 --- a/src/Elasticsearch/Endpoints/Security/GetUser.php +++ b/src/Elasticsearch/Endpoints/Security/GetUser.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.security.get_user * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetUser extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/GetUserPrivileges.php b/src/Elasticsearch/Endpoints/Security/GetUserPrivileges.php index eaf876f27..f0a42b54d 100644 --- a/src/Elasticsearch/Endpoints/Security/GetUserPrivileges.php +++ b/src/Elasticsearch/Endpoints/Security/GetUserPrivileges.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.security.get_user_privileges * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetUserPrivileges extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/HasPrivileges.php b/src/Elasticsearch/Endpoints/Security/HasPrivileges.php index 039f75bc7..7c26d7462 100644 --- a/src/Elasticsearch/Endpoints/Security/HasPrivileges.php +++ b/src/Elasticsearch/Endpoints/Security/HasPrivileges.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.security.has_privileges * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class HasPrivileges extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/InvalidateApiKey.php b/src/Elasticsearch/Endpoints/Security/InvalidateApiKey.php index 0bda9e01a..97da4964c 100644 --- a/src/Elasticsearch/Endpoints/Security/InvalidateApiKey.php +++ b/src/Elasticsearch/Endpoints/Security/InvalidateApiKey.php @@ -23,7 +23,7 @@ * Elasticsearch API name security.invalidate_api_key * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class InvalidateApiKey extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/InvalidateToken.php b/src/Elasticsearch/Endpoints/Security/InvalidateToken.php index c77a6a4e5..ff100e835 100644 --- a/src/Elasticsearch/Endpoints/Security/InvalidateToken.php +++ b/src/Elasticsearch/Endpoints/Security/InvalidateToken.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.security.invalidate_token * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class InvalidateToken extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/PutPrivileges.php b/src/Elasticsearch/Endpoints/Security/PutPrivileges.php index 676f49c8c..e087e66bf 100644 --- a/src/Elasticsearch/Endpoints/Security/PutPrivileges.php +++ b/src/Elasticsearch/Endpoints/Security/PutPrivileges.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.security.put_privileges * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class PutPrivileges extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/PutRole.php b/src/Elasticsearch/Endpoints/Security/PutRole.php index f3f9ab9f7..dcd082ba2 100644 --- a/src/Elasticsearch/Endpoints/Security/PutRole.php +++ b/src/Elasticsearch/Endpoints/Security/PutRole.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.security.put_role * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class PutRole extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/PutRoleMapping.php b/src/Elasticsearch/Endpoints/Security/PutRoleMapping.php index 2011d9408..ee4976eaa 100644 --- a/src/Elasticsearch/Endpoints/Security/PutRoleMapping.php +++ b/src/Elasticsearch/Endpoints/Security/PutRoleMapping.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.security.put_role_mapping * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class PutRoleMapping extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Security/PutUser.php b/src/Elasticsearch/Endpoints/Security/PutUser.php index c7f0d43ed..15cbfb7e6 100644 --- a/src/Elasticsearch/Endpoints/Security/PutUser.php +++ b/src/Elasticsearch/Endpoints/Security/PutUser.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.security.put_user * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class PutUser extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Snapshot/Create.php b/src/Elasticsearch/Endpoints/Snapshot/Create.php index e441553b8..94e7e2ca8 100644 --- a/src/Elasticsearch/Endpoints/Snapshot/Create.php +++ b/src/Elasticsearch/Endpoints/Snapshot/Create.php @@ -24,7 +24,7 @@ * Elasticsearch API name snapshot.create * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Create extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Snapshot/CreateRepository.php b/src/Elasticsearch/Endpoints/Snapshot/CreateRepository.php index 59223684b..3346272ea 100644 --- a/src/Elasticsearch/Endpoints/Snapshot/CreateRepository.php +++ b/src/Elasticsearch/Endpoints/Snapshot/CreateRepository.php @@ -24,7 +24,7 @@ * Elasticsearch API name snapshot.create_repository * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class CreateRepository extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Snapshot/Delete.php b/src/Elasticsearch/Endpoints/Snapshot/Delete.php index 7c19af4d6..6044e8f23 100644 --- a/src/Elasticsearch/Endpoints/Snapshot/Delete.php +++ b/src/Elasticsearch/Endpoints/Snapshot/Delete.php @@ -24,7 +24,7 @@ * Elasticsearch API name snapshot.delete * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Delete extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Snapshot/DeleteRepository.php b/src/Elasticsearch/Endpoints/Snapshot/DeleteRepository.php index a0f3f3788..3a97303d3 100644 --- a/src/Elasticsearch/Endpoints/Snapshot/DeleteRepository.php +++ b/src/Elasticsearch/Endpoints/Snapshot/DeleteRepository.php @@ -24,7 +24,7 @@ * Elasticsearch API name snapshot.delete_repository * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class DeleteRepository extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Snapshot/Get.php b/src/Elasticsearch/Endpoints/Snapshot/Get.php index 071d4868e..8f19ae664 100644 --- a/src/Elasticsearch/Endpoints/Snapshot/Get.php +++ b/src/Elasticsearch/Endpoints/Snapshot/Get.php @@ -24,7 +24,7 @@ * Elasticsearch API name snapshot.get * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Get extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Snapshot/GetRepository.php b/src/Elasticsearch/Endpoints/Snapshot/GetRepository.php index 1713c29c8..9cec750ce 100644 --- a/src/Elasticsearch/Endpoints/Snapshot/GetRepository.php +++ b/src/Elasticsearch/Endpoints/Snapshot/GetRepository.php @@ -23,7 +23,7 @@ * Elasticsearch API name snapshot.get_repository * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetRepository extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Snapshot/Restore.php b/src/Elasticsearch/Endpoints/Snapshot/Restore.php index 8eb3fc213..78808b6f8 100644 --- a/src/Elasticsearch/Endpoints/Snapshot/Restore.php +++ b/src/Elasticsearch/Endpoints/Snapshot/Restore.php @@ -24,7 +24,7 @@ * Elasticsearch API name snapshot.restore * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Restore extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Snapshot/Status.php b/src/Elasticsearch/Endpoints/Snapshot/Status.php index 6b0432e2f..96ed3499b 100644 --- a/src/Elasticsearch/Endpoints/Snapshot/Status.php +++ b/src/Elasticsearch/Endpoints/Snapshot/Status.php @@ -23,7 +23,7 @@ * Elasticsearch API name snapshot.status * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Status extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Snapshot/VerifyRepository.php b/src/Elasticsearch/Endpoints/Snapshot/VerifyRepository.php index 766974d12..e848aac38 100644 --- a/src/Elasticsearch/Endpoints/Snapshot/VerifyRepository.php +++ b/src/Elasticsearch/Endpoints/Snapshot/VerifyRepository.php @@ -24,7 +24,7 @@ * Elasticsearch API name snapshot.verify_repository * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class VerifyRepository extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Sql/ClearCursor.php b/src/Elasticsearch/Endpoints/Sql/ClearCursor.php index ced77ad11..3fc310a9c 100644 --- a/src/Elasticsearch/Endpoints/Sql/ClearCursor.php +++ b/src/Elasticsearch/Endpoints/Sql/ClearCursor.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.sql.clear_cursor * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class ClearCursor extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Sql/Query.php b/src/Elasticsearch/Endpoints/Sql/Query.php index 088eadc74..817920a26 100644 --- a/src/Elasticsearch/Endpoints/Sql/Query.php +++ b/src/Elasticsearch/Endpoints/Sql/Query.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.sql.query * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Query extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Sql/Translate.php b/src/Elasticsearch/Endpoints/Sql/Translate.php index e78c90b7d..e38f9a307 100644 --- a/src/Elasticsearch/Endpoints/Sql/Translate.php +++ b/src/Elasticsearch/Endpoints/Sql/Translate.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.sql.translate * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Translate extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Ssl/Certificates.php b/src/Elasticsearch/Endpoints/Ssl/Certificates.php index a4eb78793..e226d79e7 100644 --- a/src/Elasticsearch/Endpoints/Ssl/Certificates.php +++ b/src/Elasticsearch/Endpoints/Ssl/Certificates.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.ssl.certificates * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Certificates extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Tasks/Cancel.php b/src/Elasticsearch/Endpoints/Tasks/Cancel.php index 1501fd134..ff92e992f 100644 --- a/src/Elasticsearch/Endpoints/Tasks/Cancel.php +++ b/src/Elasticsearch/Endpoints/Tasks/Cancel.php @@ -23,7 +23,7 @@ * Elasticsearch API name tasks.cancel * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Cancel extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Tasks/Get.php b/src/Elasticsearch/Endpoints/Tasks/Get.php index d183a08f5..c71866a95 100644 --- a/src/Elasticsearch/Endpoints/Tasks/Get.php +++ b/src/Elasticsearch/Endpoints/Tasks/Get.php @@ -24,7 +24,7 @@ * Elasticsearch API name tasks.get * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Get extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Tasks/ListTasks.php b/src/Elasticsearch/Endpoints/Tasks/ListTasks.php index 314f1643b..9ecec6cd2 100644 --- a/src/Elasticsearch/Endpoints/Tasks/ListTasks.php +++ b/src/Elasticsearch/Endpoints/Tasks/ListTasks.php @@ -23,7 +23,7 @@ * Elasticsearch API name tasks.list * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class ListTasks extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/TermVectors.php b/src/Elasticsearch/Endpoints/TermVectors.php index a192f431c..cc65890b1 100644 --- a/src/Elasticsearch/Endpoints/TermVectors.php +++ b/src/Elasticsearch/Endpoints/TermVectors.php @@ -24,7 +24,7 @@ * Elasticsearch API name termvectors * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class TermVectors extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Update.php b/src/Elasticsearch/Endpoints/Update.php index b24608474..28cc1b170 100644 --- a/src/Elasticsearch/Endpoints/Update.php +++ b/src/Elasticsearch/Endpoints/Update.php @@ -24,7 +24,7 @@ * Elasticsearch API name update * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Update extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/UpdateByQuery.php b/src/Elasticsearch/Endpoints/UpdateByQuery.php index 17a9fb34e..0615b0677 100644 --- a/src/Elasticsearch/Endpoints/UpdateByQuery.php +++ b/src/Elasticsearch/Endpoints/UpdateByQuery.php @@ -24,7 +24,7 @@ * Elasticsearch API name update_by_query * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class UpdateByQuery extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/UpdateByQueryRethrottle.php b/src/Elasticsearch/Endpoints/UpdateByQueryRethrottle.php index 55edb4652..53308afdc 100644 --- a/src/Elasticsearch/Endpoints/UpdateByQueryRethrottle.php +++ b/src/Elasticsearch/Endpoints/UpdateByQueryRethrottle.php @@ -24,7 +24,7 @@ * Elasticsearch API name update_by_query_rethrottle * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class UpdateByQueryRethrottle extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Watcher/AckWatch.php b/src/Elasticsearch/Endpoints/Watcher/AckWatch.php index a64d145f1..a666839b9 100644 --- a/src/Elasticsearch/Endpoints/Watcher/AckWatch.php +++ b/src/Elasticsearch/Endpoints/Watcher/AckWatch.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.watcher.ack_watch * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class AckWatch extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Watcher/ActivateWatch.php b/src/Elasticsearch/Endpoints/Watcher/ActivateWatch.php index d5c26aa53..3970f65ff 100644 --- a/src/Elasticsearch/Endpoints/Watcher/ActivateWatch.php +++ b/src/Elasticsearch/Endpoints/Watcher/ActivateWatch.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.watcher.activate_watch * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class ActivateWatch extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Watcher/DeactivateWatch.php b/src/Elasticsearch/Endpoints/Watcher/DeactivateWatch.php index 561ac80f2..cf26d06a1 100644 --- a/src/Elasticsearch/Endpoints/Watcher/DeactivateWatch.php +++ b/src/Elasticsearch/Endpoints/Watcher/DeactivateWatch.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.watcher.deactivate_watch * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class DeactivateWatch extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Watcher/DeleteWatch.php b/src/Elasticsearch/Endpoints/Watcher/DeleteWatch.php index 3fed071fe..de9d6075b 100644 --- a/src/Elasticsearch/Endpoints/Watcher/DeleteWatch.php +++ b/src/Elasticsearch/Endpoints/Watcher/DeleteWatch.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.watcher.delete_watch * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class DeleteWatch extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Watcher/ExecuteWatch.php b/src/Elasticsearch/Endpoints/Watcher/ExecuteWatch.php index 4ca94a2b7..ee96d7a11 100644 --- a/src/Elasticsearch/Endpoints/Watcher/ExecuteWatch.php +++ b/src/Elasticsearch/Endpoints/Watcher/ExecuteWatch.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.watcher.execute_watch * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class ExecuteWatch extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Watcher/GetWatch.php b/src/Elasticsearch/Endpoints/Watcher/GetWatch.php index 640cfb9d1..e1f90c915 100644 --- a/src/Elasticsearch/Endpoints/Watcher/GetWatch.php +++ b/src/Elasticsearch/Endpoints/Watcher/GetWatch.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.watcher.get_watch * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GetWatch extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Watcher/PutWatch.php b/src/Elasticsearch/Endpoints/Watcher/PutWatch.php index 5ae952556..7a8091455 100644 --- a/src/Elasticsearch/Endpoints/Watcher/PutWatch.php +++ b/src/Elasticsearch/Endpoints/Watcher/PutWatch.php @@ -24,7 +24,7 @@ * Elasticsearch API name xpack.watcher.put_watch * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class PutWatch extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Watcher/Restart.php b/src/Elasticsearch/Endpoints/Watcher/Restart.php index b214bc80c..46458fbdb 100644 --- a/src/Elasticsearch/Endpoints/Watcher/Restart.php +++ b/src/Elasticsearch/Endpoints/Watcher/Restart.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.watcher.restart * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Restart extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Watcher/Start.php b/src/Elasticsearch/Endpoints/Watcher/Start.php index c00875a1b..550329323 100644 --- a/src/Elasticsearch/Endpoints/Watcher/Start.php +++ b/src/Elasticsearch/Endpoints/Watcher/Start.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.watcher.start * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Start extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Watcher/Stats.php b/src/Elasticsearch/Endpoints/Watcher/Stats.php index c6bec6983..98abecbbb 100644 --- a/src/Elasticsearch/Endpoints/Watcher/Stats.php +++ b/src/Elasticsearch/Endpoints/Watcher/Stats.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.watcher.stats * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Stats extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Watcher/Stop.php b/src/Elasticsearch/Endpoints/Watcher/Stop.php index 5aee09b3a..232a46b3e 100644 --- a/src/Elasticsearch/Endpoints/Watcher/Stop.php +++ b/src/Elasticsearch/Endpoints/Watcher/Stop.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.watcher.stop * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Stop extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Xpack/Info.php b/src/Elasticsearch/Endpoints/Xpack/Info.php index cb02b9706..4af1461ac 100644 --- a/src/Elasticsearch/Endpoints/Xpack/Info.php +++ b/src/Elasticsearch/Endpoints/Xpack/Info.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.info * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Info extends AbstractEndpoint { diff --git a/src/Elasticsearch/Endpoints/Xpack/Usage.php b/src/Elasticsearch/Endpoints/Xpack/Usage.php index e4a4891f3..0bb4d69e1 100644 --- a/src/Elasticsearch/Endpoints/Xpack/Usage.php +++ b/src/Elasticsearch/Endpoints/Xpack/Usage.php @@ -23,7 +23,7 @@ * Elasticsearch API name xpack.usage * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class Usage extends AbstractEndpoint { diff --git a/src/Elasticsearch/Namespaces/CatNamespace.php b/src/Elasticsearch/Namespaces/CatNamespace.php index ab851c7b9..65a35028b 100644 --- a/src/Elasticsearch/Namespaces/CatNamespace.php +++ b/src/Elasticsearch/Namespaces/CatNamespace.php @@ -22,7 +22,7 @@ * Class CatNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class CatNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/CcrNamespace.php b/src/Elasticsearch/Namespaces/CcrNamespace.php index 855c1d5a2..f86985892 100644 --- a/src/Elasticsearch/Namespaces/CcrNamespace.php +++ b/src/Elasticsearch/Namespaces/CcrNamespace.php @@ -22,7 +22,7 @@ * Class CcrNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class CcrNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/ClusterNamespace.php b/src/Elasticsearch/Namespaces/ClusterNamespace.php index a73f28d91..cb9f5d2ea 100644 --- a/src/Elasticsearch/Namespaces/ClusterNamespace.php +++ b/src/Elasticsearch/Namespaces/ClusterNamespace.php @@ -22,7 +22,7 @@ * Class ClusterNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class ClusterNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/GraphNamespace.php b/src/Elasticsearch/Namespaces/GraphNamespace.php index 9427caf94..cb8d929d9 100644 --- a/src/Elasticsearch/Namespaces/GraphNamespace.php +++ b/src/Elasticsearch/Namespaces/GraphNamespace.php @@ -22,7 +22,7 @@ * Class GraphNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class GraphNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/IlmNamespace.php b/src/Elasticsearch/Namespaces/IlmNamespace.php index 83a2d0344..2f753a5ae 100644 --- a/src/Elasticsearch/Namespaces/IlmNamespace.php +++ b/src/Elasticsearch/Namespaces/IlmNamespace.php @@ -22,7 +22,7 @@ * Class IlmNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class IlmNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/IndicesNamespace.php b/src/Elasticsearch/Namespaces/IndicesNamespace.php index a494900ab..e74debc84 100644 --- a/src/Elasticsearch/Namespaces/IndicesNamespace.php +++ b/src/Elasticsearch/Namespaces/IndicesNamespace.php @@ -22,7 +22,7 @@ * Class IndicesNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class IndicesNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/IngestNamespace.php b/src/Elasticsearch/Namespaces/IngestNamespace.php index c95d625b7..be715c37f 100644 --- a/src/Elasticsearch/Namespaces/IngestNamespace.php +++ b/src/Elasticsearch/Namespaces/IngestNamespace.php @@ -22,7 +22,7 @@ * Class IngestNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class IngestNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/LicenseNamespace.php b/src/Elasticsearch/Namespaces/LicenseNamespace.php index eb1b074f0..349706b17 100644 --- a/src/Elasticsearch/Namespaces/LicenseNamespace.php +++ b/src/Elasticsearch/Namespaces/LicenseNamespace.php @@ -22,7 +22,7 @@ * Class LicenseNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class LicenseNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/MigrationNamespace.php b/src/Elasticsearch/Namespaces/MigrationNamespace.php index f1c2d6145..f90576238 100644 --- a/src/Elasticsearch/Namespaces/MigrationNamespace.php +++ b/src/Elasticsearch/Namespaces/MigrationNamespace.php @@ -22,7 +22,7 @@ * Class MigrationNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class MigrationNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/MlNamespace.php b/src/Elasticsearch/Namespaces/MlNamespace.php index 356205938..bee1bf9dc 100644 --- a/src/Elasticsearch/Namespaces/MlNamespace.php +++ b/src/Elasticsearch/Namespaces/MlNamespace.php @@ -22,7 +22,7 @@ * Class MlNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class MlNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/MonitoringNamespace.php b/src/Elasticsearch/Namespaces/MonitoringNamespace.php index 9cfa741e1..a72a63637 100644 --- a/src/Elasticsearch/Namespaces/MonitoringNamespace.php +++ b/src/Elasticsearch/Namespaces/MonitoringNamespace.php @@ -22,7 +22,7 @@ * Class MonitoringNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class MonitoringNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/NodesNamespace.php b/src/Elasticsearch/Namespaces/NodesNamespace.php index 092b4ee34..328034e3a 100644 --- a/src/Elasticsearch/Namespaces/NodesNamespace.php +++ b/src/Elasticsearch/Namespaces/NodesNamespace.php @@ -22,7 +22,7 @@ * Class NodesNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class NodesNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/RollupNamespace.php b/src/Elasticsearch/Namespaces/RollupNamespace.php index fab2ecad3..b255b1451 100644 --- a/src/Elasticsearch/Namespaces/RollupNamespace.php +++ b/src/Elasticsearch/Namespaces/RollupNamespace.php @@ -22,7 +22,7 @@ * Class RollupNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class RollupNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/SecurityNamespace.php b/src/Elasticsearch/Namespaces/SecurityNamespace.php index d6d8666df..96c594dce 100644 --- a/src/Elasticsearch/Namespaces/SecurityNamespace.php +++ b/src/Elasticsearch/Namespaces/SecurityNamespace.php @@ -22,7 +22,7 @@ * Class SecurityNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class SecurityNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/SnapshotNamespace.php b/src/Elasticsearch/Namespaces/SnapshotNamespace.php index f4281723e..c2cbf53c6 100644 --- a/src/Elasticsearch/Namespaces/SnapshotNamespace.php +++ b/src/Elasticsearch/Namespaces/SnapshotNamespace.php @@ -22,7 +22,7 @@ * Class SnapshotNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class SnapshotNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/SqlNamespace.php b/src/Elasticsearch/Namespaces/SqlNamespace.php index d69466f5d..55fbb7383 100644 --- a/src/Elasticsearch/Namespaces/SqlNamespace.php +++ b/src/Elasticsearch/Namespaces/SqlNamespace.php @@ -22,7 +22,7 @@ * Class SqlNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class SqlNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/SslNamespace.php b/src/Elasticsearch/Namespaces/SslNamespace.php index 5e752f251..063e4c115 100644 --- a/src/Elasticsearch/Namespaces/SslNamespace.php +++ b/src/Elasticsearch/Namespaces/SslNamespace.php @@ -22,7 +22,7 @@ * Class SslNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class SslNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/TasksNamespace.php b/src/Elasticsearch/Namespaces/TasksNamespace.php index a316ca60f..6ef0446e2 100644 --- a/src/Elasticsearch/Namespaces/TasksNamespace.php +++ b/src/Elasticsearch/Namespaces/TasksNamespace.php @@ -22,7 +22,7 @@ * Class TasksNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class TasksNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/WatcherNamespace.php b/src/Elasticsearch/Namespaces/WatcherNamespace.php index d1c5cdf6f..44749aa86 100644 --- a/src/Elasticsearch/Namespaces/WatcherNamespace.php +++ b/src/Elasticsearch/Namespaces/WatcherNamespace.php @@ -22,7 +22,7 @@ * Class WatcherNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class WatcherNamespace extends AbstractNamespace { diff --git a/src/Elasticsearch/Namespaces/XpackNamespace.php b/src/Elasticsearch/Namespaces/XpackNamespace.php index 279bb1cea..d7756604e 100644 --- a/src/Elasticsearch/Namespaces/XpackNamespace.php +++ b/src/Elasticsearch/Namespaces/XpackNamespace.php @@ -22,7 +22,7 @@ * Class XpackNamespace * * NOTE: this file is autogenerated using util/GenerateEndpoints.php - * and Elasticsearch 6.8.17 (fcef770) + * and Elasticsearch 6.8.16 (1f62092) */ class XpackNamespace extends AbstractNamespace { From 3df21207bc4850770e320266dec48e1cb7aae5b3 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Tue, 6 Jul 2021 14:58:40 +0200 Subject: [PATCH 6/6] Set symplify/git-wrapper < 9.3.27 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 302297bad..2fbb0f6c7 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "psr/log": "~1.0" }, "require-dev": { - "symplify/git-wrapper": "~9.0", + "symplify/git-wrapper": ">=9.0 <9.3.27", "doctrine/inflector": "^1.3", "mockery/mockery": "^1.2", "phpstan/phpstan": "^0.12",