Skip to content

Commit 5451452

Browse files
Auto-generated API code (#2121)
1 parent 3bf710d commit 5451452

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

src/api/types.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15682,11 +15682,9 @@ export interface SecurityCreatedStatus {
1568215682
}
1568315683

1568415684
export interface SecurityFieldRule {
15685-
username?: Name
15685+
username?: Names
1568615686
dn?: Names
1568715687
groups?: Names
15688-
metadata?: any
15689-
realm?: SecurityRealm
1569015688
}
1569115689

1569215690
export interface SecurityFieldSecurity {
@@ -15716,10 +15714,6 @@ export interface SecurityManageUserPrivileges {
1571615714
applications: string[]
1571715715
}
1571815716

15719-
export interface SecurityRealm {
15720-
name: Name
15721-
}
15722-
1572315717
export interface SecurityRealmInfo {
1572415718
name: Name
1572515719
type: string

src/api/typesWithBodyKey.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15993,11 +15993,9 @@ export interface SecurityCreatedStatus {
1599315993
}
1599415994

1599515995
export interface SecurityFieldRule {
15996-
username?: Name
15996+
username?: Names
1599715997
dn?: Names
1599815998
groups?: Names
15999-
metadata?: any
16000-
realm?: SecurityRealm
1600115999
}
1600216000

1600316001
export interface SecurityFieldSecurity {
@@ -16027,10 +16025,6 @@ export interface SecurityManageUserPrivileges {
1602716025
applications: string[]
1602816026
}
1602916027

16030-
export interface SecurityRealm {
16031-
name: Name
16032-
}
16033-
1603416028
export interface SecurityRealmInfo {
1603516029
name: Name
1603616030
type: string

0 commit comments

Comments
 (0)