@@ -319,6 +319,8 @@ public function appendSource($source, $requestOptions = [])
319
319
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
320
320
*
321
321
* @return array<string, mixed>|CreatedAtResponse
322
+ *
323
+ * @deprecated
322
324
*/
323
325
public function assignUserId ($ xAlgoliaUserID , $ assignUserIdParams , $ requestOptions = [])
324
326
{
@@ -406,6 +408,8 @@ public function batch($indexName, $batchWriteParams, $requestOptions = [])
406
408
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
407
409
*
408
410
* @return array<string, mixed>|CreatedAtResponse
411
+ *
412
+ * @deprecated
409
413
*/
410
414
public function batchAssignUserIds ($ xAlgoliaUserID , $ batchAssignUserIdsParams , $ requestOptions = [])
411
415
{
@@ -1602,6 +1606,8 @@ public function getTask($indexName, $taskID, $requestOptions = [])
1602
1606
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
1603
1607
*
1604
1608
* @return array<string, mixed>|GetTopUserIdsResponse
1609
+ *
1610
+ * @deprecated
1605
1611
*/
1606
1612
public function getTopUserIds ($ requestOptions = [])
1607
1613
{
@@ -1623,6 +1629,8 @@ public function getTopUserIds($requestOptions = [])
1623
1629
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
1624
1630
*
1625
1631
* @return array<string, mixed>|UserId
1632
+ *
1633
+ * @deprecated
1626
1634
*/
1627
1635
public function getUserId ($ userID , $ requestOptions = [])
1628
1636
{
@@ -1660,6 +1668,8 @@ public function getUserId($userID, $requestOptions = [])
1660
1668
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
1661
1669
*
1662
1670
* @return array<string, mixed>|HasPendingMappingsResponse
1671
+ *
1672
+ * @deprecated
1663
1673
*/
1664
1674
public function hasPendingMappings ($ getClusters = null , $ requestOptions = [])
1665
1675
{
@@ -1704,6 +1714,8 @@ public function listApiKeys($requestOptions = [])
1704
1714
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
1705
1715
*
1706
1716
* @return array<string, mixed>|ListClustersResponse
1717
+ *
1718
+ * @deprecated
1707
1719
*/
1708
1720
public function listClusters ($ requestOptions = [])
1709
1721
{
@@ -1756,6 +1768,8 @@ public function listIndices($page = null, $hitsPerPage = null, $requestOptions =
1756
1768
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
1757
1769
*
1758
1770
* @return array<string, mixed>|ListUserIdsResponse
1771
+ *
1772
+ * @deprecated
1759
1773
*/
1760
1774
public function listUserIds ($ page = null , $ hitsPerPage = null , $ requestOptions = [])
1761
1775
{
@@ -1929,6 +1943,8 @@ public function partialUpdateObject($indexName, $objectID, $attributesToUpdate,
1929
1943
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
1930
1944
*
1931
1945
* @return array<string, mixed>|RemoveUserIdResponse
1946
+ *
1947
+ * @deprecated
1932
1948
*/
1933
1949
public function removeUserId ($ userID , $ requestOptions = [])
1934
1950
{
@@ -2617,6 +2633,8 @@ public function searchSynonyms($indexName, $searchSynonymsParams = null, $reques
2617
2633
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
2618
2634
*
2619
2635
* @return array<string, mixed>|SearchUserIdsResponse
2636
+ *
2637
+ * @deprecated
2620
2638
*/
2621
2639
public function searchUserIds ($ searchUserIdsParams , $ requestOptions = [])
2622
2640
{
0 commit comments