@@ -399,6 +399,8 @@ export function createIngestionClient({
399
399
400
400
/**
401
401
* Creates a new task using the v1 endpoint, please use `createTask` instead.
402
+ *
403
+ * @deprecated
402
404
* @param taskCreate - Request body for creating a task.
403
405
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
404
406
*/
@@ -716,6 +718,8 @@ export function createIngestionClient({
716
718
717
719
/**
718
720
* Deletes a task by its ID using the v1 endpoint, please use `deleteTask` instead.
721
+ *
722
+ * @deprecated
719
723
* @param deleteTaskV1 - The deleteTaskV1 object.
720
724
* @param deleteTaskV1.taskID - Unique identifier of a task.
721
725
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
@@ -807,6 +811,8 @@ export function createIngestionClient({
807
811
* - addObject
808
812
* - deleteIndex
809
813
* - editSettings
814
+ *
815
+ * @deprecated
810
816
* @param disableTaskV1 - The disableTaskV1 object.
811
817
* @param disableTaskV1.taskID - Unique identifier of a task.
812
818
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
@@ -867,6 +873,8 @@ export function createIngestionClient({
867
873
* - addObject
868
874
* - deleteIndex
869
875
* - editSettings
876
+ *
877
+ * @deprecated
870
878
* @param enableTaskV1 - The enableTaskV1 object.
871
879
* @param enableTaskV1.taskID - Unique identifier of a task.
872
880
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
@@ -1093,6 +1101,8 @@ export function createIngestionClient({
1093
1101
* - addObject
1094
1102
* - deleteIndex
1095
1103
* - editSettings
1104
+ *
1105
+ * @deprecated
1096
1106
* @param getTaskV1 - The getTaskV1 object.
1097
1107
* @param getTaskV1.taskID - Unique identifier of a task.
1098
1108
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
@@ -1579,6 +1589,8 @@ export function createIngestionClient({
1579
1589
* - addObject
1580
1590
* - deleteIndex
1581
1591
* - editSettings
1592
+ *
1593
+ * @deprecated
1582
1594
* @param listTasksV1 - The listTasksV1 object.
1583
1595
* @param listTasksV1.itemsPerPage - Number of items per page.
1584
1596
* @param listTasksV1.page - Page number of the paginated API response.
@@ -1825,6 +1837,8 @@ export function createIngestionClient({
1825
1837
* - addObject
1826
1838
* - deleteIndex
1827
1839
* - editSettings
1840
+ *
1841
+ * @deprecated
1828
1842
* @param runTaskV1 - The runTaskV1 object.
1829
1843
* @param runTaskV1.taskID - Unique identifier of a task.
1830
1844
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
@@ -1999,6 +2013,8 @@ export function createIngestionClient({
1999
2013
* - addObject
2000
2014
* - deleteIndex
2001
2015
* - editSettings
2016
+ *
2017
+ * @deprecated
2002
2018
* @param taskSearch - The taskSearch object.
2003
2019
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
2004
2020
*/
@@ -2354,6 +2370,8 @@ export function createIngestionClient({
2354
2370
2355
2371
/**
2356
2372
* Updates a task by its ID using the v1 endpoint, please use `updateTask` instead.
2373
+ *
2374
+ * @deprecated
2357
2375
* @param updateTaskV1 - The updateTaskV1 object.
2358
2376
* @param updateTaskV1.taskID - Unique identifier of a task.
2359
2377
* @param updateTaskV1.taskUpdate - The taskUpdate object.
0 commit comments