Skip to content

Commit 3a95126

Browse files
feat(search): add inference ACL to API key object (#1479)
1 parent 038c701 commit 3a95126

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/client-search/src/types/ApiKeyType.ts

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export const ApiKeyACLEnum: Readonly<Record<string, ApiKeyACLType>> = {
55
DeleteIndex: 'deleteIndex',
66
DeleteObject: 'deleteObject',
77
EditSettings: 'editSettings',
8+
Inference: 'inference',
89
ListIndexes: 'listIndexes',
910
Logs: 'logs',
1011
Personalization: 'personalization',
@@ -22,6 +23,7 @@ export type ApiKeyACLType =
2223
| 'deleteIndex'
2324
| 'deleteObject'
2425
| 'editSettings'
26+
| 'inference'
2527
| 'listIndexes'
2628
| 'logs'
2729
| 'personalization'

0 commit comments

Comments
 (0)