enhance(backend): refine system account #23122
Annotations
8 errors
Run pnpm --filter backend run typecheck
Property 'proxyAccount' does not exist on type 'MiMeta'.
|
Run pnpm --filter backend run typecheck
Cannot find module '@/core/ProxyAccountService.js' or its corresponding type declarations.
|
Run pnpm --filter backend run typecheck
Object literal may only specify known properties, and 'proxyAccount' does not exist in type 'MiMeta'.
|
Run pnpm --filter backend run typecheck
Cannot find module '@/core/ProxyAccountService.js' or its corresponding type declarations.
|
Run pnpm --filter backend run typecheck
Type '{ readonly tags: readonly ["admin"]; readonly requireCredential: true; readonly requireModerator: true; readonly kind: "write:admin:update-proxy-account"; readonly errors: { readonly accessDenied: { readonly message: "Only administrators can edit members of the role."; readonly code: "ACCESS_DENIED"; readonly id: "1...' does not satisfy the constraint 'IEndpointMeta'.
|
Run pnpm --filter backend run typecheck
Type 'SchemaType<{ readonly nullable: true; readonly type: "string"; readonly minLength: 1; readonly maxLength: 1500; }> | undefined' is not assignable to type 'string | undefined'.
|
Run pnpm --filter backend run typecheck
Argument of type '"updateUser"' is not assignable to parameter of type '"updateServerSettings" | "suspend" | "unsuspend" | "updateUserNote" | "addCustomEmoji" | "updateCustomEmoji" | "deleteCustomEmoji" | "assignRole" | "unassignRole" | "createRole" | ... 39 more ... | "deleteGalleryPost"'.
|
Run pnpm --filter backend run typecheck
Process completed with exit code 2.
|
Loading