@@ -399,6 +399,8 @@ export function createIngestionClient({
399399
400400 /**
401401 * Creates a new task using the v1 endpoint, please use `createTask` instead.
402+ *
403+ * @deprecated
402404 * @param taskCreate - Request body for creating a task.
403405 * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
404406 */
@@ -716,6 +718,8 @@ export function createIngestionClient({
716718
717719 /**
718720 * Deletes a task by its ID using the v1 endpoint, please use `deleteTask` instead.
721+ *
722+ * @deprecated
719723 * @param deleteTaskV1 - The deleteTaskV1 object.
720724 * @param deleteTaskV1.taskID - Unique identifier of a task.
721725 * @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({
807811 * - addObject
808812 * - deleteIndex
809813 * - editSettings
814+ *
815+ * @deprecated
810816 * @param disableTaskV1 - The disableTaskV1 object.
811817 * @param disableTaskV1.taskID - Unique identifier of a task.
812818 * @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({
867873 * - addObject
868874 * - deleteIndex
869875 * - editSettings
876+ *
877+ * @deprecated
870878 * @param enableTaskV1 - The enableTaskV1 object.
871879 * @param enableTaskV1.taskID - Unique identifier of a task.
872880 * @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({
10931101 * - addObject
10941102 * - deleteIndex
10951103 * - editSettings
1104+ *
1105+ * @deprecated
10961106 * @param getTaskV1 - The getTaskV1 object.
10971107 * @param getTaskV1.taskID - Unique identifier of a task.
10981108 * @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({
15791589 * - addObject
15801590 * - deleteIndex
15811591 * - editSettings
1592+ *
1593+ * @deprecated
15821594 * @param listTasksV1 - The listTasksV1 object.
15831595 * @param listTasksV1.itemsPerPage - Number of items per page.
15841596 * @param listTasksV1.page - Page number of the paginated API response.
@@ -1825,6 +1837,8 @@ export function createIngestionClient({
18251837 * - addObject
18261838 * - deleteIndex
18271839 * - editSettings
1840+ *
1841+ * @deprecated
18281842 * @param runTaskV1 - The runTaskV1 object.
18291843 * @param runTaskV1.taskID - Unique identifier of a task.
18301844 * @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({
19992013 * - addObject
20002014 * - deleteIndex
20012015 * - editSettings
2016+ *
2017+ * @deprecated
20022018 * @param taskSearch - The taskSearch object.
20032019 * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
20042020 */
@@ -2354,6 +2370,8 @@ export function createIngestionClient({
23542370
23552371 /**
23562372 * Updates a task by its ID using the v1 endpoint, please use `updateTask` instead.
2373+ *
2374+ * @deprecated
23572375 * @param updateTaskV1 - The updateTaskV1 object.
23582376 * @param updateTaskV1.taskID - Unique identifier of a task.
23592377 * @param updateTaskV1.taskUpdate - The taskUpdate object.
0 commit comments