Skip to content

Commit b408ff1

Browse files
fix(specs): update list with NLU permissions (generated)
algolia/api-clients-automation#5769 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Mario-Alexandru Dan <[email protected]>
1 parent 8165e68 commit b408ff1

File tree

1 file changed

+16
-0
lines changed
  • algoliasearch/search/models

1 file changed

+16
-0
lines changed

algoliasearch/search/models/acl.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,22 @@ class Acl(str, Enum):
5454

5555
USAGE = "usage"
5656

57+
NLUWRITEPROJECT = "nluWriteProject"
58+
59+
NLUREADPROJECT = "nluReadProject"
60+
61+
NLUWRITEENTITY = "nluWriteEntity"
62+
63+
NLUREADENTITY = "nluReadEntity"
64+
65+
NLUWRITEINTENT = "nluWriteIntent"
66+
67+
NLUREADINTENT = "nluReadIntent"
68+
69+
NLUPREDICTION = "nluPrediction"
70+
71+
NLUREADANSWERS = "nluReadAnswers"
72+
5773
@classmethod
5874
def from_json(cls, json_str: str) -> Self:
5975
"""Create an instance of Acl from a JSON string"""

0 commit comments

Comments
 (0)