typecheck more apps with core updates #1835
Annotations
6 errors and 1 warning
Typecheck scoutgamecron app
Type '{ displayName: string; path: string; avatar: string; bio: string; builderStatus: "applied"; farcasterId: number; farcasterName: string; githubUser: { connect: { id: number; }; } | { create: { id: number; login: string; displayName: string | null; email: string | null; }; }; }' is not assignable to type '(Without<ScoutCreateInput, ScoutUncheckedCreateInput> & ScoutUncheckedCreateInput) | (Without<...> & ScoutCreateInput)'.
|
Typecheck scoutgamecron app
Type '{ displayName: string; path: string; avatar: string; bio: string; builderStatus: "applied"; farcasterId: number; farcasterName: string; githubUser: { create: { id: number; login: string; displayName: string | null; email: string | null; }; }; }' is not assignable to type '(Without<ScoutCreateInput, ScoutUncheckedCreateInput> & ScoutUncheckedCreateInput) | (Without<...> & ScoutCreateInput)'.
|
Typecheck scoutgamecron app
Type '{ displayName: string; path: string; avatar: string; bio: string; farcasterId: number; farcasterName: string; currentBalance: number; }' is not assignable to type '(Without<ScoutCreateInput, ScoutUncheckedCreateInput> & ScoutUncheckedCreateInput) | (Without<...> & ScoutCreateInput)'.
|
Typecheck scoutgamecron app
Type '{ displayName: string; path: string; builderStatus: "approved"; avatar: string; }' is not assignable to type '(Without<ScoutCreateWithoutGithubUserInput, ScoutUncheckedCreateWithoutGithubUserInput> & ScoutUncheckedCreateWithoutGithubUserInput) | (Without<...> & ScoutCreateWithoutGithubUserInput) | undefined'.
|
Typecheck scoutgamecron app
Type '{ displayName: string; path: string; builderStatus: "approved"; avatar: string; farcasterId: number | undefined; }' is not assignable to type '(Without<ScoutCreateWithoutGithubUserInput, ScoutUncheckedCreateWithoutGithubUserInput> & ScoutUncheckedCreateWithoutGithubUserInput) | (Without<...> & ScoutCreateWithoutGithubUserInput) | undefined'.
|
Typecheck scoutgamecron app
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading