mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-06-07 00:12:11 +00:00
Automatic updates
This commit is contained in:
@@ -1405,7 +1405,7 @@ union Session = CompatSession | Oauth2Session
|
||||
type SessionLimitConfig {
|
||||
softLimit: Int!
|
||||
hardLimit: Int!
|
||||
hardLimitEviction: Boolean!
|
||||
dangerousHardLimitEviction: Boolean!
|
||||
}
|
||||
|
||||
"""
|
||||
|
||||
@@ -1080,8 +1080,8 @@ export type Session = CompatSession | Oauth2Session;
|
||||
|
||||
export type SessionLimitConfig = {
|
||||
__typename?: 'SessionLimitConfig';
|
||||
dangerousHardLimitEviction: Scalars['Boolean']['output'];
|
||||
hardLimit: Scalars['Int']['output'];
|
||||
hardLimitEviction: Scalars['Boolean']['output'];
|
||||
softLimit: Scalars['Int']['output'];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user