Skip to content

Commit 9a2b6da

Browse files
authored
feat(iam): remove unused validation rule (#1620)
1 parent 52a341c commit 9a2b6da

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/clients/src/api/iam/v1alpha1/validation-rules.gen.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,6 @@ export const ListApplicationsRequest = {
104104
},
105105
}
106106

107-
export const ListGracePeriodsRequest = {
108-
userId: {
109-
minLength: 1,
110-
},
111-
}
112-
113107
export const ListGroupsRequest = {
114108
name: {
115109
minLength: 1,

0 commit comments

Comments
 (0)