@algolia/client-search 4.19.1 → 4.21.0
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.
|
@@ -1248,6 +1248,7 @@ const ApiKeyACLEnum = {
|
|
|
1248
1248
|
DeleteIndex: 'deleteIndex',
|
|
1249
1249
|
DeleteObject: 'deleteObject',
|
|
1250
1250
|
EditSettings: 'editSettings',
|
|
1251
|
+
Inference: 'inference',
|
|
1251
1252
|
ListIndexes: 'listIndexes',
|
|
1252
1253
|
Logs: 'logs',
|
|
1253
1254
|
Personalization: 'personalization',
|
package/dist/client-search.d.ts
CHANGED
|
@@ -53,7 +53,7 @@ export declare type AddApiKeyResponse = {
|
|
|
53
53
|
|
|
54
54
|
export declare const ApiKeyACLEnum: Readonly<Record<string, ApiKeyACLType>>;
|
|
55
55
|
|
|
56
|
-
export declare type ApiKeyACLType = 'addObject' | 'analytics' | 'browse' | 'deleteIndex' | 'deleteObject' | 'editSettings' | 'listIndexes' | 'logs' | 'personalization' | 'recommendation' | 'search' | 'seeUnretrievableAttributes' | 'settings' | 'usage';
|
|
56
|
+
export declare type ApiKeyACLType = 'addObject' | 'analytics' | 'browse' | 'deleteIndex' | 'deleteObject' | 'editSettings' | 'inference' | 'listIndexes' | 'logs' | 'personalization' | 'recommendation' | 'search' | 'seeUnretrievableAttributes' | 'settings' | 'usage';
|
|
57
57
|
|
|
58
58
|
export declare const assignUserID: (base: SearchClient) => (userID: string, clusterName: string, requestOptions?: RequestOptions | undefined) => Readonly<Promise<AssignUserIDResponse>>;
|
|
59
59
|
|
|
@@ -1244,6 +1244,7 @@ const ApiKeyACLEnum = {
|
|
|
1244
1244
|
DeleteIndex: 'deleteIndex',
|
|
1245
1245
|
DeleteObject: 'deleteObject',
|
|
1246
1246
|
EditSettings: 'editSettings',
|
|
1247
|
+
Inference: 'inference',
|
|
1247
1248
|
ListIndexes: 'listIndexes',
|
|
1248
1249
|
Logs: 'logs',
|
|
1249
1250
|
Personalization: 'personalization',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@algolia/client-search",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.21.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"dist"
|
|
17
17
|
],
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@algolia/client-common": "4.
|
|
20
|
-
"@algolia/requester-common": "4.
|
|
21
|
-
"@algolia/transporter": "4.
|
|
19
|
+
"@algolia/client-common": "4.21.0",
|
|
20
|
+
"@algolia/requester-common": "4.21.0",
|
|
21
|
+
"@algolia/transporter": "4.21.0"
|
|
22
22
|
}
|
|
23
23
|
}
|