Skip to content

Commit f029a18

Browse files
algolia-botmillotp
andcommitted
fix(specs): deprecate task v1 [skip-bc] (generated)
algolia/api-clients-automation#4327 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent c3e6ad2 commit f029a18

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

lib/Api/IngestionClient.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,8 @@ public function createTask($taskCreate, $requestOptions = [])
294294
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
295295
*
296296
* @return \Algolia\AlgoliaSearch\Model\Ingestion\TaskCreateResponse|array<string, mixed>
297+
*
298+
* @deprecated
297299
*/
298300
public function createTaskV1($taskCreate, $requestOptions = [])
299301
{
@@ -660,6 +662,8 @@ public function deleteTask($taskID, $requestOptions = [])
660662
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
661663
*
662664
* @return \Algolia\AlgoliaSearch\Model\Ingestion\DeleteResponse|array<string, mixed>
665+
*
666+
* @deprecated
663667
*/
664668
public function deleteTaskV1($taskID, $requestOptions = [])
665669
{
@@ -852,6 +856,8 @@ public function enableTask($taskID, $requestOptions = [])
852856
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
853857
*
854858
* @return \Algolia\AlgoliaSearch\Model\Ingestion\TaskUpdateResponse|array<string, mixed>
859+
*
860+
* @deprecated
855861
*/
856862
public function enableTaskV1($taskID, $requestOptions = [])
857863
{
@@ -1141,6 +1147,8 @@ public function getTask($taskID, $requestOptions = [])
11411147
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
11421148
*
11431149
* @return \Algolia\AlgoliaSearch\Model\Ingestion\TaskV1|array<string, mixed>
1150+
*
1151+
* @deprecated
11441152
*/
11451153
public function getTaskV1($taskID, $requestOptions = [])
11461154
{
@@ -1647,6 +1655,8 @@ public function listTasks($itemsPerPage = null, $page = null, $action = null, $e
16471655
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
16481656
*
16491657
* @return \Algolia\AlgoliaSearch\Model\Ingestion\ListTasksResponseV1|array<string, mixed>
1658+
*
1659+
* @deprecated
16501660
*/
16511661
public function listTasksV1($itemsPerPage = null, $page = null, $action = null, $enabled = null, $sourceID = null, $destinationID = null, $triggerType = null, $sort = null, $order = null, $requestOptions = [])
16521662
{
@@ -1912,6 +1922,8 @@ public function runTask($taskID, $requestOptions = [])
19121922
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
19131923
*
19141924
* @return \Algolia\AlgoliaSearch\Model\Ingestion\RunResponse|array<string, mixed>
1925+
*
1926+
* @deprecated
19151927
*/
19161928
public function runTaskV1($taskID, $requestOptions = [])
19171929
{
@@ -2091,6 +2103,8 @@ public function searchTasks($taskSearch, $requestOptions = [])
20912103
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
20922104
*
20932105
* @return \Algolia\AlgoliaSearch\Model\Ingestion\TaskV1[]|array<string, mixed>
2106+
*
2107+
* @deprecated
20942108
*/
20952109
public function searchTasksV1($taskSearch, $requestOptions = [])
20962110
{
@@ -2506,6 +2520,8 @@ public function updateTask($taskID, $taskUpdate, $requestOptions = [])
25062520
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
25072521
*
25082522
* @return \Algolia\AlgoliaSearch\Model\Ingestion\TaskUpdateResponse|array<string, mixed>
2523+
*
2524+
* @deprecated
25092525
*/
25102526
public function updateTaskV1($taskID, $taskUpdate, $requestOptions = [])
25112527
{

0 commit comments

Comments
 (0)