Skip to content

Commit 43d811b

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 7b17d41 commit 43d811b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Sources/Search/Models/Acl.swift

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ public enum Acl: String, Codable, CaseIterable {
2323
case seeUnretrievableAttributes
2424
case settings
2525
case usage
26+
case nluWriteProject
27+
case nluReadProject
28+
case nluWriteEntity
29+
case nluReadEntity
30+
case nluWriteIntent
31+
case nluReadIntent
32+
case nluPrediction
33+
case nluReadAnswers
2634
}
2735

2836
extension Acl: Hashable {}

0 commit comments

Comments
 (0)