mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
test(infra): add check job to verify committed changes (#10829)
This commit is contained in:
@@ -639,9 +639,7 @@ export const getCurrentUserQuery = {
|
||||
}
|
||||
}
|
||||
}`,
|
||||
deprecations: [
|
||||
"'token' is deprecated: use [/api/auth/sign-in?native=true] instead",
|
||||
],
|
||||
deprecations: ["'token' is deprecated: use [/api/auth/sign-in?native=true] instead"],
|
||||
};
|
||||
|
||||
export const getDocDefaultRoleQuery = {
|
||||
@@ -893,10 +891,7 @@ export const getWorkspaceInfoQuery = {
|
||||
team
|
||||
}
|
||||
}`,
|
||||
deprecations: [
|
||||
"'isAdmin' is deprecated: use WorkspaceType[role] instead",
|
||||
"'isOwner' is deprecated: use WorkspaceType[role] instead",
|
||||
],
|
||||
deprecations: ["'isAdmin' is deprecated: use WorkspaceType[role] instead","'isOwner' is deprecated: use WorkspaceType[role] instead"],
|
||||
};
|
||||
|
||||
export const getWorkspacePageByIdQuery = {
|
||||
@@ -1195,9 +1190,7 @@ export const quotaQuery = {
|
||||
}
|
||||
}
|
||||
}`,
|
||||
deprecations: [
|
||||
"'storageQuota' is deprecated: use `UserQuotaType['usedStorageQuota']` instead",
|
||||
],
|
||||
deprecations: ["'storageQuota' is deprecated: use `UserQuotaType['usedStorageQuota']` instead"],
|
||||
};
|
||||
|
||||
export const readNotificationMutation = {
|
||||
@@ -1644,9 +1637,7 @@ export const getWorkspaceRolePermissionsQuery = {
|
||||
}
|
||||
}
|
||||
}`,
|
||||
deprecations: [
|
||||
"'workspaceRolePermissions' is deprecated: use WorkspaceType[permissions] instead",
|
||||
],
|
||||
deprecations: ["'workspaceRolePermissions' is deprecated: use WorkspaceType[permissions] instead"],
|
||||
};
|
||||
|
||||
export const approveWorkspaceTeamMemberMutation = {
|
||||
|
||||
@@ -155,6 +155,7 @@ export interface CopilotContext {
|
||||
export interface CopilotContextMatchContextArgs {
|
||||
content: Scalars['String']['input'];
|
||||
limit?: InputMaybe<Scalars['SafeInt']['input']>;
|
||||
threshold?: InputMaybe<Scalars['Float']['input']>;
|
||||
}
|
||||
|
||||
export interface CopilotContextMatchWorkspaceContextArgs {
|
||||
|
||||
Reference in New Issue
Block a user