Skip to content

Commit db5d693

Browse files
[8.7] Fix IndexPrivileges.field_security
Co-authored-by: Seth Michael Larson <[email protected]>
1 parent 6e2b1fe commit db5d693

File tree

3 files changed

+7
-22
lines changed

3 files changed

+7
-22
lines changed

output/schema/schema.json

Lines changed: 5 additions & 20 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: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/security/_types/Privileges.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export class IndicesPrivileges {
8383
* The document fields that the owners of the role have read access to.
8484
* @doc_id field-and-document-access-control
8585
*/
86-
field_security?: FieldSecurity | FieldSecurity[]
86+
field_security?: FieldSecurity
8787
/**
8888
* A list of indices (or index name patterns) to which the permissions in this entry apply.
8989
*/

0 commit comments

Comments
 (0)