@algolia/client-search 5.23.0 → 5.23.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/browser.d.ts +19 -1
- package/dist/builds/browser.js +19 -1
- package/dist/builds/browser.js.map +1 -1
- package/dist/builds/browser.min.js +1 -1
- package/dist/builds/browser.min.js.map +1 -1
- package/dist/builds/browser.umd.js +1 -1
- package/dist/builds/fetch.js +19 -1
- package/dist/builds/fetch.js.map +1 -1
- package/dist/builds/node.cjs +19 -1
- package/dist/builds/node.cjs.map +1 -1
- package/dist/builds/node.js +19 -1
- package/dist/builds/node.js.map +1 -1
- package/dist/builds/worker.js +19 -1
- package/dist/builds/worker.js.map +1 -1
- package/dist/fetch.d.ts +19 -1
- package/dist/node.d.cts +19 -1
- package/dist/node.d.ts +19 -1
- package/dist/src/searchClient.cjs +19 -1
- package/dist/src/searchClient.cjs.map +1 -1
- package/dist/src/searchClient.js +19 -1
- package/dist/src/searchClient.js.map +1 -1
- package/dist/worker.d.ts +19 -1
- package/package.json +7 -7
package/dist/worker.d.ts
CHANGED
|
@@ -3028,7 +3028,7 @@ type ReplaceAllObjectsOptions = {
|
|
|
3028
3028
|
scopes?: Array<ScopeType>;
|
|
3029
3029
|
};
|
|
3030
3030
|
|
|
3031
|
-
declare const apiClientVersion = "5.23.
|
|
3031
|
+
declare const apiClientVersion = "5.23.1";
|
|
3032
3032
|
declare function createSearchClient({ appId: appIdOption, apiKey: apiKeyOption, authMode, algoliaAgents, ...options }: CreateClientOptions): {
|
|
3033
3033
|
transporter: _algolia_client_common.Transporter;
|
|
3034
3034
|
/**
|
|
@@ -3256,6 +3256,8 @@ declare function createSearchClient({ appId: appIdOption, apiKey: apiKeyOption,
|
|
|
3256
3256
|
*
|
|
3257
3257
|
* Required API Key ACLs:
|
|
3258
3258
|
* - admin
|
|
3259
|
+
*
|
|
3260
|
+
* @deprecated
|
|
3259
3261
|
* @param assignUserId - The assignUserId object.
|
|
3260
3262
|
* @param assignUserId.xAlgoliaUserID - Unique identifier of the user who makes the search request.
|
|
3261
3263
|
* @param assignUserId.assignUserIdParams - The assignUserIdParams object.
|
|
@@ -3275,6 +3277,8 @@ declare function createSearchClient({ appId: appIdOption, apiKey: apiKeyOption,
|
|
|
3275
3277
|
*
|
|
3276
3278
|
* Required API Key ACLs:
|
|
3277
3279
|
* - admin
|
|
3280
|
+
*
|
|
3281
|
+
* @deprecated
|
|
3278
3282
|
* @param batchAssignUserIds - The batchAssignUserIds object.
|
|
3279
3283
|
* @param batchAssignUserIds.xAlgoliaUserID - Unique identifier of the user who makes the search request.
|
|
3280
3284
|
* @param batchAssignUserIds.batchAssignUserIdsParams - The batchAssignUserIdsParams object.
|
|
@@ -3570,6 +3574,8 @@ declare function createSearchClient({ appId: appIdOption, apiKey: apiKeyOption,
|
|
|
3570
3574
|
*
|
|
3571
3575
|
* Required API Key ACLs:
|
|
3572
3576
|
* - admin
|
|
3577
|
+
*
|
|
3578
|
+
* @deprecated
|
|
3573
3579
|
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
|
|
3574
3580
|
*/
|
|
3575
3581
|
getTopUserIds(requestOptions?: RequestOptions): Promise<GetTopUserIdsResponse>;
|
|
@@ -3578,6 +3584,8 @@ declare function createSearchClient({ appId: appIdOption, apiKey: apiKeyOption,
|
|
|
3578
3584
|
*
|
|
3579
3585
|
* Required API Key ACLs:
|
|
3580
3586
|
* - admin
|
|
3587
|
+
*
|
|
3588
|
+
* @deprecated
|
|
3581
3589
|
* @param getUserId - The getUserId object.
|
|
3582
3590
|
* @param getUserId.userID - Unique identifier of the user who makes the search request.
|
|
3583
3591
|
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
|
|
@@ -3588,6 +3596,8 @@ declare function createSearchClient({ appId: appIdOption, apiKey: apiKeyOption,
|
|
|
3588
3596
|
*
|
|
3589
3597
|
* Required API Key ACLs:
|
|
3590
3598
|
* - admin
|
|
3599
|
+
*
|
|
3600
|
+
* @deprecated
|
|
3591
3601
|
* @param hasPendingMappings - The hasPendingMappings object.
|
|
3592
3602
|
* @param hasPendingMappings.getClusters - Whether to include the cluster\'s pending mapping state in the response.
|
|
3593
3603
|
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
|
|
@@ -3606,6 +3616,8 @@ declare function createSearchClient({ appId: appIdOption, apiKey: apiKeyOption,
|
|
|
3606
3616
|
*
|
|
3607
3617
|
* Required API Key ACLs:
|
|
3608
3618
|
* - admin
|
|
3619
|
+
*
|
|
3620
|
+
* @deprecated
|
|
3609
3621
|
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
|
|
3610
3622
|
*/
|
|
3611
3623
|
listClusters(requestOptions?: RequestOptions): Promise<ListClustersResponse>;
|
|
@@ -3625,6 +3637,8 @@ declare function createSearchClient({ appId: appIdOption, apiKey: apiKeyOption,
|
|
|
3625
3637
|
*
|
|
3626
3638
|
* Required API Key ACLs:
|
|
3627
3639
|
* - admin
|
|
3640
|
+
*
|
|
3641
|
+
* @deprecated
|
|
3628
3642
|
* @param listUserIds - The listUserIds object.
|
|
3629
3643
|
* @param listUserIds.page - Requested page of the API response. If `null`, the API response is not paginated.
|
|
3630
3644
|
* @param listUserIds.hitsPerPage - Number of hits per page.
|
|
@@ -3666,6 +3680,8 @@ declare function createSearchClient({ appId: appIdOption, apiKey: apiKeyOption,
|
|
|
3666
3680
|
*
|
|
3667
3681
|
* Required API Key ACLs:
|
|
3668
3682
|
* - admin
|
|
3683
|
+
*
|
|
3684
|
+
* @deprecated
|
|
3669
3685
|
* @param removeUserId - The removeUserId object.
|
|
3670
3686
|
* @param removeUserId.userID - Unique identifier of the user who makes the search request.
|
|
3671
3687
|
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
|
|
@@ -3824,6 +3840,8 @@ declare function createSearchClient({ appId: appIdOption, apiKey: apiKeyOption,
|
|
|
3824
3840
|
*
|
|
3825
3841
|
* Required API Key ACLs:
|
|
3826
3842
|
* - admin
|
|
3843
|
+
*
|
|
3844
|
+
* @deprecated
|
|
3827
3845
|
* @param searchUserIdsParams - The searchUserIdsParams object.
|
|
3828
3846
|
* @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
|
|
3829
3847
|
*/
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "5.23.
|
|
2
|
+
"version": "5.23.1",
|
|
3
3
|
"repository": {
|
|
4
4
|
"type": "git",
|
|
5
5
|
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
|
|
@@ -49,18 +49,18 @@
|
|
|
49
49
|
"index.d.ts"
|
|
50
50
|
],
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@algolia/client-common": "5.23.
|
|
53
|
-
"@algolia/requester-browser-xhr": "5.23.
|
|
54
|
-
"@algolia/requester-fetch": "5.23.
|
|
55
|
-
"@algolia/requester-node-http": "5.23.
|
|
52
|
+
"@algolia/client-common": "5.23.1",
|
|
53
|
+
"@algolia/requester-browser-xhr": "5.23.1",
|
|
54
|
+
"@algolia/requester-fetch": "5.23.1",
|
|
55
|
+
"@algolia/requester-node-http": "5.23.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@arethetypeswrong/cli": "0.17.4",
|
|
59
|
-
"@types/node": "22.13.
|
|
59
|
+
"@types/node": "22.13.14",
|
|
60
60
|
"publint": "0.3.9",
|
|
61
61
|
"rollup": "4.36.0",
|
|
62
62
|
"tsup": "8.4.0",
|
|
63
|
-
"typescript": "5.
|
|
63
|
+
"typescript": "5.8.2"
|
|
64
64
|
},
|
|
65
65
|
"engines": {
|
|
66
66
|
"node": ">= 14.0.0"
|