Skip to content

Commit 5284599

Browse files
committed
Updated endpoints to 7.7
1 parent 56332d9 commit 5284599

File tree

143 files changed

+715
-215
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+715
-215
lines changed

src/Elasticsearch/Client.php

Lines changed: 31 additions & 28 deletions
Large diffs are not rendered by default.

src/Elasticsearch/Endpoints/Bulk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* Class Bulk
1313
* Elasticsearch API name bulk
14-
* Generated running $ php util/GenerateEndpoints.php 7.6.0
14+
* Generated running $ php util/GenerateEndpoints.php 7.7
1515
*
1616
* @category Elasticsearch
1717
* @package Elasticsearch\Endpoints

src/Elasticsearch/Endpoints/Cat/Aliases.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/**
99
* Class Aliases
1010
* Elasticsearch API name cat.aliases
11-
* Generated running $ php util/GenerateEndpoints.php 7.6.0
11+
* Generated running $ php util/GenerateEndpoints.php 7.7
1212
*
1313
* @category Elasticsearch
1414
* @package Elasticsearch\Endpoints\Cat
@@ -38,7 +38,8 @@ public function getParamWhitelist(): array
3838
'h',
3939
'help',
4040
's',
41-
'v'
41+
'v',
42+
'expand_wildcards'
4243
];
4344
}
4445

src/Elasticsearch/Endpoints/Cat/Allocation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/**
99
* Class Allocation
1010
* Elasticsearch API name cat.allocation
11-
* Generated running $ php util/GenerateEndpoints.php 7.6.0
11+
* Generated running $ php util/GenerateEndpoints.php 7.7
1212
*
1313
* @category Elasticsearch
1414
* @package Elasticsearch\Endpoints\Cat

src/Elasticsearch/Endpoints/Cat/Count.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/**
99
* Class Count
1010
* Elasticsearch API name cat.count
11-
* Generated running $ php util/GenerateEndpoints.php 7.6.0
11+
* Generated running $ php util/GenerateEndpoints.php 7.7
1212
*
1313
* @category Elasticsearch
1414
* @package Elasticsearch\Endpoints\Cat

src/Elasticsearch/Endpoints/Cat/Fielddata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/**
99
* Class Fielddata
1010
* Elasticsearch API name cat.fielddata
11-
* Generated running $ php util/GenerateEndpoints.php 7.6.0
11+
* Generated running $ php util/GenerateEndpoints.php 7.7
1212
*
1313
* @category Elasticsearch
1414
* @package Elasticsearch\Endpoints\Cat

src/Elasticsearch/Endpoints/Cat/Health.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/**
99
* Class Health
1010
* Elasticsearch API name cat.health
11-
* Generated running $ php util/GenerateEndpoints.php 7.6.0
11+
* Generated running $ php util/GenerateEndpoints.php 7.7
1212
*
1313
* @category Elasticsearch
1414
* @package Elasticsearch\Endpoints\Cat

src/Elasticsearch/Endpoints/Cat/Help.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/**
99
* Class Help
1010
* Elasticsearch API name cat.help
11-
* Generated running $ php util/GenerateEndpoints.php 7.6.0
11+
* Generated running $ php util/GenerateEndpoints.php 7.7
1212
*
1313
* @category Elasticsearch
1414
* @package Elasticsearch\Endpoints\Cat

src/Elasticsearch/Endpoints/Cat/Indices.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/**
99
* Class Indices
1010
* Elasticsearch API name cat.indices
11-
* Generated running $ php util/GenerateEndpoints.php 7.6.0
11+
* Generated running $ php util/GenerateEndpoints.php 7.7
1212
*
1313
* @category Elasticsearch
1414
* @package Elasticsearch\Endpoints\Cat
@@ -43,7 +43,8 @@ public function getParamWhitelist(): array
4343
's',
4444
'time',
4545
'v',
46-
'include_unloaded_segments'
46+
'include_unloaded_segments',
47+
'expand_wildcards'
4748
];
4849
}
4950

src/Elasticsearch/Endpoints/Cat/Master.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/**
99
* Class Master
1010
* Elasticsearch API name cat.master
11-
* Generated running $ php util/GenerateEndpoints.php 7.6.0
11+
* Generated running $ php util/GenerateEndpoints.php 7.7
1212
*
1313
* @category Elasticsearch
1414
* @package Elasticsearch\Endpoints\Cat

0 commit comments

Comments
 (0)