Skip to content

style(service): users/auth: wip: oauth2 typescript: more cleanup #373

style(service): users/auth: wip: oauth2 typescript: more cleanup

style(service): users/auth: wip: oauth2 typescript: more cleanup #373

Triggered via push September 10, 2024 01:13
Status Failure
Total duration 1m 2s
Artifacts
build mage service
47s
build mage service
Matrix: test mage service
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build mage service
Module '"../models/user"' has no exported member 'UserDocument'.
build mage service
Module '"../models/user"' has no exported member 'UserDocument'.
build mage service
Property 'id' does not exist on type 'MageEventAttrs | MageEventDocument'.
build mage service
Module '"../models/user"' has no exported member 'UserDocument'.
build mage service
Cannot find module '../../entities/authentication/entities.authentication' or its corresponding type declarations.
build mage service
Property 'model' does not exist on type 'Document<unknown, any, UserDocumentAttrs> & Omit<Omit<User, "id" | "roleId" | "authenticationId"> & { _id: ObjectId; authenticationId: ObjectId; roleId: ObjectId; } & Required<...>, never>'. Did you mean '$model'?
build mage service
Parameter 'err' implicitly has an 'any' type.
build mage service
Parameter 'possibleDuplicate' implicitly has an 'any' type.
build mage service
Property 'status' does not exist on type 'Error'.
build mage service
Cannot find name 'Token'.
build mage service
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/