Skip to content

Commit 308b921

Browse files
authored
Fix user privileges (#1966)
* Revert "IndicesPrivileges can contain multiple queries (#1963)" This reverts commit 3bc6627. * Fix IndicesPrivileges and RoleTemplateScript
1 parent 3bc6627 commit 308b921

File tree

5 files changed

+183
-64
lines changed

5 files changed

+183
-64
lines changed

output/schema/schema.json

Lines changed: 134 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 15 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/security/_types/FieldSecurity.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ import { Fields } from '@_types/common'
2121

2222
export class FieldSecurity {
2323
except?: Fields
24-
grant: Fields
24+
grant?: Fields
2525
}

0 commit comments

Comments
 (0)