Skip to content

Commit

Permalink
fix(specs): deprecate task v1 [skip-bc] (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4327

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
  • Loading branch information
algolia-bot and millotp committed Jan 13, 2025
1 parent c3e6ad2 commit f029a18
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions lib/Api/IngestionClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ public function createTask($taskCreate, $requestOptions = [])
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
*
* @return \Algolia\AlgoliaSearch\Model\Ingestion\TaskCreateResponse|array<string, mixed>
*
* @deprecated
*/
public function createTaskV1($taskCreate, $requestOptions = [])
{
Expand Down Expand Up @@ -660,6 +662,8 @@ public function deleteTask($taskID, $requestOptions = [])
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
*
* @return \Algolia\AlgoliaSearch\Model\Ingestion\DeleteResponse|array<string, mixed>
*
* @deprecated
*/
public function deleteTaskV1($taskID, $requestOptions = [])
{
Expand Down Expand Up @@ -852,6 +856,8 @@ public function enableTask($taskID, $requestOptions = [])
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
*
* @return \Algolia\AlgoliaSearch\Model\Ingestion\TaskUpdateResponse|array<string, mixed>
*
* @deprecated
*/
public function enableTaskV1($taskID, $requestOptions = [])
{
Expand Down Expand Up @@ -1141,6 +1147,8 @@ public function getTask($taskID, $requestOptions = [])
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
*
* @return \Algolia\AlgoliaSearch\Model\Ingestion\TaskV1|array<string, mixed>
*
* @deprecated
*/
public function getTaskV1($taskID, $requestOptions = [])
{
Expand Down Expand Up @@ -1647,6 +1655,8 @@ public function listTasks($itemsPerPage = null, $page = null, $action = null, $e
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
*
* @return \Algolia\AlgoliaSearch\Model\Ingestion\ListTasksResponseV1|array<string, mixed>
*
* @deprecated
*/
public function listTasksV1($itemsPerPage = null, $page = null, $action = null, $enabled = null, $sourceID = null, $destinationID = null, $triggerType = null, $sort = null, $order = null, $requestOptions = [])
{
Expand Down Expand Up @@ -1912,6 +1922,8 @@ public function runTask($taskID, $requestOptions = [])
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
*
* @return \Algolia\AlgoliaSearch\Model\Ingestion\RunResponse|array<string, mixed>
*
* @deprecated
*/
public function runTaskV1($taskID, $requestOptions = [])
{
Expand Down Expand Up @@ -2091,6 +2103,8 @@ public function searchTasks($taskSearch, $requestOptions = [])
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
*
* @return \Algolia\AlgoliaSearch\Model\Ingestion\TaskV1[]|array<string, mixed>
*
* @deprecated
*/
public function searchTasksV1($taskSearch, $requestOptions = [])
{
Expand Down Expand Up @@ -2506,6 +2520,8 @@ public function updateTask($taskID, $taskUpdate, $requestOptions = [])
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
*
* @return \Algolia\AlgoliaSearch\Model\Ingestion\TaskUpdateResponse|array<string, mixed>
*
* @deprecated
*/
public function updateTaskV1($taskID, $taskUpdate, $requestOptions = [])
{
Expand Down

0 comments on commit f029a18

Please sign in to comment.