Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-generated code for 8.11 #2121

Merged
merged 1 commit into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading