Skip to content

Commit a846c56

Browse files
committed
feat: update generated APIs
1 parent c452ae4 commit a846c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages_generated/iam/src/v1alpha1/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export type SamlStatus =
114114

115115
export type UserStatus = 'unknown_status' | 'invitation_pending' | 'activated'
116116

117-
export type UserType = 'unknown_type' | 'guest' | 'owner' | 'member'
117+
export type UserType = 'unknown_type' | 'owner' | 'member'
118118

119119
export interface ConnectionConnectedOrganization {
120120
id: string

0 commit comments

Comments
 (0)