Skip to content

Commit

Permalink
Auto-generated API code (#2121)
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine authored Jan 31, 2024
1 parent 3bf710d commit 5451452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
8 changes: 1 addition & 7 deletions src/api/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15682,11 +15682,9 @@ export interface SecurityCreatedStatus {
}

export interface SecurityFieldRule {
username?: Name
username?: Names
dn?: Names
groups?: Names
metadata?: any
realm?: SecurityRealm
}

export interface SecurityFieldSecurity {
Expand Down Expand Up @@ -15716,10 +15714,6 @@ export interface SecurityManageUserPrivileges {
applications: string[]
}

export interface SecurityRealm {
name: Name
}

export interface SecurityRealmInfo {
name: Name
type: string
Expand Down
8 changes: 1 addition & 7 deletions src/api/typesWithBodyKey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15993,11 +15993,9 @@ export interface SecurityCreatedStatus {
}

export interface SecurityFieldRule {
username?: Name
username?: Names
dn?: Names
groups?: Names
metadata?: any
realm?: SecurityRealm
}

export interface SecurityFieldSecurity {
Expand Down Expand Up @@ -16027,10 +16025,6 @@ export interface SecurityManageUserPrivileges {
applications: string[]
}

export interface SecurityRealm {
name: Name
}

export interface SecurityRealmInfo {
name: Name
type: string
Expand Down

0 comments on commit 5451452

Please sign in to comment.