You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-20 12:02:22 +03:00
Schema update
This commit is contained in:
@@ -554,6 +554,10 @@ enum SetPrimaryEmailStatus {
|
|||||||
The email address was not found
|
The email address was not found
|
||||||
"""
|
"""
|
||||||
NOT_FOUND
|
NOT_FOUND
|
||||||
|
"""
|
||||||
|
Can't make an unverified email address primary
|
||||||
|
"""
|
||||||
|
UNVERIFIED
|
||||||
}
|
}
|
||||||
|
|
||||||
type UpstreamOAuth2Link implements Node & CreationEvent {
|
type UpstreamOAuth2Link implements Node & CreationEvent {
|
||||||
|
|||||||
@@ -440,6 +440,8 @@ export enum SetPrimaryEmailStatus {
|
|||||||
NotFound = "NOT_FOUND",
|
NotFound = "NOT_FOUND",
|
||||||
/** The email address was set as primary */
|
/** The email address was set as primary */
|
||||||
Set = "SET",
|
Set = "SET",
|
||||||
|
/** Can't make an unverified email address primary */
|
||||||
|
Unverified = "UNVERIFIED",
|
||||||
}
|
}
|
||||||
|
|
||||||
export type UpstreamOAuth2Link = CreationEvent &
|
export type UpstreamOAuth2Link = CreationEvent &
|
||||||
|
|||||||
Reference in New Issue
Block a user