33 lines
9.9 KiB
Plaintext
33 lines
9.9 KiB
Plaintext
../admin/server/context.ts(2,22): error TS2307: Cannot find module '@/lib/auth' or its corresponding type declarations.
|
|
../admin/server/routers/members.ts(3,22): error TS2307: Cannot find module '@/lib/auth' or its corresponding type declarations.
|
|
../admin/server/routers/members.ts(4,33): error TS2307: Cannot find module '@/lib/email' or its corresponding type declarations.
|
|
../admin/server/routers/news.ts(3,10): error TS2724: '"@/lib/notifications"' has no exported member named 'sendPushNotifications'. Did you mean 'setupPushNotifications'?
|
|
../admin/server/routers/news.ts(45,24): error TS7006: Parameter 'n' implicitly has an 'any' type.
|
|
../admin/server/routers/termine.ts(55,27): error TS7006: Parameter 't' implicitly has an 'any' type.
|
|
../admin/server/routers/termine.ts(58,33): error TS7006: Parameter 'a' implicitly has an 'any' type.
|
|
../admin/server/routers/termine.ts(87,36): error TS7006: Parameter 'a' implicitly has an 'any' type.
|
|
../admin/server/routers/termine.ts(115,10): error TS7006: Parameter 'a' implicitly has an 'any' type.
|
|
lib/notifications.ts(7,35): error TS2322: Type 'Promise<{ shouldShowAlert: true; shouldPlaySound: true; shouldSetBadge: true; }>' is not assignable to type 'Promise<NotificationBehavior>'.
|
|
Type '{ shouldShowAlert: true; shouldPlaySound: true; shouldSetBadge: true; }' is missing the following properties from type 'NotificationBehavior': shouldShowBanner, shouldShowList
|
|
lib/trpc.ts(41,5): error TS2769: No overload matches this call.
|
|
The last overload gave the following error.
|
|
Argument of type '{ client: TRPCClient<BuiltRouter<{ ctx: { req: Request; session: any; prisma: any; }; meta: object; errorShape: { data: { zodError: typeToFlattenedError<any, string> | null; code: TRPC_ERROR_CODE_KEY; httpStatus: number; path?: string; stack?: string; }; message: string; code: TRPC_ERROR_CODE_NUMBER; }; transformer:...' is not assignable to parameter of type 'Attributes & TRPCProviderProps<BuiltRouter<{ ctx: { req: Request; session: any; prisma: any; }; meta: object; errorShape: { data: { zodError: typeToFlattenedError<any, string> | null; code: "PARSE_ERROR" | ... 19 more ... | "CLIENT_CLOSED_REQUEST"; httpStatus: number; path?: string | undefined; stack?: string | unde...'.
|
|
Property 'children' is missing in type '{ client: TRPCClient<BuiltRouter<{ ctx: { req: Request; session: any; prisma: any; }; meta: object; errorShape: { data: { zodError: typeToFlattenedError<any, string> | null; code: TRPC_ERROR_CODE_KEY; httpStatus: number; path?: string; stack?: string; }; message: string; code: TRPC_ERROR_CODE_NUMBER; }; transformer:...' but required in type 'TRPCProviderProps<BuiltRouter<{ ctx: { req: Request; session: any; prisma: any; }; meta: object; errorShape: { data: { zodError: typeToFlattenedError<any, string> | null; code: "PARSE_ERROR" | ... 19 more ... | "CLIENT_CLOSED_REQUEST"; httpStatus: number; path?: string | undefined; stack?: string | undefined; }; mes...'.
|
|
../../packages/shared/src/types/index.ts(3,3): error TS2305: Module '"@prisma/client"' has no exported member 'User'.
|
|
../../packages/shared/src/types/index.ts(4,3): error TS2305: Module '"@prisma/client"' has no exported member 'Session'.
|
|
../../packages/shared/src/types/index.ts(5,3): error TS2305: Module '"@prisma/client"' has no exported member 'Account'.
|
|
../../packages/shared/src/types/index.ts(6,3): error TS2305: Module '"@prisma/client"' has no exported member 'Organization'.
|
|
../../packages/shared/src/types/index.ts(7,3): error TS2305: Module '"@prisma/client"' has no exported member 'Member'.
|
|
../../packages/shared/src/types/index.ts(8,3): error TS2305: Module '"@prisma/client"' has no exported member 'UserRole'.
|
|
../../packages/shared/src/types/index.ts(9,3): error TS2305: Module '"@prisma/client"' has no exported member 'News'.
|
|
../../packages/shared/src/types/index.ts(10,3): error TS2305: Module '"@prisma/client"' has no exported member 'NewsRead'.
|
|
../../packages/shared/src/types/index.ts(11,3): error TS2305: Module '"@prisma/client"' has no exported member 'NewsAttachment'.
|
|
../../packages/shared/src/types/index.ts(12,3): error TS2305: Module '"@prisma/client"' has no exported member 'Stelle'.
|
|
../../packages/shared/src/types/index.ts(13,3): error TS2305: Module '"@prisma/client"' has no exported member 'Termin'.
|
|
../../packages/shared/src/types/index.ts(14,3): error TS2305: Module '"@prisma/client"' has no exported member 'TerminAnmeldung'.
|
|
../../packages/shared/src/types/index.ts(15,3): error TS2305: Module '"@prisma/client"' has no exported member 'Plan'.
|
|
../../packages/shared/src/types/index.ts(16,3): error TS2305: Module '"@prisma/client"' has no exported member 'MemberStatus'.
|
|
../../packages/shared/src/types/index.ts(17,3): error TS2305: Module '"@prisma/client"' has no exported member 'OrgRole'.
|
|
../../packages/shared/src/types/index.ts(18,3): error TS2305: Module '"@prisma/client"' has no exported member 'NewsKategorie'.
|
|
../../packages/shared/src/types/index.ts(19,3): error TS2305: Module '"@prisma/client"' has no exported member 'TerminTyp'.
|