mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
test(server): add more test for team workspace (#9182)
This commit is contained in:
@@ -273,6 +273,7 @@ export type ErrorDataUnion =
|
||||
| InvalidHistoryTimestampDataType
|
||||
| InvalidPasswordLengthDataType
|
||||
| InvalidRuntimeConfigTypeDataType
|
||||
| MemberNotFoundInSpaceDataType
|
||||
| MissingOauthQueryParameterDataType
|
||||
| NotInSpaceDataType
|
||||
| RuntimeConfigNotFoundDataType
|
||||
@@ -334,6 +335,7 @@ export enum ErrorNames {
|
||||
INVALID_SUBSCRIPTION_PARAMETERS = 'INVALID_SUBSCRIPTION_PARAMETERS',
|
||||
LINK_EXPIRED = 'LINK_EXPIRED',
|
||||
MAILER_SERVICE_IS_NOT_CONFIGURED = 'MAILER_SERVICE_IS_NOT_CONFIGURED',
|
||||
MEMBER_NOT_FOUND_IN_SPACE = 'MEMBER_NOT_FOUND_IN_SPACE',
|
||||
MEMBER_QUOTA_EXCEEDED = 'MEMBER_QUOTA_EXCEEDED',
|
||||
MISSING_OAUTH_QUERY_PARAMETER = 'MISSING_OAUTH_QUERY_PARAMETER',
|
||||
NOT_FOUND = 'NOT_FOUND',
|
||||
@@ -541,6 +543,11 @@ export interface ManageUserInput {
|
||||
name?: InputMaybe<Scalars['String']['input']>;
|
||||
}
|
||||
|
||||
export interface MemberNotFoundInSpaceDataType {
|
||||
__typename?: 'MemberNotFoundInSpaceDataType';
|
||||
spaceId: Scalars['String']['output'];
|
||||
}
|
||||
|
||||
export interface MissingOauthQueryParameterDataType {
|
||||
__typename?: 'MissingOauthQueryParameterDataType';
|
||||
name: Scalars['String']['output'];
|
||||
|
||||
Reference in New Issue
Block a user